[Jboss-cvs] JBoss Messaging SVN: r1193 - in trunk: . tests/smoke

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 01:20:41 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-08-04 01:20:37 -0400 (Fri, 04 Aug 2006)
New Revision: 1193

Added:
   trunk/tests/smoke/smoke.properties.example
Removed:
   trunk/tests/smoke/smoke.properties
Modified:
   trunk/build.xml
   trunk/tests/smoke/
   trunk/tests/smoke/build.xml
Log:
preparing the release run, http://jira.jboss.org/jira/browse/JBMESSAGING-462

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2006-08-04 05:18:05 UTC (rev 1192)
+++ trunk/build.xml	2006-08-04 05:20:37 UTC (rev 1193)
@@ -84,6 +84,22 @@
       <ant antfile="build-messaging.xml" target="artifacts"/>
    </target>
 
+   <target name="archive-functional" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="archive-functional"/>
+   </target>
+
+   <target name="archive-stress" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="archive-stress"/>
+   </target>
+
+   <target name="archive-smoke" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="archive-smoke"/>
+   </target>
+
+   <target name="release-bundle" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="release-bundle"/>
+   </target>
+
    <target name="clean">
       <ant antfile="build-messaging.xml" target="clean"/>
    </target>


Property changes on: trunk/tests/smoke
___________________________________________________________________
Name: svn:ignore
   + smoke.properties


Modified: trunk/tests/smoke/build.xml
===================================================================
--- trunk/tests/smoke/build.xml	2006-08-04 05:18:05 UTC (rev 1192)
+++ trunk/tests/smoke/build.xml	2006-08-04 05:20:37 UTC (rev 1193)
@@ -29,6 +29,8 @@
    <property name="run.ejb3mdb.example" value="false"/>
    <property name="run.secure-socket.example" value="true"/>
 
+   <property name="jboss.home" value="${jboss.compatibility.home}"/>
+
    <path id="twiddle.classpath">
       <pathelement location="${jboss.home}/bin/twiddle.jar"/>
       <pathelement location="${jboss.home}/client/jbossall-client.jar"/>
@@ -42,8 +44,14 @@
    <!--      Configurable Targets                                                -->
    <!-- ======================================================================== -->
 
-   <target name="all">
+   <target name="insure-smoke-properties">
+      <available file="./smoke.properties" property="smoke.properties.present"/>
+      <fail message="The ./smoke.properties file NOT available. Create one based on 'smoke.properties.example' and try again."
+            unless="smoke.properties.present"/>
+   </target>
 
+   <target name="all" depends="insure-smoke-properties">
+
       <mkdir dir="./output"/>
       <delete file="./output/smoke.log" quiet="true"/>
       <antcall target="build-deployment-archives-from-scratch"/>
@@ -51,7 +59,7 @@
 
       <antcall target="old-server-compatibility-tests">
          <param name="smoke.test.type" value="client.compatibility"/>
-      </antcall>
+      </antcall>                                           
       <antcall target="old-client-compatibility-tests">
          <param name="smoke.test.type" value="server.compatibility"/>
       </antcall>
@@ -153,9 +161,11 @@
 
       <!--
 
-      http://jira.jboss.com/jira/browse/JBMESSAGING-427
+           http://jira.jboss.com/jira/browse/JBMESSAGING-427
+           Due to fix to handle long strings. We can no longer guarantee compatibility for versions < 1.0.3
+      -->
 
-      Due to fix to handle long strings. We can no longer guarantee compatibility for versions < 1.0.3
+      <!--
 
       <antcall target="old-server-compatibility-test">
          <param name="jboss.home" value="${jboss.compatibility.home}"/>
@@ -169,25 +179,21 @@
 
       -->
 
+      <antcall target="old-server-compatibility-test">
+         <param name="jboss.home" value="${jboss.compatibility.home}"/>
+         <param name="jboss.messaging.version" value="1.0.1.CR3"/>
+      </antcall>
+
    </target>
 
    <target name="old-client-compatibility-tests">
 
-      <!-- http://jira.jboss.com/jira/browse/JBMESSAGING-427
 
-      Due to fix to handle long strings. We can no longer guarantee compatibility for versions < 1.0.3
-
-      -->
-
-      <!--
-
       <antcall target="create-messaging-config">
          <param name="jboss.home" value="${jboss.compatibility.home}"/>
          <param name="jboss.configuration" value="current-version-server"/>
       </antcall>
 
-      -->
-
       <!-- ====================================================  -->
       <!--                                                       -->
       <!--  Add here other old client versions to test:          -->
@@ -195,7 +201,12 @@
       <!-- ====================================================  -->
 
       <!--
+           http://jira.jboss.com/jira/browse/JBMESSAGING-427
+           Due to fix to handle long strings. We can no longer guarantee compatibility for versions < 1.0.3
+      -->
 
+      <!--
+
       <antcall target="old-client-compatibility-test">
          <param name="jboss.home" value="${jboss.compatibility.home}"/>
          <param name="jboss.configuration" value="current-version-server"/>
@@ -208,14 +219,19 @@
          <param name="jboss.messaging.version" value="1.0.1.CR2"/>
       </antcall>
 
