Now it compiled successfully. Thanks to all. In doing so I had to make a few changes in build.xml and doc/stylesheets/slide.xsl.
1. Renamed first instance of "alt" to "althome" in slide.xsl. 2. Renamed first instance of "src" to "srchome" in slide.xsl. 3. set "jmx.jar" to "mx4j-jmx.jar" in build.xml. Scott -----Original Message----- From: Wallmer, Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 1:30 AM To: 'Slide Users Mailing List' Subject: RE: do not see why the slide build failed Hi, in your environment the servlet 2.3 jar and java transaction api are missing (servlet.jar, jta.jar). Get it from http://java.sun.com/products/servlet/download.html http://java.sun.com/products/jta/ Regards, Martin -----Original Message----- From: Liu, Scott [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 15. Januar 2003 10:19 To: '[EMAIL PROTECTED]' Subject: do not see why the slide build failed I use Windows XP and this was run in cygwin. Can anyone point to me the failure from the log? I did not see why any errors. I could not find a copy of "jmx.jar" and I substitued it with "mx4j-jmx.jar" in tomcat/server/lib. This slide is the latest nightly drop. Thanks, scott $ . /webdev/NetLedger/common/bin/ant.sh full-dist Apache Ant version 1.5.1 compiled on October 2 2002 Buildfile: build.xml detect.display: [echo] +------------------------------------------------------- [echo] | Build environment for Jakarta-Slide 2.0.0 [echo] | [echo] | Note: [echo] | If ${property.name} is displayed for a library [echo] | instead of 'true', that library is not present. [echo] +------------------------------------------------------- [echo] Environment: [echo] Java home c:\webdev\jdk\jre [echo] Java version 1.4 [echo] Compiler type modern [echo] Build options: [echo] Generate debugging info on [echo] Display deprecation info off [echo] Optimize on [echo] Build directory ./build [echo] Distribution directory ./dist [echo] Distribution archive name ./jakarta-slide-2.0.0 [echo] Required libraries: [echo] Servlet API 2.3 ${servlet23.present} [echo] JAXP (1.0 or later) true [echo] XML DOM Level 2 API true [echo] XML SAX 2 API true [echo] Java Transaction API ${jta.present} [echo] JDOM (current dev version) true [echo] Commons-Httpclient true [echo] ANTLR true [echo] ANTLR Tools true [echo] Optional libraries: [echo] JAXP 1.1 true [echo] JDBC 2.0 optional package true [echo] JMX ${jmx.present} [echo] Commons-Modeler true [echo] Ant true [echo] Ant <style>-task true [echo] JUnit true [echo] Log4J ${log4j.present} [echo] JNDI true [echo] Struts (1.0 or later) true [echo] JSTL 1.0 ${jstl.present} [echo] Standard Taglib (1.0 or later)${taglibs-standard.present} [echo] Tomcat (4.1 or later) true [echo] Tomcat naming.jar true [echo] Tomcat resources.jar true [echo] Library locations: [echo] Servlet API jar ./lib/servlet.jar [echo] JAXP jar ./lib/jaxp.jar [echo] XML DOM/SAX2 APIs jar ./lib/crimson.jar [echo] XML Parser jar ./lib/crimson.jar [echo] JTA jar ./lib/jta.jar [echo] JDOM jar ./lib/jdom-dev.jar [echo] Commons-Httpclient jar lib/commons-httpclient.jar [echo] ANTLR jar ./lib/antlr.jar [echo] JDBC 2.0 optional package jar ./lib/jdbc2_0-stdext.jar [echo] JMX jar ../jarkarta-tomcat-4.1.18/server/lib /mx4j-jmx.jar [echo] Commons-Modeler jar ./lib/commons-modeler.jar [echo] Ant jar ../ant/lib/ant.jar [echo] JUnit jar ./lib/junit.jar [echo] Log4J jar ./lib/log4j.jar [echo] JNDI jar ./lib/jndi.jar [echo] Struts jar ../jakarta-struts-1.1-b3/lib/struts. jar [echo] JSTL jar ../jakarta-taglibs/standard/jstl.jar [echo] Standard Taglib jar ../jakarta-taglibs/standard/standard .jar [echo] Tomcat 4 dist directory ../jakarta-tomcat-4.1.18 [echo] Tomcat 4 catalina.jar ../jakarta-tomcat-4.1.18/server/lib/ catalina.jar [echo] Tomcat 4 resources.jar ../jakarta-tomcat-4.1.18/common/lib/ naming-resources.jar [echo] Tomcat 4 naming.jar ../jakarta-tomcat-4.1.18/common/lib/ naming-common.jar detect.fail: BUILD FAILED file:c:/webdev/webDAV/jakarta-slide/build.xml:335: Failed dependancy One or more required libraries could not be found. Please check your build.propertes file. Total time: 2 seconds -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
