Page 1 of 1

Openkm Build

PostPosted:Tue Oct 18, 2011 4:52 pm
by amwilliam
Hi, I'm trying to compile and Build the openkm project V5.0, but after I register all the libraries that are in the ext-libs folder in maven, Im getting the following error in the Marker view:

The container 'Maven Dependencies' references non existing library 'C:\Users\User\.m2\repository\de\schlichtherle\io\truezip\6.6\truezip-6.6.jar'

This library is not in the ext-libs folder.

Thank you.

Re: Openkm Build

PostPosted:Thu Oct 20, 2011 9:56 pm
by jllort
Into ext-libs there're only extensions-5.0-full.jar and nothing else, do you've installed anithing else ?

In my maven repository I've got only .m2/repository/de/schlichtherle/truezip/6.8.2 entry

Could you try compiling from terminal
mvn clean package install -Dmaven.test.skip=true