阿里大鱼的maven打包问题
macleo
2015-12-17
只要引用了阿里大鱼的sdk,就报下面的错,去掉调用阿里大鱼的sdk就可以正常打包编译,这什么问题?其实这个阿里大鱼的sdk,已经加入到lib下,并添加到项目中了,应该不存在找不到这个阿里大鱼的sdk的问题的
/Users/xxxxx/Eclipse.jee/JsonWeb.carquery/src/main/java/com/SiSoft/carquery/controller/DispatcherController.java:[1562,2] cannot find symbol [ERROR] symbol : class AlibabaAliqinFcSmsNumSendRequest [ERROR] location: class com.SiSoft.carquery.controller.DispatcherController [ERROR] /Users/xxxxx/Eclipse.jee/JsonWeb.carquery/src/main/java/com/SiSoft/carquery/controller/DispatcherController.java:[1562,45] cannot find symbol [ERROR] symbol : class AlibabaAliqinFcSmsNumSendRequest [ERROR] location: class com.SiSoft.carquery.controller.DispatcherController [ERROR] /Users/xxxxx/Eclipse.jee/JsonWeb.carquery/src/main/java/com/SiSoft/carquery/controller/DispatcherController.java:[1605,3] cannot find symbol [ERROR] symbol : class AlibabaAliqinFcSmsNumSendResponse [ERROR] location: class com.SiSoft.carquery.controller.DispatcherController [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 |
|
u014377504
2016-01-11
jdk版本对吗
|