mavencompile编译报错/WorkFlowMQListening.java:[11,32] 找不到符号 符号: 类 MQTools

D:\Java\jdk1.8.0_73\bin\java -Dmaven.multiModuleProjectDirectory=$M2_HOME -Dmaven.home=D:\localtools\apache-maven-3.3.9 -Dclassworlds.conf=D:\localtools\apache-maven-3.3.9\bin\m2.conf -Didea.launcher.port=7534 "-Didea.launcher.bin.path=D:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.0.2\bin" -classpath "D:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.0.2\lib\idea_rt.jar;D:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.0.2\lib\util.jar" -Dfile.encoding=UTF-8 com.intellij.rt.execution.CommandLineWrapper C:\Users\Administrator\AppData\Local\Temp\classpath1.tmp com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=14.0.2 -s D:\localtools\geoserver\settings.xml -Dmaven.repo.local=D:\localtools\geoserver\repository compile
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] ffddg
[INFO] DG-Domain
[INFO] DG-Common
[INFO] DG-Server
[INFO] DG-UI
[INFO] DG-Slave
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ffddg 1.1
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building DG-Domain 1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ DG-Domain ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ DG-Domain ---
[INFO] Nothing to compile - all classes are up to date
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building DG-Common 1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ DG-Common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ DG-Common ---
[INFO] Nothing to compile - all classes are up to date
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building DG-Server 1.1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ DG-Server ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 72 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ DG-Server ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1205 source files to D:\abcd10\2016-04-18\ffddg\DG-Server\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/utils/workflowlistening/WorkFlowMQListening.java:[11,32] 找不到符号
  符号:   类 MQTools
  位置: 程序包 com.tclsoud.gather.utils
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/service/impl/DataSourceServiceImpl.java:[24,32] 找不到符号
  符号:   类 MQTools
  位置: 程序包 com.tclsoud.gather.utils
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/service/impl/WorkflowListeningServiceImpl.java:[13,32] 找不到符号
  符号:   类 MQTools
  位置: 程序包 com.tclsoud.gather.utils
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/utils/workflowlistening/StartWorkFlowLogMQActor.java:[16,32] 找不到符号
  符号:   类 MQTools
  位置: 程序包 com.tclsoud.gather.utils
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ffddg ...................................... SUCCESS [  0.002 s]
[INFO] DG-Domain .......................................... SUCCESS [  2.607 s]
[INFO] DG-Common .......................................... SUCCESS [  2.814 s]
[INFO] DG-Server .......................................... FAILURE [ 12.653 s]
[INFO] DG-UI .............................................. SKIPPED
[INFO] DG-Slave ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.276 s
[INFO] Finished at: 2017-01-03T12:30:27+08:00
[INFO] Final Memory: 54M/451M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project DG-Server: Compilation failure: Compilation failure:
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/utils/workflowlistening/WorkFlowMQListening.java:[11,32] 找不到符号
[ERROR] 符号:   类 MQTools
[ERROR] 位置: 程序包 com.tclsoud.gather.utils
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/service/impl/DataSourceServiceImpl.java:[24,32] 找不到符号
[ERROR] 符号:   类 MQTools
[ERROR] 位置: 程序包 com.tclsoud.gather.utils
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/service/impl/WorkflowListeningServiceImpl.java:[13,32] 找不到符号
[ERROR] 符号:   类 MQTools
[ERROR] 位置: 程序包 com.tclsoud.gather.utils
[ERROR] /D:/abcd10/2016-04-18/ffddg/DG-Server/src/main/java/com/tclsoud/gather/utils/workflowlistening/StartWorkFlowLogMQActor.java:[16,32] 找不到符号
[ERROR] 符号:   类 MQTools
[ERROR] 位置: 程序包 com.tclsoud.gather.utils
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :DG-Server

Process finished with exit code 1
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值