Re: Apache Jenkins jobs unable to find "ant" (new issue)

2014-07-22 Thread Giridharan Kesavan
Let me know if you see issues with ant -giri On Mon, Jul 21, 2014 at 3:44 PM, Andrew Bayer wrote: > I think that was a transient thing - I think Giri fixed the tools > paths, but I could be wrong. > > A. > > On Fri, Jul 18, 2014 at 1:32 PM, Patrick Hunt wrote: > > Ok, that's good to know. > >

Re: Apache Jenkins jobs unable to find "ant" (new issue)

2014-07-21 Thread Andrew Bayer
I think that was a transient thing - I think Giri fixed the tools paths, but I could be wrong. A. On Fri, Jul 18, 2014 at 1:32 PM, Patrick Hunt wrote: > Ok, that's good to know. > > Perhaps to avoid confusion the "default" option (both the default and > named default) should be removed then from

Re: Apache Jenkins jobs unable to find "ant" (new issue)

2014-07-18 Thread Patrick Hunt
Ok, that's good to know. Perhaps to avoid confusion the "default" option (both the default and named default) should be removed then from the ant build step? Why was I previously able to call "ant" directly in a "execute shell" under build for the job, but now I can't? Is that expected? Thanks!

Re: Apache Jenkins jobs unable to find "ant" (new issue)

2014-07-18 Thread Andrew Bayer
You've got to choose a specific version of Ant when you're using the Ant build step - I've updated the job. On Fri, Jul 18, 2014 at 11:06 AM, Patrick Hunt wrote: > Hi. This job was running fine until just recently > > https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper-trunk-jdk7/916/

Apache Jenkins jobs unable to find "ant" (new issue)

2014-07-18 Thread Patrick Hunt
Hi. This job was running fine until just recently https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper-trunk-jdk7/916/console It used to have a bash command running ant to do the build. It started failing recently (unable to find ant). So I updated the configuration to use the "ant" bu