Maven build fails on Windows
----------------------------
Key: DROIDS-41
URL: https://issues.apache.org/jira/browse/DROIDS-41
Project: Droids
Issue Type: Bug
Reporter: Jukka Zitting
The buildnumber plugin in the Droids build fails with the following error on
Windows (cygwin):
{noformat}
$ mvn clean install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] Droids
[INFO] Droids Norobots
[INFO] Droids Core
[INFO] Droids Spring
[INFO] Droids Solr
[INFO] Droids Wicket Components
[INFO] Droids Tika
[INFO] ------------------------------------------------------------------------
[INFO] Building Droids
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [buildnumber:create {execution: default}]
[INFO] Checking for local modifications: skipped.
[INFO] Executing: cmd.exe /X /C "svn --non-interactive update
c:\src\droids-trunk"
[INFO] Working directory: c:\src\droids-trunk
[INFO] Svn command failed due to some locks in working copy. We try to run a
'svn cleanup'.
[INFO] Executing: cmd.exe /X /C "svn"
[INFO] Working directory: c:\src\droids-trunk
Provider message:
The svn command failed.
Command output:
svn: Working copy 'c:\src\droids-trunk' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)
Type 'svn help' for usage.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Couldn't update project.
Embedded error: Error!
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Thu Mar 26 14:20:21 CET 2009
[INFO] Final Memory: 10M/18M
[INFO] ------------------------------------------------------------------------
{noformat}
My checkout is not locked.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.