----- Original Message -----
From: "stephan beal" <[EMAIL PROTECTED]>
To: "Ant Developers List" <[EMAIL PROTECTED]>
Sent: Sunday, March 24, 2002 6:44 PM
Subject: Re: PATCH: cvs <commandline> implementation
> On Monday 25 March 2002 00:37 am, stephan beal wrote:
> > The above xml, patch and output from the task is attached.
>
> Strange - when the mail hit the list, the xml file wasn't attached (but is
in
> my sent folder). Here it is:
>
> <project name="bogus" default="test">
> <target name="test">
> <record name='test.log' action='start'/>
> <cvs failonerror='true'
> compression='true'
> >
> <commandline>
> <argument value='update'/>
> <argument value='-r'/>
> <argument value='1.268'/>
> <argument value='build.xml'/>
> </commandline>
> <commandline>
> <argument value='update'/>
> <argument value='-r'/>
> <argument value='HEAD'/>
> <argument value='build.xml'/>
> </commandline>
> <commandline>
> <argument line='log -r1.5 build.xml'/>
> </commandline>
> <![CDATA[
> status src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java
> ]]>
> </cvs>
> </target>
> </project>
Any particular reason you still need CDATA capability when you've got the
other <commandline> stuff? And did you implement Ant property substitution
there?
I'll review your patch in the next day or so and respond with comments.
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>