Max Bowsher wrote on Thursday, March 29, 2007 3:26 PM: > Jörg Schaible wrote: [snip] >> Note: Integer.decode(String) is not used here because it will not >> handle negative hex-coded integer values. With this approach you can >> express -1 as 0xFFFFFFFF ... > > The whole point here is to maximize compatibility with > maven-assembly-plugin-2.1 behaviour. That's why we, not Java, > should be > making the decision. > > Furthermore, we are talking about Unix permission mode bits. Neither > negative values, nor hexadecimal values, are relevant. Decimal values > are only relevant to the extent of supporting existing assembly > descriptors written for the buggy behaviour of > maven-assembly-plugin-2.1.
Yep. Noticed my misplaced comment when it was already sent. I would not like to support hex code for Unix permissions either ... sorry, for the noise. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]