On Tuesday March 6, 2007, lightbulb432 <[EMAIL PROTECTED]> wrote: > lightbulb432 wrote: > > What would the CVS equivalent of the svnant ant task ( > > http://subclipse.tigris.org/svnant/svn.html > > http://subclipse.tigris.org/svnant/svn.html ) be? > > > > My project depends on a CVS project that I'd like to be compiled > > to stay current with the latest CVS. I'd like to call that > > project's ant build file from within my existing ant build > > anytime the CVS has updated (i.e. download and compile files that > > have updated since my last build). > > > > Is this possible in any way? Thanks. > > Perhaps somebody could point me in the right direction, or inform > me whether there are other ways to accomplish what I've suggested.
There is an Ant CVS task: <http://ant.apache.org/manual/CoreTasks/cvs.html> but you would probably do better asking this on the Ant users mailing list: <http://ant.apache.org/mail.html> - Rob _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
