BuildEnvTools.java (ef39d40d) | BuildEnvTools.java (82f06cbc) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 63 unchanged lines hidden (view full) --- 72 msg += PropertyName.OPERATING_SYSTEM + "\nFill this parameter with an operating system like unxsols," + 73 " unxsoli, unxlngi, unxmacxi or wntmsci. \n\n"; 74 } 75 if( 76 (!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLS)) && 77 (!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLI)) && 78 (!mPlatform.equalsIgnoreCase(PropertyName.UNXLNGI)) && 79 (!mPlatform.equalsIgnoreCase(PropertyName.UNXMACXI))&& | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 63 unchanged lines hidden (view full) --- 72 msg += PropertyName.OPERATING_SYSTEM + "\nFill this parameter with an operating system like unxsols," + 73 " unxsoli, unxlngi, unxmacxi or wntmsci. \n\n"; 74 } 75 if( 76 (!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLS)) && 77 (!mPlatform.equalsIgnoreCase(PropertyName.UNXSOLI)) && 78 (!mPlatform.equalsIgnoreCase(PropertyName.UNXLNGI)) && 79 (!mPlatform.equalsIgnoreCase(PropertyName.UNXMACXI))&& |
80 (!mPlatform.equalsIgnoreCase(PropertyName.UNXFBSDX))&& |
|
80 (!mPlatform.equalsIgnoreCase(PropertyName.WNTMSCI)) ){ 81 82 msg += PropertyName.OPERATING_SYSTEM + ":" + mPlatform + "\nFill this parameter with an operating system like unxsols," + | 81 (!mPlatform.equalsIgnoreCase(PropertyName.WNTMSCI)) ){ 82 83 msg += PropertyName.OPERATING_SYSTEM + ":" + mPlatform + "\nFill this parameter with an operating system like unxsols," + |
83 " unxsoli, unxlngi, unxmacxi or wntmsci. \n\n"; | 84 " unxsoli, unxlngi, unxfbsdx, unxmacxi or wntmsci. \n\n"; |
84 error = true; 85 } 86 87 mShell = (String) param.get(PropertyName.SHELL); 88 if (mShell == null) { 89 msg += PropertyName.SHELL + "\nFill this parameter with a shell" + 90 "\n\t/bin/tcsh c:\\myShell\\myShell.exe\n\n"; 91 error = true; --- 100 unchanged lines hidden --- | 85 error = true; 86 } 87 88 mShell = (String) param.get(PropertyName.SHELL); 89 if (mShell == null) { 90 msg += PropertyName.SHELL + "\nFill this parameter with a shell" + 91 "\n\t/bin/tcsh c:\\myShell\\myShell.exe\n\n"; 92 error = true; --- 100 unchanged lines hidden --- |