You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/11/14 15:19:21 UTC

DO NOT REPLY [Bug 7624] chmod task should be extensible to non-Unix systems

https://issues.apache.org/bugzilla/show_bug.cgi?id=7624


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |notifications@ant.apache.org
         AssignedTo|notifications@ant.apache.org|bodewig@apache.org




--- Comment #4 from Stefan Bodewig <bo...@apache.org>  2008-11-14 06:19:20 PST ---
Not that easy, Gus:

    protected boolean isValidOs() {
        return Os.isFamily(Os.FAMILY_UNIX) && super.isValidOs();
    }

so the os attribute would only work if your OS was a Unix already.  The
attribute can currently only be used to restrict it even further.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.