Do you have these environment variables defined? In Windows, it is:
set TOMCAT_HOME=C:\Tomcat5\bin set CATALINA_HOME=%TOMCAT_HOME% On Sat, Oct 1, 2011 at 11:50 AM, Rami Ojares / AMG <[email protected]>wrote: > And when the build starts I get > > Buildfile: /root/openlaszlo-svn/src/svn/**openlaszlo/trunk/build.xml > [echo] build.url is ${build.url} > [echo] dont-need-svn-info is ${dont-need-svn-info} > [taskdef] Could not load definitions from resource > net/sf/antcontrib/antcontrib.**properties. It could not be found. > > BUILD FAILED > /root/openlaszlo-svn/src/svn/**openlaszlo/trunk/build.xml:**1411: The > following error occurred while executing this line: > /root/openlaszlo-svn/src/svn/**openlaszlo/trunk/build-tools/** > tomcat-manager-ant-macros.xml:**15: taskdef class org.apache.catalina.ant. > **ReloadTask cannot be found > using the classloader AntClassLoader[] > > I'm quessing that setting the $HOME needs to be set globally for all > shells. > I can not do that because that will mess up my OS. > > maybe putting the top level "src" and "lib" directories directly under > /root > could solve it but that sound very dirty too... > > Anyone have ideas? Help? > > - rami >
