FYI, I have included some documentation on how to build the source code in the README file in the project root:
https://git-wip-us.apache.org/repos/asf?p=incubator-marmotta.git;a=blob;f=README.txt;h=63dd6372ff4ea5db25e2aeb7750f43fbd5cc6c77;hb=HEAD Hope this avoids confusions in the future. :) 2013/3/14 Sebastian Schaffert <[email protected]> > 3. Failing Build > =========== > > We are building the whole project using a clean local repository from time > to time, so I am fairly sure that it builds cleanly. However, since the > project has many modules that depend on each other, and due to the fact > that Maven works the way it works, it is necessary that you do the build > using > > mvn clean install > > You can run a complete build with a clean local repository as follows: > > mvn clean install -Dmaven.repo.local=/tmp/testrepo > > Running only "mvn test" will not install the modules in your local > repository, so the dependencies between modules cannot be satisfied. > > The most likely reason why the test fails is that you don't have internet > access, as it tests a webservice wrapper. We have two options here: either > mocking the reply and then not being able to test the whole thing or > accepting that the service might not be available. Maybe we can add a check > for network availability in this specific test (like we do for DBPedia). >
