Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENSCM-1 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVENSCM-1 Summary: scm goal uses -C option which break on some system (MacOSX) Type: Bug Status: Open Priority: Critical Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Maven-SCM Assignee: Emmanuel Venisse Reporter: Sebastien Sahuc Created: Mon, 23 Feb 2004 1:33 PM Updated: Mon, 23 Feb 2004 1:33 PM Environment: MacOSX Description: Somehow the -C option is used in the scm:prepare-release, which unfortunately is not available in the cvs shipped by default with MacOSX (Both Jaguar and Panther version). See below for the result: [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. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
