Somehow the -C option is used in the scm:prepare-release, which unfortunately is not available in the cvs shipped by default with MacOSX.

See below for the result. Should I file a new entry in Jira ?

Seb


[dhcp121 xml]$ maven scm:prepare-release __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2-SNAPSHOT

Using SCM method: cvs
Using CVSROOT: :pserver:[EMAIL PROTECTED]:/cvs/n3
Using module: xml
Verifying no modifications are present
build:start:

scm:validate:

scm:prepare-release:
scm:cvs-prepare-release:
[copy] Copying 1 file to /Users/Shared/Projects/yosemite/xml
[cvs] Using cvs passfile: /Users/sebastiensahuc/.cvspass
[cvs] update: invalid option -- C
[cvs] Usage: cvs update [-APdflRp] [-k kopt] [-r rev|-D date] [-j rev]
[cvs] [-I ign] [-W spec] [files...]
[cvs] -A Reset any sticky tags/date/kopts.
[cvs] -P Prune empty directories.
[cvs] -d Build directories, like checkout does.
[cvs] -f Force a head revision match if tag/date not found.
[cvs] -l Local directory only, no recursion.
[cvs] -R Process directories recursively.
[cvs] -p Send updates to standard output (avoids stickiness).
[cvs] -k kopt Use RCS kopt -k option on checkout.
[cvs] -r rev Update using specified revision/tag (is sticky).
[cvs] -D date Set date to update from (is sticky).
[cvs] -j rev Merge in changes made between current revision and rev.
[cvs] -I ign More files to ignore (! to reset).
[cvs] -W spec Wrappers specification line.
[cvs] (Specify the --help global option for a list of other help options)


BUILD FAILED
File...... file:/Users/sebastiensahuc/.maven/plugins/maven-scm-plugin-1.2- SNAPSHOT/plugin.jelly
Element... ant:cvs
Line...... 215
Column.... 9
cvs exited with error code 1
Command line was [Executing 'cvs' with arguments:
'-d:pserver:[EMAIL PROTECTED]:/cvs/n3'
'-q'
'update'
'-C'
'project.xml'


The ' characters around the executable and arguments are
not part of the command.


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



Reply via email to