summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 09:05:21 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 09:05:21 +0000
commit7056d8af7e9f9cb644b49ca016f33ec73db73cd3 (patch)
treed39c61eef5dff7ea0f9716a9a1bc7e198face254 /branches/sca-java-1.x
parent538596c3d499b8cb87ecc6464694693db7370a42 (diff)
Fixes for TUSCANY-2714
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723667 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x')
-rw-r--r--branches/sca-java-1.x/samples/quote-xquery/build.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/quote-xquery/build.xml b/branches/sca-java-1.x/samples/quote-xquery/build.xml
index a3a5acf102..ef76c20f72 100644
--- a/branches/sca-java-1.x/samples/quote-xquery/build.xml
+++ b/branches/sca-java-1.x/samples/quote-xquery/build.xml
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project name="sample-quote-xquery" default="compile">
+<project name="quote-xquery" default="compile">
<property name="test.class" value="xquery.quote.XQueryQuoteClient" />
<property name="test.server.class" value="xquery.quote.XQueryQuoteServer" />
<property name="test.jar" value="sample-quote-xquery.jar" />
@@ -40,6 +40,16 @@
<arg value="-noNotification" />
<!-- Make sure the -noUnsettable is not used, otherwise, the SDO cannot be
properly transformed to Node as some properties are treated as unset -->
+ <arg value="src/main/resources/wsdl/quotejoin.wsdl" />
+
+ <classpath refid="project.classpath" />
+ </java>
+ <java classname="org.apache.tuscany.sdo.generate.XSD2JavaGenerator" fork="true">
+ <arg value="-targetDirectory" />
+ <arg value="target/sdo-source" />
+ <arg value="-noNotification" />
+ <!-- Make sure the -noUnsettable is not used, otherwise, the SDO cannot be
+ properly transformed to Node as some properties are treated as unset -->
<arg value="src/main/resources/wsdl/Quote.xsd" />
<classpath refid="project.classpath" />