Stijn de Witt wrote:

Hi,

I have downloaded the latest Jetspeed release, 1.5, and tried to compile it
using Maven.
Initially everything seems to work just fine, but halfway through, one of
the tests seems to 'hang'.
Here is my Maven output.

P.S. I have only added one line in project.properties:
maven.repo.local = c:/bit/dev/maven/repository



There's an issue with the TestSearch of Jetspeed 1.5 caused by the transfer of Jetspeed site from Jakarta to Portals (the test tries to retrieve the Jakarta version that doesn't exist anymore).

Either remove this test by editing the project.xml file or simply skip the unit tests when building:

maven -Dmaven.test.skip=true war

Alternatively you can also retrieve the current CVS development sources where this bug is fixed.

We'll soon release an updated version of Jetspeed to fix this issue.

--
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