You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Olivier VIGNON <o....@laposte.net> on 2006/11/29 21:34:24 UTC

Errors with last head build

Hi,

I’ve made a build on the last subversion head using Maven 1 (as 
described on 
http://portals.apache.org/jetspeed-2/getting-started-source.html) and I 
had several errors concerning Lucene.

Finally I’ve found the solution, I’ve changed the “core-build.xml” as 
below and it’s OK :

<dependency>

<groupId>lucene</groupId>

<artifactId>lucene-core</artifactId>

<version>2.0.0</version>

<properties>

<war.bundle>true</war.bundle>

</properties>

</dependency>

instead of :

<dependency>

<id>lucene</id>

<version>1.4.1</version>

<properties>

<war.bundle>true</war.bundle>

</properties>

</dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Errors with last head build

Posted by Ate Douma <at...@douma.nu>.
Olivier VIGNON wrote:
> Hi,
> 
> I’ve made a build on the last subversion head using Maven 1 (as 
> described on 
> http://portals.apache.org/jetspeed-2/getting-started-source.html) and I 
> had several errors concerning Lucene.
> 
> Finally I’ve found the solution, I’ve changed the “core-build.xml” as 
> below and it’s OK :
You must still have an old version of the core-build.xml because David Taylor committed this required change already two days ago.
See: http://svn.apache.org/viewvc?view=rev&rev=479708

> 
> <dependency>
> 
> <groupId>lucene</groupId>
> 
> <artifactId>lucene-core</artifactId>
> 
> <version>2.0.0</version>
> 
> <properties>
> 
> <war.bundle>true</war.bundle>
> 
> </properties>
> 
> </dependency>
> 
> instead of :
> 
> <dependency>
> 
> <id>lucene</id>
> 
> <version>1.4.1</version>
> 
> <properties>
> 
> <war.bundle>true</war.bundle>
> 
> </properties>
> 
> </dependency>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org