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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to