Julien HENRY

Results 21 comments of Julien HENRY

IMO having a way to specify a product would be nice, and kind of consistent what we can do in Eclipse UI when configuring a run config: ![image](https://github.com/eclipse-tycho/tycho/assets/281596/d1c7c644-082c-4dd0-8416-a1752ddf178f)

Is what you are suggesting already doable with Tycho 4.0.5? I tried to define a dummy product in my test project: `test.product` ```xml ``` Then use this product for tests:...

I was able to make things [work](https://github.com/SonarSource/sonarlint-eclipse/pull/614/commits/78b7b214a6c42f3370d99b18b4d6beab8d8bbee9) using the latest Tycho release. Thanks. I will try to contribute IT and documentation as you suggested, but I am off next week...

IMO yes, but I guess this is low priority

Closing this PR as I have no way to test on a Mac. We can reopen later if needed.

We had another [report](https://community.sonarsource.com/t/sonarlint-triggers-eesp-prompt-on-ide-startup/108397) today: this time this is not a permission issue, but it seems a security software (Entrust EESP) is hooking into the game, and prompt for some...

Hi, I have the impression of being affected by a similar issue (Gradle stuck on LinePerThreadBufferingOutputStream println), but this is with Java 17. Let me know if I should open...

I was affected by the issue multiple times in a row, yes. I forgot to mention we are using `org.gradle.parallel=true`

> However, I can't get it to actually display the issues raised by my sonarqube instance. This is not the expected outcome of SonarLint connected mode. SonarLint will still "compute"...

I think sonar-classloader goes together with the sonar-plugin-api so we should be responsible for this repo.