Command Line arguments with spaces

2005-01-17 Thread Daniel Kalcevich
I know this has probably been asked a lot, but is there any way I can pass a command line argument with spaces in it, and not have it be wrapped in double quotes by ANT? I have code similar to the following: private void getStreamCommand(Commandline cmd) { if (getStream() != null)

RE: line continuation character in build.xml file ??

2005-01-17 Thread Dominique Devienne
> From: Mark D. Hansen [mailto:[EMAIL PROTECTED] > > Is there a platform independent way to use a line continuation character > in an Ant build.xml file? I need to use some long strings and have a col > width restriction of 80 chars. > > Something like this maybe? > > > ... >descriptio

line continuation character in build.xml file ??

2005-01-17 Thread Mark D. Hansen
Is there a platform independent way to use a line continuation character in an Ant build.xml file? I need to use some long strings and have a col width restriction of 80 chars. Something like this maybe? ... ... Thanks! -

RE: Enabling assertions without forking for each test. Can I fork junit itself?

2005-01-17 Thread Dominique Devienne
> From: Paul Elschot [mailto:[EMAIL PROTECTED] > Is it possible to fork junit itself, instead of each test case? Try with Ant 1.6.2. --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Perforce Ant task --> p4edit

2005-01-17 Thread Mahen Perera
Hi !!! Cant I use spaces in Folder names when specifying file paths,, For example : - When i run the above script, The Source Code Folder (Which has a space) is not taken by Ant ,,, and tries to search in the path //test/Source for the file application.xml. Is there a way to specify such

Perforce ant tasks !!!!

2005-01-17 Thread Mahen Perera
Hi !! How can i lock a file after issuing a command... any ideas whass the syntax for it??? Thanks in advance Mahen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XSLT Task with external Saxon8

2005-01-17 Thread Anthony B. Coates
I'm not planning to develop the 'mtxslt' task further, since I haven't felt it as necessary for Ant 1.6 as it was for Ant 1.5. That said, I use Saxon 8 regularly, but I do so by setting the classpath environment variable to include the Saxon JAR file. I must admit, it is a disappointment to