Print
Building

If you don't fancy buidling StAX from the source you can use your IDE directly or Download a distribution or JAR.

StAX uses both Ant and Maven as its build tool.

To use Ant try the following

cd stax/dev/src
ant

Or if you have Maven 1.0 or later installed try

cd stax/dev
maven

We have tested the build with Maven 1.0 and it works fine. Later versions of Maven may vary - if you hit problems on other versions please talk to us on the mail lists.

Intalling Maven

Using an IDE

If you prefer to use an IDE then you can autogenerate the IDE's project files using maven plugins. e.g.

maven eclipse

or

maven idea

etc.

Please refer to the plugin reference for more details on using them.

Powered by Atlassian Confluence