DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36086>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36086 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2005-08-10 20:59 ------- This is a cantfix/wontfix. Applying fixcrlf creates a new file when it is updated, and that file gets whatever default permissions that user has, be they unix or windows. There are no API calls in java to view/change these values, you get what the JVM is started with. to complicate life more, cygwin uses winnt ACLs to provide an imitation of unix security rather than nt security. Ant is not a cygwin program, and is even more isolated from what is going on. You will probably find all files are unreadable by users without the appropriate rights. What may work is <chmod> afterwards. If it doesnt, there is nothing left in the java world that can address your problem. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]