I'm wondering if there is an ANT_HOME left pointing to a 1.8.0 ANT or if the 1.8.0 ANT is first on the Path
-Stephen On 15 June 2010 14:21, Peter Reilly <[email protected]> wrote: > I get > > ant -version > Apache Ant version 1.8.1 compiled on April 30 2010 > on linux. > > Peter > > > On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman > <[email protected]<[email protected]>> > wrote: > > There seems to be a problem with 1.8.1 reporting the correct version. > > > > With Ant 1.8.0 on the classpath: > > > > unix: > >> ant -version > > Apache Ant version 1.8.0 compiled on February 1 2010 > > windows: > > C:\> ant -version > > Apache Ant version 1.8.0 compiled on February 1 2010 > > > > With Ant 1.8.1: > > unix: > >> ant -version > > Apache Ant version ${project.version} compiled on ${TODAY} > > windows: > > C:\> ant -version > > Apache Ant version 1.8.0 compiled on April 20 2010 > > > > Can this be verified as a bug? Is there an easy way to fix this? > > > > Note these are being loaded from the same place on a drive visable to > > both machines. So they are the same binaries that is being called. > > > > Many thanks, > > > > > > -- > > Alex Foreman > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
