You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-dev@incubator.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2009/03/26 16:22:41 UTC

[jira] Assigned: (DROIDS-41) Maven build fails on Windows

     [ https://issues.apache.org/jira/browse/DROIDS-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley reassigned DROIDS-41:
-----------------------------------

    Assignee: Ryan McKinley

> 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
>            Assignee: Ryan McKinley
>
> 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.