Author: bayard
Date: Sun Nov 5 20:47:54 2006
New Revision: 471635
URL: http://svn.apache.org/viewvc?view=rev&rev=471635
Log:
Support a 1.3 build - a jdbc2_0-stdext.jar file needs to be put into lib/
Added:
jakarta/commons/proper/dbutils/trunk/lib/
jakarta/commons/proper/dbutils/trunk/lib/README.txt (with props)
Modified:
jakarta/commons/proper/dbutils/trunk/build.xml
Modified: jakarta/commons/proper/dbutils/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/dbutils/trunk/build.xml?view=diff&rev=471635&r1=471634&r2=471635
==============================================================================
--- jakarta/commons/proper/dbutils/trunk/build.xml (original)
+++ jakarta/commons/proper/dbutils/trunk/build.xml Sun Nov 5 20:47:54 2006
@@ -91,8 +91,6 @@
<junit dir="./" failureproperty="test.failure" printSummary="yes"
fork="true" haltonerror="true">
<sysproperty key="basedir" value=".">
</sysproperty>
- <formatter type="xml">
- </formatter>
<formatter usefile="false" type="plain">
</formatter>
<classpath>
@@ -156,12 +154,13 @@
<target name="get-deps" unless="noget" depends="init">
<get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
</get>
- <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar">
- </get>
<get dest="${libdir}/ant-1.5.jar" usetimestamp="true" ignoreerrors="true"
src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar">
</get>
<get dest="${libdir}/ant-optional-1.5.jar" usetimestamp="true"
ignoreerrors="true"
src="http://www.ibiblio.org/maven/ant/jars/ant-optional-1.5.jar">
</get>
+ <echo message="Pay no attention if there is a subsequent warning if
building under JDK 1.4+"/>
+ <copy file="lib/jdbc2_0-stdext.jar" todir="${libdir}" failonerror="false">
+ </copy>
</target>
<target name="install-maven">
<get dest="${user.home}/maven-install-latest.jar" usetimestamp="true"
src="${repo}/maven/maven-install-latest.jar">
@@ -169,4 +168,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
Added: jakarta/commons/proper/dbutils/trunk/lib/README.txt
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/dbutils/trunk/lib/README.txt?view=auto&rev=471635
==============================================================================
--- jakarta/commons/proper/dbutils/trunk/lib/README.txt (added)
+++ jakarta/commons/proper/dbutils/trunk/lib/README.txt Sun Nov 5 20:47:54 2006
@@ -0,0 +1,3 @@
+
+If building under JDK 1.3, copy the JDBC 2.0 Optional Package
(jdbc2_0-stdext.jar)
+from http://java.sun.com/products/jdbc/download.html and place it in this
directory.
Propchange: jakarta/commons/proper/dbutils/trunk/lib/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]