+      -->
 
+      <antcall target="old-client-compatibility-test">
+         <param name="jboss.home" value="${jboss.compatibility.home}"/>
+         <param name="jboss.configuration" value="current-version-server"/>
+         <param name="jboss.messaging.version" value="1.0.1.CR3"/>
+      </antcall>
+
       <antcall target="clean-messaging-config">
          <param name="jboss.home" value="${jboss.compatibility.home}"/>
          <param name="jboss.configuration" value="current-version-server"/>
       </antcall>
 
-      -->
-
    </target>
 
    <target name="run-all-examples">
@@ -289,7 +305,7 @@
    <target name="run-example">
 
       <!--
-           determine if a specific example should run with a specific test; to prevent a test from
+           Determine if a specific example should run with a specific test; to prevent a test from
            running an example, set "run.<examplename>.example to false.
        -->
       <condition property="do.run" value="true">
@@ -641,27 +657,5 @@
 
    </target>
 
-   <!-- ======================================================================== -->
-   <!--      Temporary Targets                                                   -->
-   <!-- ======================================================================== -->
-
-   <!-- GET RID OF THIS WHEN http://jira.jboss.org/jira/browse/JBMESSAGING-391 IS FIXED! -->
-   <target name="ssh">
-
-      <mkdir dir="./output"/>
-      <delete file="./output/smoke.log" quiet="true"/>
-      <antcall target="build-deployment-archives-from-scratch"/>
-
-      <antcall target="installation-test">
-         <param name="jboss.home" value="${ENV.JBOSS_HOME}"/>
-         <param name="run.queue.example" value="false"/>
-         <param name="run.topic.example" value="false"/>
-         <param name="run.mdb.example" value="false"/>
-         <param name="run.stateless.example" value="false"/>
-         <param name="run.secure-socket.example" value="true"/>
-      </antcall>
-
-   </target>
-
 </project>
 

Deleted: trunk/tests/smoke/smoke.properties
===================================================================
--- trunk/tests/smoke/smoke.properties	2006-08-04 05:18:05 UTC (rev 1192)
+++ trunk/tests/smoke/smoke.properties	2006-08-04 05:20:37 UTC (rev 1193)
@@ -1,24 +0,0 @@
-#
-# Smoke test configuration
-#
-
-#JBoss AS 4.0.0 and 4.0.1 are not supported
-
-jboss401sp1.home=C:\\dev\\jboss-4.0.1sp1
-jboss402.home=C:\\dev\\jboss-4.0.2
-jboss403.home=C:\\dev\\jboss-4.0.3
-jboss403-installer.home=C:\\dev\\jnlp\\jboss-4.0.3
-jboss403SP1.home=C:\\dev\\jboss-4.0.3SP1
-jboss403SP1-installer.home=C:\\dev\\jnlp\\jboss-4.0.3SP1
-jboss404GA.home=C:\\dev\\jboss-4.0.4.GA
-jboss404GA-installer.home=C:\\dev\\jnlp\\jboss-4.0.4.GA
-
-jboss500Alpha.home=C:\\dev\\jboss-head\\build\\output\\jboss-5.0.0.Alpha
-
-#
-# Compatibility test configuration
-#
-jboss.compatibility.home=C:\\dev\\messaging-compatibility\\jboss-4.0.4.GA
-
-
-jboss.home=C:\\dev\\jboss-4.0.4.GA

Added: trunk/tests/smoke/smoke.properties.example
===================================================================
--- trunk/tests/smoke/smoke.properties.example	2006-08-04 05:18:05 UTC (rev 1192)
+++ trunk/tests/smoke/smoke.properties.example	2006-08-04 05:20:37 UTC (rev 1193)
@@ -0,0 +1,21 @@
+#
+# Smoke test configuration
+#
+
+#JBoss AS 4.0.0 and 4.0.1 are not supported
+
+jboss401sp1.home=C:\\work\\src\\jboss-4.0.1sp1-src\\build\\output\\jboss-4.0.1sp1
+jboss402.home=C:\\work\\src\\jboss-4.0.2-src\\build\\output\\jboss-4.0.2
+jboss403.home=C:\\work\\src\\jboss-4.0.3-src\\build\\output\\jboss-4.0.3
+jboss403-installer.home=C:\\work\\jnlp\\jboss-4.0.3
+jboss403SP1.home=C:\\work\\src\\jboss-4.0.3SP1-src\\build\\output\\jboss-4.0.3SP1
+jboss403SP1-installer.home=C:\\work\\jnlp\\jboss-4.0.3SP1
+jboss404GA.home=C:\\work\\src\\jboss-4.0.4.GA-src\\build\\output\\jboss-4.0.4.GA
+jboss404GA-installer.home=C:\\work\\jnlp\\jboss-4.0.4.GA
+
+jboss500Alpha.home=C:\\work\\src\\cvs\\jboss-head\\build\\output\\jboss-5.0.0.Alpha
+
+#
+# Compatibility test configuration
+#
+jboss.compatibility.home=C:\\work\\messaging-compatibility\\jboss-4.0.4.GA




More information about the jboss-cvs-commits mailing list