Building from sources

Check out the CVS repository and build it with Ant.

Note: If you're using Ant, make sure you don't have a BCEL jar nor a Xalan jar in your [ANT_HOME]/lib directory.

Useful goals:

  • build distribution including sample jars:

    ant jars.


  • run the tests:

    ant test


  • run examples:

    ant samples:<name_of_example>

You can also download the distribution from the Releases page.

Install

  • Make sure that JAVA_HOME is set.


  • Set the ASPECTWERKZ_HOME variable to point to the root of the distribution.


  • Add ASPECTWERKZ_HOME/bin to your path.