You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Ovidiu Predescu <ov...@cup.hp.com> on 2002/04/04 20:34:10 UTC

Re: broken AbstractCvsTask

Hi Stephan,

On Thu, 4 Apr 2002 11:39:58 +0200, stephan beal <st...@wanderinghorse.net> wrote:

> On Thursday 04 April 2002 08:38 am, Ovidiu Predescu wrote:
> > Hi,
> >
> > It appears AbstractCvsTask is incorrectly placing the command to be execute
> > at the end of the command line, which is obviously incorrect. For example
> > the following cvs command:
> >
> >     <cvs cvsRoot="${cvs}"
> >          package="Anteater"
> >          dest="${build.dir}"
> > 	 quiet="yes"/>
> 
> Fixed, patch attached. Sorry about that!
> 
> Property ${cvs} has not been set
>       [cvs] running cvs command: cvs -d${cvs} -q checkout Anteater
> Execute:Java13CommandLauncher: cvs -d${cvs} -q checkout Anteater

Thanks for the quick fix, it works now!

In the sample I gave, I forgot to include the definition of the 'cvs'
property, I guess you figured that out ;-)

Regards,
-- 
Ovidiu Predescu <ov...@cup.hp.com>
http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: broken AbstractCvsTask

Posted by stephan beal <st...@wanderinghorse.net>.
On Thursday 04 April 2002 20:34, Ovidiu Predescu wrote:
> > Property ${cvs} has not been set
> >       [cvs] running cvs command: cvs -d${cvs} -q checkout Anteater
> > Execute:Java13CommandLauncher: cvs -d${cvs} -q checkout Anteater
>
> Thanks for the quick fix, it works now!

problem == null, i'm sorry for writing the bug.

> In the sample I gave, I forgot to include the definition of the 'cvs'
> property, I guess you figured that out ;-)

And i didn't bother setting it because i was only interested in seeing the 
command line it would run. :)

----- stephan@wanderinghorse.net
http://qub.sourceforge.net  - http://radioaqtiph.sourceforge.net
http://www.countermoves.net - http://stephan.rootonfire.org
"Attention is narrowed perception." -- Alan W. Watts





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>