Skip to content

Conversation

@jan-vcapgemini
Copy link
Contributor

Fixes: #542

Implements:

  • replaced default implementation of makeExecutable with an equivalent of 'chmod a+x'.
  • made sure that no permission changes will be applied on Windows

replaced default implementation of makeExecutable with an equivalent of 'chmod a+x'.
made sure that no permission changes will be applied on Windows
@jan-vcapgemini jan-vcapgemini self-assigned this Sep 5, 2024
@jan-vcapgemini jan-vcapgemini added this to the release:2024.09.001 milestone Sep 5, 2024
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jan-vcapgemini Thanks for your PR. Excellent solution. 👍
I left a small review improvement that you can apply.
Then we can merge.

@hohwille hohwille merged commit abdd35a into devonfw:main Sep 5, 2024
@coveralls
Copy link
Collaborator

coveralls commented Sep 5, 2024

Pull Request Test Coverage Report for Build 10718956867

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 18 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.1%) to 64.774%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/io/FileAccessImpl.java 18 55.35%
Totals Coverage Status
Change from base Build 10718854815: -0.1%
Covered Lines: 5733
Relevant Lines: 8543

💛 - Coveralls

@jan-vcapgemini jan-vcapgemini deleted the feature/542-add-make-executable branch November 4, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Add FileUtil.makeExecutable(Path)

3 participants