Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 41910 invoked from network); 28 Mar 2008 10:53:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2008 10:53:12 -0000 Received: (qmail 96485 invoked by uid 500); 28 Mar 2008 10:53:06 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 96443 invoked by uid 500); 28 Mar 2008 10:53:06 -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 96431 invoked by uid 99); 28 Mar 2008 10:53:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 03:53:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peter.kitt.reilly@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2008 10:52:24 +0000 Received: by wf-out-1314.google.com with SMTP id 27so191550wfd.10 for ; Fri, 28 Mar 2008 03:52:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=C2xkDB86B8ezr+YADz9f+D+jDmriNjNpCjp8gkejhuI=; b=M3XDQYyx/KR1EjVlDd4o+76TBqyKSZ+zDP0mEjvjz0kStu5Pq7eQ1/Vr7t0fMi2Gqgt141JMF+kXQtCePKB2LmMIl6Nw5hAHi1CqU/qC3deh/4s2voPYj4PVd41VN+QEXg1hj0dr17sdEWJaLIJTKezbySCfPiOKBrogU59K9GM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qtlop6VizMcrOSvoPJWvCvSqdqxfD47eDfD6tDqMyBg2++It+5JMYCSd+9UnBAb+KjLLA2T5BpQ7cGBMkxeIpxFSCcSsmeeBYh974ETduIs4wfLG7LiwE1oDSrrP93DzYlZfqQ/D0G+ND0pi76DkZRmkqJdQrmTbPQge/DcqaYo= Received: by 10.142.171.6 with SMTP id t6mr2006718wfe.38.1206701556460; Fri, 28 Mar 2008 03:52:36 -0700 (PDT) Received: by 10.142.144.1 with HTTP; Fri, 28 Mar 2008 03:52:36 -0700 (PDT) Message-ID: Date: Fri, 28 Mar 2008 10:52:36 +0000 From: "Peter Reilly" To: "Ant Developers List" Subject: Re: Can I Test the NPE Bug? Cc: "Robert Buck" In-Reply-To: <47EBD714.2080000@verisign.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47EBD714.2080000@verisign.com> X-Virus-Checked: Checked by ClamAV on apache.org As far as I am aware, there is currently no nightly build. The easiest way to get a version is to check out the ant trunk and compile it yourself. -> use java5 to have the same compiler as the ant release [preilly@localhost ~]$ echo $JAVA_HOME /usr/java/jdk5 [preilly@localhost ~]$ mkdir y [preilly@localhost ~]$ cd y [preilly@localhost y]$ svn co http://svn.apache.org/repos/asf/ant/core/trunk ant-trunk ..... [preilly@localhost y]$ cd ant-trunk ant -f fetch.xml -Ddest=optional (to get the optional jars - currently does not work to network problem) (in which case, place optional jars in ${basedir}/lib/optional by hand - bsf.jar, etc) rm -rf bootstrap # Just in case this contains old classes from a previous build ./build.sh # This will make an distributable in ${basedir}/dist export ANT_HOME=~/y/ant-trunk/dist and check.. Peter On Thu, Mar 27, 2008 at 5:19 PM, Robert Buck wrote: > Peter, > > I submitted the report, where can I get a copy of the updated jar so I > can test against IVY 2.0 Beta2? > > Bob > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org