Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 74632 invoked from network); 18 Aug 2005 09:22:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Aug 2005 09:22:39 -0000 Received: (qmail 83181 invoked by uid 500); 18 Aug 2005 09:22:38 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 82885 invoked by uid 500); 18 Aug 2005 09:22:36 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 82872 invoked by uid 99); 18 Aug 2005 09:22:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 02:22:36 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.17] (HELO gort.hpl.hp.com) (192.6.10.17) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2005 02:22:56 -0700 Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by gort.hpl.hp.com (8.12.10/8.12.10) with ESMTP id j7I9MI18024027 for ; Thu, 18 Aug 2005 10:22:18 +0100 (BST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j7I9MAJD001656 for ; Thu, 18 Aug 2005 10:22:10 +0100 (BST) Message-ID: <43045342.5010406@apache.org> Date: Thu, 18 Aug 2005 10:22:10 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Developers List Subject: Re: AW: cvs commit: ant WHATSNEW References: <3CD9A35A043C094EA8773DBB698E801B0376D112@z011134.bk.fin.local> In-Reply-To: <3CD9A35A043C094EA8773DBB698E801B0376D112@z011134.bk.fin.local> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-HPL-MailScanner-Information: Please contact the Helpdesk for more information X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.656, required 5, autolearn=not spam, ALL_TRUSTED -3.30, AWL 0.64) X-MailScanner-From: stevel@apache.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jan.Materne@rzf.fin-nrw.de wrote: >>ant/src/main/org/apache/tools/ant/util/ProxySetup.java >> >> Index: ProxySetup.java >> =================================================================== >> >> /** >> * Code to do proxy setup. This is just factored out of the main > > system just for > > Just for what? ok, will fix :) > > > > >> /** >> * Java1.5 property that enables use of system proxies. >> * @value >> */ >> public static final String > > USE_SYSTEM_PROXIES="java.net.useSystemProxies"; > > Annotations?? - @value Why? @value? You havent met @value yet It puts the value of the constant into the javadocs. So you can see what a constant is set to in the docs. New for Java1.4; not a fancy java1.5 thing, oh no. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org