Re: Can I Test the NPE Bug?

2008-03-28 Thread Peter Reilly
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
[EMAIL PROTECTED] ~]$ echo $JAVA_HOME
/usr/java/jdk5
[EMAIL PROTECTED] ~]$ mkdir y
[EMAIL PROTECTED] ~]$ cd y
[EMAIL PROTECTED] y]$ svn co
http://svn.apache.org/repos/asf/ant/core/trunk ant-trunk
.
[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Can I Test the NPE Bug?

2008-03-28 Thread Buck, Robert
I just confirmed the fix. It works great. When a new beta/rc is out, I
will test the real distribution to confirm once again.

Thanks

Bob

-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 28, 2008 6:53 AM
To: Ant Developers List
Cc: Buck, Robert
Subject: Re: Can I Test the NPE Bug?

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
[EMAIL PROTECTED] ~]$ echo $JAVA_HOME
/usr/java/jdk5
[EMAIL PROTECTED] ~]$ mkdir y
[EMAIL PROTECTED] ~]$ cd y
[EMAIL PROTECTED] y]$ svn co
http://svn.apache.org/repos/asf/ant/core/trunk ant-trunk .
[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]