Where is the documentation for ant contrib

2005-07-16 Thread R. Lafleche
> 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 -

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 ---

RE: SCP Task Error

2005-07-16 Thread S I
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

Re: replaceregexp issue: replace forward slash with backward slash

2005-07-16 Thread Gilbert Rebhan
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

RE: replaceregexp issue: replace forward slash with backward slas h

2005-07-16 Thread Shatzer, Larry
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/

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]

Re: tar archive: varying list of subdirectories as a property?

2005-07-16 Thread Juergen Hermann
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

tar archive: varying list of subdirectories as a property?

2005-07-16 Thread R. Lafleche
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