I'm using Ant version 1.6.5 and I'm trying to use the import task. The manual shows that in the imported file, ant.file.imported should be set, however I'm not seeing this property. http://ant.apache.org/manual/CoreTasks/import.html
As written in the manual, the property will be called "ant.file.imported" if the build file is called "imported", but will be called ant.file.foo if it's called "foo", i.e. the property name will be of the form ant.file.<project's name>. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]