Wiki

Clone wiki

juast / Configuration

JavaC

Works with JDK versions 6 and 7.

javac -cp juast.jar <sources>

Eclipse Java Compiler

Tested on v3.5.2.

ecj -6 -cp juast.jar <sources>

Netbeans IDE

Works with versions >=6.9.

Just add juast.jar to project libraries and see messages in "tasks" tab (with "show all" filter) after build.

Eclipse IDE

Tested on v3.5.2 & 3.6

In project properties - Java Compiler - Annotation Processing - check Enable annotation processor
- Factory path - add juast.jar
See messages in "Problems" tab after build.

Maven configuration

See demo/pom.xml for example

Updated