Skip to Content.
Sympa Menu

notify-dpml - r1745 - trunk/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1745 - trunk/main
  • Date: Tue, 12 Sep 2006 18:33:00 +0200

Author: mcconnell
Date: 2006-09-12 18:33:00 +0200 (Tue, 12 Sep 2006)
New Revision: 1745

Modified:
trunk/main/build.xml
Log:
resolve build synchronization issue related to MD5 generation for NSI
installer

Modified: trunk/main/build.xml
===================================================================
--- trunk/main/build.xml 2006-09-06 03:00:26 UTC (rev 1744)
+++ trunk/main/build.xml 2006-09-12 16:33:00 UTC (rev 1745)
@@ -70,12 +70,13 @@
<arg value="/ONSIS.LOG"/>
<arg value="dpml.nsi"/>
</exec>
+ <checksum
file="${basedir}/target/nsi/dpml-sdk-win32-${project.version}.exe"
fileext=".md5"/>
<copy toDir="${basedir}/target/dist">
<fileset dir="${basedir}/target/nsi">
<include name="*.exe"/>
+ <include name="*.md5"/>
</fileset>
</copy>
- <checksum
file="${basedir}/target/dist/dpml-sdk-win32-${project.version}.exe"
fileext=".md5"/>
<echo>Created target/dist/dpml-sdk-win32-${project.version}.exe</echo>
</target>





  • r1745 - trunk/main, mcconnell at BerliOS, 09/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page