----------------------------------------------------------------------------
--------------
>call %ANT_HOME%/bin/ant -buildfile
EV_HOME%/src/mybuild.xml -emacs   -logfile
>DEV_HOME%/src/build.log -listener %DEV_HOME%/bin/buildrel/BuildMonitor

why not look carefully at the the command line options and compare them with
what you have supplied
ant [options] [target [target2 [target3] ...]]
Options:
-help                  print this message
-projecthelp           print project help information
-version               print the version information and exit
-quiet                 be extra quiet
-verbose               be extra verbose
-debug                 print debugging information
-emacs                 produce logging information without adornments
-logfile file          use given file for log output
-logger classname      the class that is to perform logging
-listener classname    add an instance of class as a project listener
-buildfile file        use specified buildfile
-find file             search for buildfile towards the root of the
filesystem and use the first one found
-Dproperty=value       set property to value




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to