Author: skitching
Date: Mon Jun 27 04:04:03 2005
New Revision: 201967
URL: http://svn.apache.org/viewcvs?rev=201967&view=rev
Log:
Need to include discovery as dependency for any target that tries
to test xxx.present variables.
Modified:
jakarta/commons/proper/logging/trunk/build.xml
Modified: jakarta/commons/proper/logging/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/build.xml?rev=201967&r1=201966&r2=201967&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/build.xml (original)
+++ jakarta/commons/proper/logging/trunk/build.xml Mon Jun 27 04:04:03 2005
@@ -284,7 +284,7 @@
<echo message="avalon-framework.present=${avalon-framework.present}"/>
</target>
- <target name="compile-non-log4j" depends="prepare">
+ <target name="compile-non-log4j" depends="prepare,discovery">
<!-- compile everything except Log4J classes -->
<javac srcdir="${source.home}"
destdir="${build.home}/classes"
@@ -309,7 +309,7 @@
</javac>
</target>
- <target name="compile-log4j12" depends="prepare">
+ <target name="compile-log4j12" depends="prepare,discovery">
<!-- compile the log4j1.2 support classes -->
<javac srcdir="${source.home}"
destdir="${build.home}/classes"
@@ -333,7 +333,7 @@
</javac>
</target>
- <target name="compile-log4j13" depends="prepare">
+ <target name="compile-log4j13" depends="prepare,discovery">
<!-- compile the log4j1.3 support classes -->
<javac srcdir="${source.home}"
destdir="${build.home}/classes"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]