I believe using ant contrib one can use something like this:
do something
Where is the documentation for 'if' and for 'equals'?
Thanks.
- Neeraj
---
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]
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