On Tue, 29 Jun 2004, Peter Reilly <[EMAIL PROTECTED]> wrote:

>>Should the "" target be invoked when Ant is executed
>>in -p mode?
>>
>>
> No, it should not!.
> 
> but it does...., so this is a bug!

Go back about a year in the archive 8-)

You will want to execute <import> whith -p.  If you want to do that
correctly, you must run all property setting tasks (since the file
attribute may evaluate a property).  If you want to do that correctly,
you must run all tasks (<uptodate>'s result may depend on a <copy> or
whatever).

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to