Thanks Erik
the build works with ant -Dhivebuild.skip-tests=true
but if I use just ant the build fails with:
specific build error:
[junit] Testsuite: org.apache.tapestry.junit.mock.TestMocks [junit] Tests run: 45, Failures: 1, Errors: 0, Time elapsed: 150.371 sec
[junit] Testcase: TestUpload.xml(org.apache.tapestry.junit.mock.TestMocks):
FAILED
[junit] Request #2/Match Confirmation: Response does not contain string 'Contents match.'.
[junit] junit.framework.AssertionFailedError: Request #2/Match Confirmation: Response does not contain string 'Contents match.'.
[junit] at org.apache.tapestry.junit.mock.MockTester.matchSubstring(MockTester.java:610)
[junit] at org.apache.tapestry.junit.mock.MockTester.executeOutputAssertions(MockTester.java:515)
[junit] at org.apache.tapestry.junit.mock.MockTester.executeAssertions(MockTester.java:379)
[junit] at org.apache.tapestry.junit.mock.MockTester.executeRequest(MockTester.java:198)
[junit] at org.apache.tapestry.junit.mock.MockTester.execute(MockTester.java:147)
[junit] at org.apache.tapestry.junit.mock.TestMocks.runTest(TestMocks.java:63)
[junit] TEST org.apache.tapestry.junit.mock.TestMocks FAILED
this is at the bottom:
[junit] Tests FAILED
BUILD FAILED
/usr/local/hivemind/hivebuild/project.xml:48: The following error occurred while executing this line:
/usr/local/hivemind/hivebuild/project.xml:39: The following error occurred while executing this line:
/usr/local/hivemind/hivebuild/module.xml:239: The following error occurred while executing this line:
/usr/local/hivemind/hivebuild/module.xml:214: Some tests failed.
<br><br><br>>From: Erik Hatcher <[EMAIL PROTECTED]><br>>Reply-To: "Tapestry users" <[email protected]><br>>To: "Tapestry users" <[email protected]><br>>Subject: Re: Tapestry 3.1 build version problems<br>>Date: Fri, 6 May 2005 13:54:14 -0400<br>><br>>First note that it's Tapestry 4.0 now, not 3.1 (same codebase, just <br>>a different number label).<br>><br>>I built from CVS HEAD this morning on Mac OS X with no problems <br>>using this command-line: "ant -Dhivebuild.skip-tests=true"<br>><br>>What problems are you having specifically?<br>><br>> Erik<br>><br>><br>>On May 6, 2005, at 9:49 AM, seloha . wrote:<br>><br>>>I am having problems building tapestry 3.1.<br>>><br>>>First attempt using latest binary sources i.e. hivemind 1.1-beta-1 <br>>>and tapestry 3.1-alpha-1. This did not work, I think the code in <br>>>hivemind has been refactored and at least one of the classes <br>>>required by tapestry alpha-1 was missing.<br>>><br>>>Second attempt hivemind 1.1-beta-1 and tapestry 3.1 cvs. This <br>>>failed, first problem with junit-3.8.1.jar which I placed in the <br>>>appropriate directory next failed Some tests failed.<br>>><br>>>Could someone point me to where I can get 3.1 sources that will <br>>>work. Note this should not make any difference but I am using mac <br>>>os x.<br>>><br>>>Thanks,<br>>><br>>>Paul<br>>><br>>><br>>><br>>>---------------------------------------------------------------------<br>>>To unsubscribe, e-mail: <br>>>[EMAIL PROTECTED]<br>>>For additional commands, e-mail: <br>>>[EMAIL PROTECTED]<br>>><br>><br>><br>>---------------------------------------------------------------------<br>>To unsubscribe, e-mail: [EMAIL PROTECTED]<br>>For additional commands, e-mail: <br>>[EMAIL PROTECTED]<br>><br>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
