Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Stifled client wsdd warning in broker build script
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Jun 14, 2010
1 parent f978839 commit 8666d19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ctx-broker/gar/build.properties
Expand Up @@ -27,3 +27,6 @@ nimbus.java.compilerarg=-nowarn
# jars
nimbusctx.gt4_0.stubs.dist=../wsdl/stubs/dist
nimbusctx.gt4_0.service.dist=../dist

# custom build-packages to bundle gar file
nimbus.messaging.gt4_0.gar.build.packages.xml=../../scripts/lib/gt4.0/build/build-packages.xml
3 changes: 2 additions & 1 deletion ctx-broker/gar/build.xml
Expand Up @@ -19,7 +19,7 @@
<property name="gt4_0.lib.dir"
location="${abs.deploy.dir}/lib"/>
<property name="build.packages"
location="${abs.deploy.dir}/share/globus_wsrf_common/build-packages.xml"/>
location="${nimbus.messaging.gt4_0.gar.build.packages.xml}"/>
<property name="build.stubs"
location="${abs.deploy.dir}/share/globus_wsrf_tools/build-stubs.xml"/>

Expand Down Expand Up @@ -148,6 +148,7 @@

<target name="_dist" depends="check, etc_copies">
<ant antfile="${build.packages}" target="makeGar">
<property name="forget.client-deploy.wsdd" value="x" />
<reference refid="${garjars.id}"/>
<reference refid="${garetc.id}"/>
<reference refid="${garshare.id}"/>
Expand Down

0 comments on commit 8666d19

Please sign in to comment.