Looking ap project.xml I can't really see how to remove (or even identify)
the test case that fails. Have I misinterpreted your message and should I
remove all tests?

-Stijn

-----
<unitTest>
   <excludes>

<exclude>org/apache/jetspeed/services/registry/TestRegistryCategories.java</
exclude>

<exclude>org/apache/jetspeed/modules/actions/TestJLoginUser.java</exclude>

<exclude>org/apache/jetspeed/services/security/turbine/TestAccessController.
java</exclude>
    <exclude>org/apache/jetspeed/test/TestBasicSanity.java</exclude>
    <exclude>org/apache/jetspeed/test/TestBasicSanity.java</exclude>
    <exclude>org/apache/jetspeed/test/TestBasicSecurity.java</exclude>
    <exclude>org/apache/jetspeed/util/rewriter/TestRewriter.java</exclude>

<exclude>org/apache/jetspeed/util/template/TestJetspeedLink.java</exclude>
    <exclude>org/apache/jetspeed/util/TestMimeType.java</exclude>
   </excludes>
   <includes>
    <include>**/Test*.java</include>
   </includes>
   <resources>
    <resource>
     <directory>${basedir}/src/java</directory>
     <excludes>
      <exclude>**/*.java</exclude>
     </excludes>
     <includes>

<include>org/apache/jetspeed/modules/localization/JetspeedLocalization_*.pro
perties</include>
     </includes>
    </resource>
    <resource>
     <directory>${basedir}/src/test</directory>
     <excludes>
      <exclude>**/*.java</exclude>
     </excludes>
    </resource>
   </resources>
  </unitTest>
-----

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

Reply via email to