Hi, I checked out trunk in order to build and try out the maven2 integration. However, the build failed with:
/home/rupert/cactus/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyEarMojo.java:[65,12] cannot find symbol symbol : class CactusWar location: class org.apache.cactus.maven2.mojos.CactifyEarMojo So I added a dependency on the ant integration project to the maven2 integration project, but the build then failed with: /home/rupert/cactus/integration/maven2/src/main/java/org/apache/cactus/maven2/mojos/CactifyEarMojo.java:[375,23] cannot find symbol symbol : method setProject(org.apache.maven.project.MavenProject) location: class org.apache.cactus.integration.ant.CactusWar Which makes me think that this code is still being sketched out, and is not yet in a buildable state? Correct? or has something been forgotten to be checked in? It does look like the plugin code is there in CactifyEarMojo. Rupert