On Tue, Oct 4, 2011 at 12:31 PM, lewis john mcgibbney <lewis.mcgibb...@gmail.com> wrote: > Our trunk build [1] is failing frequently with > > line 7: /export/home/hudson/tools/ant/latest/bin/ant: No such file or > directory > > > I wonder if it is possible for this to be tied to another version of ant > which will give us some more consistency with the CI process. Can someone > provide details as to how I need to edit the job configuration to satisfy > the above. > > Thank you very much > > [1] > https://builds.apache.org/view/M-R/view/Nutch/job/Nutch-trunk/1623/console
That build ran on a ubuntu slave where Ant is found in /home/hudson/tools/ant/latest/bin/ant. So either have your build use the Jenkins settings for the Ant path or bind your job tob only one type of slave, e.g. solaris. /niklas