Re: reg: cvs / clearcase task

2002-03-27 Thread Diane Holt
--- stephan beal <[EMAIL PROTECTED]> wrote: > > I didn't say "it's all doable using the Cvs task" -- I said "it's all > > doable using currently available Ant tasks". > > You cannot get the error code of a run program using any current (1.4x) > Ant task without hacking that task. If i am wrong,

Re: reg: cvs / clearcase task

2002-03-27 Thread stephan beal
On Wednesday 27 March 2002 12:41 pm, Stephane Bailliez wrote: > > -Original Message- > > From: Diane Holt [mailto:[EMAIL PROTECTED]] > > [...] > > > The ant-user list is a place where people can ask for > > solutions to their > > problems, and hopefully we can offer them some. Constantly p

Re: reg: cvs / clearcase task

2002-03-27 Thread stephan beal
On Wednesday 27 March 2002 12:17 pm, Diane wrote: > --- stephan beal <[EMAIL PROTECTED]> wrote: > > On Tuesday 26 March 2002 22:25 pm, Diane Holt wrote: > > > But 'cvs log' does give you a return code of 1. And 'cvs diff' > > > returns 0 for no diffs, 1 for diffs. So it's all doable using > > > cu

RE: reg: cvs / clearcase task

2002-03-27 Thread Stephane Bailliez
> -Original Message- > From: Diane Holt [mailto:[EMAIL PROTECTED]] [...] > The ant-user list is a place where people can ask for > solutions to their > problems, and hopefully we can offer them some. Constantly poohpoohing > those proffered solutions that use what's already available >

RE: reg: cvs / clearcase task

2002-03-27 Thread Richard.OShea
forums. Ric. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: 27 March 2002 11:18 To: Ant Users List Subject: Re: reg: cvs / clearcase task --- stephan beal <[EMAIL PROTECTED]> wrote: > On Tuesday 26 March 2002 22:25 pm, Diane Holt wrote: > > But 

Re: reg: cvs / clearcase task

2002-03-27 Thread Diane Holt
--- stephan beal <[EMAIL PROTECTED]> wrote: > On Tuesday 26 March 2002 22:25 pm, Diane Holt wrote: > > But 'cvs log' does give you a return code of 1. And 'cvs diff' > > returns 0 for no diffs, 1 for diffs. So it's all doable using > > currently available Ant tasks. > > Nope. How does the user g

Re: reg: cvs / clearcase task

2002-03-27 Thread stephan beal
On Tuesday 26 March 2002 22:25 pm, Diane Holt wrote: > --- stephan beal <[EMAIL PROTECTED]> wrote: > > One of Cvs's problems is that it also doesn't give a non-0 error code on > > some commands which (IMO), should. For example, 'cvs status foo' does > > not fail if foo does not exist (it should,

Re: reg: cvs / clearcase task

2002-03-26 Thread Diane Holt
--- stephan beal <[EMAIL PROTECTED]> wrote: > On Monday 25 March 2002 21:23 pm, Mallampati, Suresh wrote: > > I have two questions, one regarding source management, and the other > > regarding ant in general. > > > > 1. Can we make CVS / Clearcase tasks accept filesets. > > 2. Is there a way, I ca

Re: reg: cvs / clearcase task

2002-03-26 Thread stephan beal
On Monday 25 March 2002 21:23 pm, Mallampati, Suresh wrote: > I have two questions, one regarding source management, and the other > regarding ant in general. > > 1. Can we make CVS / Clearcase tasks accept filesets. > 2. Is there a way, I can do the following: > a. Iterate through a fileset

reg: cvs / clearcase task

2002-03-25 Thread Mallampati, Suresh
I have two questions, one regarding source management, and the other regarding ant in general. 1. Can we make CVS / Clearcase tasks accept filesets. 2. Is there a way, I can do the following: a. Iterate through a fileset b. For each file, check a condition c. Perform a ta