Dennis Hendriks
Dennis Hendriks
> I will investigate, but don't have a time frame for resolution. What repository are you running this against? I'm running it for Eclipse ESCET. See https://gitlab.eclipse.org/eclipse/escet/escet/-/merge_requests/454. Or https://ci.eclipse.org/escet/job/Eclipse%20ESCET%20dependencies%20license%20check/job/develop/. >...
@waynebeaton I still think the Dash license check tool plugin is causing the extra warnings, as per my previous comment.
Hi @waynebeaton. That sounds promising! Did you have time to do the additional testing yet?
It works. Thanks!
@waynebeaton Will a new solution become available at some point?
Note that even more annoying is the following: ```diff -maven/mavencentral/org.tukaani/xz/1.9, LicenseRef-Public-Domain, approved, CQ23498 +maven/mavencentral/org.tukaani/xz/1.9, None, restricted, #15225 ``` As the new one IPLab issue is not even approved yet. See...
Thanks for looking into this. I checked the current hints file that you point to. It lists `technology.usssdk,*/*/p2.eclipse.plugin/org.eclipse.userstorage*/*`, but that is only the plugins, not the features. As you can...
Thanks. I ran another license check build, and the immediate issue is resolved.
Hi @waynebeaton. Now we have the same problem again, but for different plugins: ```diff -p2/orbit/p2.eclipse.plugin/org.eclipse.emf.validation.source/1.9.0.202408231629, EPL-1.0, approved, modeling.emfservices -p2/orbit/p2.eclipse.plugin/org.eclipse.emf.validation/1.9.0.202408231629, EPL-1.0, approved, modeling.emfservices +p2/orbit/p2.eclipse.plugin/org.eclipse.emf.validation.source/1.9.0.202408231629, unknown, restricted, none +p2/orbit/p2.eclipse.plugin/org.eclipse.emf.validation/1.9.0.202408231629, unknown, restricted, none...
Thanks. That did the trick. I did notice the following: ```diff -p2/orbit/p2.eclipse.plugin/org.eclipse.jdt.core/3.39.0.v20240807-1632, EPL-2.0, approved, eclipse.jdt +p2/orbit/p2.eclipse.plugin/org.eclipse.jdt.core/3.39.0.v20240807-1632, EPL-1.0, approved, tools.aspectj ``` And similarly for many other JDT plugins. I've never used...