ember 22, 2004 4:20 PM
To: '[EMAIL PROTECTED]'
Subject: Setting a property in a custom task
I have a custom task that determines a build label. In the custom task this
is just a String. Is there a way to set an ant property in the custom task.
For example, I would like to have a
I have a custom task that determines a build label. In the custom task this
is just a String. Is there a way to set an ant property in the custom task.
For example, I would like to have a property called build.label that can be
used by other tasks, whose value was set in my custom task.
Thanks -