|
|
|
@ -106,7 +106,7 @@ public class LocalDesignerWorkspaceInfo implements DesignerWorkspaceInfo {
|
|
|
|
|
|
|
|
|
|
File engineLib = new File(StableUtils.pathJoin(this.path, ProjectConstants.LIB_NAME, REPORT_ENGINE_JAR)); |
|
|
|
|
// 非安装版本允许自由切换
|
|
|
|
|
boolean notExistLib = true |
|
|
|
|
boolean notExistLib = !ComparatorUtils.equals(GeneralUtils.readFullBuildNO(), InterProviderFactory.getProvider().getLocText("Fine-Core_Basic_About_No_Build")) |
|
|
|
|
&& !engineLib.exists(); |
|
|
|
|
if (notExistLib) { |
|
|
|
|
throw new MainVersionNotMatchException(); |
|
|
|
|