The classpath only contains the tools.jar of the JDK. There seems to
be a conflict between crimson.jar and xml.jar in the lib directory.
When i delete xml.jar from, the log of the build process looks like
this:

Buildfile: build.xml

init:
     [echo] build.compiler = classic
     [echo] java.home = C:\PROGRAMME\JAVASOFT\JRE\1.3.0_01
     [echo] user.home = C:\WINDOWS
     [echo] java.class.path =
;..\..\lib\ANT-13~1.JAR;..\..\lib\AWT.JAR;..\..\li
b\CODEGEN.JAR;..\..\lib\JAVAC.JAR;..\..\lib\JAXP.JAR;..\..\lib\JMXRI.JAR;..\..\l
ib\XMLBEANS.JAR;..\..\lib\CRIMSON.JAR;..\..\build\classes
     [echo]

prepare:

compile:
     [rmic] RMI Compiling 1 class to D:\javalib\jboss.new\build\classes

xmlbeans:

BUILD FAILED

java.lang.NoClassDefFoundError: com/sun/xml/tree/XmlDocument
        at
com.dreambean.xmlbeans.BeanInfoCompiler.<init>(BeanInfoCompiler.java:
109)
        at com.dreambean.xmlbeans.ant.XMLBeans.execute(XMLBeans.java:44)
        at org.apache.tools.ant.Target.execute(Target.java:153)
        at org.apache.tools.ant.Project.runTarget(Project.java:898)
        at org.apache.tools.ant.Project.executeTarget(Project.java:536)
        at org.apache.tools.ant.Project.executeTargets(Project.java:510)
        at org.apache.tools.ant.Main.runBuild(Main.java:421)
        at org.apache.tools.ant.Main.main(Main.java:149)

Total time: 2 seconds
com/sun/xml/tree/XmlDocument

Ralf

Scott M Stark wrote:
> 
> The xml parsers were upgraded in the latest build so your probably having
> a conflict with an older xml parser version  that is in your classpath or jre
> extenstion directory.
> 
> ----- Original Message -----
> From: "Ralf Purnhagen" <[EMAIL PROTECTED]>
> To: "jBoss" <[EMAIL PROTECTED]>
> Sent: Saturday, March 24, 2001 12:48 AM
> Subject: [JBoss-user] Build CVS
> 
> > Hi,
> >
> > i just tried to build the current CVS of jboss and got the following
> > error:
> >
> > Buildfile: build.xml
> >
> > BUILD FAILED
> >
> > java.lang.SecurityException: sealing violation
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to