How do you believe policy files could be applied to resolve this
problem?
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Monday, August 14, 2006 6:28 PM
To: Ant Users List
Subject: Re: Unwanted behavior - fixcrlf changes files to un-executable
You can govern who
.
- Original Message -
From: "Brown, Carlton" <[EMAIL PROTECTED]>
To:
Sent: Monday, August 14, 2006 3:18 PM
Subject: Unwanted behavior - fixcrlf changes files to un-executable
Recently I started observing some very undesirable behavior in my Ant
scripts. Specifically
Usually when a file is overwritten, its permissions are not changed.
Executable permission can be lost when the file first deleted, then
created again.
Carlton, if you have a special file extension or folder, you can run
task after newlines are fixed.
- Alexey.
Dominique Devienne wrote:
I'm a
Usually when a file is overwritten, its permissions are not changed.
Executable permission can be lost when the file first deleted, then
created again.
Carlton, if you have a special file extension or folder, you can run
task after newlines are fixed.
- Alexey.
Dominique Devienne wrote:
I
Users List
Subject: Re: Unwanted behavior - fixcrlf changes files to un-executable
I'm afraid there's no fix, as Java is not permission-aware.
probably creates a new file when it does something, and there's no way
in Java to preserve the permissions. You could 'fix' the per
I'm afraid there's no fix, as Java is not permission-aware.
probably creates a new file when it does something, and there's no way
in Java to preserve the permissions. You could 'fix' the permissions
after the fact, using which simply forks to the command line
chmod executable, assuming you know
Recently I started observing some very undesirable behavior in my Ant
scripts. Specifically, when does its fixing, it also changes
the file permissions to be non-executable. Now, I recognize this might
be a very Clever Thing because binaries could be corruped by .
But with regard to shell scrip