You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Mark D. Hansen" <m....@verizon.net> on 2005/01/17 22:09:02 UTC

line continuation character in build.xml file ??

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: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org