Skip to content

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