Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Moving to Gradle Eclipse plug-in has broken debugging of Fineract in Eclipse
This is because Gradle builds (and enhances) the classes to a different path than Eclipse, and hence the Eclipse classes are never enhanced by OpenJPA.
One way to fix would be to reapply the changes made in order to allow the Gradle task for enhancement to be used in Eclipse again:
https://github.com/apache/fineract/commit/e295bef7434fede4659abd0a60457289b8e2a0d7
Attachments
Issue Links
- is fixed by
-
FINERACT-1421 Eclipse build / debug no longer works
- Resolved