RE: ant exec task trouble parsing quotes

2008-12-22 Thread Harnack Frank
Hello, you should try the java-Task. Regards Frank -Original Message- From: Ben Tu [mailto:b...@adobe.com] Sent: Tuesday, December 23, 2008 1:43 AM To: Ant Users List Subject: ant exec task trouble parsing quotes Hi, I am trying to run a java command using exec task in ant. I ran

ant exec task trouble parsing quotes

2008-12-22 Thread Ben Tu
Hi, I am trying to run a java command using exec task in ant. I ran into the error because one of the java command argument has space between. Any idea? Please help. Thanks, Here is my ant task in build.xml file: