On Wed, 2003-07-16 at 16:32, Erik Hatcher wrote: > > > > Sorry, but I don't understand. Can you please post a buildfile with > > the problem? We can then fix it and add it to the testcases. > > I did this: > > <import file="../shared.xml"/> > <import file="../shared-db.xml"/>
There is an issue with relative files and import: The javadoc for the file attribute says: * the name of the file to import. How relative paths are resolved is still * in flux: use absolute paths for safety. The following should work: <import file="${basedir}/../shared.xml"/> <import file="${basedir}/../shared-db.xml"/> Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]