|
@@ -231,6 +231,8 @@ public class Os implements Condition { |
|
|
|| osName.indexOf("os/390") > -1; |
|
|
|| osName.indexOf("os/390") > -1; |
|
|
} else if (family.equals("os/400")) { |
|
|
} else if (family.equals("os/400")) { |
|
|
isFamily = osName.indexOf("os/400") > -1; |
|
|
isFamily = osName.indexOf("os/400") > -1; |
|
|
|
|
|
} else if (family.equals("openvms")) { |
|
|
|
|
|
isFamily = osName.indexOf("openvms") > -1; |
|
|
} else { |
|
|
} else { |
|
|
throw new BuildException( |
|
|
throw new BuildException( |
|
|
"Don\'t know how to detect os family \"" |
|
|
"Don\'t know how to detect os family \"" |
|
|