Hi David,
I tried to build the new xmlbeans 2 plugin with maven and got the
following error:
[javac] Compiling 1 source file to
D:\javalibs\Geronimo\3\geronimo\plugins\maven-xmlbeans2-plugin\target\classes
D:\javalibs\Geronimo\3\geronimo\plugins\maven-xmlbeans2-plugin\src\java\org\apache\xmlbeans\maven\SchemaCompilerWrapper.java:36:
package org.apache.xmlbeans.impl.tool does not exist
import org.apache.xmlbeans.impl.tool.SchemaCompiler;
^
D:\javalibs\Geronimo\3\geronimo\plugins\maven-xmlbeans2-plugin\src\java\org\apache\xmlbeans\maven\SchemaCompilerWrapper.java:176:
package SchemaCompiler does not exist
SchemaCompiler.Parameters params = new
SchemaCompiler.Parameters();
^
D:\javalibs\Geronimo\3\geronimo\plugins\maven-xmlbeans2-plugin\src\java\org\apache\xmlbeans\maven\SchemaCompilerWrapper.java:176:
package SchemaCompiler does not exist
SchemaCompiler.Parameters params = new
SchemaCompiler.Parameters();
^
D:\javalibs\Geronimo\3\geronimo\plugins\maven-xmlbeans2-plugin\src\java\org\apache\xmlbeans\maven\SchemaCompilerWrapper.java:203:
cannot resolve symbol
symbol : variable SchemaCompiler
location: class org.apache.xmlbeans.maven.SchemaCompilerWrapper
boolean result = SchemaCompiler.compile(params);
^
4 errors
BUILD FAILED
File...... C:\Documents and Settings\Stefan
Schmidt\.maven\cache\maven-java-plug
in-1.5\plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 4 seconds
Finished at: Wed Jul 13 20:00:15 EST 2005
Stefan