From: "Diane Holt" <[EMAIL PROTECTED]> > --- stephan beal <[EMAIL PROTECTED]> wrote: > > > We can't expect any given feature to be truly intuitive (though i find > > cdata-as-commands as intuitive as <echo>this is an echo</echo>, which > > is technically Exactly the same construct as <cvs>up -r 1.1 > > build.xml</cvs>). > > But it's not the "Exactly the same". To be the same, it'd have to be: > <cvs> > up -r 1.1 build.xml > <cvs/> > <cvs> > status foo.txt > <cvs/> > With yours: > <cvs> > up -r 1.1 build.xml > status foo.txt > <cvs/> > it's a hidden for-loop. >
I think the correct analogy here is the <sql> task. Which allows the same kind of syntax as stephan is talking about. Jose Alberto -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
