You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Patrick Hunt <ph...@apache.org> on 2014/07/18 20:06:12 UTC

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

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" build command in the jenkins job rather than using
bash. However the same issue exists.

Please take a look at the output of that job, near the bottom you'll
see the issue.

Thanks,

Patrick

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

Posted by Giridharan Kesavan <gk...@hortonworks.com>.
Let me know if you see issues with ant

-giri


On Mon, Jul 21, 2014 at 3:44 PM, Andrew Bayer <an...@gmail.com>
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 <ph...@apache.org> 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 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!
> >
> > Patrick
> >
> > On Fri, Jul 18, 2014 at 1:21 PM, Andrew Bayer <an...@gmail.com>
> wrote:
> >> 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 <ph...@apache.org>
> wrote:
> >>> 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" build command in the jenkins job rather than using
> >>> bash. However the same issue exists.
> >>>
> >>> Please take a look at the output of that job, near the bottom you'll
> >>> see the issue.
> >>>
> >>> Thanks,
> >>>
> >>> Patrick
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

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

Posted by Giridharan Kesavan <gk...@hortonworks.com>.
Let me know if you see issues with ant

-giri


On Mon, Jul 21, 2014 at 3:44 PM, Andrew Bayer <an...@gmail.com>
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 <ph...@apache.org> 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 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!
> >
> > Patrick
> >
> > On Fri, Jul 18, 2014 at 1:21 PM, Andrew Bayer <an...@gmail.com>
> wrote:
> >> 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 <ph...@apache.org>
> wrote:
> >>> 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" build command in the jenkins job rather than using
> >>> bash. However the same issue exists.
> >>>
> >>> Please take a look at the output of that job, near the bottom you'll
> >>> see the issue.
> >>>
> >>> Thanks,
> >>>
> >>> Patrick
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

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

Posted by Andrew Bayer <an...@gmail.com>.
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 <ph...@apache.org> 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 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!
>
> Patrick
>
> On Fri, Jul 18, 2014 at 1:21 PM, Andrew Bayer <an...@gmail.com> wrote:
>> 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 <ph...@apache.org> wrote:
>>> 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" build command in the jenkins job rather than using
>>> bash. However the same issue exists.
>>>
>>> Please take a look at the output of that job, near the bottom you'll
>>> see the issue.
>>>
>>> Thanks,
>>>
>>> Patrick

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

Posted by Andrew Bayer <an...@gmail.com>.
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 <ph...@apache.org> 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 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!
>
> Patrick
>
> On Fri, Jul 18, 2014 at 1:21 PM, Andrew Bayer <an...@gmail.com> wrote:
>> 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 <ph...@apache.org> wrote:
>>> 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" build command in the jenkins job rather than using
>>> bash. However the same issue exists.
>>>
>>> Please take a look at the output of that job, near the bottom you'll
>>> see the issue.
>>>
>>> Thanks,
>>>
>>> Patrick

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

Posted by Patrick Hunt <ph...@apache.org>.
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!

Patrick

On Fri, Jul 18, 2014 at 1:21 PM, Andrew Bayer <an...@gmail.com> wrote:
> 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 <ph...@apache.org> wrote:
>> 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" build command in the jenkins job rather than using
>> bash. However the same issue exists.
>>
>> Please take a look at the output of that job, near the bottom you'll
>> see the issue.
>>
>> Thanks,
>>
>> Patrick

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

Posted by Patrick Hunt <ph...@apache.org>.
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!

Patrick

On Fri, Jul 18, 2014 at 1:21 PM, Andrew Bayer <an...@gmail.com> wrote:
> 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 <ph...@apache.org> wrote:
>> 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" build command in the jenkins job rather than using
>> bash. However the same issue exists.
>>
>> Please take a look at the output of that job, near the bottom you'll
>> see the issue.
>>
>> Thanks,
>>
>> Patrick

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

Posted by Andrew Bayer <an...@gmail.com>.
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 <ph...@apache.org> wrote:
> 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" build command in the jenkins job rather than using
> bash. However the same issue exists.
>
> Please take a look at the output of that job, near the bottom you'll
> see the issue.
>
> Thanks,
>
> Patrick

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

Posted by Andrew Bayer <an...@gmail.com>.
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 <ph...@apache.org> wrote:
> 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" build command in the jenkins job rather than using
> bash. However the same issue exists.
>
> Please take a look at the output of that job, near the bottom you'll
> see the issue.
>
> Thanks,
>
> Patrick