Return-Path: Delivered-To: apmail-tapestry-commits-archive@locus.apache.org Received: (qmail 22311 invoked from network); 4 Feb 2008 13:53:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 13:53:40 -0000 Received: (qmail 93667 invoked by uid 500); 4 Feb 2008 13:53:31 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 93651 invoked by uid 500); 4 Feb 2008 13:53:31 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 93642 invoked by uid 99); 4 Feb 2008 13:53:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 05:53:31 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 13:53:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8127B1A9832; Mon, 4 Feb 2008 05:53:10 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r618282 - in /tapestry/tapestry4/trunk: pom.xml tapestry-framework/pom.xml tapestry-framework/src/test/org/apache/tapestry/junit/mock/TestMockApplications.java Date: Mon, 04 Feb 2008 13:53:09 -0000 To: commits@tapestry.apache.org From: jkuhnert@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080204135310.8127B1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jkuhnert Date: Mon Feb 4 05:53:08 2008 New Revision: 618282 URL: http://svn.apache.org/viewvc?rev=618282&view=rev Log: Updated poms to remove snapshot repos and disabled integration tests so jvm doesn't segfault. Modified: tapestry/tapestry4/trunk/pom.xml tapestry/tapestry4/trunk/tapestry-framework/pom.xml tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/mock/TestMockApplications.java Modified: tapestry/tapestry4/trunk/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=618282&r1=618281&r2=618282&view=diff ============================================================================== --- tapestry/tapestry4/trunk/pom.xml (original) +++ tapestry/tapestry4/trunk/pom.xml Mon Feb 4 05:53:08 2008 @@ -316,6 +316,21 @@ + @@ -421,7 +436,7 @@ false - true + false @@ -435,6 +450,12 @@ apache.snapshots http://people.apache.org/repo/m2-snapshot-repository + + false + + + false + codehaus.org @@ -443,7 +464,7 @@ false - false + true Modified: tapestry/tapestry4/trunk/tapestry-framework/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/pom.xml?rev=618282&r1=618281&r2=618282&view=diff ============================================================================== --- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original) +++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Mon Feb 4 05:53:08 2008 @@ -284,7 +284,7 @@ org.codehaus.mojo clirr-maven-plugin - 4.1.2 + 4.1.3 info ${project.build.directory}/clirr.txt Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/mock/TestMockApplications.java URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/mock/TestMockApplications.java?rev=618282&r1=618281&r2=618282&view=diff ============================================================================== --- tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/mock/TestMockApplications.java (original) +++ tapestry/tapestry4/trunk/tapestry-framework/src/test/org/apache/tapestry/junit/mock/TestMockApplications.java Mon Feb 4 05:53:08 2008 @@ -159,7 +159,7 @@ /** * Invoked to execute the request cycle. */ - @Test(dataProvider = "mockTestScripts", enabled = true) + @Test(dataProvider = "mockTestScripts", enabled = false) public void execute(String testRootDirectory, String path, String fileName) throws Exception {