Re: Ant Clearcase tasks

2005-08-03 Thread iron
ore it would be ready > to commit. As it turns out, Curtis White, one of the original authors of > some of the ClearCase tasks, is a coworker of mine. I believe he is > responsible for the checkin and checkout tasks. I might be able to enlist > him in reviewing the enhancements you have

Re: AW: Ant Clearcase tasks

2005-08-03 Thread Martijn Kruithof
[EMAIL PROTECTED] wrote: Would a more general solution be better? A selector? which delegates to the scm-specific class. Jan Keep in mind that checked out does not mean the same in cvs like systems and clearcase like systems. Martijn

AW: Ant Clearcase tasks

2005-08-03 Thread Jan.Materne
Would a more general solution be better? A selector? which delegates to the scm-specific class. Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 3. August 2005 10:44 >An: Ant Developers List >Betreff: Re: Ant

Re: Ant Clearcase tasks

2005-08-03 Thread Steve Loughran
White, one of the original authors of some of the ClearCase tasks, is a coworker of mine. I believe he is responsible for the checkin and checkout tasks. I might be able to enlist him in reviewing the enhancements you have proposed. Ant Committers: Is this something you would consider commiting

RE: Ant Clearcase tasks

2005-08-02 Thread Anderson, Rob (Global Trade)
some of the ClearCase tasks, is a coworker of mine. I believe he is responsible for the checkin and checkout tasks. I might be able to enlist him in reviewing the enhancements you have proposed. Ant Committers: Is this something you would consider commiting? -Rob Anderson > -Original Mess

DO NOT REPLY [Bug 20741] - Allow Clearcase tasks to take a fileset

2005-03-11 Thread bugzilla
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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20741] - Allow Clearcase tasks to take a fileset

2004-03-18 Thread bugzilla
gzilla/show_bug.cgi?id=20741 Allow Clearcase tasks to take a fileset --- Additional Comments From [EMAIL PROTECTED] 2004-03-18 13:38 --- this seems to be duplicate of http://issues.apache.org/bugzilla/show_bug.cgi?id=3310 --

Re: Adding more ClearCase tasks to ANT

2004-02-18 Thread Antoine Lévy-Lambert
Stephen Toop wrote: Hi Antoine, You recently released ANT 1.6.1 which included some of the ClearCase tasks that we added. We have identified some more that are valuable to add. So we can work in conjunction with your planned release cycles what is the last date you would accept these changes

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-22 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-20 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-20 22:28 --- Created an attachment (id=10037) corrected patch file, no System.out.println any more --

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-20 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-20 22:22 --- Hi Sean, I have reworked your patches, including the correction of the style (spaces). Also in ant the practice is to use getProject().log(String messag

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-20 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-20 22:19 --- Created an attachment (id=10036) new classes reworked - To unsubscribe, e-mail: [EMAIL PRO

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-20 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-20 22:19 --- Created an attachment (id=10035) replaces previous patch file - To unsubscribe, e-mail:

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-20 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-20 20:39 --- You would like to add "failonerr" to all ClearCase commands, except, for some reason for CCRmType (did you forget it or is there here a special hack

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-20 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] Assi

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-19 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-19 19:04 --- Created an attachment (id=10010) Most up to date changes. Should ignore orig patch text file

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-19 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-19 16:54 --- Created an attachment (id=10008) Three new classes added to clearcase package - To unsubscr

DO NOT REPLY [Bug 26253] - [PATCH] Extending ClearCase Tasks

2004-01-19 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks --- Additional Comments From [EMAIL PROTECTED] 2004-01-19 16:46 --- Created an attachment (id=10007) Contains all the changes made to implement the enhancement --

DO NOT REPLY [Bug 26253] New: - [PATCH] Extending ClearCase Tasks

2004-01-19 Thread bugzilla
gzilla/show_bug.cgi?id=26253 [PATCH] Extending ClearCase Tasks Summary: [PATCH] Extending ClearCase Tasks Product: Ant Version: 1.6.0 Platform: Other OS/Version: All Status: NEW Severity: Enhancement Priority:

Clearcase tasks

2003-11-12 Thread Nicholas Grabowski
All I've written a few extensions to the ClearCase task: CCMkelem CCRmname The former allows one to add elements to ClearCase and the later allows you to remove a reference to (but does not delete) an element from ClearCase. My question: Would the ANT project consider adding this code to the an

DO NOT REPLY [Bug 20741] New: - Allow Clearcase tasks to take a fileset

2003-06-13 Thread bugzilla
gzilla/show_bug.cgi?id=20741 Allow Clearcase tasks to take a fileset Summary: Allow Clearcase tasks to take a fileset Product: Ant Version: 1.5.3 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Pr

DO NOT REPLY [Bug 17408] - 6 New ClearCase Tasks Created

2003-03-26 Thread bugzilla
gzilla/show_bug.cgi?id=17408 6 New ClearCase Tasks Created [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED]

DO NOT REPLY [Bug 17408] - 6 New ClearCase Tasks Created

2003-03-13 Thread bugzilla
gzilla/show_bug.cgi?id=17408 6 New ClearCase Tasks Created --- Additional Comments From [EMAIL PROTECTED] 2003-03-13 21:29 --- It shouldn't since as far as I know there have been no changes to the ClearCase code in many releases. I however, do not have copies of the CVS code and have

DO NOT REPLY [Bug 17408] - 6 New ClearCase Tasks Created

2003-03-13 Thread bugzilla
gzilla/show_bug.cgi?id=17408 6 New ClearCase Tasks Created --- Additional Comments From [EMAIL PROTECTED] 2003-03-13 21:13 --- A couple of questions 1. does this look different against ant1.6 (which is where the changes will go)? 2. I see there is also clearcase stuff in ant's propos