summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/samples
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 09:05:22 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2008-12-05 09:05:22 +0000
commit2d97a8410481bc49a2c8742537733a5898b9c0c0 (patch)
treea7015b5ce64298e07d8385b7584d9860dd50bc6e /branches/sca-java-1.4/samples
parent7056d8af7e9f9cb644b49ca016f33ec73db73cd3 (diff)
Fixes for TUSCANY-2714
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723668 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.4/samples')
-rw-r--r--branches/sca-java-1.4/samples/quote-xquery/build.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/branches/sca-java-1.4/samples/quote-xquery/build.xml b/branches/sca-java-1.4/samples/quote-xquery/build.xml
index a3a5acf102..ef76c20f72 100644
--- a/branches/sca-java-1.4/samples/quote-xquery/build.xml
+++ b/branches/sca-java-1.4/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" />