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
BUILD FAILED
File...... C:\Documents and
Settings\Administrator.STORM\.maven\plugins\maven-test-plugin-1.6.1\plug
in.jelly
Element... fail
Line...... 162
Column.... 54
There were test failures.
Total time: 6 minutes 28 seconds
Finished at: Fri Jun 04 17:10:01 CEST 2004
Anybody seen this?
-Stijn
----- Original Message -----
From: "Stijn de Witt" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, June 04, 2004 5:09 PM
Subject: Re: Problem compiling jetspeed-1.5 using Maven
> 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]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]