On Jul 19, 2006, at 3:26 PM, mdavis wrote:
A few hot spots to be wary of: svn build requires ant is 1.6.5, p4 build requires ant 1.5.1. Several variables all need to match: ANT_HOME, the ant that comes first in your $PATH, and (more wishy-washy) the classpath. In svn new build, I'm making extensive use of $ANT_HOME/lib to put jars. ant-contrib.jar: the p4 build uses an old version, 0.3 I think, while svn uses 1.0b2. ant-contrib defines the if task. The svn build requires tomcat 5.0.30; i'm not sure which version of tomcat the p4 build is officially qualified against, either 5.0.28 or 5.0.24 I think. |
_______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
