----- Original Message -----
From: "Peter Donald" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Saturday, July 20, 2002 20:51
Subject: Re: <init>/<finally> and top-level tasks (was RE: Problems with <
impo rt>)


On Sun, 21 Jul 2002 11:20, Dominique Devienne wrote:
>> Correct how?

>Essentially make "ant foo bar" behave identically to "ant foo; ant bar"

but of course the makefile 'obvious' behaviour is  ant foo bar -> ant
foo,bar

where the parents of foo and bar only get executed once.

Actually, we could add that behaviour by supporting commas the command line.
I still want to add the rule that -Dsomeprop on the command line sets
someprop="true"



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

Reply via email to