Setting LD_LIBRARY_PATH and PATH for voms-proxy-fake
authorAkos Frohner <akos.frohner@cern.ch>
Fri, 2 Jun 2006 21:23:24 +0000 (21:23 +0000)
committerAkos Frohner <akos.frohner@cern.ch>
Fri, 2 Jun 2006 21:23:24 +0000 (21:23 +0000)
build.xml

index 09e1f82..e81cbf3 100644 (file)
--- a/build.xml
+++ b/build.xml
         <mkdir dir="${module.dir}/tempbuild"/>
         <exec  executable="${module.dir}/bin/generate-test-certificates.sh">  
             <arg line="--all tempbuild/share/test/certificates"/>
+            <env key="LD_LIBRARY_PATH" path="${with.globus.prefix}/lib:${stage.abs.dir}/lib"/>
+            <env key="PATH" path="${env.PATH}:${with.globus.prefix}/bin:${stage.abs.dir}/bin"/>
         </exec>
 
         <!-- pack everything together -->
         <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"/>
+            <env key="LD_LIBRARY_PATH" path="${with.globus.prefix}/lib:${stage.abs.dir}/lib"/>
+            <env key="PATH" path="${env.PATH}:${with.globus.prefix}/bin:${stage.abs.dir}/bin"/>
         </exec>
     </target>