You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2019/10/24 10:00:26 UTC

svn commit: r1868863 - /xmlgraphics/fop-pdf-images/trunk/build.xml

Author: ssteiner
Date: Thu Oct 24 10:00:26 2019
New Revision: 1868863

URL: http://svn.apache.org/viewvc?rev=1868863&view=rev
Log:
Hide password for signing

Modified:
    xmlgraphics/fop-pdf-images/trunk/build.xml

Modified: xmlgraphics/fop-pdf-images/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop-pdf-images/trunk/build.xml?rev=1868863&r1=1868862&r2=1868863&view=diff
==============================================================================
--- xmlgraphics/fop-pdf-images/trunk/build.xml (original)
+++ xmlgraphics/fop-pdf-images/trunk/build.xml Thu Oct 24 10:00:26 2019
@@ -487,7 +487,9 @@
     <checksum algorithm="sha-512" fileext=".sha512">
       <fileset refid="bundle-files"/>
     </checksum>
-    <input message="Passphrase for your default private key (attention: passphrase will be echoed in clear text on the display!)" addproperty="pwd"/>
+    <input message="Passphrase for your default private key" addproperty="pwd">
+      <handler classname="org.apache.tools.ant.input.SecureInputHandler" />
+    </input>
     <antcall target="sign-file">
       <param name="sign.archive" value="${build.dir}/${name}-${version}.jar"/>
       <param name="pwd" value="${pwd}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org