Thanks Raphael! That saved me a lot of digging around. For now I will remove the one test case (I like to work with release versions). Can you give me a pointer on how to go about it? I am very new to Maven, in fact I only installed it because I needed it to build Jetspeed. However, first impressions are good. Thanks for your help!
-Stijn ----- Original Message ----- From: "Raphael Luta" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 2:21 PM Subject: Re: Problem compiling jetspeed-1.5 using Maven > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
