Re: Need feedback for Bugzilla 58555

2015-11-01 Thread Stefan Bodewig
On 2015-11-01, Antoine Levy Lambert wrote: > Hello Stefan, > I have had a look at the code. Is the bit of code which is responsible for > the behavior described in Bugzilla 58555 this one : > in org.apache.tools.ant.taskdefs.Execute : > public void setWorkingDirectory(File wd) { >

Re: Need feedback for Bugzilla 58555

2015-11-01 Thread Antoine Levy Lambert
Hello Stefan, I have had a look at the code. Is the bit of code which is responsible for the behavior described in Bugzilla 58555 this one : in org.apache.tools.ant.taskdefs.Execute : public void setWorkingDirectory(File wd) { workingDirectory = (wd == null || wd.getAbso

Need feedback for Bugzilla 58555

2015-10-27 Thread Stefan Bodewig
Hi all I'd rather not repeat what I've typed there. The tldr version: without dir defaults to executing in the current directory if vmlauncher="true" and the project's basedir if vmlauncher="false" - and has done so ever since we introduced