Console Output
Started by user tophorsekj
Running as SYSTEM
Building in workspace /data/publish/jenkins-data/workspace/tophorse_wxpayser_auto
[tophorse_wxpayser_auto] $ /bin/sh -xe /data/setupfiles/tomcat7-8058-jdk1.8/temp/jenkins399238381486704654.sh
+ /data/scripts/release/autocode_ant.py /data/autocode/tophorse/wxpayser/source /data/autocode/tophorse/wxpayser/release
***************更新源码***************
正在升级 '/data/autocode/tophorse/wxpayser/source':
U /data/autocode/tophorse/wxpayser/source/WebRoot/WEB-INF/classes/com/wxpay/service/WechatMiniService.class
U /data/autocode/tophorse/wxpayser/source/WebRoot/WEB-INF/classes/pages/notifyurl_pay_mini.class
U /data/autocode/tophorse/wxpayser/source/src/com/wxpay/service/WechatMiniService.java
U /data/autocode/tophorse/wxpayser/source/src/pages/notifyurl_pay_mini.java
更新到版本 13563。
***************更新发布***************
正在升级 '/data/autocode/tophorse/wxpayser/release':
版本 1173。
***************编译源码***************
***************Buildfile: /data/scripts/release/build.xml
deploy:
[echo] 复制WebRoot文件夹...
[copy] Copying 242 files to /data/autocode/tophorse/wxpayser/release
[echo] 删除/data/autocode/tophorse/wxpayser/release/WEB-INF/classes文件夹...
[echo] 重新编译/data/autocode/tophorse/wxpayser/source/src...
[javac] Compiling 84 source files to /data/autocode/tophorse/wxpayser/release/WEB-INF/classes
[javac] /data/autocode/tophorse/wxpayser/source/src/com/wxpay/util/ConfigUtil.java:1: 错误: 非法字符: \65279
[javac] package com.wxpay.util;
[javac] ^
[javac] /data/autocode/tophorse/wxpayser/source/src/com/wxpay/util/ConfigUtil.java:1: 错误: 需要class, interface或enum
[javac] package com.wxpay.util;
[javac] ^
[javac] /data/autocode/tophorse/wxpayser/source/src/pages/admin/alipay/certListCache.java:1: 错误: 非法字符: \65279
[javac] package pages.admin.alipay;
[javac] ^
[javac] /data/autocode/tophorse/wxpayser/source/src/pages/admin/alipay/certListCache.java:1: 错误: 需要class, interface或enum
[javac] package pages.admin.alipay;
[javac] ^
[javac] /data/autocode/tophorse/wxpayser/source/src/pages/admin/certListCache.java:1: 错误: 非法字符: \65279
[javac] package pages.admin;
[javac] ^
[javac] /data/autocode/tophorse/wxpayser/source/src/pages/admin/certListCache.java:1: 错误: 需要class, interface或enum
[javac] package pages.admin;
[javac] ^
[javac] /data/autocode/tophorse/wxpayser/source/src/pages/test/test.java:1: 错误: 非法字符: \65279
[javac] package pages.test;
[javac] ^
[javac] /data/autocode/tophorse/wxpayser/source/src/pages/test/test.java:1: 错误: 需要class, interface或enum
[javac] package pages.test;
[javac] ^
[javac] 8 个错误
BUILD FAILED
/data/scripts/release/build.xml:61: Compile failed; see the compiler error output for details.
Total time: 3 seconds***************
Traceback (most recent call last):
File "/data/scripts/release/autocode_ant.py", line 92, in <module>
raise Exception("编译失败");
Exception: 编译失败
Build step 'Execute shell' marked build as failure
Finished: FAILURE