Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 69691 invoked from network); 1 Mar 2011 08:50:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Mar 2011 08:50:30 -0000 Received: (qmail 43570 invoked by uid 500); 1 Mar 2011 08:50:30 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 43236 invoked by uid 500); 1 Mar 2011 08:50:28 -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 43227 invoked by uid 99); 1 Mar 2011 08:50:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 08:50:27 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Mar 2011 08:50:19 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 037AF289801D for ; Tue, 1 Mar 2011 09:49:59 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O2236mUg2WgO for ; Tue, 1 Mar 2011 09:49:58 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id ACE9F289801E; Tue, 1 Mar 2011 09:49:58 +0100 (CET) From: Stefan Bodewig To: dev@ant.apache.org Subject: Re: Ant test failures in gump References: <4D6AE47E.4010401@gmx.de> <87ipw4uoz7.fsf@v35516.1blu.de> <4D6BCD68.4050506@gmx.de> <4D6C8450.9070408@gmx.de> X-Draft-From: ("nnfolder:mail.jakarta-ant" 103207) Date: Tue, 01 Mar 2011 09:49:58 +0100 In-Reply-To: <4D6C8450.9070408@gmx.de> (Antoine Levy-Lambert's message of "Tue, 01 Mar 2011 00:29:52 -0500") Message-ID: <8739n75io9.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2011-03-01, Antoine Levy-Lambert wrote: > OK I have done "something". Thank you. I have tweaked a few things and am just running the full testsuite on my windows box where problems with undeleteable jars tend to show up. > I have seen that the java resources like ${java:foo!foo.properties} in > replacetokens-test.xml do not lend themselves to standardisation. > I wanted to replace ${java:foo!foo.properties} with > ${java:${resources}!foo.properties} but we would need to have the props > antlib in ant somehow for that to work. I wouldn't have a problem with adding a snapshot jar of the props antlib to lib/optional just like we once had for AntUnit before it was released. > When I started to do these changes, I had forgotten to tell my IDE not > to create tabs. Better make that your IDE's default setting ;-) > So after the fact I went chasing tabs in the complete directory > src/tests/antunit. Thanks Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org