On Thu, 2008-07-31 at 10:13 +0200, Paul Sandoz wrote:
> Martin Grotzke wrote:
> > On Wed, 2008-07-30 at 16:09 +0200, Paul Sandoz wrote:
> >> Things are still failing when building with Hudson.
> >>
> >> [java.io.FileNotFoundException:
> >> http://hudson.sfbay/job/Jersey/ws/jersey/${project.build.outputDirectory}/resourcedoc.xml
> >> (No such file or directory)]
> >>
> >> The "${project.build.outputDirectory}" variable is not getting expanded.
> >> I wonder if this is a maven version issue. The Hudson slave is using 2.0.7.
> > What is the maven goal that is producing this? Just that I can try to
> > reproduce.
> >
>
> It is the javadoc construction of the generate wadl documentation.
>
>
> > A "mvn -Dmaven.test.skip=true clean install" in trunk/jersey goes
> > through for me (using mvn 2.0.9).
> >
>
> And me. I suspect it is the version. I will try and get the maven
> version upgraded
Great :)
Cheers,
Martin
>
> Paul.