Page 1 of 1

About OpenKM build number

PostPosted:Wed Nov 12, 2014 8:30 am
by Catscratch
Hi,

I build OpenKM by myself. But when I deploy it in Tomcat and go to Help > About OpenKM the build number is empty.

So my question is, how to you integrade it within the build process?

Thanks!

Re: About OpenKM build number

PostPosted:Sat Nov 15, 2014 9:13 am
by jllort
Are deploying the OpenKM.war into tomcat or the exploded target/OpenKM ?

Re: About OpenKM build number

PostPosted:Sat Nov 15, 2014 9:53 am
by Catscratch
I'm deploying the war into tomcat webapps folder.

Re: About OpenKM build number

PostPosted:Tue Nov 18, 2014 8:56 am
by pavila
Version number is read from META-INF/MANIFEST.MF file. Take a look at this file inside OpenKM.war and check the Implementation-Version and Implementation-Build attributes.

Re: About OpenKM build number

PostPosted:Tue Nov 18, 2014 9:33 am
by Catscratch
Thanks!