You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/08/18 09:03:08 UTC

DO NOT REPLY [Bug 22500] New: - Build fails in targets dist-lite and internal_dist

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22500>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22500

Build fails in targets dist-lite and internal_dist

           Summary: Build fails in targets dist-lite and internal_dist
           Product: Ant
           Version: 1.5.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build Process
        AssignedTo: dev@ant.apache.org
        ReportedBy: mgeorg@ntu.edu.sg


Both targets attemt to change the access rights of dist ${dist.dir}. However,
these may not be owned by the installer and the chmod fails. 

Also for security reasons, the access rights should only be changed if
${dist.dir} was created by the current installation process (if at all).

Proposition: either remove the lines

777 to 779 and
850 to 853  in build.xml

or prevent that failing the chmod results in a warning only.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: DO NOT REPLY [Bug 22500] New: - Build fails in targets dist-lite and internal_dist

Posted by Antoine Levy-Lambert <an...@antbuild.com>.
Conor McNeill had written that we would like to introduce the <try/>
<catch/> tasks in ant (for 1.6)
Where are we standing on this issue ?
Cheers,
Antoine
----- Original Message -----
From: <bu...@apache.org>
To: <de...@ant.apache.org>
Sent: Monday, August 18, 2003 9:03 AM
Subject: DO NOT REPLY [Bug 22500] New: - Build fails in targets dist-lite
and internal_dist


> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22500>.
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
> INSERTED IN THE BUG DATABASE.
>
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22500
>
> Build fails in targets dist-lite and internal_dist
>
>            Summary: Build fails in targets dist-lite and internal_dist
>            Product: Ant
>            Version: 1.5.4
>           Platform: Other
>         OS/Version: Other
>             Status: NEW
>           Severity: Normal
>           Priority: Other
>          Component: Build Process
>         AssignedTo: dev@ant.apache.org
>         ReportedBy: mgeorg@ntu.edu.sg
>
>
> Both targets attemt to change the access rights of dist ${dist.dir}.
However,
> these may not be owned by the installer and the chmod fails.
>
> Also for security reasons, the access rights should only be changed if
> ${dist.dir} was created by the current installation process (if at all).
>
> Proposition: either remove the lines
>
> 777 to 779 and
> 850 to 853  in build.xml
>
> or prevent that failing the chmod results in a warning only.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org