Re: Require help - Building connector from Drupal CMS to Apache Solr using ManifoldCF

2012-04-12 Thread rutvij vyas
Hi Karl, Thanks a ton for a quick reply. I've gone through the first chapter of your book and I am planning to buy a book soon(as soon as I can arrange for the required money :) ). I request you, if you can help me with getting sequence diagram/flow chart for the example connector/pre-build

Build fails with Maven while building MCF from trunk

2012-04-12 Thread Erlend Garåsen
I did a svn co in order to get a fresh version of MCF from trunk since I had many temporary code changes which shouldn't be committed, and then I discovered some problems. I'm mentioning this in case there are similar problems with the RC6 candidate. When I run mvn-bootstrap.sh, the build

Re: Build fails with Maven while building MCF from trunk

2012-04-12 Thread Karl Wright
You need to run the mvn-bootstrap script, as per the instructions. Karl On Thu, Apr 12, 2012 at 4:17 PM, Erlend Garåsen e.f.gara...@usit.uio.no wrote: I did a svn co in order to get a fresh version of MCF from trunk since I had many temporary code changes which shouldn't be committed, and

Re: Build fails with Maven while building MCF from trunk

2012-04-12 Thread Erlend Garåsen
Yes, but it fails as I wrote. I think something is broken in trunk at the moment. ant test and ant build fails as well. I double-checked by doing another svn co. Erlend On 12.04.12 22.18, Karl Wright wrote: You need to run the mvn-bootstrap script, as per the instructions. Karl On Thu,

Re: Build fails with Maven while building MCF from trunk

2012-04-12 Thread Erlend Garåsen
It fails on Linux as well on OSX. I just tried to run ant build and ant test on our Linux development server as well on my laptop. Well, I get BUILD SUCCESSFUL, but nothing really happens. No tests run at all. Erlend On 12.04.12 22.38, Erlend Garåsen wrote: Yes, but it fails as I wrote.

Re: Build fails with Maven while building MCF from trunk

2012-04-12 Thread Karl Wright
The build process has changed. The incubator required we remove all binaries. You will need to do one of the following: (a) Download the -lib package from the release candidate and follow the instructions (b) Make sure you have svn 1.7 installed and run ant make-core-deps Only then will ant