Re: a tricky case of running an executable from an ant build script

2020-12-25 Thread Stefan Bodewig
On 2020-12-19, Alan Snyder wrote: > The case of interest is where I perform the build directly within a Java > application process. [...] > Is there a way that within my application I can configure ant with a > different $PATH to provide to the build script, so that it will find > the executabl

Re: a tricky case of running an executable from an ant build script

2020-12-24 Thread Alan Snyder
That’s not the point. I don’t want to change the build script, I want to change the environment in which it is run. > On Dec 24, 2020, at 12:48 PM, wrote: > > If you know where the executable is located, you could set the "executable" > attribute of . > Or set the "dir" attribute tot he direc