Re: [PATCH] redundant quotes in runant.py

2003-11-17 Thread Stefan Bodewig
On Mon, 17 Nov 2003, Knut Wannheden <[EMAIL PROTECTED]> wrote: > the Python script passes "" as the target argument to Java. This is > turn seems to cause Ant to run the top-level tasks and return with > "BUILD SUCCESSFUL". Is this indeed the intended behaviour? Uhm, in a way, yes. The top-lev

[PATCH] redundant quotes in runant.py

2003-11-17 Thread Knut Wannheden
Hi, With a previous patch for runant.py I wrote to use the new ant-launcher.jar I accidentally introduced some redundant double quotes in the command to be executed. As it turns out these quotes are more than redundant, they're even wrong. If the user doesn't supply a target to run (i.e. run the