[jboss-svn-commits] JBL Code SVN: r25173 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 9 17:17:02 EST 2009


Author: beve
Date: 2009-02-09 17:17:02 -0500 (Mon, 09 Feb 2009)
New Revision: 25173

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml
Log:
Work for https://jira.jboss.org/jira/browse/JBESB-2365 "helloworld_file_notifier quickstart: Incorrect path in sendesb target (build.xml)"


Modified: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml	2009-02-09 19:46:13 UTC (rev 25172)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/build.xml	2009-02-09 22:17:02 UTC (rev 25173)
@@ -12,7 +12,6 @@
 
 	<target name="config">
 		<property name="results.dir" location="."/>	
-		<echoproperties/>
 		<copy file="jboss-esb-unfiltered.xml"
 			tofile="jboss-esb.xml" overwrite="true">
 			<filterset>
@@ -34,7 +33,7 @@
 	<target name="sendesb" depends="compile"
 		description="Will send an esb Message">
 		<echo>Runs Test ESB Message Sender</echo>
-		<java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworld.test.SendEsbMessage" failonerror="true">
+		<java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworldfilenotifier.test.SendEsbMessage" failonerror="true">
 			<arg value="FirstServiceESB"/> <!--  service category -->
 			<arg value="SimpleListener"/>  <!--  service name -->
 			<arg value="Hello World - Straight to ESB listener - no Gateway"/> <!--  Message text -->




More information about the jboss-svn-commits mailing list