Closed ruprai closed 3 years ago
Changed private Map<String, String> getReportParams(final MultivaluedMap<String, String> queryParams) to public Map<String, String> getReportParams(final MultivaluedMap<String, String> queryParams)
@ruprai @vorburger got advise from Rahul to change private Map<String, String> getReportParams(final MultivaluedMap<String, String> queryParams) to public Map<String, String> getReportParams(final MultivaluedMap<String, String> queryParams)
line 193 in file PentahoReportingProcessServiceImpl.java
$ ./gradlew distZip
BUILD SUCCESSFUL in 13s 3 actionable tasks: 3 executed
@vorburger I think this issue can be closed its sorted (for me on Windows and Ubuntu 18.04)
Hello @francisguchie ,
I have raised a issue few days back (link for raised issue: https://github.com/vorburger/fineract-pentaho/issues/13) Could you please help me to sort it out.
Thanks in advanced.
@krunal-wowoni
Please see below
Change private Map<String, String> getReportParams(final MultivaluedMap<String, String> queryParams) to public Map<String, String> getReportParams(final MultivaluedMap<String, String> queryParams)
line 193 in file PentahoReportingProcessServiceImpl.java
@francisguchie
I did that changes as well.
But got the same error.
Please help me to solve this issue.
@krunal-wowoni please look at issue #4 i believe it is the same problem which @vorburger solved with this fix https://github.com/vorburger/fineract-pentaho/commit/2f207e50721b5e63a472f0ea382732abf802468d
You will need to make sure you have the latest build on your local repo and follow the instructions as show here below
git clone https://github.com/apache/fineract.git cd fineract && ./gradlew bootJar && cd ..
git clone https://github.com/vorburger/fineract-pentaho.git cd fineract-pentaho && ./gradlew distZip && cd ..
mkdir -p ~/.mifosx/pentahoReports/ cp ./fineract-pentaho/pentahoReports/* ~/.mifosx/pentahoReports/
./fineract-pentaho/run
These steps work well on a linux Ubuntu 16 and above
@krunal-wowoni
I tried the same steps on a windows 10 PC and it build well too.
may be use my repo since i have made the changes effected on a branch called PUBLICgetReportParams
https://github.com/francisguchie/fineract-pentaho/tree/PUBLICgetReportParams
I have tried all above steps and i am still getting same error, I am using mac and JAVA 17.0.2.
Trying to build fineract-pentaho results in a failed build: