[jboss-svn-commits] JBL Code SVN: r21654 - labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/huge-split-enrich-transform-route.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Aug 21 05:06:01 EDT 2008
Author: tfennelly
Date: 2008-08-21 05:06:01 -0400 (Thu, 21 Aug 2008)
New Revision: 21654
Modified:
labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml
Log:
https://jira.jboss.org/jira/browse/JBESB-1940
Just added an override for the "run" and "runtest" targets to tell the user to read the readme.
Modified: labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml 2008-08-21 05:55:01 UTC (rev 21653)
+++ labs/jbossesb/branches/JBESB_4_4_GA_CP/product/samples/quickstarts/huge-split-enrich-transform-route/build.xml 2008-08-21 09:06:01 UTC (rev 21654)
@@ -8,6 +8,14 @@
<!-- Import the base Ant build script... -->
<import file="../conf/base-build.xml"/>
+ <target name="run" >
+ <echo message="This target is not used by this Quickstart. Please read the 'README.html' file." />
+ </target>
+
+ <target name="runtest" >
+ <echo message="This target is not used by this Quickstart. Please read the 'README.html' file." />
+ </target>
+
<target name="01_split_enrich_transform_route" depends="compile,compile_high_price_model" description="run split_transform_route Service">
<echo>Split Enrich Transform Route Service:</echo>
<java fork="yes" classname="org.jboss.soa.esb.listeners.StandAloneBootStrapper" failonerror="true">
More information about the jboss-svn-commits
mailing list