printing the command line parameters
authorAkos Frohner <akos.frohner@cern.ch>
Tue, 2 Aug 2005 08:52:02 +0000 (08:52 +0000)
committerAkos Frohner <akos.frohner@cern.ch>
Tue, 2 Aug 2005 08:52:02 +0000 (08:52 +0000)
build.xml

index cecfd5e..7a55aca 100644 (file)
--- a/build.xml
+++ b/build.xml
             one can request the generation of some extra user certificates.
          -->
         <property name="glite.security.stage.all.certs" value="--all"/>
-        <echo>Staging test certificates to:</echo>
+        <echo>Staging test certificates to '${stage.dir}/share/test/certificates',</echo>
+        <echo>using options: '${glite.security.stage.all.certs}'</echo>
         <exec  executable="${module.dir}/bin/generate-test-certificates.sh">  
             <arg line="${glite.security.stage.all.certs} ${stage.dir}/share/test/certificates"/>
         </exec>