Author: nickboldt
Date: 2010-05-03 13:16:01 -0400 (Mon, 03 May 2010)
New Revision: 21860
Modified:
branches/modular_build/build/build.xml
Log:
copy update zip into workspace so Hudson can archive it
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-03 16:49:03 UTC (rev 21859)
+++ branches/modular_build/build/build.xml 2010-05-03 17:16:01 UTC (rev 21860)
@@ -597,6 +597,19 @@
basedir="${WORKINGDIR}/site/target/site"
update="false"
/>
+
+ <!-- Copy zip into workspace so it can be archived by Hudson -->
+ <if>
+ <not>
+ <equals arg1="${basedir}" arg2="${WORKINGDIR}" />
+ </not>
+ <then>
+ <mkdir dir="${basedir}/site/target" />
+ <copy todir="${basedir}/site/target" flatten="true"
preservelastmodified="true" overwrite="true">
+ <fileset dir="${WORKINGDIR}/site/target"
includes="*Update*.zip" />
+ </copy>
+ </then>
+ </if>
</target>
<!-- TODO: figure out why this fails with error:
Show replies by date