Re:AntDoc fails under JDK 1.5

2005-11-29 Thread David
Thanks to people answer to me about this topic. The following invokation: http://ant.apache.org"; processor ="org.apache.xalan.processor.TransformerFactoryImpl" welcome = "${doc.dir}/antdoc/antDoc_welcome.html" buildfile="build.xml" /> With: Works but not

Re: Re:AntDoc fails under JDK 1.5

2005-11-29 Thread Dominique Devienne
> I have tested also adding the property > processor ="com.icl.saxon.TransformerFactoryImpl" That's the old package name for Saxon. The 8.5 (or is it 8.6 now) version has a net.sf.saxon package. > with the same result. As you can see saxon.jar is on the classpath. > Probably it has to come fir