donaldp 02/01/05 17:28:02
Modified: proposal/myrmidon build.xml
Log:
Make sure the check_for_optional_packages is processed before compoile
Revision Changes Path
1.30 +1 -1 jakarta-ant/proposal/myrmidon/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- build.xml 5 Jan 2002 03:26:35 -0000 1.29
+++ build.xml 6 Jan 2002 01:28:02 -0000 1.30
@@ -175,7 +175,7 @@
<!-- Compiles the source code -->
- <target name="compile">
+ <target name="compile" depends="check_for_optional_packages">
<tstamp/>
<mkdir dir="${build.src}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>