-
Hi, we have an Eclipse-base RCP application that uses JGit as a plug-in. When JGit is instantiated the following appears in the console:
How do I add a SLF4J provider that JGit can use? I tried adding |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It seems that extra stuff has to be added to the product. See eclipse-platform/eclipse.platform.releng.aggregator#1094 The changes required can be seen in this commit. Edit: The full file is here.
|
Beta Was this translation helpful? Give feedback.
-
@Phillipus : could you please add a summary of what is missing / what need to be done, because it is almost impossible to get a straight answer looking on longer threads in the list above? |
Beta Was this translation helpful? Give feedback.
-
I've edited the original post. |
Beta Was this translation helpful? Give feedback.
It seems that extra stuff has to be added to the product.
See eclipse-platform/eclipse.platform.releng.aggregator#1094
See eclipse-platform/eclipse.platform.releng.aggregator#1226
See eclipse-platform/eclipse.platform.releng.aggregator@b9cb479
The changes required can be seen in this commit.
Edit:
startLevel="2"
is required. See hereThe full file is here.
<plugin id="org.apache.aries.spifly.dynamic.bundle" autoStart="true" startLevel="2" />
<plugin id="slf4j.simple" autoStart="true" startLevel="2" />
-Dorg.slf4j.simpleLogger.defaultLogLevel=off
to the Launching VM Arguments