Author: nickboldt
Date: 2011-01-20 19:39:59 -0500 (Thu, 20 Jan 2011)
New Revision: 28451
Modified:
trunk/build/aggregate/site/build.xml
Log:
add relative path item to wget target folder
Modified: trunk/build/aggregate/site/build.xml
===================================================================
--- trunk/build/aggregate/site/build.xml 2011-01-21 00:28:48 UTC (rev 28450)
+++ trunk/build/aggregate/site/build.xml 2011-01-21 00:39:59 UTC (rev 28451)
@@ -124,7 +124,7 @@
</then>
<else>
<var name="wget.return" unset="true" />
- <exec executable="wget" dir="${aggregate.zips.dir}"
failonerror="false" failifexecutionfails="false"
resultproperty="wget.return" outputproperty="null">
+ <exec executable="wget"
dir="${aggregate.zips.dir}/${relativePath}" failonerror="false"
failifexecutionfails="false" resultproperty="wget.return"
outputproperty="null">
<arg line="${location.cleaned}/@{zipPath} -q --no-clobber"
/>
</exec>
<if>
Show replies by date