Giacomo, great, thanks for you help. This solved couple of my problems at once. Mariano giacomo <[EMAIL PROTECTED]> wrote .. > On Thu, 31 May 2001 [EMAIL PROTECTED] wrote: > > > Giacomo, > > > > so you have all your jar in the ext/lib directory? Can you post an ls -l ? > > No, I don't have a CLASSPATH and I don't have any jars in the extension > directory. > > I simply do the following. > > Get a cvs checkout of Tomcat 4.0 and compile it as described in the > README file (yes, you have to download/checkout several other product > and set some environment variables but after that it builds smoothly). > Lets assume your tomcat repository is located at [TOMCAT-4.0]. > > I build C2 with the command: > ./build.sh -Dinclude.webapp.libs=yes \ > -Dinstall.war=[TOMCAT-4.0]/build/webapps \ > install > > After that you can cd into [TOMCAT-4.0]/build and start it with > "./bin/startup.sh". > > Thats it. > > Giacomo > > > > > Mariano > > > > giacomo <[EMAIL PROTECTED]> wrote .. > > > > > > > > > On Thu, 17 May 2001 [EMAIL PROTECTED] wrote: > > > > > > > Giacomo, > > > > > > > > can you post your classpath please? I guess it is something about the order > of > > > the jar files, especially the classes from w3c.jar. > > > > > > "" :) > > > > > > I don't use any classpath > > > > > > Giacomo > > > > > > > > > > > Mariano > > > > ps. Is Bugzilla still active? I posted bugs there but became no feedback and > saw > > > that there is a bug (of less then ten totaly) which is in state NEW since weeks. > > > > > > > > > > > > giacomo <[EMAIL PROTECTED]> wrote .. > > > > > > > > > > Even here I cannot reproduce your errors. I have a clean checkout but my > > > > > C2 runs smart. > > > > > > > > > > Giacomo > > > > > > > > > > On Wed, 16 May 2001, Colin Britton wrote: > > > > > > > > > > > SVG Serializer is currently not working. The following has been posted > > > > > > in the users list by a number of people. I have confirmed it with a > > > > > > clean download of C2. > > > > > > > > > > > > Any ideas? > > > > > > > > > > > > java.lang.NoSuchMethodError > > > > > > at > > > > > > org.apache.batik.bridge.CSSUtilities.convertVisibility(CSSUtilities.java > > > > > > :283) > > > > > > at > > > > > > org.apache.batik.bridge.SVGSVGElementBridge.createGraphicsNode(SVGSVGEle > > > > > > mentBridge.java:49) > > > > > > at > > > > > > org.apache.batik.bridge.ConcreteGVTBuilder.build(ConcreteGVTBuilder.java > > > > > > :78) > > > > > > at > > > > > > org.apache.batik.transcoder.image.ImageTranscoder.transcode(ImageTransco > > > > > > der.java:190) > > > > > > at > > > > > > org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractT > > > > > > ranscoder.java:122) > > > > > > at > > > > > > org.apache.cocoon.serialization.SVGSerializer.notify(SVGSerializer.java: > > > > > > 210) > > > > > > at > > > > > > org.apache.cocoon.xml.dom.SVGBuilder.endDocument(SVGBuilder.java:107) > > > > > > at > > > > > > org.apache.cocoon.xml.AbstractXMLPipe.endDocument(AbstractXMLPipe.java:5 > > > > > > 0) > > > > > > at > > > > > > org.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1230) > > > > > > at > > > > > > org.apache.xerces.validators.common.XMLValidator.callEndDocument(XMLVali > > > > > > dator.java:848) > > > > > > at > > > > > > org.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.disp > > > > > > atch(XMLDocumentScanner.java:1551) > > > > > > at > > > > > > org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScan > > > > > > ner.java:381) > > > > > > at > > > > > > org.apache.xerces.framework.XMLParser.parse(XMLParser.java:952) > > > > > > at > > > > > > org.apache.cocoon.components.parser.JaxpParser.parse(JaxpParser.java:66) > > > > > > at > > > > > > org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:1 > > > > > > 35) > > > > > > at > > > > > > org.apache.cocoon.components.pipeline.CachingEventPipeline.process(Cachi > > > > > > ngEventPipeline.java:211) > > > > > > at > > > > > > org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(Cach > > > > > > ingStreamPipeline.java:319) > > > > > > at > > > > > > org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:2832) > > > > > > at > > > > > > org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:1221) > > > > > > at > > > > > > org.apache.cocoon.sitemap.Handler.process(Handler.java:159) > > > > > > at > > > > > > org.apache.cocoon.sitemap.Manager.invoke(Manager.java:97) > > > > > > at > > > > > > org.apache.cocoon.Cocoon.process(Cocoon.java:258) > > > > > > at > > > > > > org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:432) > > > > > > at > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > > > > > at > > > > > > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404) > > > > > > at > > > > > > org.apache.tomcat.core.Handler.service(Handler.java:286) > > > > > > at > > > > > > org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) > > > > > > at > > > > > > org.apache.tomcat.core.ContextManager.internalService(ContextManager.jav > > > > > > a:797) > > > > > > at > > > > > > org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) > > > > > > at > > > > > > org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(H > > > > > > ttpConnectionHandler.java:210) > > > > > > at > > > > > > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416 > > > > > > ) > > > > > > at > > > > > > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:49 > > > > > > 8) > > > > > > at java.lang.Thread.run(Thread.java:484) > > > > > > rgds > > > > > > CB > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > For additional commands, email: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > For additional commands, email: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, email: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]