Thanks much for the help. I changed the build.xml so that it does not depend on classname="org.apache.catalina.User". I'm using Tomcat 4.0 and it seems to be working.
Still don't know why classname="org.apache.catalina.User" is in the build. I think its a 4.1 or 5.0 Tomcat class. Thx, Jeff -----Original Message----- From: West, Tedie [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 5:18 PM To: Slide Users Mailing List Subject: RE: Help with slide.war build I just installed tomcat 4.0 ... and it seemed to work -----Original Message----- From: Gunderson, Jeff [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 3:54 PM To: 'Slide Users Mailing List' Subject: RE: Help with slide.war build Thanks much Tedie, this got me a lot further. I think I'm starting to figure this ant business out. I'm still having trouble building but I think its because I don't have the latest version of Tomcat. The build.xml has: <available property="catalina.present" classname="org.apache.catalina.User" classpath="${catalina.jar}" /> but I don't have the User class in my catalina.jar. I'm thinking this may be a Tomcat 4.1 class but I can't find a binary distribution of Tomcat 4.1 (just 4.0.4). Anyone know how to get this? Thx, Jeff -----Original Message----- From: West, Tedie [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 12:18 PM To: Slide Users Mailing List Subject: RE: Help with slide.war build Jeff, I recently had a similar problem where the webapps and the server was not getting built. I noticed in the build.xml that if the catalina/tomcat stuff was not there ant would skip the webapps and the slide server build. To fix I downloaded tomcat 4. Also, to get the slide-admin.war to build you will need struts. Hopes this helps! Bye Tedie -----Original Message----- From: Gunderson, Jeff [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 11:09 AM To: 'Slide Users Mailing List' Subject: Help with slide.war build Hi, I'm trying to build the lastest source (8/30). Ant gives me a "build successful" but it doesn't build the webapp\slide.war. Any hints would be appreciated. Thx, Jeff -- 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]> -- 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]>
