Re: permissions on a file after assemby...

2007-08-02 Thread Arnaud Bailly
Bob Aiello [EMAIL PROTECTED] writes:

 I have a file that ends up being created with some 
 permissions that are not what I expected. Is this 
 a (known) maven bug or does anyone have a suggestion 
 on how I can debug this.


Yes, this used to be a knwn bug: file permissions numbers were
interpreted as decimal, not octals. I think however this a been fixed
in recent versions of the assembly plugin as I had recently to change
back all my permissions to octal. Which version do you use ?

see also http://jira.codehaus.org/browse/MASSEMBLY-173

Regards
-- 
OQube  software engineering \ génie logiciel 
Arnaud Bailly, Dr.
\web http://www.oqube.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



permissions on a file after assemby...

2007-08-01 Thread Bob Aiello
I have a file that ends up being created with some 
permissions that are not what I expected. Is this 
a (known) maven bug or does anyone have a suggestion 
on how I can debug this.

ls -lt
total 4
---x-wx---  1 user user 125 Aug  1  2007 myfile.xml


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]