Issue 9 in project-babel: create the extlib directory before fetch-lib ant target

1 view
Skip to first unread message

codesite...@google.com

unread,
Aug 30, 2007, 10:08:27 AM8/30/07
to v2ex-...@googlegroups.com
Issue 9: create the extlib directory before fetch-lib ant target
http://code.google.com/p/project-babel/issues/detail?id=9

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

Reply all
Reply to author
Forward
0 new messages