Jacques Le Roux wrote: > Hi, > > I'm an Apache OFBiz commiter. Currently we still use jdk 1.5 in OBFiz > and it seems the community does not want to move to jdk 1.6 soon. > > In order to fix https://issues.apache.org/jira/browse/OFBIZ-2599 I build > the trunk using ant from Eclipse (I created > https://issues.apache.org/jira/browse/DBCP-304 for that)
Thanks! I am fixing the test dependencies and will commit. > But I was not able to compile out of the box using jdk 1.5 and I read in > REAME.TXT > <<This release of JDBC compiles with and supports JDK 1.3 (JDBC 2.0), > JDK 1.4-1.5 (JDBC 3.0) and JDK 1.6 (JDBC 4.0). >> > > Do I miss something obvious to compile with jdk 1.5 or is this no > possible ? Thanks for reporting this. I can replicate the problem. This is a bug in the conditional compilation setup. Should be fixed now as of r835956. Please let us know if svn updating does not resolve the issue. Phil > > Thanks > > Jacques > > > > --------------------------------------------------------------------- > 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]
