Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 649 invoked from network); 26 May 2003 18:11:33 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 May 2003 18:11:33 -0000 Received: (qmail 13688 invoked by uid 97); 26 May 2003 18:13:46 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 13681 invoked from network); 26 May 2003 18:13:46 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 26 May 2003 18:13:46 -0000 Received: (qmail 433 invoked by uid 500); 26 May 2003 18:11:31 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 421 invoked by uid 500); 26 May 2003 18:11:31 -0000 Received: (qmail 418 invoked from network); 26 May 2003 18:11:31 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 26 May 2003 18:11:31 -0000 Received: (qmail 54235 invoked by uid 1452); 26 May 2003 18:11:31 -0000 Date: 26 May 2003 18:11:30 -0000 Message-ID: <20030526181130.54234.qmail@icarus.apache.org> From: juanco@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/jrcs/doc default.css index.html jrcs.gif X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N juanco 2003/05/26 11:11:30 Added: jrcs/doc default.css index.html jrcs.gif Log: added basic documentation as it appeared on original site Revision Changes Path 1.1 jakarta-commons-sandbox/jrcs/doc/default.css Index: default.css =================================================================== body { background-color: white; color: black; font-family: Arial,Helvetica,sans-serif; margin-left: 48; margin-right: 48; margin-top:16; font-size:80%; } a { font-size: 100%; letter-spacing: 1; } acronym { font-weight:bold; } a:link { color:darkgreen; } a:visited { color : #336633; } a:active { color :green; } a:hover, a:visited:hover { } p { text-indent: 0; margin-top: 4; margin-bottom: 8 } p.indent {} p.publication { text-indent: 0; margin-top: 4; margin-bottom: 8 } li.publication { line-spacing: 0; margin-top: 0; margin-bottom: 16; font-size: 90%; } pre, blockquote {margin-left:16; font-size:90%; text-indent:0; } pre.xml {background:gray; color:white; font-weight:bold; padding=8; } pre.copyright { font-size: 80%; text-align: left;text-indent: 0 } code {font-size:100%; } td { font-size: 80%;} h1,h2,h3,h4 { margin-bottom:0; letter-spacing:2; } p,h1,h2,h3,h4 { margin-left:8; } p,h2,h3 { } h1 { font-size:200%; font-weight:normal; } h2 { font-size:130%; font-weight:bold; margin-top:16; } h3 { font-size:100%; letter-spacing:0; margin-top:8; } hr {color:gray} img {border: 0} ul,li { line-spacing: 0; list-style-type: square; margin-top: 0; margin-bottom: 8; } li { line-spacing: 0; margin-top: 0; margin-bottom: 2; } 1.1 jakarta-commons-sandbox/jrcs/doc/index.html Index: index.html =================================================================== JRCS - A RCS Archive Parser in Java

JRCS

RCS/CVS Archive Manipulation and a Differencing Engine in Java

JRCS is a library for parsing and manipulation of RCS archive files like the ones produced by RCS (Revision Control System) and by CVS (Concurrent Versioning System).

The home of JRCS is at http://www.suigeneris.org/jrcs/.

Copyright

On April 2002 I donated the JRCS library to the Apache Software Foundation under request of Jason van Zyl. JRCS will now be part of the Commons project at Jakarta/Apache.

JRCS is distributed under the Apache Software License (ASL).

Diff in Java

The library includes a differencing engine that uses a a simple, yet fast and effective differencing algorithm that I developed. The diff engine can be used by itself to compare the contents of any two arrays, whatever their contents (yes, you can compare strings, objects, and anything else).

Download

The Jakarta project at Apache has not published JRCS yet, but you can get a copy of the new, improved version of JRCS from their CVS repository.

You can also get copy of the Jakarta distribution of JRCS from here:

  • The full (~330K) distribution includes everything you need to use the library, including the third party libraries ORO, and JUnit. Precompiled jar files are also included. [download]
  • The compact (~200K) distribution includes everything above except the third party libraries, which you can get from their home sites as explained below. [download]

Installation

Uncompress the distribution file to the directory of your choice. The precompiled jars can be found under the ./lib directory.

Documentation

The JRCS documentation consists of the API documentation generated by JavaDoc. There's a local copy of the documentation accessible from this site.

In the lack of a user manual, I recommend you examine the test suite classes as found in the ./tests directory in the distribution.

Third party stuff used/required by JRCS

JUnit

The library tests are written for the JUnit Testing Framework. For distributions and documentation of JUnit see http://www.junit.org/.

ORO Regexp

The Jakarta ORO regexp library is used for RCS keyword management. You can get a copy of ORO from http://jakarta.apache.org/oro/. A copy of ORO regexp is included in the full distribution of this library.

The ORO regexp package replaced GNU Regexp in the new version of JRCS.

Ant

Jakarta Ant is used for building the JRCS library. Ant is the Jakarta project's build tool. You can get a copy of Ant from http://jakarta.apache.org/ant/.

You'll need to also download the optional Ant tasks if you'll be running JUnit or JavaCC (more info on JavaCC below).

JavaCC

The RCS parser is constructed using the JavaCC compiler compiler. You can get a copy of JavaCC from http://www.webgain.com/products/java_cc/.

JavaCC is not distributable, so you must get a copy of it yourself if you intend to use it. Keep in mind that, as distributed, this library does not require JavaCC to be compiled because all the JavaCC generated .java files are already included.

If you decide to use JavaCC, please adjust the "javacc.lib.dir" property in the build.xml script as needed. You'll also need to download and install the set of optional tasks for Ant.

Change Log

2002.10.09 v0.1.6

Fixed node ordering in written archive files so it's compatible with the one done by CVS and RCS.

Thanks to T. (Hari) Hariharan <hari at peribin dot com> for providing the feedback, bug reports, and fixes, that contributed to this very stable release.

2002.09.28 v0.1.5

Fixed incompatibilities with RCS format in generated change deltas.

Fixes so RCS files always have the correct line endings.

Fixed non-operational Archive.save().

2002.09.23 v0.1.4

Removed unicode features from parser because RCS files are plain ASCII.

Fixed LA bug in parsing of version ranges.

2002.06.18 v0.1.3

Published Jakarta JRCS project code with contributions and bug fixes by various developers.

2002.02.18 v0.1.2

I donated the JRCS library to the Apache Software Foundation.

2002.01.08 v0.1.2

Minor changes to distribution

2001.09.17 v0.1.1

Added Archive.getReleaseVersion() methods to retreive tip version numbers without having to retreive the the release's text.

Fixed BranchNode.nextInPathTo() so it went on till finding the tip revision when in soft mode.

Refactored path getting code in Archive.getRelease() to make it common to Archive.getReleaseVersion()

2001.03.22 v0.1.0

Fixed spelling and typing mistakes in the site/docs


1.1 jakarta-commons-sandbox/jrcs/doc/jrcs.gif <> --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org