[kepler-dev] [Bug 4281] ant update produces message about running svn cleanup

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Sat Dec 18 14:40:19 PST 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4281

--- Comment #9 from Christopher Brooks <cxh at eecs.berkeley.edu> 2010-12-18 14:40:18 PST ---
The problem with "ant update" failing under Windows continues.

After recent changes to build-area, I ran "svn update" sucessfully.

Then, when I ran "ant update", I got:
--start--
[update-modules] Updating build-area...
[update-modules] svn -r head update --accept postpone
C:\tmp\cxh\src\kepler\build-area
[update-modules] svn: Working copy 'C:\tmp\cxh\src\kepler\build-area' locked
[update-modules] svn: run 'svn cleanup' to remove locks (type 'svn help
cleanup' for details)
[update-modules]

BUILD FAILED
C:\tmp\cxh\src\kepler\build-area\build.xml:168: ERROR: It appears that the
command did not execute properly and exited with an exit code of: 1
--end--

Running "svn cleanup" in build-area and then running "ant update" results in
the same
error.

What is probably happening here is that the ant process is modifying the
build-area
directory, which is causing the svn update to think that the svn update process
was interrupted.
My conjecture is that changes to build-area such as updating 
target/kepler-tasks.jar
will cause this problem under Windows.

One workaround is to remove the build-area directory, do a new checkout and
change-to:

cd ..
rm -rf build-area
svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area
cd build-area
ant change-to -Dsuite=kepler

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list