RE: Setting a property in a custom task

2004-09-22 Thread Velagapudi, Murali
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

Setting a property in a custom task

2004-09-22 Thread Carter, Scott
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 -