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?


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



Reply via email to