Hi,

is there anybody out there who successfully put releasing of a multimodule
project to work with CVS on a windows client??

I use Eclipse so I first tried to build a flat structure of projects but failed 
at the 
point that the maven-release-plugin can't cope with this flat structure. 

So I tried out the hierarchical structure (as described on 
http://maven.apache.org/guides/mini/guide-ide-eclipse.html). Performing a 
release:prepare starts without errors asking all questions regarding release 
versions, 
new development versions and the SCM tag for the multimodule project. Finally 
the 
prepration of the release fails like follows:

--------------
[INFO] Checking in modified POMs...
[INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/var/cvs/maven -q 
commit -R -F 
C:\DOCUME~1\sacgy\LOCALS~1\Temp\scm-commit-message4211.txt pom.xml 
CMSModule3/pom.xml 
CMSModule1/pom.xml CMSModule2/pom.xml
[INFO] Working directory: C:\j2ee\projekte\CMS\CMS
[INFO] Tagging release with the label CMS-1-0-0...
[INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/var/cvs/maven -q 
tag -F -c CMS-
1-0-0
[INFO] Working directory: C:\j2ee\projekte\CMS\CMS
[WARNING] Unknown status: '? '.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The cvs tag command failed.
Command output:
cvs tag: pom.xml is locally modified[INFO] Checking in modified POMs...
[INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/var/cvs/maven -q 
commit -R -F 
C:\DOCUME~1\sacgy\LOCALS~1\Temp\scm-commit-message4211.txt pom.xml 
CMSModule3/pom.xml 
CMSModule1/pom.xml CMSModule2/pom.xml
[INFO] Working directory: C:\j2ee\projekte\CMS\CMS
[INFO] Tagging release with the label CMS-1-0-0...
[INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/var/cvs/maven -q 
tag -F -c CMS-
1-0-0
[INFO] Working directory: C:\j2ee\projekte\CMS\CMS
[WARNING] Unknown status: '? '.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Unable to tag SCM
Provider message:
The cvs tag command failed.
Command output:
cvs tag: pom.xml is locally modified
------------

I know that there are multiple issues on Jira regarding this problem. Since 
this is a 
really essential feature I wanted to know whether someone has similar 
experiences and 
probably has a working solution and/ or workarround.

Any Help is much appreciated :o)

Environment:
- Win XP Prof
- CVSNT 2.0.51d (client/server)
- Eclipse 3.2
- Maven 2.0.4
- maven-release-plugin 2.0 beta 4

Cheers,
Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to