-
Bug
-
Resolution: Unresolved
-
Minor
-
2.13.0.Final
-
None
as reported here: https://developer.jboss.org/thread/251850
While developing addon's it is important to constantly redeploying the addon without changing the version number for each deploy. Currently this is not possible without closing/opening eclipse between each redeploy. After a while I found the following:
When executing "addon-remove" in Eclipse Luna the specified addon gets removed in the installed.xml file in the user's .forge directory.
The corresponding class-files in .forge directory however are still there and cannot be deleted under windows which is an indicator of an open file pointer.
When stopping forge console the directory still cannot be deleted. One have to close eclipse in order to delete the directory.
I assume that this is the cause of not being able to update the addon without exiting eclipse.