Class | Buildr::Compiler::Javac |
In: |
lib/buildr/java/compiler.rb
(CVS)
|
Parent: | Base |
Javac compiler:
compile.using(:javac)
Used by default if .java files are found in the src/main/java directory (or src/test/java) and sets the target directory to target/classes (or target/test/classes).
Accepts the following options:
environment variable/global option.
(e.g. [’-implicit:none’, ’-encoding’, ‘iso-8859-1’])
OPTIONS | = | [:warnings, :debug, :deprecation, :source, :target, :lint, :other] |