Hi,
What Chris says is the solution.
But, why don't you rather try to move your build file in the directory
where ant is searching for it. That would make on parameter less in
your Jenkins config: less parameters is always better.
That means that you may have to move the build.xml file in your source
code repository so that it is downloaded in the right place next time
Jenkibs needs to do it.
regards
didier
On Apr 29, 7:35 pm, Chris Marks <
topher1...@gmail.com> wrote:
> You can change where the build script is by going to the "Configure" page,
> and under your "Invoke Ant" build step, click the "Advanced" button.
> There's a line for "Build File" that specifies the path relative to the
> workspace where the build file exists.
>
> Hope this helps.
>
> Thanks,
> topher
>
> On Tue, Apr 26, 2011 at 5:06 AM, M.Hueber <
mathiashue...@gmail.com> wrote:
> > sorry to ask again...
> > but I am still in trouble - and really desperate - waiting for aswers/ideas
> > This problem might be very obvious and easy to solve, but I am not able to
> > find it.
>
> > Dont think if it helps but .... this is my console output for the job ...
>
> > Sync complete, took 220781 ms
> > FATAL: Unable to find build script at
> > D:\jenkins\jobs\JOB1\workspace\build.xml
> > Notifying upstream projects of job completion
>
> > I updated Jenkins to Jenkins ver. 1.409
>
> > I am happy about any idea - how to re-/set the location for the ANT
> > build.xml file.
> > thx
> > M.
>
> > --
> > View this message in context:
> >
http://jenkins.361315.n4.nabble.com/Problem-with-location-of-ANT-buil...