Author: maartenc
Date: Mon Nov  5 21:12:29 2012
New Revision: 1405955

URL: http://svn.apache.org/viewvc?rev=1405955&view=rev
Log:
Make sure all properties are set before starting to upload to 
repository.apache.org

Modified:
    ant/ivy/core/trunk/build-release.xml

Modified: ant/ivy/core/trunk/build-release.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=1405955&r1=1405954&r2=1405955&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Mon Nov  5 21:12:29 2012
@@ -496,6 +496,13 @@
             </classpath>
         </taskdef>
        
+        <property file="${user.home}/ivybuild.properties" />
+        <input message="please enter your PGP password: " 
addproperty="pgp.password"/>
+        <input message="please enter your PGP keyId: " 
addproperty="pgp.keyId"/>
+
+        <input message="please enter your repository.apache.org username: " 
addproperty="upload.user"/>
+        <input message="please enter your repository.apache.org password: " 
addproperty="upload.password"/>
+
         <ivy2:settings id="upload.settingsId" file="ivysettings-release.xml" />
         <ivy2:resolve file="${basedir}/build/artifact/ivy.xml" 
transitive="false" />
         <ivy2:publish organisation="org.apache.ivy"


Reply via email to