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? <macrodef name="generate-deployment-files-axis"> ... <attribute name="urlLocation" description="URL where the service port is to be deployed \ e.g.., the soap:address location attribute when using the SOAP binding"/> ... </macrodef> Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]