RE: Using 'exec' task with special characters in argument line.

2006-12-05 Thread Anderson, Rob (Global Trade)
mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 11:58 AM > To: user@ant.apache.org > Subject: Using 'exec' task with special characters in argument line. > > Need help! > > I'm having problems getting trying to run a command in > windows using an

Using 'exec' task with special characters in argument line.

2006-12-05 Thread Chon, Ae H
Need help! I'm having problems getting trying to run a command in windows using ant "exec" task: In windows, I would would the following command: cleartool find . -version "created_since(yesterday)&&!(created_since(now))" -print I tried to simulate this using 'exec' task...but it doesn't take

Re: Using 'exec' task with special characters in argument line.

2006-12-05 Thread Dominique Devienne
How do i get around this? I tried to used CDATA but i get the following message (see code below): Class org.apache.tools.ant.types.Commandline$Argument doesn't support the nested "line" element Please read the manual, and search the archive. It's . --DD --