You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Steve Cohen <sc...@javactivity.org> on 2013/01/07 21:49:52 UTC

assembly plugin logging anomaly

Using the assembly plugin I have a file set defined with
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>

This works correctly - the archive generated has the desired permissions.

But the logging says
[DEBUG] FileSet[outputDir/] dir perms 47777 file perms 107777

What notation system is this and why does the plugin report it this way 
in the log.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: assembly plugin logging anomaly

Posted by Steve Cohen <sc...@javactivity.org>.
On 01/09/2013 04:52 PM, Dennis Lundberg wrote:
> Hi Steve,
>
> I can't remember what notation system it uses, but its a different one
> than what is usually seen for unix like permissions. It comes from a
> component that the plugin uses to perform these operations.
>
> On 2013-01-07 21:49, Steve Cohen wrote:
>> Using the assembly plugin I have a file set defined with
>> <fileMode>644</fileMode>
>> <directoryMode>755</directoryMode>
>>
>> This works correctly - the archive generated has the desired permissions.
>>
>> But the logging says
>> [DEBUG] FileSet[outputDir/] dir perms 47777 file perms 107777
>>
>> What notation system is this and why does the plugin report it this way
>> in the log.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>
>
I suppose I should look in the source.
Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: assembly plugin logging anomaly

Posted by Dennis Lundberg <de...@apache.org>.
Hi Steve,

I can't remember what notation system it uses, but its a different one
than what is usually seen for unix like permissions. It comes from a
component that the plugin uses to perform these operations.

On 2013-01-07 21:49, Steve Cohen wrote:
> Using the assembly plugin I have a file set defined with
> <fileMode>644</fileMode>
> <directoryMode>755</directoryMode>
> 
> This works correctly - the archive generated has the desired permissions.
> 
> But the logging says
> [DEBUG] FileSet[outputDir/] dir perms 47777 file perms 107777
> 
> What notation system is this and why does the plugin report it this way
> in the log.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org