Hi,
while looking into bug report 959 I came accross this one
<chmod dir="${dist.dir}" perm="go-rwx" />
in the dist-lite target. Why are we doing this? Why do we make an Ant
installation unavailable to anybody but the account doing the install?
I propose to change that to
<chmod perm="ugo+x" type="dir">
<fileset dir="${dist.bin}" />
</chmod>
<chmod perm="ugo+r">
<fileset dir="${dist.bin}" />
</chmod>
<chmod perm="ugo+x">
<fileset dir="${dist.bin}">
<include name="**/ant" />
<include name="**/antRun" />
</fileset>
</chmod>
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]