You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ps...@apache.org on 2006/01/21 06:40:09 UTC

svn commit: r370986 - /logging/chainsaw/trunk/build.xml

Author: psmith
Date: Fri Jan 20 21:40:04 2006
New Revision: 370986

URL: http://svn.apache.org/viewcvs?rev=370986&view=rev
Log:
'distribution' target now builds OSX bundle and auto-creates
.dmg bundle which goes with the other distributions when uploading.

Modified:
    logging/chainsaw/trunk/build.xml

Modified: logging/chainsaw/trunk/build.xml
URL: http://svn.apache.org/viewcvs/logging/chainsaw/trunk/build.xml?rev=370986&r1=370985&r2=370986&view=diff
==============================================================================
--- logging/chainsaw/trunk/build.xml (original)
+++ logging/chainsaw/trunk/build.xml Fri Jan 20 21:40:04 2006
@@ -389,6 +389,11 @@
         	
         </jarbundler>
 		<move file="Chainsaw.app" todir="Chainsaw-app" />
+		
+		<echo message="Creating DMG image"/>
+		<exec executable="hdiutil">
+			<arg line="create -srcfolder Chainsaw-app chainsaw.dmg"/>
+		</exec>
 	</target>
   
   <!-- NOTE: you'll need JSch in your Ant ext libs area for this to work -->
@@ -398,6 +403,8 @@
   	<copy todir="distribution">
   		<fileset dir=".">
   			<include name="**/chainsaw-bundle.zip"/>
+  			
+  			<include name="chainsaw.dmg" />
   		</fileset>
   	</copy>
     <zip destfile="distribution/webstart-bundle.zip" >



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org