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

2006-12-05 Thread Anderson, Rob (Global Trade)
XML is sensitive to quotes and ampersands. Try putting the arg line in a properties file, and using the property in your build.xml. This will save you the trouble of translating the quotes and ampersands into xml friendly entities. -Rob A > -Original Message- > From: Chon, Ae H [mailto:[E

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