Page 1 of 1

Build Conflicts

PostPosted:Mon Jan 09, 2012 9:24 am
by Kumar
Hi,

using Maven I have checked out Openkm from link https://openkm.svn.sourceforge.net/svnr ... unk/openkm. I heard that Maven automatically build the downloaded code. Upto this I have not faced any errors.

Now I want to change some interfaces and build that. Here I want to know Which file to use in server and where this file is located.


Thanks
Kumar

Re: Build Conflicts

PostPosted:Tue Jan 10, 2012 7:19 am
by jllort
Your file is pom.xml

Re: Build Conflicts

PostPosted:Tue Jan 10, 2012 12:48 pm
by Kumar
My problem while changing the code lets take Example: "Document uploaded successfully" message as "Uploaded Successfully, Now after compiling the code which file i have to use in my OpenKm setup on server?

Re: Build Conflicts

PostPosted:Wed Jan 11, 2012 6:38 am
by pavila
This is a translation and these strings are stored in database. You don't need to compile the application for this kind of changes.

Re: Build Conflicts

PostPosted:Wed Jan 11, 2012 11:10 am
by Kumar
Can we run whole openkm code at a time? I am unable to do like this. Is it correct way to build?

Re: Build Conflicts

PostPosted:Thu Jan 12, 2012 7:17 pm
by pavila
OpenKM uses Maven as build system, so to compile it you only need to:

$ mvn install

And all the dependencies will be downloaded. The first time take several minutes because it need to download a lot of libraries.