Re: [Dhis2-devs] DHIS 2 Revision from Deployed App

2015-08-21 Thread Knut Staring
Would be great if this could be reflected in the .war filename also. Blueprint? Knut On Aug 21, 2015 9:29 PM, "Dan Cocos" wrote: > Working with our sysadmin we discovered this will work > > unzip -q -p > /usr/share/tomcat7/webapps/ROOT/WEB-INF/lib/dhis-service-core-2.*.jar > build.properties > >

Re: [Dhis2-devs] DHIS 2 Revision from Deployed App

2015-08-21 Thread Dan Cocos
Working with our sysadmin we discovered this will work unzip -q -p /usr/share/tomcat7/webapps/ROOT/WEB-INF/lib/dhis-service-core-2.*.jar build.properties Producing: build.version = 2.20 build.time = 2015-08-21 14:51:22 build.revision = 19785 > On Aug 17, 2015, at 3:30 PM, Dan Cocos wrote: >

[Dhis2-devs] DHIS 2 Revision from Deployed App

2015-08-17 Thread Dan Cocos
Hi All, I thought this would be a straightforward task but it appears to require arcane knowledge. I’m working with a few instances where I don’t have a DHIS 2 User account on the server I’m hosting so I cannot look at the About page but I would like to know the revision of the build. Checki