New issue report by Rory.CN:
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"/>
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings