JAL-1791 add explicit proxy for benefit of jalview's build server when timestamping...
authorJim Procter <jprocter@issues.jalview.org>
Thu, 15 Oct 2015 15:28:58 +0000 (16:28 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 15 Oct 2015 16:40:30 +0000 (17:40 +0100)
build.xml

index d234620..5ebfb0b 100755 (executable)
--- a/build.xml
+++ b/build.xml
   
   <target name="-jarsignwithtsa" depends="makedist,preparejnlp" if="timestamp">
     <signjar storepass="${jalview.keystore.pass}" keypass="${jalview.key.pass}" keystore="${jalview.keystore}" alias="${jalview.key}" lazy="false" verbose="false" sigalg="SHA1withRSA"
-      tsaurl="${jalview.tsaurl}">
+      tsaproxyhost="squid" tsaproxyport="80" tsaurl="${jalview.tsaurl}">
       <fileset dir="${packageDir}">
         <include name="*.jar" />
       </fileset>