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.