File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
cli/src/main/resources/META-INF/native-image/com.devonfw.tools/IDEasy Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDE
77Release with new features and bugfixes:
88
99* https://github.com/devonfw/IDEasy/issues/1264[#1264]: Fix ide.bat to detect errors properly
10+ * https://github.com/devonfw/IDEasy/issues/1038[#1038]: XML merger fails in native-image on custom XPath with MissingResourceException
1011* https://github.com/devonfw/IDEasy/issues/1213[#1213]: Adapt log entry when tool version is not in compatible range
1112* https://github.com/devonfw/IDEasy/issues/1272[#1272]: Add name of file with missing namespace to warning message
1213* https://github.com/devonfw/IDEasy/issues/1190[#1190]: Add pycharm support to IDEasy
Original file line number Diff line number Diff line change 1+ {
2+ "bundles" : [
3+ {
4+ "name" : " com.sun.org.apache.xpath.internal.res.XPATHErrorResources" ,
5+ "locales" : [
6+ " en" ,
7+ " de" ,
8+ " es" ,
9+ " it"
10+ ]
11+ }
12+ ]
13+ }
Original file line number Diff line number Diff line change 88We try to make it as simple as possible for you.
99However, there are some minimal prerequisites:
1010
11- * You need to have a tool to extract `*.tar.gz` files (`tar` and `gzip`).
11+ * Unless you use the MSI installer for Windows, you need to have a tool to extract `*.tar.gz` files (`tar` and `gzip`).
1212On Windows before Version 10 (1803) use https://www.7-zip.org/[7-zip].
1313On all other platforms this comes out of the box.
1414* You need to have https://git-scm.com[git].
You can’t perform that action at this time.
0 commit comments