You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/09/18 09:21:03 UTC

svn commit: r576742 - /incubator/tuscany/java/sca/samples/helloworld-bpel/build.xml

Author: lresende
Date: Tue Sep 18 00:21:02 2007
New Revision: 576742

URL: http://svn.apache.org/viewvc?rev=576742&view=rev
Log:
Updating helloworld-bpel ant script

Modified:
    incubator/tuscany/java/sca/samples/helloworld-bpel/build.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-bpel/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-bpel/build.xml?rev=576742&r1=576741&r2=576742&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-bpel/build.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-bpel/build.xml Tue Sep 18 00:21:02 2007
@@ -30,110 +30,115 @@
     <path id="project.classpath">
         <pathelement path="target/classes"/>
         <pathelement path="target/wsdl2java-source"/>
+        <pathelement path="target/jpadb"/>
         <pathelement location="${tuscany.sca.manifest.location}"/>
         
-        <!--
-        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-impl-1.0-incubating-SNAPSHOT.jar"/>        
-        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-lib-1.0-incubating-SNAPSHOT.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-api-r2.1-1.0-incubating-SNAPSHOT.jar"/>
-        -->
-        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-api-r2.1-1.0-incubating.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-impl-1.0-incubating.jar"/>        
-        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-lib-1.0-incubating.jar"/>
-                    
-        <pathelement location="${tuscany.sca.lib.location}/ecore-xmi-2.2.3.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/ecore-2.2.3.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/ecore-change-2.2.3.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/common-2.2.3.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/xsd-2.2.3.jar"/>        
+        
+        <!-- Direct dependencies -->
+        <pathelement location="${tuscany.sca.lib.location}/commons-lang-2.1.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/saxon-8.7.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/saxon-dom-8.7.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/saxon-xpath-8.7.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/serp-1.12.0.jar"/>                                                                                                                     
+        <pathelement location="${tuscany.sca.lib.location}/derby-10.1.3.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-connector-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-kernel-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-transaction-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-ejb_3.0_spec-1.0.jar"/>           
 
-        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-epr-1.1.jar"/>               
-        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-store-1.1.jar"/>        
-        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-dao-1.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/ode-dao-jpa-1.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-runtime-1.1.jar"/>        
         <pathelement location="${tuscany.sca.lib.location}/ode-bpel-api-1.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/ode-scheduler-simple-1.1.jar"/>    
-        <pathelement location="${tuscany.sca.lib.location}/ode-utils-1.1.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/ode-bpel-compiler-1.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-schemas-1.1.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-dao-1.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-epr-1.1.jar"/>    
         <pathelement location="${tuscany.sca.lib.location}/ode-bpel-obj-1.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-runtime-1.1.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-schemas-1.1.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/ode-bpel-store-1.1.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/ode-dao-jpa-1.1.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/ode-jacob-1.1.jar"/>         
         <pathelement location="${tuscany.sca.lib.location}/ode-jacob-ap-1.1.jar"/>
-
-        <pathelement location="${tuscany.sca.lib.location}/commons-lang-2.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/commons-collections-3.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/commons-codec-1.3.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/commons-jexl-1.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/commons-primitives-1.0.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/commons-logging-1.1.jar"/>
-
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-jpa_3.0_spec-1.0.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-ejb_3.0_spec-1.0.jar"/>                
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-jta_1.0.1B_spec-1.0.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-jacc_1.0_spec-1.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-jta_1.0.1B_spec-1.0.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-connector_1.5_spec-1.1.jar"/>
-       	<pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-management_1.0_spec-1.1.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-spec-j2ee-connector-1.5-rc4.jar"/>
-
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-kernel-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-transaction-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-connector-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-management-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-util-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-security-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-common-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-interceptor-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-system-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-deployment-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-naming-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-core-1.2-beta.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/geronimo-commonj_1.1_spec-1.0.jar"/>
-
-        <pathelement location="${tuscany.sca.lib.location}/saxon-8.7.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/saxon-dom-8.7.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/saxon-xpath-8.7.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/serp-1.12.0.jar"/>                                                                                                                     
-        <pathelement location="${tuscany.sca.lib.location}/derby-10.1.3.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/ode-scheduler-simple-1.1.jar"/>    
+        <pathelement location="${tuscany.sca.lib.location}/ode-utils-1.1.jar"/>
 
         <pathelement location="${tuscany.sca.lib.location}/openjpa-all-0.9.7-incubating.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/openjpa-persistence-0.9.7-incubating.jar"/>
 
+        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-impl-1.0-incubating.jar"/>                
+        
         <pathelement location="${tuscany.sca.lib.location}/xmlbeans-2.3.0.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/tranql-connector-1.1.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/xercesImpl-2.8.0.jar"/>        
