Author: nickboldt
Date: 2010-08-19 22:52:25 -0400 (Thu, 19 Aug 2010)
New Revision: 24321
Modified:
trunk/build/aggregate/site/build.xml
Log:
more verbose output
Modified: trunk/build/aggregate/site/build.xml
===================================================================
--- trunk/build/aggregate/site/build.xml 2010-08-20 02:45:15 UTC (rev 24320)
+++ trunk/build/aggregate/site/build.xml 2010-08-20 02:52:25 UTC (rev 24321)
@@ -182,12 +182,11 @@
<for list="${inputRepos}" delimiter=", "
keepgoing="true" param="repoNum">
<sequential>
<!-- fetch zip.list.txt file, if available -->
- <delete file="${aggegate.zips.dir}/zip.list.txt" quiet="true"
/>
- <var unset="true" name="ALL_ZIPS" value="" />
- <var unset="true" name="wget.return" value="" />
+ <var unset="true" name="ALL_ZIPS" />
+ <var unset="true" name="wget.return" />
<!-- quieter output and return code check w/ wget instead of <get> -->
<exec executable="wget" dir="${aggegate.zips.dir}"
failonerror="false" failifexecutionfails="true"
resultproperty="wget.return">
- <arg line="${inputRepo(a){repoNum}}/logs/zip.list.txt -q --no-clobber"
/>
+ <arg line="${inputRepo(a){repoNum}}/logs/zip.list.txt --no-clobber"
/>
</exec>
<!--get src="${inputRepo(a){repoNum}}/logs/zip.list.txt"
dest="${aggegate.zips.dir}/zip.list.txt" ignoreerrors="true" /-->
<if>
@@ -197,8 +196,7 @@
</and>
<then>
<!-- load zip.list.txt file, get ALL_ZIPS list -->
- <var unset="true" name="ALL_ZIPS" value="" />
- <var unset="true" name="wget.return" value=""
/>
+ <var unset="true" name="ALL_ZIPS" />
<property file="${aggegate.zips.dir}/zip.list.txt" />
<if>
<isset property="ALL_ZIPS" />
@@ -214,7 +212,7 @@
replace="\1" />
<mkdir dir="${aggegate.zips.dir}/${relativePath}" />
<!-- fetch zips to local dir -->
- <echo level="debug">repoNum = @{repoNum}
+ <echo>repoNum = @{repoNum}
relativePath = ${relativePath}
zipPath = @{zipPath}
URL = ${inputRepo@{repoNum}}/@{zipPath}
@@ -229,7 +227,7 @@
<var name="relativePath" unset="true" />
</then>
</if>
- <var unset="true" name="ALL_ZIPS" value="" />
+ <var unset="true" name="ALL_ZIPS" />
<delete file="${aggegate.zips.dir}/zip.list.txt"
quiet="true" />
</then>
</if>
Show replies by date