DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17742>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17742 PVCS task generates GET with promotion group incorrectly Summary: PVCS task generates GET with promotion group incorrectly Product: Ant Version: 1.5.1 Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When specifying a promotion group to the PVCS task, it generates the PVCS GET Command Line Interface command as follows: get -N -GDevelopment -U @pvcs_ant_-3784584297761056364.log The command fails with the following message displayed for each line of the pvcs_ant_-3784584297761056364.log list file: [pvcs] get: Group "Development" does not exist in promotion hierarchy. Entering the command as follows produces successful execution (does not fail): get @pvcs_ant_-3784584297761056364.log -N -GDevelopment -U Although the PVCS manual states that the options should be specified before the file name on the command line, specification of the list file is an option and therefore should probably be specified before the other options.