Re: I got an error on import org.apache.xpath recompiling with Tomcat5 and JDK5

2006-02-24 Thread David Delbecq
There is no org.apache.* in jdk 1.4 It's probable they simply were bundled un servlet.jar of tomcat. Marc Wentink a écrit : > > > >>You are missing the xalan jars: >>http://www.ibiblio.org/maven/xalan/jars/ >> >> > >Yes, and they add the libs removed in JDK1.5 for compiling a servlet under

RE: I got an error on import org.apache.xpath recompiling with Tomcat5 and JDK5

2006-02-24 Thread Marc Wentink
> You are missing the xalan jars: > http://www.ibiblio.org/maven/xalan/jars/ Yes, and they add the libs removed in JDK1.5 for compiling a servlet under JDK1.5. > btw, you should not have your compilation depends on any tomcat lib, > unless you are building specific tomcat extensions (like rea

Re: I got an error on import org.apache.xpath recompiling with Tomcat5 and JDK5

2006-02-24 Thread David Delbecq
You are missing the xalan jars: http://www.ibiblio.org/maven/xalan/jars/ btw, you should not have your compilation depends on any tomcat lib, unless you are building specific tomcat extensions (like realms) Wentink, Marc a écrit : >Dear Group, > >Which jars am I missing, and were can I find th

RE: I got an error on import org.apache.xpath recompiling with Tomcat5 and JDK5

2006-02-24 Thread Wentink, Marc
Oops... Just read some more documentation and it seems the whole java xml xpath libs changed from jdk 1.4 to jdk5, right? So a servlet doing something with XML would have to be rewritten totally and could better just stay on Tomcat4 and JDK1.4? -