Module | Buildr::Compiler |
In: |
lib/buildr/java/ecj.rb
(CVS)
lib/buildr/java/compiler.rb (CVS) lib/buildr/java/external.rb (CVS) lib/buildr/core/compile.rb (CVS) |
The underlying compiler used by CompileTask. To add a new compiler, extend Compiler::Base and add your compiler using:
Buildr::Compiler.add MyCompiler
add | -> | << |