You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2008/12/05 10:05:22 UTC

svn commit: r723667 - /tuscany/branches/sca-java-1.x/samples/quote-xquery/build.xml

Author: ramkumar
Date: Fri Dec  5 01:05:21 2008
New Revision: 723667

URL: http://svn.apache.org/viewvc?rev=723667&view=rev
Log:
Fixes for TUSCANY-2714

Modified:
    tuscany/branches/sca-java-1.x/samples/quote-xquery/build.xml

Modified: tuscany/branches/sca-java-1.x/samples/quote-xquery/build.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/quote-xquery/build.xml?rev=723667&r1=723666&r2=723667&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/samples/quote-xquery/build.xml (original)
+++ tuscany/branches/sca-java-1.x/samples/quote-xquery/build.xml Fri Dec  5 01:05:21 2008
@@ -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" />