users@jersey.java.net

Re: [Jersey] Build failing for maven-wadl-plugin

From: Martin Grotzke <martin.grotzke_at_freiheit.com>
Date: Mon, 21 Jul 2008 23:14:09 +0200

Hi Paul,

d'oh, thanx for the hint about WadlGeneratorApplicationDoc!

What is really weird: the c.s.j.wadl.WadlGeneratorApplicationDoc was not
in my local working copy and did not showed up via an `svn up`. This was
also the case for the package c.s.j.taglets (in the maven-wadl-plugin).

I just removed both in svn directly, so the error should be fixed.

Cheers,
Martin


On Mon, 2008-07-21 at 17:59 +0200, Paul Sandoz wrote:
> Hi,
>
> Hudson is reporting a failure for building the project because of the
> 'maven-wadl-plugin'.
>
> I fixed one issue with the dependency on
>
> .../maven-plugin-plugin/2.4-SNAPSHOT/...
>
> since the "2.4-SNAPSHOT" does not exist. I changed it to "2.4", then i
> get a compile error:
>
> /export/home/ps23762/Projects/REST/jersey/trunk/jersey/contribs/maven-wadl-plugin/src/main/java/com/sun/jersey/wadl/WadlGeneratorApplicationDoc.java:[62,7]
> com.sun.jersey.wadl.WadlGeneratorApplicationDoc is not abstract and does
> not override abstract method getRequiredJaxbContextPath() in
> com.sun.jersey.impl.wadl.WadlGenerator
>
> Paul.