> Where is the documentation for 'if' and for
'equals'?
http://ant-contrib.sourceforge.net/tasks/tasks/index.html
Greetings,
Roger
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
I believe using ant contrib one can use something like this:
do something
Where is the documentation for 'if' and for 'equals'?
Thanks.
- Neeraj
---
Hi
It 's interesting you posted this, just about when I rcv'd the same error
and about to post the same thing about scp task:
BUILD FAILED
C:\AntHill\work\proj1\install\sshtest.xml:19: com.jcraft.jsch.JSchException:
Auth
cancel
Did you by any chance receive and accept an update from sun.jav
Hi,
had a similar problem, i've parsed a file
with regular expressions successfully,
but the changing of '\' with '/' via
regular expressions didn't work.
so i used after my regexp part =
...
...
and it worked.
HTH
Regards, Gilbert
Neeraj Kumar wrote:
> input: c:/foo/bar
>
> desired
Why not use ?
http://ant.apache.org/manual/CoreTasks/pathconvert.html
-- Larry
-Original Message-
From: Neeraj Kumar [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 16, 2005 5:57 AM
To: Ant Users List
Subject: replaceregexp issue: replace forward slash with backward slash
input: c:/foo/
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]
On Fri, 15 Jul 2005 22:55:57 -0400 (EDT), R. Lafleche wrote:
>Relative to a specific basedir, how do I pass a list
>of subdirectories that may vary over time to the tar
>task without changing the buildfile, only the
>properties file?
>For example: subdirOne, subdirTwo subdirThree during
>the firs
Relative to a specific basedir, how do I pass a list
of subdirectories that may vary over time to the tar
task without changing the buildfile, only the
properties file?
For example: subdirOne, subdirTwo subdirThree during
the first build. subdirOne, subdirFour during another
build. subdirTwo only