On Sat, Apr 27, 2013 at 11:31 AM, Paul Foxworthy <[email protected]>wrote:
> Hi Ted and Adrian, > > I think the message re the Java version is noise from Ant. > > The message comes from the ant build file, see > > https://fisheye6.atlassian.com/browse/ofbiz/trunk/macros.xml?hb=true#to31 > > Try changing line 31 of macros.xml in the OFBiz root to > > <fail unless="javaatleast16" message="Ant detected java version > ${ant.java.version}. Please upgrade java to at least 1.6"/> > > and you'll get a report on the version of Java detected by Ant. > > OK, now here is a puzzle. I followed your instructions above, and it is claiming that it found java version 1.5. Now, how is that possible since I did this on OpenSuse 12.3, which was released only this year, and it has on it the OpenJDK (64 bit) 1.7.0_17? This is as determined by typing 'java -version' in bash. Thanks Ted
