> I want to start using the Sesat Framework to create a federated search server. > I have checked out the source code using svn and run mvn install, but it > seems that there is a test broken.
Hi Vicente. Others might be able to give you more precise feeback, and, possibly, fix the problem all together. However, you can at least skip the tests in order to complete the build process. $ mvn clean install [...] -DskipTests=true I do believe this is a known issue on the Windows platform, though. -- Magne _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
