|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
RE: Can I Test the NPE Bug?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:peter.kitt.reilly@...] 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 [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 <rbuck@...> 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@... For additional commands, e-mail: dev-help@... |
| Free Forum Powered by Nabble | Forum Help |