You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/01/01 01:52:51 UTC

svn commit: r1427266 - /incubator/flex/utilities/trunk/installer/build.xml

Author: jmclean
Date: Tue Jan  1 00:52:50 2013
New Revision: 1427266

URL: http://svn.apache.org/viewvc?rev=1427266&view=rev
Log:
echo certificate used so you know you're using the right one when making a release

Modified:
    incubator/flex/utilities/trunk/installer/build.xml

Modified: incubator/flex/utilities/trunk/installer/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/build.xml?rev=1427266&r1=1427265&r2=1427266&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/build.xml (original)
+++ incubator/flex/utilities/trunk/installer/build.xml Tue Jan  1 00:52:50 2013
@@ -266,7 +266,8 @@
         <antcall target="generate-certificate"/>
     </target>
 
-    <target name="generate-certificate" depends="abortBuild" >
+    <target name="generate-certificate" depends="abortBuild">
+    	<echo message="Using cert ${KEYSTORE}" />
         <java jar="${ADT}" fork="true"
             failonerror="true">
             <arg value="-certificate"/>
@@ -286,6 +287,7 @@
 
     <target name="packageair" depends="abortBuild"
         description="Packages the build SWF file from a temp directory to create an AIR file">
+    	<echo message="Using cert ${KEYSTORE}" />
         <java jar="${ADT}" fork="true"
             failonerror="true"
             maxmemory="512m">