xmolecules / jmolecules-integrations

Technology integration for jMolecules
Apache License 2.0
85 stars 23 forks source link

Improve log output within Eclipse #132

Closed odrotbohm closed 2 years ago

odrotbohm commented 2 years ago

The logging infrastructure currently accumulates log entries to group them by processed type to eventually log all entries once. This works fine on the command line, as the plugin instance is recreated for every build. Eclipse's m2e, however, seems to cache the plugin instance, which causes subsequent transformations triggered by code edits do not trigger log output.