Skip to content

Test case and proposed fix for #38 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

awallgren
Copy link

…xus-utils/issues/38

@awallgren
Copy link
Author

I'll fix that -- overeager IDE setting...

// If the source file is read-only on windows, that's probably not what we want in the destination. e.g.
// jetty won't start if the web.xml or jetty-web.xml is read-only, for some reason. So after we copy,
// clear the read-only flag.
boolean setWriteable = Os.isFamily(Os.FAMILY_WINDOWS)
Copy link
Member

Choose a reason for hiding this comment

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

I believe this is the wrong place for this. It must be in NioFiles.

@hboutemy hboutemy changed the title Test case and proposed fix for https://github.com/codehaus-plexus/ple… Test case and proposed fix for #38 Jul 13, 2020
@awallgren awallgren closed this Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants