From de624438f459260f3fa201949d74ccb5f7b833fd Mon Sep 17 00:00:00 2001 From: tinspu Date: Mon, 20 Dec 2021 16:25:05 +0300 Subject: [PATCH 1/2] Fixed the compass build on windows --- bahmnicore-omod/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bahmnicore-omod/pom.xml b/bahmnicore-omod/pom.xml index e750256328..934a70ddbd 100644 --- a/bahmnicore-omod/pom.xml +++ b/bahmnicore-omod/pom.xml @@ -507,8 +507,8 @@ exec - bash - ${basedir}/scripts/run-compass.sh ${basedir}/src/main/compass + compass + compile ${basedir}/src/main/compass From cd5c8e71603beb56ff7e7162e53eb7599a75136f Mon Sep 17 00:00:00 2001 From: tinspu Date: Mon, 20 Dec 2021 16:28:46 +0300 Subject: [PATCH 2/2] Delete run-compass.sh removed the run-compass.sh, because we can directly run the compass command which solves the platform dependency and we can build the core on win and *nix platforms ... --- bahmnicore-omod/scripts/run-compass.sh | 1 - 1 file changed, 1 deletion(-) delete mode 100644 bahmnicore-omod/scripts/run-compass.sh diff --git a/bahmnicore-omod/scripts/run-compass.sh b/bahmnicore-omod/scripts/run-compass.sh deleted file mode 100644 index 173ebf6c99..0000000000 --- a/bahmnicore-omod/scripts/run-compass.sh +++ /dev/null @@ -1 +0,0 @@ -compass compile $1