源码直接编译 使用maven 命令: mvn clean install 编译,报错,也打开源码看了,发现并没有异常信息中抛出来问题,头都大了,跪求支援。。。
[ E R R O R ]
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project jeecmsv9f: Compilation failure: Compilation failure:
[ERROR] \Work\jeecms\V9.3\jeecmsv9.3-src\src\main\java\com\jeecms\cms\manager\main\impl\ContentMngImpl.java:[1,0] 错误: 非法字符: '\ufeff'
[ERROR] \Work\jeecms\V9.3\jeecmsv9.3-src\src\main\java\com\jeecms\cms\manager\main\impl\ContentMngImpl.java:[1,9] 错误: 需要class, interface或enum
[ERROR] \Work\jeecms\V9.3\jeecmsv9.3-src\src\main\java\com\jeecms\cms\web\AdminApiInterceptor.java:[1,0] 错误: 非法字符: '\ufeff'
[ERROR] \Work\jeecms\V9.3\jeecmsv9.3-src\src\main\java\com\jeecms\cms\web\AdminApiInterceptor.java:[1,9] 错误: 需要class, interface或enum
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
|
|