+        
 
-        <!-- other transient dependencies -->
+        <!-- Project Transitive Dependencies -->
         <pathelement location="${tuscany.sca.lib.location}/activeio-2.0-r118.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/axiom-impl-1.2.5.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/axion-1.0-M3-dev.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/backport-util-concurrent-2.2.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/cglib-nodep-2.1_3.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/jaxen-1.1-beta-9.jar"/>                
+        <pathelement location="${tuscany.sca.lib.location}/commons-codec-1.2.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/commons-collections-3.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/commons-jexl-1.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/commons-logging-1.0.4.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/commons-primitives-1.0.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/jaxen-1.1-beta-9.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/log4j-1.2.12.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/javacc-3.2.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-common-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-core-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-deployment-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-interceptor-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-1.2-beta.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-management-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-naming-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-security-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-system-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-util-1.2-beta.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-commonj_1.1_spec-1.0.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-connector_1.5_spec-1.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-jacc_1.0_spec-1.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-j2ee-management_1.0_spec-1.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-jpa_3.0_spec-1.0.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-jta_1.0.1B_spec-1.0.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/neethi-2.0.2.jar"/>
-
+        <pathelement location="${tuscany.sca.lib.location}/openjpa-persistence-0.9.7-incubating.jar"/>        
         <pathelement location="${tuscany.sca.lib.location}/axiom-api-1.2.5.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/XmlSchema-1.3.2.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/xbean-naming-2.7.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/wstx-asl-3.2.1.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/common-2.2.3.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/ecore-2.2.3.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/ecore-change-2.2.3.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/ecore-xmi-2.2.3.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/xsd-2.2.3.jar"/>        
         <pathelement location="${tuscany.sca.lib.location}/howl-1.0.1-1.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/regexp-1.3.jar"/>        
-        <pathelement location="${tuscany.sca.lib.location}/stax-api-1.0-2.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/stax-api-1.0.1.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/wsdl4j-1.6.2.jar"/>        
         <pathelement location="${tuscany.sca.lib.location}/xalan-2.7.0.jar"/>        
         <pathelement location="${tuscany.sca.lib.location}/xml-apis-1.3.03.jar"/>        
         <pathelement location="${tuscany.sca.lib.location}/xml-resolver-1.1.jar"/>
                         
+		<!-- Runtime dependencies -->
+        <pathelement location="${tuscany.sca.lib.location}/axiom-impl-1.2.5.jar"/>   
+
+		<!-- Others -->
+        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-api-r2.1-1.0-incubating.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/tuscany-sdo-lib-1.0-incubating.jar"/>
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-spec-j2ee-connector-1.5-rc4.jar"/>
+        
+        <pathelement location="${tuscany.sca.lib.location}/geronimo-spec-jta-1.0.1B-rc4.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/activation-1.1.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/xercesImpl-2.8.0.jar"/>        
+        <pathelement location="${tuscany.sca.lib.location}/mail-1.4.jar"/>        
+        
+        <pathelement location="${tuscany.sca.lib.location}/xstream-1.1.3.jar"/>        
+		<!--
 
-        <pathelement location="${tuscany.sca.lib.location}/axion-1.0-M3-dev.jar"/>
-        <pathelement location="${tuscany.sca.lib.location}/xstream-1.1.3.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/xpp3-1.1.3.3.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/ognl-2.6.9.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/mx4j-3.0.1.jar"/>
         <pathelement location="${tuscany.sca.lib.location}/derbytools-10.1.2.1.jar"/>        
+		-->        
+
     </path>
     	
     <target name="init">
@@ -164,7 +169,7 @@
     </target>
 
     <target name="unzip-ode-db" depends="init">
-    	<unzip src="${tuscany.sca.lib.location}/ode-dao-jpa-ojpa-derby-1.1.zip" dest="target/classes"/>
+    	<unzip src="${tuscany.sca.lib.location}/ode-dao-jpa-ojpa-derby-1.1.zip" dest="target/jpadb"/>
     </target>    	
     
     <target name="compile" depends="init,generate-wsdl,unzip-ode-db">
@@ -182,12 +187,12 @@
         </copy>
         <jar destfile="target/${test.jar}" basedir="target/classes">
             <manifest>
-                <attribute name="Main-Class" value="${test.class}" /> 
+                <attribute name="Main-Class" value="${client.class}" /> 
             </manifest>
         </jar>    	
     </target>	
 	
-    <target name="run">
+    <target name="run" depends="compile">
         <java classname="${client.class}" fork="true">
             <classpath path="target/${test.jar}"/>
             <classpath refid="project.classpath"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org