-
Notifications
You must be signed in to change notification settings - Fork 118
JDOM2 and Eclipse
rolfl edited this page Oct 15, 2011
·
1 revision
If you want to develop JDOM2 with eclipse, you can follow the following instructions to have a setup that covers what's needed to get a good, useful environment.
Eclipse 'Indigo' - the EE edition happens to be the one that's been used so far, but the others should work just fine.
- eCobertura from http://ecobertura.johoop.de/update/
- EGit - just search for it in the standard 'Install Software' menu/tab in Eclipse.
- Use EGit to clone the code from GitHub
- Use Eclipse's ant 'external program' to run the 'eclipse' target of the build.xml file.
- Use the 'ant junit' target or the standard Eclipse tools to run the jUnit tests. All tests should run successfully, see the jUnit page for details.
- Use the 'ant coverage' target or the 'Coverage' target to run the Unit tests with code-coverage enabled.
[JDOM Home](http://www.jdom.org)
Stable Release
- [Download](http://www.jdom.org/downloads/index.html)
- [JavaDoc](http://www.jdom.org/docs/apidocs/index.html)
JDOM 2.x
- Overview
- Getting Started
- JDOM on Android
- [JavaDoc](http://hunterhacker.github.com/jdom/jdom2/apidocs/index.html)
- [Coverage](http://hunterhacker.github.com/jdom/jdom2/coverage/index.html)
- [UnitTests](http://hunterhacker.github.com/jdom/jdom2/junit.report/index.html)
- Features
- JDOM 1.x to JDOM 2.x
- Dependencies
Developing JDOM