java.antlet
| 
PDF |
Description:
The core antlet for a Java project.
It features all the basic targets that are needed to compile and package the code,
as well as targets that create information about the antlets and descriptors of a
project.
| compile-src |
| Description:Compiles the core source code |
| Comment:=
|
| compile |
| Description:Compiles all the sources |
| Comment:
|
| package-src |
| Description:Generates the core jar packages |
| Comment:=
|
| package |
| Description:Generates the jar packages |
| Comment:
|
| clean |
| Description:Cleans the build directories |
| Comment:=
|
| dist-src |
| Description:Prepares the source distribution |
| Comment:=
|
| dist-src-zip |
| Description:Generates the source distribution as a .zip file |
| Comment:=
|
| dist-src-tgz |
| Description:Generates the source distribution as a .tar.gz file |
| Comment:=
|
| dist-bin |
| Description:Prepares the binary distribution |
| Comment:=
|
| dist-bin-zip |
| Description:Generates the binary distribution as a .zip file |
| Comment:=
|
| dist-bin-tgz |
| Description:Generates the binary distribution as a .tar.gz file |
| Comment:=
|
| dist-jar |
| Description:Generate a jar distribution |
| Comment:=
|
| distclean |
| Description:Cleans the distribution dir |
| Comment:=
|
| dist |
| Description:Generates all distributions (source/binary) |
| Comment:=
|
| javadocs |
| Description:Generates the API documentation in javadoc format |
| Comment:=
|
| splash |
| Description:AntWorks GUI Splash Screen |
| Comment:=
|
| descriptor-docs |
| Description:Transforms document and antlet descriptors' info in documents |
| Comment:
|
| pre-dist |
| Description: |
| Comment:=
|
| dist-info |
| Description: |
| Comment:=
|
| java-javadocs-check |
| Description: |
| Comment:=
|
| -java.init |
| Description: |
| Comment:
|
| -check-code-presence |
| Description: |
| Comment:
|
| -check-classes-presence |
| Description: |
| Comment:
|
| -fixsrclf |
| Description:Fix lf in src directory (internal use only!) |
| Comment:=
|
| project.package |
| Description:*
|
| Comment:TODO Packagelist for javadoc should be obtained from module.xml with jxpath
|
| java.antlet:javadocs.dir |
| Description:${project.build.dir}/docs/javadocs
|
| Comment:
|
| java.antlet:work.dir |
| Description:${project.build.dir}/work
|
| Comment:
|
| java.antlet:dist.source.dir |
| Description:${java.antlet:work.dir}/dist-src
|
| Comment:
|
| java.antlet:dist.bin.dir |
| Description:${java.antlet:work.dir}/dist-bin
|
| Comment:
|
| java.antlet:dist.bin.legal.dir |
| Description:${java.antlet:dist.bin.dir}/legal
|
| Comment:
|
| java.antlet:dist.bin.documentation.dir |
| Description:${java.antlet:dist.bin.dir}/docs
|
| Comment:
|
| project.name-version |
| Description:${project.name}-${project.version}
|
| Comment:
|
| java.antlet:javadocs.group |
| Description:
|
| Comment:
|
| java.antlet:javadoc.overview |
| Description:${java.antlet:work.dir}/javadocs/overview.html
|
| Comment:
|
| java.antlet:antletdocs.work.dir |
| Description:${java.antlet:work.dir}/contents/xdocs/centipede
|
| Comment:
|
| java.antlet:xdocs.dir |
| Description:${forrest.antlet.generated.xdocs.dir}/centipede
|
| Comment:
|
by Antlet Documentation