eclipse-plugin icon indicating copy to clipboard operation
eclipse-plugin copied to clipboard

Ability to disable add-on detection

Open makoivis opened this issue 10 years ago • 1 comments

Reported by Kim Leppanen on 21 Nov 2014 07:42 UTC Add a checkbox to settings that allows me to manually disable detection of add-ons and disable the plugin from adding the detected add-ons to the .gwt.xml file.

Use case: I have one eclipse project, which contains two separate widgetsets, one for desktop app and one for mobile. Both are in one and the same eclipse project (this is against best practice). If I try to compile the "desktop widgetset", then the eclipse plugin will automatically add tags in my gwt.xml for both touchkit widgetset and my mobile widgetset. In my case, this means that the resulting widgetset will incorrect and contains faulty code, because my mobile widgetset contains replace-with clauses that should definitely not be present in the desktop widgetset.

Migrated-From: http://dev.vaadin.com//ticket/15266

makoivis avatar Feb 18 '16 16:02 makoivis

There is an option to do this in your gwt.xml by adding the following comment:

samie avatar Jul 28 '16 12:07 samie