You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Wendy Smoak <ws...@gmail.com> on 2009/07/01 16:09:34 UTC

compilation failure on trunk?

I'm trying to publish the developer and reference docs, and getting:

$ mvn site-deploy
...
[INFO] Compiling 4 source files to
/Users/wsmoak/svn/continuum/continuum/continuum-store/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/Users/wsmoak/svn/continuum/continuum/continuum-store/src/main/java/org/apache/continuum/dao/ProjectDaoImpl.java:[46,7]
org.apache.continuum.dao.ProjectDaoImpl is not abstract and does not
override abstract method getAllProjectsWithAllDetails() in
org.apache.continuum.dao.ProjectDao

-- 
Wendy

Re: compilation failure on trunk?

Posted by Wendy Smoak <ws...@gmail.com>.
On Wed, Jul 1, 2009 at 7:09 AM, Wendy Smoak<ws...@gmail.com> wrote:
> I'm trying to publish the developer and reference docs, and getting:
...
> [INFO] Compilation failure

I chatted with Brett on irc, he suggested running 'mvn install' first,
which worked.

-- 
Wendy