Skip to content

Commit 93f3099

Browse files
vrubezhnymickaelistria
authored andcommitted
[docs] Update HOWTO-DEV with information on Log settings
1 parent 9c6d8d5 commit 93f3099

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

org.eclipse.m2e.editor.lemminx/HOWTO-DEV.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This document gathers answers to main questions about technical process to troubleshot or improve m2e and lemminx-maven integration
44

5+
## How to try getting more information logged of lemminx-maven while developing m2e
6+
7+
XML Language Server and Lemminx-maven extension used in Lemminx POM Editor are able to log more information than only severe errors and exceptions that may occur during the Editor work.
8+
9+
See [Enable java.util.logging in the XML Language Server process](https://github.com/eclipse/wildwebdeveloper/blob/master/TIPS_and_FAQ.md#enable-javautillogging-in-the-xml-language-server-process) for details.
10+
511
## How to try a different build of lemminx-maven while developing m2e
612

713
In your development IDE, make sure the org.eclipse.m2e.editor.lemminx plugin is part of the workspace and can be resolved and built normally (no error marker). Then simply add/replace the `lemminx-maven.jar` file in its root with the particular lemminx-maven jar you're willing to work with. Then running as Eclipse Application will use the new jar for lemminx-maven.

0 commit comments

Comments
 (0)