----- Original Message ----- From: "Raphael Luta" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 6:18 PM Subject: Re: Problem compiling jetspeed-1.5 using Maven
> Stijn de Witt wrote: > > >I let it 'hang' for a (pretty darn long) while and when I got back it > >finished! It failed however: > ><SNIP LOGS> > > > I don't see any test failure in the logs you provide so you probably > snipped too much the mail. > Look in the maven output which test fails, and then check the output log > of this test to see > what is the failure. > > You'll find the test report in: > target/test-reports/TEST-<testname>.txt > > Also note the the TestTurbineCache runs for a long time (several > minutes). This is the > expected behavior for this test which checks cache expiration and thus > needs to wait for the > expiration timeout of the cache... > > -- > Rapha�l Luta - [EMAIL PROTECTED] > Apache Jetspeed - Enterprise Portal in Java > http://portals.apache.org/ > Rapha�l, You were right, the very first test failed, I had overlooked it. It's TestFileCache: test:test: [junit] Running org.apache.jetspeed.cache.TestFileCache [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 3 sec [junit] [ERROR] TEST org.apache.jetspeed.cache.TestFileCache FAILED ^ Here is the test report. -Stijn ----- Testsuite: org.apache.jetspeed.cache.TestFileCache Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 3 sec ------------- Standard Output --------------- File = C:\bit\dev\project\bergland-portal\jetspeed\test\testdata\psml\user\cachetes t\default.psml testFile-21.psml testFile-1.psml testFile-30.psml testFile-18.psml testFile-22.psml testFile-2.psml testFile-19.psml testFile-25.psml testFile-13.psml testFile-14.psml testFile-15.psml testFile-29.psml testFile-20.psml testFile-17.psml testFile-28.psml testFile-26.psml testFile-4.psml default.psml testFile-6.psml testFile-24.psml testFile-5.psml testFile-16.psml testFile-3.psml testFile-9.psml testFile-7.psml testFile-27.psml testFile-23.psml testFile-12.psml testFile-11.psml testFile-8.psml testFile-10.psml entry is evicting: testFile-1.psml entry is evicting: default.psml entry is evicting: testFile-12.psml entry is evicting: testFile-11.psml entry is evicting: testFile-10.psml entry is evicting: testFile-21.psml entry is evicting: testFile-18.psml entry is evicting: testFile-22.psml entry is evicting: testFile-2.psml entry is evicting: testFile-19.psml entry is evicting: testFile-25.psml testFile-30.psml testFile-13.psml testFile-14.psml testFile-15.psml testFile-29.psml testFile-20.psml testFile-17.psml testFile-28.psml testFile-26.psml testFile-4.psml testFile-6.psml testFile-24.psml testFile-5.psml testFile-16.psml testFile-3.psml testFile-9.psml testFile-7.psml testFile-27.psml testFile-23.psml testFile-8.psml ------------- ---------------- --------------- Testcase: testLoadCache(org.apache.jetspeed.cache.TestFileCache): FAILED null junit.framework.AssertionFailedError at org.apache.jetspeed.cache.TestFileCache.testLoadCache(TestFileCache.java:125 ) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) ----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
