Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 96102 invoked by uid 500); 12 Aug 2003 17:46:35 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 96088 invoked from network); 12 Aug 2003 17:46:35 -0000 Received: from unknown (HELO lapis.wpds.com) (209.132.107.35) by daedalus.apache.org with SMTP; 12 Aug 2003 17:46:35 -0000 Received: from wpdslajolla.unigold ([209.132.105.36]) by lapis.wpds.com ; Tue, 12 Aug 2003 10:49:07 -800 Received: by wpdslajolla.wpds.com with Internet Mail Service (5.5.2653.19) id ; Tue, 12 Aug 2003 10:46:01 -0700 Message-ID: From: "Shatzer, Larry" To: "'dev@ant.apache.org'" Subject: [DOCPATCH] javac task doc Date: Tue, 12 Aug 2003 10:46:00 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Server: High Performance Mail Server - http://surgemail.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The default for verbose is off. Let's mention that in the docs. :) (Sorry if my mailer wraps this, sometimes attachments don't make it through, but the patch should be pretty straight forward as what to do). -- Larry Index: docs/manual/CoreTasks/javac.html =================================================================== RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.40 diff -u -r1.40 javac.html --- docs/manual/CoreTasks/javac.html 15 May 2003 12:44:00 -0000 1.40 +++ docs/manual/CoreTasks/javac.html 12 Aug 2003 17:37:29 -0000 @@ -243,7 +243,7 @@ verbose - Asks the compiler for verbose output. + Asks the compiler for verbose output; defaults to off. No --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org