RE : AW: RE : AW: how to retrieve ant command line arguments on LINUX

2006-12-05 Thread Bernard LUPIN
le for test? > Maybe we can change that ... > > Jan > > >-Ursprüngliche Nachricht----- > >Von: Bernard LUPIN [mailto:[EMAIL PROTECTED] > >Gesendet: Montag, 4. Dezember 2006 17:22 > >An: Ant Users List > >Betreff: RE : AW: how to retrieve ant command lin

RE : AW: how to retrieve ant command line arguments on LINUX

2006-12-04 Thread Bernard LUPIN
_opts > org.apache.tools.ant.launch.Launcher > $ANT_ARGS -cp \"$CLASSPATH\" $ant_exec_args" > bin/ant:0323: if $ant_exec_debug ; then > bin/ant:0324: echo $ant_exec_command > bin/ant:0325: fi > bin/ant:0326: eval $ant_exec_command > > > So try &quo

how to retrieve ant command line arguments on LINUX

2006-12-04 Thread Bernard LUPIN
Hi all, Is it possible to retrieve the ant command line arguments (like -verbose, -quiet, ...) within an ant task ? On windows platforms, I've found that env.ANT_CMD_LINE_ARGS contains all the ant arguments, so I can parse them with the contrib's propertyregex task. But this don't work on my Linux