[jboss-svn-commits] JBL Code SVN: r12147 - in labs/jbossesb/trunk/product/samples/quickstarts: fun_cbr and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri May 25 14:42:17 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-05-25 14:42:16 -0400 (Fri, 25 May 2007)
New Revision: 12147

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml
   labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/build.xml
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_jbossws_adapter_01/readme.txt
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/build.xml
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/readme.txt
Log:
Tidied up for jbosshome: JBESB-578

Modified: labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml	2007-05-25 18:17:56 UTC (rev 12146)
+++ labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml	2007-05-25 18:42:16 UTC (rev 12147)
@@ -126,7 +126,7 @@
 
     <target name="compile" depends="dependencies">
 		<mkdir dir="${classes}" />
-		<javac srcdir="${basedir}/src" destdir="${classes}">
+		<javac srcdir="${basedir}/src" destdir="${classes}" debug="true">
 			<classpath refid="compile-classpath" />
 		</javac>
 	</target>
@@ -228,7 +228,7 @@
 
     <target name="assert-ws-available">
         <available property="ws-available" file="${org.jboss.esb.server.deploy.dir}/jbossws.sar" type="dir" />
-        <fail unless="ws-available">**** DEPLOYMENT FAILED... Sorry, this Quickstart requires a JBoss Webservice container.  '${org.jboss.server.dir}' does not have a Webservice container.  Check the 'jbosshome.dir' property in ../quickstarts.properties"</fail>
+        <fail unless="ws-available">**** DEPLOYMENT FAILED... Sorry, this Quickstart requires a JBoss Webservice container.  '${org.jboss.server.dir}' does not have a Webservice container.  Check the 'org.jboss.esb.server.home' property in ../quickstarts.properties"</fail>
         <echo message="JBoss Webservice container found on target '${org.jboss.esb.server.deploy.dir}'." />
     </target>
 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/build.xml	2007-05-25 18:17:56 UTC (rev 12146)
+++ labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/build.xml	2007-05-25 18:42:16 UTC (rev 12147)
@@ -47,7 +47,7 @@
 			basedir="${basedir}/src/services/rules" includes="*.*"/>
 
   	  <copy file="${build.dir}/${ant.project.name}_Rules.jar" overwrite="true"
-			todir="${jbosshome.dir}/server/default/deploy/jbossesb.sar/lib"	
+			todir="${org.jboss.esb.server.deploy.dir}/jbossesb.sar/lib"	
 	  />
   </target>
 	
@@ -86,4 +86,4 @@
 	 </java>
    </target> 
 	
-</project>
\ No newline at end of file
+</project>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt	2007-05-25 18:17:56 UTC (rev 12146)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/readme.txt	2007-05-25 18:42:16 UTC (rev 12147)
@@ -17,7 +17,8 @@
 
 Before Running:
 ===============
-1. Update the "jbosshome.dir" property in the quickstarts.properties file in "../conf".
+1. Update the "org.jboss.esb.server.home" property in the quickstarts.properties
+   file in "../conf".
 2. Make sure the jbossesb.sar is deployed on your JBoss Application Server.
    In the ESB "install" folder update deployment.properties and then run "ant".
 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_jbossws_adapter_01/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_jbossws_adapter_01/readme.txt	2007-05-25 18:17:56 UTC (rev 12146)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_jbossws_adapter_01/readme.txt	2007-05-25 18:42:16 UTC (rev 12147)
@@ -5,7 +5,8 @@
 
 Before Running:
 ===============
-1. Update the "jbosshome.dir" property in the quickstarts.properties file in "../".
+1. Update the "org.jboss.esb.server.home" property in the quickstarts.properties
+   file in "../".
 2. Make sure the jbossesb.sar is deployed on your JBoss Application Server.
    In the ESB "install" folder update deployment.properties and then run "ant".
    This example does require you to use a version for 4.0.4+ with the EJB3 profile.
@@ -18,4 +19,4 @@
 the needed jars and deploy the ESB archive component to the Application Server.  If you are 
 monitoring the Application Server console you will see it hot deploy the WAR.
 
-2. Run "ant runtest". 
\ No newline at end of file
+2. Run "ant runtest". 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/build.xml	2007-05-25 18:17:56 UTC (rev 12146)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/build.xml	2007-05-25 18:42:16 UTC (rev 12147)
@@ -10,19 +10,16 @@
 
     <property name="additional.deploys" value="jbmq-service.xml"/>
 
-    <target name="quickstart-specific-deploys" depends="assert-ws-available">
-        <!-- Overriden from the target of the same name in base-build.xml. -->
-        <!-- Called by the "deploy" target.  Don't call directly!! -->
+    <target name="quickstart-specific-assemblies" depends="assert-ws-available, makewar"/>
 
-        <!-- Build and deploy the webservice... -->
-        <antcall target="makewar" />
-        <copy file="build/${ant.project.name}.war" overwrite="true" todir="${jbosshome.dir}/server/default/deploy"/>
+    <target name="quickstart-specific-clean">
+        <delete dir="war/classes"/>
     </target>
 
     <target name="makewar" description="make war">
         <!-- Compile... -->
         <mkdir dir="war/classes" />
-        <javac srcdir="war/src" destdir="war/classes">
+        <javac srcdir="war/src" destdir="war/classes" debug="true">
             <classpath>
                 <path refid="compile-classpath" />
                 <fileset dir="war/lib/ext" includes="*.jar" />

Modified: labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/readme.txt	2007-05-25 18:17:56 UTC (rev 12146)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_war1/readme.txt	2007-05-25 18:42:16 UTC (rev 12147)
@@ -7,7 +7,8 @@
 
 Before Running:
 ===============
-1. Update the "jbosshome.dir" property in the quickstarts.properties file in "../".
+1. Update the "org.jboss.esb.server.home" property in the quickstarts.properties
+   file in "../".
 2. Make sure the jbossesb.sar is deployed on your JBoss Application Server.
    In the ESB "install" folder update deployment.properties and then run "ant".
    This example does require you to use a version for 4.0.4+ with the EJB3 profile.
@@ -49,4 +50,4 @@
 This assumes you put in "Your Name" as the parameter in your WS client testing tool.
      
      
-    
\ No newline at end of file
+    




More information about the jboss-svn-commits mailing list