cziegeler 02/04/19 03:57:57
Modified: all build.xml
Log:
Evaluate dependencies
Revision Changes Path
1.142 +2 -5 jakarta-avalon-excalibur/all/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- build.xml 19 Apr 2002 07:12:54 -0000 1.141
+++ build.xml 19 Apr 2002 10:57:57 -0000 1.142
@@ -132,9 +132,6 @@
<available property="jms.present" classname="javax.jms.Queue">
<classpath refid="project.class.path"/>
</available>
- <available property="jaxen.present" classname="org.jaxen.dom.XPath">
- <classpath refid="project.class.path"/>
- </available>
</target>
<!-- Prepares the build directory -->
@@ -182,7 +179,7 @@
<target name="compile" depends="compile-main, compile-scratchpad"
description="Compiles the source code"/>
<!-- Compiles the source code -->
- <target name="compile-main" depends="prepare, dependencies">
+ <target name="compile-main" depends="prepare, dependencies,
check-environment">
<mkdir dir="${build.classes}"/>
@@ -216,7 +213,7 @@
<exclude name="**/Jaxen*"
unless="jaxen.present"/>
<exclude
name="org/apache/avalon/excalibur/xml/xpath/XPathProcessorImpl.java"
- unless="xpath.present"/>
+ unless="xpath.present"/>
<exclude
name="org/apache/avalon/excalibur/logger/factory/ServletTargetFactory.java"
unless="servlet.present"/>
<exclude
name="org/apache/avalon/excalibur/logger/factory/JMSTargetFactory.java"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>