Re: property file syntax

2009-05-13 Thread Dave Pawson
2009/5/13 Mark Salter : >>>        http://ant.apache.org/manual/ >> >> >> ?  I see no mention of property file description/syntax there? >> > It's a link to the complete manual, which is what I thought you needed? > > The Property task is under :- > >   Ant Tasks/Core Tasks/Property > > as the ori

Re: property file syntax

2009-05-13 Thread Mark Salter
Dave Pawson wrote: > 2009/5/13 Mark Salter : >> Dave Pawson wrote: >> >>> How to get it into the ant documentation Table of Contents? >>> >>> >>http://ant.apache.org/manual/ > > > ? I see no mention of property file description/syntax there? > It's a link to the complete manual, which i

Re: property file syntax

2009-05-13 Thread Dave Pawson
2009/5/13 Mark Salter : > Dave Pawson wrote: > >> How to get it into the ant documentation Table of Contents? >> >> > >        http://ant.apache.org/manual/ ? I see no mention of property file description/syntax there? regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawso

Re: property file syntax

2009-05-13 Thread Mark Salter
Dave Pawson wrote: > How to get it into the ant documentation Table of Contents? > > http://ant.apache.org/manual/ -- Mark - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: us

Re: property file syntax

2009-05-13 Thread Dave Pawson
2009/5/13 David J. B. Hollis : > Hi, David > > http://ant.apache.org/manual/CoreTasks/property.html > > > The rules for this format are laid down by Sun. > http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html#load(java.io.InputStream) > > > David Thanks David. How to get it into th

Re: property file syntax

2009-05-13 Thread David J. B. Hollis
Hi, David http://ant.apache.org/manual/CoreTasks/property.html The rules for this format are laid down by Sun. http://java.sun.com/j2se/1.4.2/docs/api/java/util/Properties.html#load(java.io.InputStream) David I'm having 'fun' with a properties file syntax. E.g. white space on the end of a

property file syntax

2009-05-13 Thread Dave Pawson
I'm having 'fun' with a properties file syntax. E.g. white space on the end of a line! Is the syntax described in the ant manual please (using 1.7), I can't find it. TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk --