julianm
julianm

Reputation: 2711

Run/Debug Apache Fineract using Eclipse?

Github guides suggest building the war and running in embedded tomcat through gradle wrapper....

This takes a lot of time to implement code changes.....I would like to run the project from Eclipse/IntelliJ and debug, hot code replacement, etc. The wiki guides to do this are outdated, did not worked for me because there are problems in the build path, the main class cannot be found, etc.

https://github.com/MifosX-WITH-PENTAHO/incubator-fineract

Upvotes: 0

Views: 807

Answers (1)

julianm
julianm

Reputation: 2711

Apparently, the only way to do run/debug the project is running using embedded gradle task and attaching remote debugger to it:

http://osdir.com/apache-fineract-developers/msg02767.html

Upvotes: 1

Related Questions