RE: Custom Task that exports a property

2006-08-09 Thread Tzabari, Gili
EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 2:32 AM To: Ant Users List Subject: RE: Custom Task that exports a property Hi, beside = project.setNewProperty() for a really new property there's also = project.setProperty() - with that method you can reset/overwrite an existing property if y

RE: Custom Task that exports a property

2006-08-08 Thread Rebhan, Gilbert
]]> Reset $${FOO} Nr.2 via JavaScript >>> ${FOO} $${MyNewProperty} >>> ${MyNewProperty} Regards, Gilbert -Original Message- From: Tzabari, Gili [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 9:13 PM To: Ant Users List Subject: RE:

RE: Custom Task that exports a property

2006-08-08 Thread Tzabari, Gili
: Custom Task that exports a property google "antcallback" -cji -Original Message- From: Tzabari, Gili [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 11:56 AM To: Ant Users List Subject: Custom Task that exports a property Importance: Low Hi, I read the t

RE: Custom Task that exports a property

2006-08-08 Thread Chun Ji
google "antcallback" -cji -Original Message- From: Tzabari, Gili [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 11:56 AM To: Ant Users List Subject: Custom Task that exports a property Importance: Low Hi, I read the tutorial on how to create new Task

Custom Task that exports a property

2006-08-08 Thread Tzabari, Gili
Hi, I read the tutorial on how to create new Tasks but I am unsure how my custom task can define new properties in its execute() that would then be visible to the rest of the Ant script. Also, how can my Ant task invoke other Ant tasks? If I could invoke from inside my execute() it would