Where is the documentation for ant contrib

2005-07-16 Thread Neeraj Kumar
I believe using ant contrib one can use something like this: do something Where is the documentation for 'if' and for 'equals'? Thanks. - Neeraj ---

replaceregexp issue: replace forward slash with backward slash

2005-07-16 Thread Neeraj Kumar
input: c:/foo/bar desired output: c:\foo\bar code: I'm getting an error. How do I achieve the desired output? Thanks. - Neeraj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

uptodate not working

2005-07-13 Thread Neeraj Kumar
h.isUpToDate2: ${h.isUpToDate2} h.isUpToDate3: ${h.isUpToDate3} Both the uptodate are checking for the same thing. But no matter what I do the value of isUpToDate3 is never true even when the value of isUpToDate2 is true. What am I missing here? I believe the value of isUp