dlr 01/08/09 12:48:06
Modified: . build.xml
Log:
Some checks for commons-util which I forgot to commit.
Revision Changes Path
1.12 +10 -1 jakarta-turbine-fulcrum/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -u -r1.11 -r1.12
--- build.xml 2001/08/09 01:38:49 1.11
+++ build.xml 2001/08/09 19:48:06 1.12
@@ -12,6 +12,7 @@
<path id="classpath">
<pathelement location="${velocity.jar}"/>
<pathelement location="${log4j.jar}"/>
+ <pathelement location="${commons-util.jar}"/>
<pathelement location="${xerces.jar}"/>
<pathelement location="${bsf.jar}"/>
<pathelement location="${torque.jar}"/>
@@ -38,6 +39,7 @@
<echo message="lib.repo = ${lib.repo}"/>
<echo message="velocity.jar = ${velocity.jar}"/>
<echo message="log4j.jar = ${log4j.jar}"/>
+ <echo message="commons-util.jar = ${commons-util.jar}"/>
<echo message="torque.jar = ${torque.jar}"/>
<echo message="bsf.jar = ${bsf.jar}"/>
<echo message="servlet.jar = ${servlet.jar}"/>
@@ -98,6 +100,12 @@
/>
<available
+ classname="org.apache.commons.util.exception.NestableException"
+ property="commons-util.present"
+ classpathref="classpath"
+ />
+
+ <available
classname="javax.sql.ConnectionPoolDataSource"
property="jdbc.present"
classpathref="classpath"
@@ -251,7 +259,8 @@
<target name="prepare"
depends="init,
- check.velocity,check.log4j,check.torque,check.bsf,check.servlet,
+ check.velocity,check.log4j,check.commons-util,check.torque,check.bsf,
+ check.servlet,
check.javamail,check.jaf,check.xerces,check.xalan,check.xmlrpc,
check.commons-util,
om,env">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]