Actually -- at the moment, ant can't start and stop tomcat. To start and stop tomcat do... $TOMCAT_HOME/bin/startup.sh $TOMCAT_HOME/bin/shutdown.sh
I think I have a bug open on this, assigned to myself. On Jun 15, 2006, at 8:43 PM, Henry Minsky wrote: > Ben told me to copy the jar file from Tomcat's server/lib directory > named catalina-ant.jar to > ant's lib directory. > > On my machine that was > jakarta-tomcat-5.0.30/server/lib/catalina-ant.jar > copied to > $ANT_HOME/lib > > > Adam Wolff wrote: >> I just checked out trunk and followed the instructions here: >> http://wiki.openlaszlo.org/SubversionBuildInstructions >> >> couldna been easier! nice work guys. The only thing I'm stuck on >> now is >> that ant can't start and stop tomcat. This is the error: >> >>> BUILD FAILED >>> /Users/adam/laszlo/src/svn/openlaszlo/trunk/build.xml:1213: The >>> following >>> error occurred while executing this line: >>> /Users/adam/laszlo/src/svn/openlaszlo/trunk/build.xml:1127: No >>> configuration file. >>> >> >> I believe this refers to the config file that is copied by the >> task above. >> >>> [copy] Copying 1 file to /Users/adam/laszlo/lib/jakarta- >>> tomcat-5.0.30/conf >>> [copy] Copying /Users/adam/laszlo/src/svn/openlaszlo/trunk/build- >>> tools/server.xml to /Users/adam/laszlo/lib/jakarta-tomcat-5.0.30/ >>> conf/server.xml >>> >> >> Permissions problem? >> axe:.../svn/openlaszlo/trunk> ls -la /Users/adam/laszlo/lib/ >> jakarta-tomcat-5.0.30/conf/server.xml >> -rw-r--r-- 1 adam adam 1792 Jun 15 17:23 /Users/adam/laszlo/ >> lib/jakarta-tomcat-5.0.30/conf/server.xml >> >> I have been able to start Tomcat manually, so this seems to be a >> build >> thing and not a tomcat thing. This is Mac OS X >> >> A >> _______________________________________________ >> Laszlo-dev mailing list >> [email protected] >> http://www.openlaszlo.org/mailman/listinfo/laszlo-dev >> >> > > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev benjamin shine software engineer [EMAIL PROTECTED] _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
