Page 1 of 1

[Openkm 4.1] Errors while compiling source

PostPosted:Tue May 11, 2010 11:25 am
by blindrood
I configured Eclipse to manage source of OpenKM 4.1 using Developer Guide for 4.0 from Wiki.
While choosing Run As -> Maven package I get following error
Code: Select all
   [WARNING]
   [WARNING] Some problems were encountered while building the effective model for org.monkiki.openkm:openkm:war:4.1
   [WARNING] 'reporting.plugins.plugin.version' is missing for org.apache.maven.plugins:maven-jxr-plugin @ org.monkiki.openkm:openkm:4.1, /home/thisuser/workspace/openkm/pom.xml
   [WARNING]
   [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
   [WARNING]
   [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
   [WARNING]
Even though sources have compiled successfully and for now I didn't find any problems with OpenKM
I just don't know why this happens

(because I hate errors during compilation :mrgreen: )

Done with fresh Installation of latest Eclipse on fresh installation of Ubuntu 10.04


I would like also to ask, why Customization & Improvements category under Developers is locked for users (or just me)??
I guess it should be right place for this topic

Re: [Openkm 4.1] Errors while compiling source

PostPosted:Tue May 11, 2010 9:42 pm
by jllort
There's no lock !!!

I think could be that we've setting some url "org.monkiki.openkm" in project that maven can not resolve, but the project have been build no ? I think it's only a WARNING !!!!

Have you see OpenKM.war created in target folder ?

Re: [Openkm 4.1] Errors while compiling source

PostPosted:Wed May 12, 2010 7:58 am
by pavila
blindrood wrote:I would like also to ask, why Customization & Improvements category under Developers is locked for users (or just me)??
I guess it should be right place for this topic
There was a problem with the forum permissions. Would you like to create a new topic at "Customization & Improvements" for testing?

Re: [Openkm 4.1] Errors while compiling source

PostPosted:Fri May 14, 2010 7:12 am
by blindrood
jllort wrote:There's no lock !!!

I think could be that we've setting some url "org.monkiki.openkm" in project that maven can not resolve, but the project have been build no ? I think it's only a WARNING !!!!

Have you see OpenKM.war created in target folder ?
Yes, it is only a warning and compilation completes successfully.
I just wanted to inform You about this warnings so You can provide solution