The ejx stuff is the only thing using the old xml.jar and it was going to be removed
anyway so you might as well check in the change. The question still remains as
to how your picking up the old xml.jar before the crimson.jar. I don't see this
as I don't have a problem building the current code. Andreas also saw this problem.
What compiler are you using?

----- Original Message ----- 
From: "danch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 29, 2001 6:36 PM
Subject: Re: [JBoss-dev] Build problem with CVS HEAD


> OK, I was able to get on with my lack of a life by making nothing 
> important in the build file depend on either the ejx or the xmlbeans 
> targets. This doesn't break my heart, since ejx is not being maintained 
> (as far as I can tell) and is only serving to leave us dependent on 
> predeluvian versions of the XML apis. Should I check it in?
> 
> -danch
> 
> danch wrote:
> 
> > More info:
> > There's an old version of the xml APIs in the lib directory, in xml.jar. 
> > This was getting picked up first by javac and causing those problems. 
> > Removing that so that the classes out of crimson.jar get used causes 
> > this problem:
> > 
> > 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)
> > 
> > 
> > Slay me with a rubber spoon! Anybody know where sources might be?
> > 
> > thanks,
> > danch
> > 



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

Reply via email to