I had missed that point in the manual... Thanks! -----Original Message----- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Tuesday, 09 May, 2006 11:22 To: Ant Users List Subject: Re: Import Task
> 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]