bloritsch 01/10/30 12:02:48
Modified: . build.xml
Log:
make jaxen optional
Revision Changes Path
1.66 +5 -0 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- build.xml 2001/10/25 16:42:46 1.65
+++ build.xml 2001/10/30 20:02:47 1.66
@@ -169,6 +169,9 @@
<available property="jms.present" classname="javax.jms.Queue">
<classpath refid="project.class.path"/>
</available>
+ <available property="jaxen.present" classname="XPath">
+ <classpath refid="project.class.path"/>
+ </available>
</target>
<target name="check-datasource" depends="check-environment"
if="datasource.present">
@@ -238,6 +241,8 @@
unless="jms.present"/>
<exclude
name="org/apache/avalon/excalibur/logger/factory/JDBCTargetFactory.java"
unless="datasource.present"/>
+ <exclude
name="org/apache/avalon/excalibur/xml/xpath/JaxenProcessorImpl.java"
+ unless="jaxen.present"/>
</javac>
<javac srcdir="${scratchpad.dir}"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>