Skip to content

Commit 00e231e

Browse files
authored
Merge branch 'main' into #1264-fix-bat-err-handling
2 parents a762e00 + 539ea25 commit 00e231e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDE
77
Release 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
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}

documentation/setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc::[]
88
We try to make it as simple as possible for you.
99
However, 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`).
1212
On Windows before Version 10 (1803) use https://www.7-zip.org/[7-zip].
1313
On all other platforms this comes out of the box.
1414
* You need to have https://git-scm.com[git].

0 commit comments

Comments
 (0)