Moving those jar files (xerces, xml-apis, and batik-libs) into common/lib changed the error that I got but still didn't solve everything. Apparently, cocoon 2.0.1 doesn't work under JDK 1.4 (rc or final), so I checked out cocoon 2 from cvs. This still didn't work under 4.0.2, so I moved on to try to build from cvs.
I tried to build tomcat from the tomcat_40_branch that I checkout on Wednesday afternoon, but probably (no, make that definitely) screwed something up, so I wasn't able to get it going (It'd be awesome if the libraries needed to build tomcat were in CVS also -- I think I just didn't spend enough time to get build.xml set up right with the libraries that I downloaded...). So, I ended up dropping back to Tomcat 4.0.1. I'm excited about the maturing AJP connector for Tomcat 4, so I'm anxious and excited for the next tomcat release. I'll definitely be checking out the betas, and may (hopefully) get to spend some more time on getting tomcat built with your fix... :) -Scott On Wed, 2002-02-13 at 16:49, Remy Maucherat wrote: > > Hi Remy, > > > > I noticed that you fixed this problem on Bugzilla: > > > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374 > > > > Do you expect that there may be another release soon to fix this > > problem, or would you recommend that I go ahead and build tomcat > > straight out of CVS now so that I can use cocoon 2? > > I don't know yet if there will be a new release soon. > BTW, I apologize for the problem, and the trouble it causes :-( > > The 4.0 branch now contains fixes for 6374 and 6406. If you'd like to test > it, you can rebuild from CVS (use the 'tomcat_40_branch' tag). > > > If not, could you help me understand which classes I'd need to > > move/remove to follow your instructions earlier? > > With 4.0.2, you need to move whatever JAR contains the org.w3c.dom.* classes > to common/lib. > > Remy > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
