You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #132 should be fixed with #185
It seems this feature was not tested on Windows but Java does not support this on Windows.
Actual behavior
java.lang.RuntimeException: Unexpected error during interactive auto-completion
at com.devonfw.tools.ide.commandlet.ShellCommandlet.run(ShellCommandlet.java:111)
at com.devonfw.tools.ide.context.AbstractIdeContext.applyAndRun(AbstractIdeContext.java:789)
at com.devonfw.tools.ide.context.AbstractIdeContext.run(AbstractIdeContext.java:753)
at com.devonfw.tools.ide.cli.Ideasy.runOrThrow(Ideasy.java:89)
at com.devonfw.tools.ide.cli.Ideasy.run(Ideasy.java:52)
at com.devonfw.tools.ide.cli.Ideasy.main(Ideasy.java:28)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:279)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.UnsupportedOperationException
at java.base/java.nio.file.Files.setPosixFilePermissions(Files.java:2166)
at com.devonfw.tools.ide.io.FileAccessImpl.unpack(FileAccessImpl.java:549)
at com.devonfw.tools.ide.io.FileAccessImpl.untar(FileAccessImpl.java:498)
at com.devonfw.tools.ide.tool.ToolCommandlet.extract(ToolCommandlet.java:231)
at com.devonfw.tools.ide.tool.LocalToolCommandlet.installInRepo(LocalToolCommandlet.java:153)
at com.devonfw.tools.ide.tool.LocalToolCommandlet.installInRepo(LocalToolCommandlet.java:117)
at com.devonfw.tools.ide.tool.LocalToolCommandlet.installInRepo(LocalToolCommandlet.java:103)
at com.devonfw.tools.ide.tool.LocalToolCommandlet.doInstall(LocalToolCommandlet.java:64)
at com.devonfw.tools.ide.tool.PluginBasedCommandlet.doInstall(PluginBasedCommandlet.java:169)
at com.devonfw.tools.ide.tool.ToolCommandlet.install(ToolCommandlet.java:171)
at com.devonfw.tools.ide.tool.mvn.Mvn.install(Mvn.java:33)
at com.devonfw.tools.ide.tool.ToolCommandlet.runTool(ToolCommandlet.java:101)
at com.devonfw.tools.ide.tool.ToolCommandlet.run(ToolCommandlet.java:85)
at com.devonfw.tools.ide.context.AbstractIdeContext.applyAndRun(AbstractIdeContext.java:789)
at com.devonfw.tools.ide.context.AbstractIdeContext.run(AbstractIdeContext.java:753)
at com.devonfw.tools.ide.commandlet.ShellCommandlet.runCommand(ShellCommandlet.java:129)
at com.devonfw.tools.ide.commandlet.ShellCommandlet.run(ShellCommandlet.java:92)
... 7 more
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide install mvn (while not installed or different version is installed)
Expected behavior
Issue #132 should be fixed with #185
It seems this feature was not tested on Windows but Java does not support this on Windows.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide install mvn
(while not installed or different version is installed)Related/Dependent Issues
Comments/Hints:
We need to check that we are not on Windows before setting the POSIX file permissions:
IDEasy/cli/src/main/java/com/devonfw/tools/ide/io/FileAccessImpl.java
Line 549 in e180912
Affected version:
The text was updated successfully, but these errors were encountered: