Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 6923 invoked from network); 15 Nov 2001 19:53:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Nov 2001 19:53:25 -0000 Received: (qmail 8546 invoked by uid 97); 15 Nov 2001 19:53:03 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 8503 invoked by uid 97); 15 Nov 2001 19:53:03 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 8462 invoked by uid 50); 15 Nov 2001 19:53:02 -0000 Date: 15 Nov 2001 19:53:02 -0000 Message-ID: <20011115195302.8461.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 4898] New: - ClearCase set config spec task for ant X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=4898 ClearCase set config spec task for ant Summary: ClearCase set config spec task for ant Product: Ant Version: 1.5 alpha (nightly) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: anthony@weddingchannel.com I used the exec task in ant and a perl script to make a setcs task. This task will grab a new config spec from a view profile and copy it to the view storage dir of a view. It will also append the load rules form the old config spec to the new config spec. This is done to ensure that no user input will be asked when running "cleartool setcs -current" to pick up the new config spec. Perhaps you can grab the setcs.pl from the ant-user mail listings. Below I've pasted the ant task from my build.xml. snippet from build.xml: ----------------------- Variables from build.properties: buildpath=c\:\\ant_Build #This is where all the ant files are stored viewpath=c\:\\build_view #Path of the view being built view.storage=c\:\\build_view.vws #Storage dir of the view. Usually ends with ".vws" newbranch=main #Name of new branch/view profile to get new config spec from. -- To unsubscribe, e-mail: For additional commands, e-mail: