stephenh 2002/07/31 13:41:27
Modified: src/conf build-torque.xml
Log:
Fixed the build. The org/apache/torque/defaults.properties was not being loaded.
Revision Changes Path
1.45 +5 -4 jakarta-turbine-torque/src/conf/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- build-torque.xml 31 Jul 2002 00:23:07 -0000 1.44
+++ build-torque.xml 31 Jul 2002 20:41:27 -0000 1.45
@@ -23,7 +23,7 @@
<property name="lib.dir" value="lib"/>
<property name="torque.lib.dir" value="${lib.dir}"/>
- <property name="torque.jar" value="${torque.lib.dir}/torque-3.0-b4-dev.jar"/>
+ <property name="torque.jar" value="torque-3.0-b4-dev.jar"/>
<!--
Build the classpath. Specifically point to each file we're including to avoid
@@ -38,14 +38,15 @@
<pathelement location="${torque.lib.dir}/commons-configuration-1.0-dev.jar"/>
<pathelement location="${torque.lib.dir}/commons-jdbc2pool-1.0-dev.jar"/>
<pathelement location="${torque.lib.dir}/commons-lang-1.0-dev-20020716.jar"/>
+ <pathelement location="${torque.lib.dir}/commons-logging-1.0.jar"/>
<pathelement location="${torque.lib.dir}/commons-pool-1.0.jar"/>
<pathelement location="${torque.lib.dir}/jcs-1.0-dev.jar"/>
<pathelement location="${torque.lib.dir}/jdbc-2.0.jar"/>
<pathelement location="${torque.lib.dir}/jndi-1.2.1.jar"/>
- <pathelement location="${torque.lib.dir}/log4j-1.1.3.jar"/>
+ <pathelement location="${torque.lib.dir}/log4j-1.2.4.jar"/>
<pathelement location="${torque.lib.dir}/stratum-1.0-b3-dev.jar"/>
<pathelement location="${torque.lib.dir}/tomcat-naming-1.0.jar"/>
- <pathelement location="${torque.jar}"/>
+ <pathelement location="${torque.lib.dir}/${torque.jar}"/>
<pathelement location="${torque.lib.dir}/velocity-1.3.jar"/>
<pathelement location="${torque.lib.dir}/village-1.5.3.jar"/>
<pathelement location="${torque.lib.dir}/xercesImpl-2.0.2.jar"/>
@@ -60,7 +61,7 @@
with setting the corret defaults.
-->
<property
- classpath="${torque.jar}"
+ classpathref="torque-classpath"
resource="org/apache/torque/default.properties"/>
<!--
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>