Check out the CVS repository and build it with Maven or 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:
maven aspectwerkz:jar
or
ant aspectwerkz:jar
.
maven aspectwerkz:test
or
ant aspectwerkz:test
maven aspectwerkz:<definition_model>:samples:<name_of_example>
or
ant aspectwerkz:<definition_model>:samples:<name_of_example>
where <definition_model> is
xmldef
or
attribdef
You can also download the distribution from the Releases page.