OpenLiberty / liberty-tools-eclipse

Eclipse Public License 2.0
11 stars 8 forks source link

SVT:Cannot view Liberty Tools features for server.xml in Liberty Tools if WDT is also installed #522

Open rumanaHaque opened 1 day ago

rumanaHaque commented 1 day ago

I have an Eclipse 2024-06 install in which I have installed Liberty Tools for Eclipse version 24.0.9. When I try to open the server.xml using just the Liberty Tools installed, it opens the file using the "Generic Text Editor", and then I can see all the hovering and completion work.

However, after I install WDT 24.1 version after the Liberty Tools install, the server.xml file opens using the "Liberty Server Configuration Editor", as shown below.

image

When the file is opened using this Editor, the hovering over text to get more info, as well as the code completion stops working.

image
rumanaHaque commented 15 hours ago

In the same env, if I right click on the server.xml, and open it using the "Generic Text Editor", then I can get all the features for Liberty Tools specific to server.xml.