Hi, I want to compile POI release 2.5.1 on my own. I have downloaded the source package. I run ant compile, but I get an error message saying that the xalan.xslt library is missing. Therefore, I have downloaded this library as well and put it in the lib/ directory. In addition, I have altered the build.xml file to add the xalan.jar to the classpath. Now everything compiles fine and I can create even jar files.
Now I wonder if this is the right way to go. Why is the dependency on xalan not included in the build.xml? Also, do I have to deploy the xalan.jar as well or is it statically linked into the created jar files? Sebastian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
