Modified:
branches/branch_5_0/connector-j/CHANGES
branches/branch_5_0/connector-j/build.xml
Log:
- Fixed BUG#15676 - lib-nodist directory missing from
package breaks out-of-box build
Modified: branches/branch_5_0/connector-j/CHANGES
===================================================================
--- branches/branch_5_0/connector-j/CHANGES 2005-12-20 23:12:45 UTC (rev 4720)
+++ branches/branch_5_0/connector-j/CHANGES 2005-12-20 23:13:02 UTC (rev 4721)
@@ -104,6 +104,9 @@
- Fixed BUG#11874 - ResultSet.getShort() for UNSIGNED TINYINT
returned wrong values.
+ - Fixed BUG#15676 - lib-nodist directory missing from
+ package breaks out-of-box build
+
11-30-05 - Version 3.1.12
Modified: branches/branch_5_0/connector-j/build.xml
===================================================================
--- branches/branch_5_0/connector-j/build.xml 2005-12-20 23:12:45 UTC (rev 4720)
+++ branches/branch_5_0/connector-j/build.xml 2005-12-20 23:13:02 UTC (rev 4721)
@@ -74,6 +74,12 @@
<target name="init" depends="-init-copy, -init-no-crypto">
<!-- Check that files needed to generate documentation are in place -->
+ <!-- We need the following for source distributions as there we
+ can't dynamically alter the classpath, and not having this
+ directory present causes the build to fail -->
+
+ <mkdir dir="${buildDir}/${fullProdName}/lib-nodist" />
+
<available file="${com.mysql.jdbc.docs.sourceDir}" property="com.mysql.jdbc.docs.sourcesPresent" />
<available classname="com.mchange.v2.c3p0.QueryConnectionTester"
| Thread |
|---|
| • Connector/J commit: r4721 - branches/branch_5_0/connector-j | mmatthews | 21 Dec |