Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 61860 invoked from network); 14 Jun 2002 04:40:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Jun 2002 04:40:25 -0000 Received: (qmail 5172 invoked by uid 97); 14 Jun 2002 04:40:35 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 5131 invoked by uid 97); 14 Jun 2002 04:40:34 -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 5119 invoked by uid 98); 14 Jun 2002 04:40:33 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <005001c2135d$9eed8e10$ada1f40f@nevis> From: "Steve Loughran" To: "Ant Developers List" References: Subject: Re: junit task and system properties Date: Thu, 13 Jun 2002 21:40:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: To: "Ant Developers List" Sent: Friday, June 14, 2002 02:35 Subject: Re: junit task and system properties > > I've got nested sysproperty elements, but the issue turned out to be that > under jdk1.4 on linux, System.getProperties().keySet() didn't return the > complete key set, only the ones that were added recently, not the > 'defaults', e.g. user.home, java.home etc. What, you mean java1.4 changed underlying behaviour? Now there is a surprise. I just found code wouldnt build this pm because the interface java.applet.AppletContext went and added three new abstract methods that I had to stub out. I didnt think it was usually acceptable to do things like that, changing well known interfaces. Certainly in COM-land c'est interdit. But no, not here in the 'better' world of java. -- To unsubscribe, e-mail: For additional commands, e-mail: