The snippet I originally posted was the relevant -X output. I have
attached the entire output in case something else might be useful.
Chas Douglass
Emmanuel Venisse wrote:
It's the latest version.
Can you send the full logs?
Emmanuel
Chas Douglass a écrit :
Running with -X says:
org.apache.maven.plugins:maven-release-plugin:2.0-beta-4
Emmanuel Venisse wrote:
My mistake. jdk doens't exist for cygwin, you can only use the
windows version.
I just test it with my cygwin and all working directory are use
correctly ie. with a real windows absolute path without a cygwin
part before.
What is your version of release plugin?
Emmanuel
Chas Douglass a écrit :
Thank you for the quick response. I wasn't aware there was a
separate jdk to be installed in cygwin. Where can I find it?
Google wasn't immediately helpful.
Chas Douglass
Emmanuel Venisse wrote:
this pb happen when you use a windows jdk instead a jdk installed
in cygwin.
When we run svn, we define the working directory with
workingDirectory.getAbsolutePath(). This commands returns always
with a windows jdk a path like d:\personal\JEC so for cygwin,
this path isn't an absolute path but a relative path, it's why it
concatenate it to the current working directory.
Emmanuel
Chas Douglass a écrit :
In the last release of the maven release plugin, releases broke
on my systems. I use Cygwin (under Windows XP) and for some
reason the release:perform action creates an invalid combination
of paths to pass to Subversion.
The error I get is:
[INFO] Working directory: d:\personal\JEC [INFO]
------------------------------------------------------------------------[ERROR]
BUILD FAILURE [INFO]
------------------------------------------------------------------------[INFO]
Unable to commit files Provider message: The svn command
failed. Command output:
svn: '/cygdrive/d/personal/JEC/d:/personal/JEC' is not a working
copy
This is the "Cygwin" style path (/cygdrive/d/personal/JEC)
concatenated with the Windows style path (d:/personal/JEC) for
the same location.
This still works correctly under Linux, so I'm guessing it's
Cygwin specific. I don't have a Windows environment without
Cygwin, so I haven't tested that, but I haven't seen any reports
of similar problems there.
Chas Douglass
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
------------------------------------------------------------------------
+ Error stacktraces are turned on.
Maven version: 2.0.4
[DEBUG] Building Maven user-level plugin registry from: 'C:\Documents
and Settings\chas.OAK\.m2\plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from:
'd:\cygwin\usr\local\maven-2.0.4\conf\plugin-registry.xml'
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[DEBUG] maven-release-plugin: resolved to version 2.0-beta-4 from
repository central
[DEBUG] Retrieving parent-POM:
org.apache.maven.plugins:maven-plugins::1 for project:
null:maven-release-plugin:maven-plugin:2.0-beta-4 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.plugins:maven-plugins:pom:1 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[INFO]
----------------------------------------------------------------------------
[INFO] Building Java Empire Client
[INFO] task-segment: [release:prepare] (aggregator-style)
[INFO]
----------------------------------------------------------------------------
[DEBUG] com.empireclassic:JEC:jar:2.0.0-alpha-10-SNAPSHOT (selected
for null)
[DEBUG] com.empireclassic:RemoteEmpire:jar:1.0-alpha-6:compile
(selected for compile)
[DEBUG] net.sf.jfcunit:jfcunit:jar:2.08:compile (selected for compile)
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4:compile (selected
for compile)
[DEBUG] junit:junit:jar:3.8.1:compile (selected for compile)
[DEBUG] piccolo:piccolo:jar:1.2:compile (selected for compile)
[DEBUG] piccolo:piccolox:jar:1.2:compile (selected for compile)
[DEBUG]
org.apache.maven.plugins:maven-release-plugin:maven-plugin:2.0-beta-4:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers-cvs::1.0-beta-3 for project:
null:maven-scm-provider-cvsexe:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-providers-cvs:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-cvsexe:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for
project: null:plexus-utils:jar:1.1 from the repository.
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected
for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-api:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG] org.apache.maven.scm:maven-scm-api:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers-cvs::1.0-beta-3 for project:
null:maven-scm-provider-cvs-commons:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-providers-cvs:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-cvs-commons:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-provider-perforce:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-perforce:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] regexp:regexp:jar:1.3:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-provider-starteam:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-starteam:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG]
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime
(selected for runtime)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected
for runtime)
[DEBUG] jaxen:jaxen:jar:1.1-beta-8:runtime (selected for runtime)
[DEBUG] jaxen:jaxen:jar:1.0-FCS:runtime (removed - causes a cycle
in the graph)
[DEBUG] jdom:jdom:jar:1.0:runtime (selected for runtime)
[DEBUG] jdom:jdom:jar:1.0:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-artifact-manager:jar:2.0 from the
repository.
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-artifact:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected
for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-repository-metadata:jar:2.0 from the
repository.
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG]
org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-provider-clearcase:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-clearcase:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] org.apache.maven.scm:maven-scm-api:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: null:maven-project:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for
runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-model:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for
runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: null:maven-profile:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected
for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-provider-bazaar:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-bazaar:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM: plexus:plexus-containers::1.0.2 for
project: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7
from the repository.
[DEBUG] Retrieving parent-POM: plexus:plexus-root::1.0.3 for project:
plexus:plexus-containers:pom:1.0.2 from the repository.
[DEBUG]
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7:runtime
(removed - nearer found: 1.0-alpha-8)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected
for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-plugin-api:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected
for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-core:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-core:jar:2.0:runtime (selected for
runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: null:maven-plugin-parameter-documenter:jar:2.0 from the
repository.
[DEBUG]
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: null:maven-error-diagnostics:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-monitor:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-monitor:jar:2.0:runtime (selected
for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: null:maven-settings:jar:2.0 from the repository.
[DEBUG] org.apache.maven:maven-settings:jar:2.0:runtime (selected
for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG]
org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-plugin-descriptor:jar:2.0 from the
repository.
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0:runtime
(selected for runtime)
[DEBUG] commons-cli:commons-cli:jar:1.0:runtime (selected for
runtime)
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5:runtime
(selected for runtime)
[DEBUG] com.jcraft:jsch:jar:0.1.23:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM:
org.apache.maven.reporting:maven-reporting::2.0 for project:
null:maven-reporting-api:jar:2.0 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven.reporting:maven-reporting:pom:2.0 from the
repository.
[DEBUG]
org.apache.maven.reporting:maven-reporting-api:jar:2.0:runtime
(selected for runtime)
[DEBUG] doxia:doxia-sink-api:jar:1.0-alpha-4:runtime (selected
for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for
project: org.apache.maven:maven-plugin-registry:jar:2.0 from the
repository.
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0:runtime
(selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime
(removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers-svn::1.0-beta-3 for project:
null:maven-scm-provider-svnexe:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-providers-svn:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers-svn::1.0-beta-3 for project:
null:maven-scm-provider-svn-commons:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-providers::1.0-beta-3 for project:
null:maven-scm-providers-svn:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-providers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm-managers::1.0-beta-3 for project:
null:maven-scm-manager-plexus:jar:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM:
org.apache.maven.scm:maven-scm::1.0-beta-3 for project:
null:maven-scm-managers:pom:1.0-beta-3 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.scm:maven-scm:pom:1.0-beta-3 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG]
org.apache.maven.scm:maven-scm-manager-plexus:jar:1.0-beta-3:runtime
(selected for runtime)
[DEBUG] Configuring mojo
'org.apache.maven.plugins:maven-release-plugin:2.0-beta-4:prepare' -->
[DEBUG] (f) addSchema = true
[DEBUG] (f) basedir = e:\newapps\JEC
[DEBUG] (f) dryRun = false
[DEBUG] (f) generateReleasePoms = false
[DEBUG] (f) preparationGoals = clean integration-test
[DEBUG] (f) project = [EMAIL PROTECTED]
[DEBUG] (f) reactorProjects =
[EMAIL PROTECTED]
[DEBUG] (f) resume = true
[DEBUG] (f) settings = [EMAIL PROTECTED]
[DEBUG] (f) tagBase = svn://floogle.net/empire/JEC.tags
[DEBUG] (f) useEditMode = false
[DEBUG] -- end configuration --
[INFO] [release:prepare]
[INFO] Resuming release from phase 'scm-check-modifications'
[INFO] Verifying that there are no local modifications...
[INFO] Executing: svn --non-interactive status
[INFO] Working directory: e:\newapps\JEC
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Java Empire Client"?
(com.empireclassic:JEC) 2.0.0-alpha-10: : What is SCM release tag or
label for "Java Empire Client"? (com.empireclassic:JEC)
JEC-2.0.0-alpha-10: : What is the new development version for "Java
Empire Client"? (com.empireclassic:JEC) 2.0.0-alpha-11-SNAPSHOT: :
[INFO] Transforming 'Java Empire Client'...
[INFO] Executing preparation goals 'clean integration-test'...
[INFO] Executing: mvn clean integration-test --no-plugin-updates
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building Java Empire Client
[INFO] task-segment: [clean, integration-test]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory e:\newapps\JEC\target
[INFO] Deleting directory e:\newapps\JEC\target\classes
[INFO] Deleting directory e:\newapps\JEC\target\test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 75 source files to e:\newapps\JEC\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: e:\newapps\JEC\target\JEC-2.0.0-alpha-10.jar
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Thu Jun 15 16:16:46 PDT 2006
[INFO] Final Memory: 5M/25M
[INFO]
------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: svn --non-interactive commit --file
c:\temp\maven-scm-945043858.commit e:/newapps/JEC/pom.xml
[INFO] Working directory: e:\newapps\JEC
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Unable to commit files
Provider message:
The svn command failed.
Command output:
svn: '/cygdrive/e/newapps/JEC/e:/newapps/JEC' is not a working copy
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.BuildFailureException: Unable to commit files
Provider message:
The svn command failed.
Command output:
svn: '/cygdrive/e/newapps/JEC/e:/newapps/JEC' is not a working copy
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:555)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:219)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: Unable to
commit files
Provider message:
The svn command failed.
Command output:
svn: '/cygdrive/e/newapps/JEC/e:/newapps/JEC' is not a working copy
at
org.apache.maven.plugins.release.PrepareReleaseMojo.execute(PrepareReleaseMojo.java:114)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
... 16 more
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 21 seconds
[INFO] Finished at: Thu Jun 15 16:16:47 PDT 2006
[INFO] Final Memory: 4M/9M
[INFO]
------------------------------------------------------------------------
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]