I have changed the unitTest section so it looks like this, however the
problem remains:
-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>
    <exclude>org/apache/jetspeed/services/search/TestSearch.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: "Jeremy Ford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 04, 2004 3:49 PM
Subject: Re: Problem compiling jetspeed-1.5 using Maven


> Just add this along side the other includes:
>
> <exclude>org/apache/jetspeed/services/search/TestSearch.java</exclude>
>
> Jeremy Ford
> [EMAIL PROTECTED]
>
>
> >From: "Stijn de Witt" <[EMAIL PROTECTED]>
> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> >To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> >Subject: Re: Problem compiling jetspeed-1.5 using Maven
> >Date: Fri, 4 Jun 2004 14:37:41 +0200
> >
> >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_*.pr
o
> >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]
> >
>
> _________________________________________________________________
> MSN Toolbar provides one-click access to Hotmail from any Web page - FREE
> download! http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/
>
>
> ---------------------------------------------------------------------
> 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