Building Abdera

Abdera Java Project Layout

The Abdera project consists of a set of individual modules. The core module contains the source of the Feed Object Model. The parser module contains the default StAX and Axiom based parser implementation.

Building with Maven

To build with Maven, navigate to %Abdera_Home/java in a console window and type:

mvn install

The compiled jar files will be added to your local Maven repository.

Building with Ant

To build with Ant, navigate to %Abdera_Home/java in a console window and type:

ant -f build/build.xml dist

The compiled jar files will be available under a newly created %Abdera_Home/java/dist directory

Building with Eclipse

TODO

Building with {other IDE}

TODO