Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 72584 invoked from network); 20 Sep 2006 13:33:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 13:33:11 -0000 Received: (qmail 26321 invoked by uid 500); 20 Sep 2006 13:33:09 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 26288 invoked by uid 500); 20 Sep 2006 13:33:09 -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 26277 invoked by uid 99); 20 Sep 2006 13:33:09 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 06:33:09 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=peter.kitt.reilly@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE,HTML_40_50,HTML_MESSAGE,RCVD_BY_IP DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.186] ([64.233.182.186:6684] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 4C/70-01963-11341154 for ; Wed, 20 Sep 2006 06:33:06 -0700 Received: by nf-out-0910.google.com with SMTP id x29so461521nfb for ; Wed, 20 Sep 2006 06:33:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=uftGtg3Qdptz24rZfUBCfoo77CUVSZJNqmEqegsVEfvRSZBgEdenOwt3mRTzHBrKhCEPpsE6o3yIfJEGYQ7AFwwzoSU5MjwNRW3LV4M1UN4lnMkFrxN5V7Pl4IKm3FWupTR194h2L+mB4hmJXIdo3FQuqJTbNm+qqaHlMLTYhVc= Received: by 10.49.29.3 with SMTP id g3mr19869635nfj; Wed, 20 Sep 2006 06:33:02 -0700 (PDT) Received: by 10.49.90.10 with HTTP; Wed, 20 Sep 2006 06:33:02 -0700 (PDT) Message-ID: Date: Wed, 20 Sep 2006 14:33:02 +0100 From: "Peter Reilly" To: "Ant Developers List" Subject: Re: [GUMP@vmgump]: Project test-ant (in module ant) failed In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_398385_27427507.1158759182187" References: X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_398385_27427507.1158759182187 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 9/20/06, Jan.Materne@rzf.fin-nrw.de wrote: > > I use that several times ... e.g. inside > > > ... > echoTask =3D project.createTask("echo"); > echoTask.setTaskname("acme"); > ... > This is still fine, it was only the introspection code that was changed. ie. from ant's build.xml (opps..) I do not have access to svn at the moment, the diff to fix this is: Index: src/main/org/apache/tools/ant/IntrospectionHelper.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- src/main/org/apache/tools/ant/IntrospectionHelper.java (revision 448199) +++ src/main/org/apache/tools/ant/IntrospectionHelper.java (working copy= ) @@ -307,10 +307,6 @@ return true; } - if ("setTaskName".equals(name) - && java.lang.String.class.equals(type)) { - return true; - } return false; } peter Jan > > > >-----Urspr=FCngliche Nachricht----- > >Von: Peter Reilly [mailto:peter.kitt.reilly@gmail.com] > >Gesendet: Mittwoch, 20. September 2006 14:35 > >An: Ant Developers List > >Betreff: Re: [GUMP@vmgump]: Project test-ant (in module ant) failed > > > >Opps, this is my fault. > >I noticed that we allow taskname to be set in build files, and > >assumed that this was a mistake...... > >I will fix when I get back to my svn machine. > > > >Sorry.... > >Peter > > > >On 9/20/06, Gump Integration Build wrote: > >> > >> To whom it may engage... > ... > ------=_Part_398385_27427507.1158759182187--