Page 1 of 1

Problem compiling OpenKM 5.0

PostPosted:Wed Mar 02, 2011 12:08 pm
by plus8
Hi Guys,

First of all i would like to say that OpenKM is a great software and good job with the development..

Below are some error i encounter during compiling.. please help me
Code: Select all
Project import completed 21 sec
3/2/11 7:48:07 PM : [WARN] The POM for com.openkm.extension:sample-full:jar:5.0 is missing, no dependency information available
3/2/11 7:48:08 PM : Missing artifact com.openkm.extension:sample-full:jar:5.0:compile

Re: Problem compiling OpenKM 5.0

PostPosted:Wed Mar 02, 2011 10:42 pm
by jllort
you must register the library included at ext-lib folders, you must do it from console. Take a look at install.sh that there's into that folder.

Re: Problem compiling OpenKM 5.0

PostPosted:Thu Mar 31, 2011 10:47 am
by bhimanna
Hi
Using the following command:
mvn install:install-file -DgroupId=com.openkm -DartifactId=extensions-full -Dversion=5.0 -Dpackaging=jar -Dfile=ext-libs/extensions-5.0-full.jar
Code: Select all
C:\April-2011>mvn install:install-file -DgroupId=com.openkm -DartifactId=extensions-full -Dversion=5.0 -Dpackaging=jar -Dfile=ext-libs/extensions-5.0-full.jar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenKM Web Application
[INFO]    task-segment: [install:install-file] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [install:install-file {execution: default-cli}]
[INFO] Installing C:\April-2011\ext-libs\extensions-5.0-full.jar to C:\Users\bhimanna\.m2\repository\com\openkm\extensions-full\5.0\extensions-full-5.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Thu Mar 31 16:14:02 IST 2011
[INFO] Final Memory: 7M/17M
[INFO] ------------------------------------------------------------------------
But it is not creating war file in the target folder.

Please can help me any one.

Thanks in Advance.

Bhimanna

Re: Problem compiling OpenKM 5.0

PostPosted:Sat Apr 02, 2011 2:29 pm
by jllort
With the execution you've made now you can build all project, because really with it you only registered the library you need to compile and build all.

You can do it now into eclipse on in your root checkout you can execute mvn package

Re: Problem compiling OpenKM 5.0

PostPosted:Mon Apr 04, 2011 12:21 pm
by bhimanna
Hi jllort,

Thanks a lot, it working now.

Bhimanna

Re: Problem compiling OpenKM 5.0

PostPosted:Thu Apr 14, 2011 11:07 am
by bhimanna
Hi,

I am not able to create account in openkm, I need some information for ldap and Openkm integeration. When I attempted to register the account then it message is displaying like that you don't have permission.


Please could you help to register and refer the openkm documents.

Thanks in Advance,

Bhimanna

Re: Problem compiling OpenKM 5.0

PostPosted:Thu Apr 14, 2011 1:46 pm
by jllort
AS is explained in main wiki page, some documentation is locked ( what we considering for more professional installation ) and it's only available to OpenKM network users ( read the bottom of wiki page ) wiki.openkm.com