Hi everyoune,
I'm trying to commit specific files to the cvs in a special target in
an xml file. i need to give the the exact place - wherer to commit and
what to commit, but i don't know how to add the argument right.
the command should look like this:
cvs commit -m "commif file now" thefiletocommit.java
but how to add the argument to the tag?
<target name = "commit_to_cvs" depends = "cvsLogin" description =
"commiting to cvs">
<cvs cvsRoot ${cvsroot} command = "commit" >
arguments?
</target>
thank you.
Mark Jeffcoat - 20 Oct 2006 08:06 GMT
> Hi everyoune,
> I'm trying to commit specific files to the cvs in a special target in
[quoted text clipped - 13 lines]
>
> </target>
1. You never mentioned that you're talking about Ant.
2. I'm just going to assume that you're talking about Ant.
3. Ant's documentation works out an example of what
you're doing word-for-word in the "cvs" task doc.
Is there something missing there?
(Ant Manual -> Ant Tasks -> Core Tasks -> Cvs)

Signature
Mark Jeffcoat
Austin, TX
Simon Brooke - 20 Oct 2006 09:24 GMT
> Hi everyoune,
> I'm trying to commit specific files to the cvs in a special target in
> an xml file. i need to give the the exact place - wherer to commit and
> what to commit, but i don't know how to add the argument right.
XML is a meta language for data description. It includes no semantics for
anything. Any semantics are related to a particular interpreter for a
particular XML syntax, and as you don't say what interpreter or schema
you're using, we can't help you.

Signature
simon@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/
'Victories are not solutions.'
;; John Hume, Northern Irish politician, on Radio Scotland 1/2/95
;; Nobel Peace Prize laureate 1998; few have deserved it so much