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=9752>. 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=9752 Unable to pull source from PVCS based on promotion group. Summary: Unable to pull source from PVCS based on promotion group. Product: Ant Version: 1.4.1 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am not sure if this is a bug or an enhancement. Within my context, I consider it a bug. Others, however, may consider it an enhancment. Using PVCS Version Manager 6.8, I was able to pull based on revision number but unable to pull source based on a promotion group. I was able to solve this problem by adding another property to the Pvcs task (config). Once the property is added, I modified the file to add the PVCS configuration file name to the command line executable. The XML element for this change is as follows: <pvcs repository="${pvcs.repository}" promotiongroup="${promotion.group}" config="${pvcs.cfg}" pvcsproject="${pvcs.project}" force="yes" pvcsbin="${pvcs.bin}" ignorereturncode="true"/> I have the source available if the committer would like to see or use it. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
