Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 7086 invoked from network); 24 Jan 2006 16:49:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jan 2006 16:49:25 -0000 Received: (qmail 11896 invoked by uid 500); 24 Jan 2006 16:49:22 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 11639 invoked by uid 500); 24 Jan 2006 16:49:19 -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 11628 invoked by uid 99); 24 Jan 2006 16:49:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2006 08:49:19 -0800 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; Tue, 24 Jan 2006 08:49:17 -0800 Received: from kropotkin.hpl.hp.com (kropotkin.hpl.hp.com [15.144.59.2]) by gort.hpl.hp.com (8.12.10/8.12.10) with ESMTP id k0OGmJSe021777 for ; Tue, 24 Jan 2006 16:48:19 GMT Received: from localhost (localhost [127.0.0.1]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 60944CBD for ; Tue, 24 Jan 2006 16:48:19 +0000 (GMT) Received: from kropotkin.hpl.hp.com ([127.0.0.1]) by localhost (kropotki [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01808-02-30 for ; Tue, 24 Jan 2006 16:48:15 +0000 (GMT) Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 8091249BE for ; Tue, 24 Jan 2006 16:48:15 +0000 (GMT) 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 k0OGITKs026698 for ; Tue, 24 Jan 2006 16:18:29 GMT Message-ID: <43D65355.6010506@apache.org> Date: Tue, 24 Jan 2006 16:18:29 +0000 From: Steve Loughran User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Ant Developers List Subject: Re: Java6-rc Ant bootstraps fine References: <43D4AB98.402@it.fts-vn.com> <43D4C4A2.1080401@apache.org> <43D5D39C.5080007@it.fts-vn.com> In-Reply-To: <43D5D39C.5080007@it.fts-vn.com> Content-Type: text/plain; charset=ISO-8859-1; 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-Virus-Scanned: amavisd-new at kropotkin.hpl.hp.com 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.35, required 5, autolearn=not spam, AWL 0.25, BAYES_00 -2.60) 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 One thing to look at is processing; I see hints that apt is properly integrated with the compiler (for which there is now a public API). We also get a secure console: http://download.java.net/jdk6/docs/api/java/io/Console.html This makes me think we need an extended input handler for passwords; the first impls would support swing and the "legacy" echoing console; java1.6 could be engaged if present. hmm. -steve --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org