Re: Ant newbie fun

2003-06-17 Thread Neil Walsh
Thanks for the reply. It's now working for one file, using name=value (ie ndtComponents=blah), but getting it's not working for multiple files (either comma or semi-colon seperated lists). If written in XML is the properties file structured the same way as the build.xml file? Thanks again, Nei

RE: Ant newbie fun

2003-06-17 Thread Keith Hatton
Your properties should either be in Java properties file format (name=value) or XML format. The example you give below is neither. If that doesn't help, suggest you post the properties file and build.xml for us to look at. Hope this helps Keith -Original Message- From: Neil Walsh [mai