Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 67938 invoked from network); 6 Jul 2006 17:15:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 17:15:45 -0000 Received: (qmail 65226 invoked by uid 500); 6 Jul 2006 17:15:45 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 65202 invoked by uid 500); 6 Jul 2006 17:15:45 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 65176 invoked by uid 99); 6 Jul 2006 17:15:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 10:15:45 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 10:15:44 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3726B1A981A; Thu, 6 Jul 2006 10:15:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419620 - /incubator/activemq/trunk/activeio/activeio-core/pom.xml Date: Thu, 06 Jul 2006 17:15:23 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060706171524.3726B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Thu Jul 6 10:15:23 2006 New Revision: 419620 URL: http://svn.apache.org/viewvc?rev=419620&view=rev Log: disabled test case which keeps hanging on my machine Modified: incubator/activemq/trunk/activeio/activeio-core/pom.xml Modified: incubator/activemq/trunk/activeio/activeio-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activeio/activeio-core/pom.xml?rev=419620&r1=419619&r2=419620&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/pom.xml (original) +++ incubator/activemq/trunk/activeio/activeio-core/pom.xml Thu Jul 6 10:15:23 2006 @@ -1,18 +1,18 @@ @@ -26,7 +26,7 @@ activeio-core ActiveIO :: Core A high performance IO abstraction framework - + @@ -42,6 +42,20 @@ + + + maven-surefire-plugin + + + **/*Test.* + + + + **/ChannelFactoryTest.* + + + + @@ -51,7 +65,7 @@ backport-util-concurrent backport-util-concurrent - + commons-logging commons-logging @@ -92,7 +106,7 @@ geronimo-j2ee true - +