On 1/10/06, Rob Kenworthy <[EMAIL PROTECTED]> wrote:

> The errors I am getting are unsatisfied class dependencies for a file called
> GenerateServiceXml.java. The dependencies are actually in one of the maven
> jars, but it doesn't seem to be in the classpath. I did try renaming the
> file to ...java.bak and ran it again. It got much further, but other class
> compilations depend on GenerateServiceXml.java, so it blew up again.

Last night I was fighting the same error. The GenerateServiceXml class
is part of the geronimo-dependency-plugin for Maven so it's got
something to do with that.

Before building the Geronimo source code, you need to build all of the
Geronimo plugins for Maven by hand. These plugins are in the plugins
directory and can be built by simply running the default goal for each
plugin.

After doing this the error seemed to disappear for me. However, I'm
currently midstream in performing a full build using the following
command:

maven -Dmaven.{i,}test.skip=true new

This command calls a Maven goal named 'new' and will do a full build
of Geronimo. Start with the items I've mentioned here and let's see
what results you get.

Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo (http://geronimo.apache.org/)

Castor (http://castor.org/)

Reply via email to