Spurious warnings given when a release contains subversion externals --------------------------------------------------------------------
Key: MRELEASE-219 URL: http://jira.codehaus.org/browse/MRELEASE-219 Project: Maven 2.x Release Plugin Issue Type: Bug Components: scm Affects Versions: 2.0-beta-4 Reporter: Graham Leggett Priority: Minor When an attempt is made to release a project that contains subversion externals, the following spurious warnings are generated: [INFO] [release:perform] [INFO] Checking out the project to perform the release ... [INFO] Executing: svn --username [EMAIL PROTECTED] --password ***** --non-interactive checkout https://alchemy.scmb.co.za/svn/alchemy/Rhapsody/Development/native/tags/alchemy-ii-native-4.0.18 checkout [INFO] Working directory: /udd001/app/alchemy/development/native/trunk/target [INFO] Unknown file status: ' '. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. [INFO] Unknown file status: 'F'. [INFO] Unknown file status: 'C'. [WARNING] Unexpected input, the line must be at least three characters long. Line: ''. This is possibly caused by these extra lines that subversion spits out when a status is run: bash-3.00$ svn status X alchemy-cdo/src/sba/SbaMath X alchemy-cdo/src/sba/SbaBase X alchemy-cdo/src/sba/SbaCredit X alchemy-cdo/src/sba/SbaFin X alchemy-cdo/src/sba/include X alchemy-cdo/src/sba/SbaDates X alchemy-cdo/src/sba/SbaAlchemy X alchemy-quant/src/matlabdevelopment Performing status on external item at 'alchemy-quant/src/matlabdevelopment' Performing status on external item at 'alchemy-cdo/src/sba/SbaAlchemy' Performing status on external item at 'alchemy-cdo/src/sba/SbaMath' Performing status on external item at 'alchemy-cdo/src/sba/SbaBase' Performing status on external item at 'alchemy-cdo/src/sba/SbaCredit' Performing status on external item at 'alchemy-cdo/src/sba/SbaFin' Performing status on external item at 'alchemy-cdo/src/sba/SbaDates' Performing status on external item at 'alchemy-cdo/src/sba/include/boost' -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira