You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/01/17 10:49:59 UTC

svn commit: r1232368 - /tomcat/trunk/build.xml

Author: markt
Date: Tue Jan 17 09:49:59 2012
New Revision: 1232368

URL: http://svn.apache.org/viewvc?rev=1232368&view=rev
Log:
Fix generation of OpenPGP signatures

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1232368&r1=1232367&r2=1232368&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Tue Jan 17 09:49:59 2012
@@ -1769,12 +1769,13 @@ Apache Tomcat ${version} native binaries
   </target>
 
   <!-- Sets properties only required for releases -->
-  <target name="release-init">
+  <target name="release-init" depends="gpg-init-1,gpg-init-2" />
+
+  <target name="gpg-init-1">
     <available file="${gpg.exec}" property="gpg.exec.available"/>
-    <antcall target="gpg-init" />
   </target>
 
-  <target name="gpg-init" if="${gpg.exec.available}">
+  <target name="gpg-init-2" if="${gpg.exec.available}">
     <input message="Enter GPG pass-phrase" addproperty="gpg.passphrase" >
       <handler type="secure"/>
     </input>



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