Hello Sung-Gu, > Could you please tell me about the current project status? > Do you have the TODO list for the project in the near future?
The project still resides at the Jakarta Commons. Because JRCS lacks a home at Jakarta, I've been making releases as bugs get fixed at my own site http://www.suigeneris.org/jrcs/. JRCS received an important overhaul lately thanks to the work T. (Hari) Hariharan <[EMAIL PROTECTED]>, who identified several subtle but important bugs and missing features. The only TODO I can think of right now is adding support for CVS/RCS archives of binary content (-kb option). Aside from that, the library is complete regarding manipulation of RCS archive. Hari run a test on 600 archives which consisted on recovering each version, and then reconstruction the archive, all with JRCS. The last batch of tests went OK. The differencing engine (org.apache.commons.jrcs.diff.*) has always operational much before the move to Jakarta. I don't remember a bug having ever been posted against it. > They seem like having dependances with both 'oro' and > 'regexp'. The library should depend only on oro. Regexp was phased out a long time ago. I suggested at one point that the dependency on any regexp library should be elminated. JRCS uses regexps only to search/replace CVS keywords, and that could be handle with a simple routine. My proposal didn't get the required +3 on the Maven list, so oro remains. Regards, Juanco -- Juancarlo A�ez Modelistica mailto:[EMAIL PROTECTED] http://www.modelistica.com +58 (414) 303-8719 Cel. +58 (212) 761-5432 Of. --- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
