Re: Build fails with Maven while building MCF from trunk

2012-04-24 Thread Erlend Garåsen
On 12.04.12 23.46, Karl Wright wrote: 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 I tried to place all the jars from the lib

Re: Build fails with Maven while building MCF from trunk

2012-04-24 Thread Karl Wright
Trunk is now built using different jars because we've gone to jdk 1.6. On trunk there is no -lib distribution you can download; you must build it: ant clean-core-deps make-core-deps Thanks, Karl On Tue, Apr 24, 2012 at 3:13 PM, Erlend Garåsen e.f.gara...@usit.uio.no wrote: On 12.04.12 23.46,

Re: Build fails with Maven while building MCF from trunk

2012-04-24 Thread Erlend Garåsen
On 24.04.12 21.16, Karl Wright wrote: ant clean-core-deps make-core-deps OK, SVN 1.7 is required. I can try to install it from MacPorts. patch-source-via-svn: [exec] Unknown command: 'patch' [exec] Type 'svn help' for usage. BUILD FAILED -- Erlend Garåsen Center for Information

Re: Build fails with Maven while building MCF from trunk

2012-04-13 Thread Erlend Garåsen
I knew there were some changes due to new requirements from Apache Incubator, but unfortunately I have been abroad the last month and haven't paid attention. Sorry about that. Thanks for your help! Erlend On 12.04.12 23.46, Karl Wright wrote: The build process has changed. The incubator

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