https://issues.apache.org/bugzilla/show_bug.cgi?id=7624
Stefan Bodewig <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
AssignedTo|[email protected]|[EMAIL PROTECTED]
--- Comment #4 from Stefan Bodewig <[EMAIL PROTECTED]> 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.