maven-程序包com.sun.org.apache.xalan.internal.utils不存在

问题描述

程序包com.sun.org.apache.xalan.internal.utils不存在

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for cn.hackingwu.easycms:EasyCMS:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.tomcat.maven:tomcat7-maven-plugin is missing. @ line 185, column 19
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]

[INFO] ------------------------------------------------------------------------
[INFO] Building EasyCMS 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ EasyCMS ---
[INFO] Deleting D:javaMyProjectEasyCMStarget
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ EasyCMS ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 18 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ EasyCMS ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 120 source files to D:javaMyProjectEasyCMStargetclasses
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /D:/java/MyProject/EasyCMS/src/main/java/cn/easycms/service/OperlogsService.java: 某些输入文件使用了未经检查或不安全的操作。
[WARNING] /D:/java/MyProject/EasyCMS/src/main/java/cn/easycms/service/OperlogsService.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /D:/java/MyProject/EasyCMS/src/main/java/cn/easycms/service/TemplateChannelService.java:[9,47] 程序包com.sun.org.apache.xalan.internal.utils不存在
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.321 s
[INFO] Finished at: 2016-03-17T00:49:41+08:00
[INFO] Final Memory: 18M/168M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project EasyCMS: Compilation failure
[ERROR] /D:/java/MyProject/EasyCMS/src/main/java/cn/easycms/service/TemplateChannelService.java:[9,47] 程序包com.sun.org.apache.xalan.internal.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


解决方案

那去你的本地库看看有没有这个包!而且这个错误这么明显,应该很好解决的!

时间: 2024-11-08 19:15:22

maven-程序包com.sun.org.apache.xalan.internal.utils不存在的相关文章

编译安装hadoop-2.5.0-rc1,程序包com.sun.javadoc不存在

问题描述 编译安装hadoop-2.5.0-rc1,程序包com.sun.javadoc不存在 编译安装hadoop-2.5.0-rc1,报如下错,求指点: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hadoop-annotations: Compilation failure: Compilati

程序包com.sun.image.codec.jpeg不存在 问题的完美解决

原文地址:http://my.oschina.net/zb0423/blog/86507 在使用Hudson进行打包的过程中,因为我们使用了一个pdf文件产生缩略图的功能,倒置添加的源码文件在maven下面编译失败,失败提示信息为:程序包com.sun.image.codec.jpeg不存在 后来查看这个类文件的位置在jre/lib/rt.jar 而我们设置的java_home下面的lib/dt.jar中没有这个文件,导致编译失败.通过配置maven-compiler-plugin插件可以解决此

java-maven,自己的 程序包不存在?

问题描述 maven,自己的 程序包不存在? 文件结构如下 src src--package1 src--package2 src--package1--java文件 src--package2--java文件 src--package2--pom.xml pom.xml 根目录的pom.xml如下 <groupId>com.company</groupId> <artifactId>parent</artifactId> <version>0.

spark例子JavaSparkSQL,使用IDEA工具打包的时候报错程序包org.apache.spark.sql不存在

问题描述 在使用intellijidea测试一个简单的spark自带的一个例子JavaSparkSQL,打包或者知心runmain方法都会出现这样的一个问题,只要包含sql的导入的地方就会打包或者运行的时候遇到这个错误,请问有遇到过我这种问题的人吗,或者该怎么解决这个问题呢?Information:15-9-10下午4:25-Compilationcompletedwith21errorsand0warningsin978ms/root/workspace/MySpace/src/JavaSpa

访问程序包 DBMS

application|程序|访问 系统环境:客户端:WINXP+ORACLE9.2.0.1客户端服务端:WIN2003+ORACLE9.2.0.5 错误描述:非sys用户连接全部报错 c:/>sqlplus scott/tiger@pgjt ERROR:ORA-04045: 在重新编译/重新验证 SYS.DBMS_STANDARD 时出错ORA-27102: 内存用尽Additional information: 24039532Additional information: 17191816

使用VB调用Oracle程序包内的存储过程返回结果集

oracle|程序|存储过程        在实际的项目开发中我们需要通过VB(或其他语言工具)调用Oracle程序包内的存储过程返回结果集.这里以短信运营平台中的一个调用为例来说明这个过程,希望对你有所帮助. --一.使用SQL*Plus创建以下项目:--1.建表("OW_SMP"为方案名称,下同) CREATE TABLE "OW_SMP"."SM_Send_SM_List"(    SerialNo INT  PRIMARY KEY,  -

解决安装Office2013时提示“该程序包安装失败”

解决安装 Office2013 时提示"该程序包安装失败",如果你在使用了 Ramdisk,并修改了TEMP临时文件夹的变量路径,那么安装Office2013时就会提示"该程序包安装失败". 主要 Ramdisk 分配的容量不够解压Office2013. 解决方法:把TEMP临时文件夹的变量路径修改回默认就可以解决啦.安装完毕后建议重新修改TEMP临时文件夹到Ramdisk.

使用npm发布Node.JS程序包教程

 这篇文章主要介绍了使用npm发布Node.JS程序包教程,本文讲解了配置package.json.注册npm帐号.发布程序包等内容,需要的朋友可以参考下     npm是Node.JS的程序包管理器.进行Node.JS开发时,经常使用它安装/卸载程序包.实际上,发布程序包的工作也是由它来完成的. 配置package.json 要打包程序,首先要配好各项设置,这些设置都由程序包根目录下的package.json指定.package.json的内容必须是严格的JSON格式,也就是说: 1.字符串要

“无法通过windows installer服务安装此安装程序包”错误如何解决

  今天小编安装一个文件时,出现了一个"无法通过windows installer服务安装此安装程序包.您必须安装带有更新版本windows Installer服务的Windows Service Pack"的错误 我去,好坑啊,好像貌似是从来不更新补丁的,但以前也没遇过到啊.intaller版本太低了,下一个新一点的windows installer程序装上就可以了.