Stijn de Witt wrote:

I let it 'hang' for a (pretty darn long) while and when I got back it
finished! It failed however:

-----
   ....
   [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3,75 sec
   [junit] Running org.apache.jetspeed.util.rewriter.TestFrameRewriter
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,515 sec
   [junit] Running
org.apache.jetspeed.util.template.TestJetspeedLinkFactory
   [junit] INFO - loading component: name=torque
class=org.apache.torque.Torque config=webapp\WEB-INF\conf\Torque.properties
   [junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp\WEB-INF\conf\Fulcrum.properties
   [junit] INFO - Finished initializing all services!
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,047 sec
   [junit] Running org.apache.jetspeed.util.TestOverwriteProperties
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,891 sec
   [junit] Running org.apache.jetspeed.util.TestValidation
   [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0,594 sec
   [junit] Running org.apache.jetspeed.util.TestValidationParameterParser
   [junit] INFO - loading component: name=torque
class=org.apache.torque.Torque config=webapp\WEB-INF\conf\Torque.properties
   [junit] INFO - loading component: name=fulcrum
class=org.apache.fulcrum.Fulcrum
config=webapp\WEB-INF\conf\Fulcrum.properties
   [junit] INFO - Finished initializing all services!
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3,657 sec



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/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to