Re: svn buid fails

2014-04-09 Thread Jörn Kottmann
Hello, good to hear, I triggered the build manually on Jenkins and it succeeded: https://builds.apache.org/job/OpenNLP/459/ Things should be in a good state. Jörn On 04/09/2014 12:00 PM, Rodrigo Agerri wrote: Hi again, I solved it. I just removed everything again. Did a new checkout and it c

Re: svn buid fails

2014-04-09 Thread Rodrigo Agerri
Hi again, I solved it. I just removed everything again. Did a new checkout and it compiled. Perhaps the previous checkout was not done cleanly? I do not know. Thanks, Rodrigo On 2014/04/09 at 10:24, Rodrigo Agerri wrote: > Hello James, > > Thanks for the answer. I have tried in three di

Re: svn buid fails

2014-04-09 Thread Jörn Kottmann
The errors you get look like it fails to somehow include the uima and junit jars in the classpath. Junit is defined as a test scope dependency, but I doubt that this is the issue. In which directory is your opennlp folder? Maybe there is a bug related to the path in our build. Did all three

Re: svn buid fails

2014-04-09 Thread Rodrigo Agerri
Hello again, Could it be that there are some classes defined not in src/test but in src/main of opennlp-tools? Cheers, Rodrigo On 2014/04/07 at 20:27, James Kosin wrote: > Rodrigo, > > Can you check and see what version of junit is being pulled in by > mvn in the local repo. > > Thanks, > J

Re: svn buid fails

2014-04-09 Thread Rodrigo Agerri
Hello James, Thanks for the answer. I have tried in three different machines. All of them with the same JVM and maven versions: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: /sc01a4/users/ragerri/local/apache-maven-3.0.4 Java version: 1.7.0_09, vendor: Oracle Corporation J

Re: svn buid fails

2014-04-07 Thread James Kosin
Rodrigo, Can you check and see what version of junit is being pulled in by mvn in the local repo. Thanks, James On 4/7/2014 10:28 AM, Rodrigo Agerri wrote: Hi all, After co the current svn trunk repo, I try to build the project and it fails at the opennlp dir. As the first errors are relate

svn buid fails

2014-04-07 Thread Rodrigo Agerri
Hi all, After co the current svn trunk repo, I try to build the project and it fails at the opennlp dir. As the first errors are related with the tests, I first tried to compile ignoring tests: mvn clean install -Dmaven.test.skip=true With no success. I then commented out the scope test of jun