[jboss-cvs] JBoss Messaging SVN: r7329 - trunk/examples/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 15 04:43:45 EDT 2009


Author: jmesnil
Date: 2009-06-15 04:43:45 -0400 (Mon, 15 Jun 2009)
New Revision: 7329

Modified:
   trunk/examples/common/build.xml
Log:
Examples as smoke tests

* excluded jms/clustered-standalone as it requires to manuall start 3 servers

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2009-06-15 07:56:35 UTC (rev 7328)
+++ trunk/examples/common/build.xml	2009-06-15 08:43:45 UTC (rev 7329)
@@ -192,15 +192,11 @@
       <subant target="run" failonerror="true">
          <fileset dir="..">
             <include name="core/*/build.xml"/>
-            <exclude name="common/build.xml"/>
-            <exclude name="core/perf/build.xml"/>
-         </fileset>
-      </subant>
-      <subant target="run" failonerror="true">
-         <fileset dir="..">
             <include name="jms/*/build.xml"/>
             <exclude name="common/build.xml"/>
+            <exclude name="core/perf/build.xml"/>
             <exclude name="jms/perf/build.xml"/>
+            <exclude name="jms/clustered-standalone/build.xml"/>
          </fileset>
       </subant>
    </target>




More information about the jboss-cvs-commits mailing list