K 10 svn:author V 7 linimon K 8 svn:date V 27 2003-12-29T21:38:36.000000Z K 7 svn:log V 576 As documented at http://www.mysql.com/documentation/connector-j/index.html#id2800748 MySQL Connector/J really does need JDK 1.4.x to compile. Use of apache-ant appears to side-step all of the effects of the USE_JAVA knob from bsd.java.mk, so all previous testing was actually using JDK 1.4.2 to do the compilation step. Since the distfile contains a pre-compiled .jar file, which will work with any Java-2 JVM, provide a WITHOUT_BUILD option. PR: ports/59993 Submitted by: Matthew Seaman (maintainer) Noticed by: Aristedes Maniatis END