Thanks. I'm not sure what happened in my testing to make me think it
worked. I rolled back this last change.
You should be able to build the xmlbeans plugin explicitly first
maven -Dmodules=maven-xmlbeans-plugin
and then build geronimo
maven rebuild
I'll investigate further with the maven people.
thanks
david jencks
On Tuesday, February 3, 2004, at 12:06 AM, Kristian K�hler wrote:
Hi
i have just tried:
* maven clean
* maven
which ends up with the following exception:
------ 8< -----
BUILD FAILED
File...... file:/c:/work/jakarta/incubator-geronimo/
Element... maven:reactor
Line...... 134
Column.... 27
Unable to obtain goal [default] --
file:/C:/java/maven-1.0-rc1/maven_home_local/plugins/geronimo-maven-
xmlbeans-plugin-D
EV/:40:142: <j:invokeStatic> Could not load class:
org.apache.geronimo.tools.xmlbeans.SchemaCompilerWrapper. Reason: jav
a.lang.ClassNotFoundException:
org.apache.geronimo.tools.xmlbeans.SchemaCompilerWrapper
Total time: 4 minutes 40 seconds
Finished at: Tue Feb 03 08:53:22 CET 2004
------ 8< -----
cd modules/maven-xmlbeans-plugin
maven rebuild
cd ../../
maven rebuild
doesn't solve the problem (same error).
Kristian
David Jencks wrote:
This should now be fixed. Please let me know if it isn't.
thanks
david jencks
On Monday, February 2, 2004, at 07:48 PM, David Jencks wrote:
Apparently the maven dependencies are not working quite as well as I
thought.
After your next cvs update, you will probably have to
cd modules/maven-xmlbeans-plugin
maven rebuild
cd ../..
maven rebuild
in order to build the new plugin before it can be used.
I'm trying to figure out how to set up a dependency so this module
will be built automatically before attempts to use it are made.
thanks
david jencks
--
Kristian K�hler