On Tue, 2 Jul 2002 12:21, Peter Donald wrote: > At 02:18 AM 7/2/2002 +0000, you wrote: > > Log: > > - Renamed Embeddor.setupListener() to createListener(), for better > > match with > > the other Embeddor methods. > > > > - Changed Embeddor.execute() to take a list of targets to execute. > > Allows execution of more than one target in the same workspace. > > > > - Frontend now executes all targets given on the command-line in the > > same workspace, rather than creating a new workspace for each target. > > It was a deliberate choice not to do that as many people bitched about > ant1.x doing this. ie Quite a few bug reports eventually boil down to > > "ant clean main" should be equivelent to "ant clean; ant main" > > However making both targets execute in same workspace moves us back to > ant1.x model. Thoughts?
I was planning on adding a command-line option to let the user choose how they
want the targets to be executed. The default will be to execute them all in
a single workspace (which I think is the more useful option).
How come you think this is more useful?
I would really prefer the old style as default as people have complained about it not being that way before.
Cheers,
Peter Donald
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Faced with the choice between changing one's mind,
and proving that there is no need to do so - almost
everyone gets busy on the proof."
- John Kenneth Galbraith
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
