when checkout the source, there are no extlib directory, so the first run
{
ant fetch-lib
}
course error.
i found the fetch-lib target do not depends on the init target,just add a
depends is ok.
Index: /home/rory/projects/midgard/build.xml
===================================================================
--- /home/rory/projects/midgard/build.xml (revision 261)
+++ /home/rory/projects/midgard/build.xml (working copy)
@@ -126,7 +126,7 @@
</target>
<target name="fetch-extlib"
- description="Get external libraries" >
+ description="Get external libraries" depends="init">
<exec dir="${extlib}" executable="wget">
<arg value="--input-file=${conf}/extlib.urls"/>
<arg value="-nc"/>
Original issue reported on code.google.com by Rory...@gmail.com on 30 Aug 2007 at 2:07
Original issue reported on code.google.com by
Rory...@gmail.com
on 30 Aug 2007 at 2:07