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
發佈了33 篇原創文章 · 獲贊 4 · 訪問量 5萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章