Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 84927 invoked from network); 25 Feb 2002 15:10:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Feb 2002 15:10:48 -0000 Received: (qmail 16142 invoked by uid 97); 25 Feb 2002 15:10:45 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 16126 invoked by uid 97); 25 Feb 2002 15:10:45 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 16115 invoked by uid 97); 25 Feb 2002 15:10:45 -0000 Date: 25 Feb 2002 15:10:28 -0000 Message-ID: <20020225151028.54835.qmail@icarus.apache.org> From: jskeet@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp JspC.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jskeet 02/02/25 07:10:28 Modified: src/main/org/apache/tools/ant/taskdefs/optional/jdepend JDependTask.java src/main/org/apache/tools/ant/taskdefs/optional/jsp JspC.java Log: First pass of JavaDoc work just to get rid of warnings. When this is complete, whole source tree should JavaDoc (with 1.4) with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates warnings, but that's all.) Revision Changes Path 1.7 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java Index: JDependTask.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- JDependTask.java 10 Jan 2002 13:59:37 -0000 1.6 +++ JDependTask.java 25 Feb 2002 15:10:27 -0000 1.7 @@ -125,7 +125,7 @@ } /** - * Halt on Failure? default: false. + * Whether or not to halt on failure. Default: false. */ public void setHaltonerror(boolean value) { _haltonerror = value; 1.8 +4 -3 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java Index: JspC.java =================================================================== RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- JspC.java 10 Jan 2002 13:59:37 -0000 1.7 +++ JspC.java 25 Feb 2002 15:10:27 -0000 1.8 @@ -99,7 +99,7 @@ * </jspc> * * - * @version $Revision: 1.7 $ $Date: 2002/01/10 13:59:37 $ + * @version $Revision: 1.8 $ $Date: 2002/02/25 15:10:27 $ * @author Matthew Watson *

Large Amount of cutting and pasting from the Javac task... * @author James Davidson duncan@x180.com @@ -215,7 +215,7 @@ } /** - * -uribase. the uri context of relative URI + * The -uribase option. The uri context of relative URI * references in the JSP pages. If it does not * exist then it is derived from the location of the file * relative to the declared or derived value of -uriroot. @@ -231,7 +231,8 @@ } /** - * -uriroot

The root directory that uri files should be resolved + * The -uriroot option. + *

The root directory that uri files should be resolved * against, (Default is the directory jspc is invoked from) * * @param uriroot The new Uribase value -- To unsubscribe, e-mail: For additional commands, e-mail: