[
https://issues.apache.org/jira/browse/IVYDE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jon Schneider updated IVYDE-199:
--------------------------------
Attachment: ivyde-199.patch
Attached the patch.
> File resource listener on Ivy files launches resolve when it detects
> modifications.
> -----------------------------------------------------------------------------------
>
> Key: IVYDE-199
> URL: https://issues.apache.org/jira/browse/IVYDE-199
> Project: IvyDE
> Issue Type: New Feature
> Reporter: Jon Schneider
> Attachments: ivyde-199.patch
>
>
> Currently, the Ivy Editor launches a resolve as part of its save logic. But
> if the file was modified outside of the editor (e.g. a source control update,
> via the XML editor, etc.), the plugin does not launch a resolve.
> This issue is linked to IVYDE-197 through line 58 of IvyFileResourceListener:
> ...
> if (resource instanceof IFile &&
> IvyPlugin.getPreferenceStoreHelper().getAutoResolveOnChange())
> ...
> Of course this feature could be added without the inclusion of IVYDE-197, but
> I think they complement each other nicely.
> Thanks!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.