|
将 $UI/system/service/common/bizAction.j 中的文件复制一份到自己的模块的目录下面,然后改名为dd.j,相关的Java文件也生成了,但是在ui目录下面源码编译错误。
报错:
BASEPATH:E:\BeX5_V3.8
COMPILE_TARGET_PATH:/UI2/ERP/BID/Test===zh_CN
COMPILE_TARGET_FILE_TYPE:java
UISERVER:E:\BeX5_V3.8/runtime/UIServer
COMPILE_JAVA_DEPEND_LIB:/tools/compile/lib;/runtime/UIServer/WEB-INF/lib;/runtime/ReportServer/WEB-INF/lib/jfreechart-1.0.9_v20090731_update20100302.jar;/runtime/ReportServer/WEB-INF/lib/chart-justep.jar;/apache-tomcat/lib/servlet-api.jar;
=======================================================================
开始编译java文件......
编译Java源文件目录: /UI2/ERP/BID/Test/process/StaticTest/dsrc
java.lang.RuntimeException: 编译错误 :
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:8: 错误: 程序包com.justep.ui.system不存在
import com.justep.ui.system.UISystemMessages;
^
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:17: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 类 UISystemMessages
位置: 类 Dd
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:17: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 变量 UISystemMessages
位置: 类 Dd
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:30: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 类 UISystemMessages
位置: 类 Dd
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:30: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 变量 UISystemMessages
位置: 类 Dd
5 个错误
at com.justep.tools.CompileUI.compileJava(Unknown Source)
at com.justep.tools.CompileUI.compileJava(Unknown Source)
at com.justep.tools.CompileUI.compileJava(Unknown Source)
at com.justep.tools.CompileUI.compileJava(Unknown Source)
编译错误 :
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:8: 错误: 程序包com.justep.ui.system不存在
import com.justep.ui.system.UISystemMessages;
^
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:17: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 类 UISystemMessages
位置: 类 Dd
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:17: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 变量 UISystemMessages
位置: 类 Dd
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:30: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 类 UISystemMessages
位置: 类 Dd
E:\BeX5_V3.8\model\UI2\ERP\BID\Test\process\StaticTest\dsrc\Dd.java:30: 错误: 找不到符号
throw new ServletException(MessageUtils.getMessage(UISystemMessages.class, UISystemMessages.SERVICE_BIZ_ACTION_ERROR), e);
^
符号: 变量 UISystemMessages
位置: 类 Dd
5 个错误
java文件编译结束,总耗时:0.937秒
at com.justep.tools.CompileUI.executeCompile(Unknown Source)
at com.justep.tools.CompileUI.main(Unknown Source)
|
|