Now ant uses exec function to call cvs. Sometimes it does not work properly. Is it a good idea to insert ant's own cvs java client instead of calling Runtime.exec(cvs)?
Yes, it's a great idea. I've been working on one, but would be happy to know if there are better ones out there. The protocol is kind of weird. I've used jCVS before, but have had a few problems with it. Obviously, for ant, we'd just want a non-UI based CVS client.
- Patrick --
// Patrick C. Beard // Java Runtime Enthusiast -- "Will invoke interfaces for food." // mailto:[EMAIL PROTECTED]
