"Thomas Boyles" wrote: > Any particular reason you're not using a plain old properties file?
Well I wanted to make it editable by an XML editor, as well as put comments and such in there to make it more readable. Just wondering if there's a way to import an XML file at the command line, since it already exists. Scott -----Original Message----- From: Scott Stark I want to import a set of properties from an XML file when I run an Ant build from the command line. I can do that with the -propertyfile param if the file has name=value pairs in it. Any way to do this with an XML file with properties defined like <property name="blah" value="blahblah"/>?