Re: How to get command line attributes with Ant

2002-12-09 Thread Conor MacNeill
[EMAIL PROTECTED] wrote: Hi, how can I read additional parameters that have been added on comand line level within an ANT task? You can't. Those parameter's are Ant's parameters, not the task's. Ant will interpret them as targets. If you use the -Dproperty=value syntax on the command line, the

How to get command line attributes with Ant

2002-12-09 Thread Meinolf . Schulte-Doeinghaus
Hi, how can I read additional parameters that have been added on comand line level within an ANT task? How can I get the taskname that has been called initially without taking care on dependencies of the tasks? Thanks in advance Meinolf Schulte-Döinghaus -- To unsubscribe, e-mail:

Re: How to get command line?

2001-06-04 Thread Peter Donald
At 12:30 PM 6/4/01 -0700, Jeff Post wrote: >Hello all, > >I am reusing some of the information and functionality in my build files to >simplify common developer tasks. > >I have a special target that I can use in development for checking out files >in clearcase. This target uses custom tasks to d

How to get command line?

2001-06-04 Thread Jeff Post
Hello all, I am reusing some of the information and functionality in my build files to simplify common developer tasks. I have a special target that I can use in development for checking out files in clearcase. This target uses custom tasks to do the checkout ( they are derived from the ClearCa