Building from sources

Check out the CVS repository and build it with Maven or Ant .

Useful goals:

  • build distribution:

    maven aspectwerkz:jar or

    ant aspectwerkz:jar .


  • run the tests:

    maven aspectwerkz:test or

    ant aspectwerkz:test


  • run examples:

    maven aspectwerkz:samples: < name_of_example > or ant aspectwerkz:samples: < name_of_example >

You can also download the distribution from the Releases page.

Install

  • Make shure 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.