[jboss-cvs] JBoss Messaging SVN: r5152 - in trunk: src/main/org/jboss/messaging/core/remoting/impl and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 19 09:17:29 EDT 2008


Author: timfox
Date: 2008-10-19 09:17:29 -0400 (Sun, 19 Oct 2008)
New Revision: 5152

Modified:
   trunk/build.xml
   trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java
Log:
Added test target


Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-10-19 13:02:45 UTC (rev 5151)
+++ trunk/build.xml	2008-10-19 13:17:29 UTC (rev 5152)
@@ -153,6 +153,11 @@
       <ant antfile="build-messaging.xml" target="all-tests"/>
       <ant antfile="build-messaging.xml" target="compile-reports"/>
    </target>
+   
+   <target name="hudson-tests" depends="createthirdparty">
+      <ant antfile="build-messaging.xml" target="hudson-tests"/>
+      <ant antfile="build-messaging.xml" target="compile-reports"/>
+   </target>
 
    <target name="tests" depends="createthirdparty">
       <ant antfile="build-messaging.xml" target="tests"/>

Modified: trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java	2008-10-19 13:02:45 UTC (rev 5151)
+++ trunk/src/main/org/jboss/messaging/core/remoting/impl/RemotingConnectionImpl.java	2008-10-19 13:17:29 UTC (rev 5152)
@@ -210,6 +210,13 @@
    private final ReadWriteLock readWriteLock;
 
    private final Object transferLock = new Object();
+   
+   private static volatile boolean debug;
+   
+   private static void report()
+   {
+      
+   }
 
    // Constructors
    // ---------------------------------------------------------------------------------




More information about the jboss-cvs-commits mailing list