From e51d477c4d6d637d9bab1a5dcf252a0a59161b9c Mon Sep 17 00:00:00 2001 From: Colcamex Resources Inc Date: Fri, 19 Apr 2024 14:15:50 -0700 Subject: [PATCH] smooth out the build process --- jspc.xml | 28 +++++++++----------- pom.xml | 13 ++++----- src/main/resources/oscar_mcmaster.properties | 2 +- src/main/resources/static/css/test.css | 0 src/main/webapp/index.jsp | 2 +- 5 files changed, 21 insertions(+), 24 deletions(-) create mode 100644 src/main/resources/static/css/test.css diff --git a/jspc.xml b/jspc.xml index 42937a18ca..e67c059f97 100644 --- a/jspc.xml +++ b/jspc.xml @@ -7,9 +7,8 @@ REQUIRES: This build script requires that the normal build be run and the expectation is that target/oscar.war was built and exists. - This script requires the environment variable CATALINA_HOME to be set, - this was tested against tomcat 6.0.18 and requires a version that - has the jasper compiler in it (5.0 versions did not). + This script requires the environment variable CATALINA_HOME to be set. + Tomcat version 6+ is required (preferably version 9+). --> @@ -20,6 +19,9 @@ + + + - + + @@ -44,16 +47,7 @@ - - - - - - - - - - + @@ -63,8 +57,10 @@ - - + diff --git a/pom.xml b/pom.xml index 9b58ddf7d4..a1a9237dcc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ org.oscarehr oscar war - v24.02.0 - OpenOSCAR + 0-SNAPSHOT + OpenO OSCAR McMaster is a web-based electronic medical record (EMR) system initially developed for academic primary care clinics. It has grown into a comprehensive EMR and billing system used by many doctor's offices and private medical clinics in Canada and other parts of the world. The name is derived from where it was created and an acronym; OSCAR stands for Open Source Clinical Application and Resource and McMaster refers to McMaster University, where it was developed. It enables the delivery of evidence resources at the point of care. SourceForge Tracker @@ -1442,8 +1442,7 @@ - - + @@ -1451,7 +1450,9 @@ - + jspc verify @@ -1460,7 +1461,7 @@ - + diff --git a/src/main/resources/oscar_mcmaster.properties b/src/main/resources/oscar_mcmaster.properties index e8a66b8805..c2d429a149 100644 --- a/src/main/resources/oscar_mcmaster.properties +++ b/src/main/resources/oscar_mcmaster.properties @@ -43,7 +43,7 @@ ldap.authorization=false ldap.authMethod=simple #ldap.authMethod=digest-md5 buildDateTime=${build.dateTime} -buildtag=${build.JOB_NAME}-${build.BUILD_NUMBER} +buildtag=${build.JOB_NAME} ${build.BUILD_NUMBER} ## Mysql connection diff --git a/src/main/resources/static/css/test.css b/src/main/resources/static/css/test.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 4572d4a0f6..cd4ea1d11c 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -58,7 +58,7 @@ pageContext.setAttribute("isMobileDevice", isMobileDevice); <%-- --%> - +