Re: Selector with an if condition.

2007-11-24 Thread Rashmi Rubdi
Hi Rick, Martin, Thank you for your replies, and for pointing out the "if" attributes value must be the property name. I made the change and tested on a fresh ant build file and it worked. Thanks a lot for your help. -Rashmi On Nov 24, 2007 3:43 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > >

RE: Selector with an if condition.

2007-11-24 Thread Martin Gainty
Martin--__Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other tha

Re: Tool for documenting Ant scripts

2007-11-24 Thread Douglas Bullard
I should have added a link to my earlier post on my Ant tool, this is the page with sample output from different types of Ant scripts: http://www.nurflugel.com/webstart/AntScriptVisualizer/help/html/html/using_ant_script_visualizer.html Douglas Bullard On Nov 21, 2007, at 08:25, Hans Schwaeb

Re: Tool for documenting Ant scripts

2007-11-24 Thread Douglas Bullard
Try my tool, which I've written to do exactly that: http://www.nurflugel.com/webstart/AntScriptVisualizer This is a little different than most tools, as it deals with multiple scripts (most tools only work with one), custom Ant tasks, macrodefs, etc. Please let me know if you have feedbac

Re: Selector with an if condition.

2007-11-24 Thread Rick Genter
On 11/24/07 8:26 AM, "Rashmi Rubdi" <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I'm using the modified selector to execute a task only if a .xml file > was changed, the modified selector works as expected. > > However, I'm trying to get the selector to be in effect only if the > "if" , cond

Selector with an if condition.

2007-11-24 Thread Rashmi Rubdi
Hello Everyone, I'm using the modified selector to execute a task only if a .xml file was changed, the modified selector works as expected. However, I'm trying to get the selector to be in effect only if the "if" , condition is met. The if condition is there to disable the selector incase the cla