Can you show us the complete target containing the <cvs> tasks

> -----Original Message-----
> From: Panwar, Vinay [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 3 April 2001 10:56 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: ANT and CVS
>
>
> Thanks for ur immd reply, but im facing one problem.
> I gave the <cvs..../> as it said in the html and changed all the attribute
> values to my specific values.
>
>   <cvs cvsRoot="[EMAIL PROTECTED]:/u03/cvsroot" package="magellan"
> dest="${src.dir}"/>
>   <cvs dest="${src.dir}" command="update"/>
>   <cvs command="-q diff -u -N" output="patch.txt"/>
>   <cvs command="update -A -d"/>
>
> but i come up with this error.
>
> D:\jakarta-ant-1.3\build.xml:72: Unexpected element "cvs"
>
> help wanted fast!!!!
>
> Thanks
> Vinay
>
> -----Original Message-----
> From: Peter Donald [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 02, 2001 5:37 PM
> To: [EMAIL PROTECTED]
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: ANT and CVS
>
>
> At 05:23  2/4/01 -0700, Panwar, Vinay wrote:
> >Hi
> >
> >I am responsible for the builds here. I have deceided to go with
> ant as the
> >build tool. I am trying to automate the build so that builds go off at a
> >particular time.
> >I would like to know, how do i integrate ant with CVS so that
> ant talks to
> >CVS and get(checkout) the required files for the build whenever the build
> is
> >scheduled.
> >Please let me know if ne1 out there knows how this can be done.
> >Its kinda urgent!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>
> Read the documentation - especially cvs task.
>
> Cheers,
>
> Pete
>
> *-----------------------------------------------------*
> | "Faced with the choice between changing one's mind, |
> | and proving that there is no need to do so - almost |
> | everyone gets busy on the proof."                   |
> |              - John Kenneth Galbraith               |
> *-----------------------------------------------------*
>

Reply via email to