A problem (I had before the split with mvn already) when starting the
server are missing excluded dependencies. This is fixed by removing
<exclusions>
<exclusion>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-text-extractors</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
</exclusion>
</exclusions>
from the parent pom.
Otherwise, everything seems working fine.
Great job! Thanks a lot, Niklas,
Bernd
Niklas Gustavsson wrote:
> On Mon, Jul 20, 2009 at 3:13 PM, Niklas Gustavsson<[email protected]>
> wrote:
>> I'm going to move stuff around a bit in SVN to turn Vysper into a
>> modularized build. Might break things for some minutes. I've will let
>> you know when I'm done.
>
> This is now complete. For those of you who already had Vysper
> checked-out, you might want to perform a svn switch (while in the
> Vysper directory on your computer):
> For committers:
> svn switch
> https://svn.apache.org/repos/asf/mina/sandbox/vysper/trunk/server/core
>
> For non-committers:
> svn switch
> http://svn.apache.org/repos/asf/mina/sandbox/vysper/trunk/server/core
>
> Or, you might want to check out the entire project from scratch.
>
> Let me know if you find any problems, and I will fix them.
>
> /niklas
>