Module | Java::Commands |
In: |
lib/buildr/java/commands.rb
(CVS)
|
Runs Apt with the specified arguments.
The last argument may be a Hash with additional options:
Runs Java with the specified arguments.
Each argument should be provided as separate array value, e.g.
java("-jar", "yuicompressor-2.4.2.jar", "--type","css", "src/main/webapp/styles/styles-all.css", "-o", "src/main/webapp/styles/styles-all-min.css")
The last argument may be a Hash with additional options:
Runs Javac with the specified arguments.
The last argument may be a Hash with additional options:
Runs Javadocs with the specified files and options.
This method accepts the following special options:
All other options are passed to Javadoc as following:
Extracts the classpath from the options, expands it by calling artifacts, invokes each of the artifacts and returns an array of paths.