- From: Felix Sasaki <fsasaki@w3.org>
- Date: Thu, 27 Sep 2007 00:20:45 +0900
- To: public-ws-policy-eds <public-ws-policy-eds@w3.org>
Hi all,
I looked into the Ant task CVS
http://ant.apache.org/manual/CoreTasks/cvs.html
An example ant target looks like this:
<target name="commitErrataToCvs">
<cvs command="commit ${somePath}framework-errata.html"
cvsRsh="C:\Program Files\putty\plink.exe"
cvsRoot=":ext:fsasaki@cvs.w3.org:/w3ccvs"></cvs></target>
The problems I see are that I don't see a way to tell Ant to use the
Eclipse settings for cvsRsh (I've put in my OS specific tool), and that
the cvsRoot attribute is user specific, so you would need your local
copy of that Ant task.
Felix
Received on Wednesday, 26 September 2007 15:21:01 UTC