if you need to have consistent executable flags, you need to avoid getting it 
from filesystem, because it is dependent on OS and user configuration
that's why for example, on such requirements in Maven (core), we use a 
dedicated assembly descriptor instead of the generic one [1]

HTH

Hervé

[1] 
https://github.com/apache/maven/blob/master/apache-maven/src/assembly/maven/component.xml

Le lundi 14 juin 2021, 09:16:57 CEST Enrico Olivelli a écrit :
> Hello,
> It looks like following this guide in order to create a good "source
> bundle" for an ASF Project (in this case Apache Pulsar) leads to a
> strange behaviour.
> https://maven.apache.org/apache-resource-bundles/
> 
> Basically some files miss the 'executable' flag, this way when the
> user unpacks the released sources the build does not work because
> there are scripts that are not executable.
> 
> more context here
> https://github.com/apache/pulsar/issues/10917
> 
> Has anyone had the same experience ?
> 
> Regards
> Enrico
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to