<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>Perforce Java Reviewer</title> </head> <body bgcolor="white"> Provides a Java based reviewer application for Perforce (<a href="doc-files/LICENSE.TXT"><font color="red"><b>LICENSE</b></font></a>). These classes utilize the Java API to interract with perforce to review server changes. The default action that is taken on each changelist is to send e-mail to those users that have have added a Reviews section to their user specification that matches the current change. <p> The major advantage that this reviewer has over many others are that it is easily extensible. Classes can be created to handle changelists based on a particular user or depot path. This makes it possible to fire off post-submit triggers on each change. <p> This software is provided <a href="doc-files/LICENSE.TXT"><font color="red"><b>'AS IS' with NO WARRANTY!</b></font></a> <p> The current implementation <h2>Usage Overview</h2> <i>Last Updated: $Date: 2001/11/05 $ $Revision: #2 $</i> @see <a href="doc-files/LICENSE.TXT"><font color="red"><b>LICENSE<b></font></a> </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 1985 | Sean Nolan | my initial branch | ||
//guest/perforce_software/utils/reviewd/reviewer/com/perforce/reviewer/package.html | |||||
#1 | 1682 | rmg | Add David's Java Reviewer to //public. | ||
//guest/david_markley/reviewer/com/perforce/reviewer/package.html | |||||
#1 | 1670 | David Markley |
Completed the user documentation in preperation for the public depot. Includes example configuration for the Java Reviewer. |