Re: Import task defined in other build file?

2008-03-05 Thread Andrew n marshall
Doh... Had the answer in the first word of my subject line. Thanks Peter. But the idea of importing the entire file seems very messy. I was hoping there would be a way I could import the effect of the new task definition without all the targets and properties that define it. Because of th

Re: Import task defined in other build file?

2008-03-05 Thread Peter Reilly
Use and not Peter On Wed, Mar 5, 2008 at 1:46 PM, Andrew n marshall <[EMAIL PROTECTED]> wrote: > > Is it possible to define a task in one ant build file, but use it in > another? For example, I want to have a single build file that contains > the properties and tasks to download a copy of s

RE: Import Task

2006-05-09 Thread jason heddings
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.

Re: Import Task

2006-05-09 Thread Dominique Devienne
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.fil