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]