Dennis Hendriks
Dennis Hendriks
BugZilla issue 561294 contains the issue discussion. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=561294 Tycho correctly handles features that use a shared license feature, in that feature.properties content is copied/appended, and extra files in build.properties...
When a part of source code in a text editor is collapsed (folded), and a search result is 'displayed' for a part of that text, the text is not expanded...
**Describe the bug** If I run `drush locale:check` with the `--no-ansi` option, I still get colored output. **To Reproduce** Run either of these: * `drush locale:check --no-ansi` * `drush locale:check...
I found https://rouge-ruby.github.io/docs/file.LexerDevelopment.html with instructions on how to make a Rouge Lexer, and contribute it to Rouge. I was able to use the instructions quite easily to make a custom...
When running a Maven/Tycho build with the Dash license tool enabled, I get the following output: ``` [INFO] --- tycho-p2-plugin:2.7.1:p2-metadata (attach-p2-metadata) @ org.eclipse.escet.root --- [WARNING] The following dependencies could not...
I get the following diff from the Eclipse ESCET nightly 3rd party dependency license check: ```diff maven/mavencentral/org.eclipse.sisu/org.eclipse.sisu.plexus/0.3.5, EPL-1.0, approved, technology.sisu maven/mavencentral/org.hamcrest/hamcrest-core/1.3, BSD-2-Clause, approved, CQ11429 maven/mavencentral/org.jsoup/jsoup/1.8.3, MIT, approved, CQ12749 -p2/orbit/p2.eclipse.plugin/com.ibm.icu/67.1.0.v20200706-1749, ICU...
The Eclipse ESCET automated license check found another regression in accepted licenses. These concern CQs, so I'm not sure why the Dash license check tool suddenly no longer considers them...
[Guice/ErrorInjectingMethod]: RuntimeException: ConnectException at ClearlyDefinedSupport.bootstrap
For Eclipse ESCET we have a nightly dependency license check Jenkins build. It has become quite unstable. It has failed on 15-2, 17-2, 19-2 and today, 23-2, so every few...
The Dash license check tool indicates: ``` p2/orbit/p2.eclipse-plugin/org.apache.batik.dom.svg/1.14.0.v20210324-0332, unknown, restricted, none ``` This is from Orbit, see https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/. There it is labeled with ClearlyDefined, pointing to https://clearlydefined.io/definitions/maven/mavencentral/org.apache.xmlgraphics/batik-svg-dom/1.14. Given that it's...
I have the following in my `.asciidoc` file: ``` image::{tools-imgsdir}/cifsim/output/plotviz_sshot.png[] ``` Here `{tools-imgsdir}` holds value `../images/tools`. In the preview, the image shows up as expected. However, I do get the...