You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Jun Yang <jy...@gmail.com> on 2009/07/27 08:47:27 UTC

trunk version fails tests; known issue?

Hi all,

Just checked out the trunk version and tried to build using ant and mvn.
 Both failed in many tests.  Here is the first one:

     [java] 2009-07-26 23:31:56.968::WARN:  failed
org.apache.abdera.protocol.server.servlet.AbderaServlet-22808536
     [java] javax.servlet.ServletException: java.lang.NoSuchMethodException:
org.apache.abdera.protocol.server.test.custom.CustomProvider.<init>(org.apache.abdera.Abdera)
     [java]     at
org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:437)
     [java]     at
org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:256)

Is this a known issue?  I basically want to get the fix for this bug:

https://issues.apache.org/jira/browse/ABDERA-222


What's the best way to proceed?  Thanks!

Jun