[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
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:
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
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