Compilation failure: Compilation failure:

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project taotao-manager-service: Compilation failure: Compilation failure:
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/ItemService.java:[3,30] 程序包com.taotao.common.pojo不存在
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/ItemService.java:[10,9] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 接口 com.taotao.service.ItemService
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[10,30] 程序包com.taotao.common.pojo不存在
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[42,16] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 类 com.taotao.service.impl.ItemServiceImpl
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[51,17] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 类 com.taotao.service.impl.ItemServiceImpl
[ERROR] /D:/workspaces-itcast/template/taotao-manager/taotao-manager-Service/src/main/java/com/taotao/service/impl/ItemServiceImpl.java:[51,51] 找不到符号
[ERROR] 符号: 类 EasyUIDataGridResult
[ERROR] 位置: 类 com.taotao.service.impl.ItemServiceImpl
[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 :taotao-manager-service

错误愿意taotao.common中新添加了一个类,但是本地仓库中是用的是旧的,所以需要在taotao.common需要install一下

时间: 2024-11-11 23:15:23

Compilation failure: Compilation failure:的相关文章

解决Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project autotest_fchtgl: Compilation failure的方法

在碰到maven install 发现报错 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project autotest_fchtgl: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps you are running on

ASP.NET’s compilation system

Compilation in ASP.NET applications First, let’s take a moment to revisit compilation in the context of ASP.NET applications. There are generally two types of compilation that typically take place in an ASP.NET application: project compilation, and r

caffe 训练时,出现错误:Check failed: error == cudaSuccess (4 vs. 0) unspecified launch failure

I0415 15:03:37.603461 27311 solver.cpp:42] Solver scaffolding done.I0415 15:03:37.603549 27311 solver.cpp:247] Solving AlexNetI0415 15:03:37.603559 27311 solver.cpp:248] Learning Rate Policy: stepI0415 15:03:37.749981 27311 solver.cpp:214] Iteration

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project cjj: Compilation failure -&gt; [Help 1]

错误现象: 官方帮助文档: Unlike many other errors, this exception is not generated by the Maven core itself but by a plugin. As a rule of thumb, plugins use this error to signal a failure of the build because there is something wrong with the dependencies or so

Compilation failure Error 程序包xxx不存在,Error 找不到符号

在Java工程里好几次遇到了这个错误,每次都不记得上一次是怎么解决的,导致都要花费很长时间去处理,另一方面也是对java学习理解和使用的不够熟练. 现在将此问题记录下来,并将解决方法以及思路整理一下,下次再遇到可以有个参考. 先对问题进行一个简单的描述: 使用外部依赖添加的方式引入了某个jar包,在本地运行的时候可以正常运行,然而在使用maven打jar包的时候就会报错,具体错误就是找不到引入的那个jar包,对jar包中方法的使用也都是找不到符号.然而,让人无语的是IDEA中程序代码里并没有报错

Hadoop第3周练习--Hadoop2.X编译安装和实验

1    练习题目 2    编译Hadoop2.X 64bit 2.1  运行环境说明 2.1.1   硬软件环境 2.1.2   集群网络环境 2.2  环境搭建 2.2.1   JDK安装和Java环境变量配置 2.2.2   安装并设置maven 2.2.3   以root用户使用yum安装svn 2.2.4   以root用户使用yum安装autoconf automake libtool cmake 2.2.5   以root用户使用yum安装ncurses-devel 2.2.6 

hadoop-2.2.0编译

由于从官网下载的hadoop中依赖包 native hadoop library是基于32位版本的,在64位机器上安装,会出现以下错误: 2014-05-30 19:47:49,703 INFO org.apache.hadoop.hdfs.server.datanode.DataNode: registered UNIX signal handlers for [TERM, HUP, INT]2014-05-30 19:47:49,887 WARN org.apache.hadoop.hdfs

WebGL学习笔记一

学习用来做web3D的,从第一页开始学起先做2D的,接下来的程序是一个入门级的程序,可以通过在画板上的不同位置点击而获取不同颜色的点,以画板中心为坐标原点四个象限有不同的颜色,访问地址  http://123.206.70.64:8080/WebGL2/ColoredPoints.html 下面看效果截图. 上代码. <!DOCTYPE html><html>  <head>    <title>ClickPoint.html</title>  

程序包javax.servlet.annotation不存在

1.错误描述 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building huxs Maven Webapp 0.0.1-SNAPSHOT [INFO] --------------------------------------------------------------------