Add informational message prior to key/cert generation as it can take a couple seconds
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 17 Jan 2008 09:41:34 +0000 (09:41 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 17 Jan 2008 09:41:34 +0000 (09:41 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2579 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

build.xml

index 6dec8bf..d406824 100755 (executable)
--- a/build.xml
+++ b/build.xml
             
         <regexSplit input="${idp.hostname}" regex="^.*\.(.*\..*$)" addproperty="idp.scope" />
             
+        <echo message="Generating signing and encryption key and certificate. "/>
         <selfSignedCert hostname="${idp.hostname}"
                         privateKeyFile="${idp.home}/credentials/idp.key"
                         certificateFile="${idp.home}/credentials/idp.crt" />