[Jboss-cvs] JBoss Messaging SVN: r1204 - in trunk: . tests

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 6 14:21:43 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-08-06 14:21:41 -0400 (Sun, 06 Aug 2006)
New Revision: 1204

Modified:
   trunk/build-messaging.xml
   trunk/tests/build.xml
Log:
tweak the build (timeounts, etc)

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2006-08-06 18:21:13 UTC (rev 1203)
+++ trunk/build-messaging.xml	2006-08-06 18:21:41 UTC (rev 1204)
@@ -245,6 +245,10 @@
          <pathelement location="${project.root}/lib/jboss-remoting.jar"/>
       </path>
       <property name="current.jboss.remoting.lib" value="${project.root}/lib"/>
+      <echo message=""/>
+      <echo message="################################################"/>
+      <echo message="#       Using local lib/jboss-remoting.jar!    #"/>
+      <echo message="################################################"/>
    </target>
 
    <target name="use-repository-remoting" unless="local.remoting.present">
@@ -256,6 +260,10 @@
          <pathelement location="${project.root}/lib/jboss-serialization.jar"/>
       </path>
       <property name="current.jboss.serialization.lib" value="${project.root}/lib"/>
+      <echo message=""/>
+      <echo message="################################################"/>
+      <echo message="#   Using local lib/jboss-serialization.jar!   #"/>
+      <echo message="################################################"/>
    </target>
 
    <target name="use-repository-serialization" unless="local.serialization.present">

Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml	2006-08-06 18:21:13 UTC (rev 1203)
+++ trunk/tests/build.xml	2006-08-06 18:21:41 UTC (rev 1204)
@@ -91,7 +91,7 @@
    <property name="junit.haltonfailure" value="false"/>
    <property name="junit.fork" value="true"/>
    <property name="junit.includeantruntime" value="true"/>
-   <property name="junit.timeout" value="100000"/>
+   <property name="junit.timeout" value="300000"/>
    <property name="stress.timeout" value="4800000"/>
 
    <property name="junit.showoutput" value="true"/>




More information about the jboss-cvs-commits mailing list