Hi Raju,
The nightly builds for /branches/flex4.6 are failing. The error is
...
[copy] Copying 1 file to
/home/svnbuild/builds/19696-openlaszlo-branches-f\
lex4.6/lps-flex4.6.x/Server/tomcat-5.0.24/conf/LPS/localhost
BUILD FAILED
/home/svnbuild/src/svn/tools/trunk/build-tools/nightly/build.xml:195:
The follo\
wing error occurred while executing this line:
/home/svnbuild/builds/19696-openlaszlo-branches-flex4.6/build.xml:905:
The foll\
owing error occurred while executing this line:
/home/svnbuild/builds/19696-openlaszlo-branches-flex4.6/build.xml:871:
/home/sv\
nbuild/lib/jakarta-tomcat-5.0.30/webapps/manager not found.
I tracked the error to todays change in build.xml. The original code is:
<copy
todir="${builddir-dev-server}/${tomcat}/server/webapps/manager">
<fileset dir="${server.home}/server/webapps/manager" />
The changed code is:
<copy todir="${builddir-dev-server}/${tomcat}/webapps/manager">
<fileset dir="${server.home}/webapps/manager" />
Any idea why the /server portion of the path is removed? When I added it
back on my local machine, the build fails.
Thanks!
Phil
On Tue, Jul 17, 2012 at 7:52 PM, Raju Bitter wrote:
Hi Amy,
thanks, I'll do that tomorrow.
- Raju