|
-X <file> |
Defines an alternate XML configuration file |
|
--destdir <dir> | -d |
Specify where to place generated files |
|
--verbose | -v |
Display compilation information |
|
--debug | -vv |
Display debugging information |
|
--intermediate | -i |
Leave generated ADT file for all compilation phases |
|
--import <path> | -I |
Path for searching included modules |
|
--package <pack> | -p |
Specify a prefix package name (optional) |
|
--wall | -W |
Print warnings |
|
--version | -V |
Print version |
|
--help | -h |
Show this help |
|
<taskdef name="gom"
classname="tom.gom.tools.ant.GomTask"
classpathref="tom.classpath"/>
<gom config="${stable.gomconfigfile}"
package="tom.gom.adt"
destdir="${src.gen}">
<include name="tom/gom/adt/*.gom"/>
</gom>