1.部署tomcat首先需要在tomcat的tomcat-users配置文件中引入manager相应的权限在pom.xml的build中添加tomcat插件 org.codehaus.mojo ...
分类:
其他好文 时间:
2015-06-11 09:16:13
阅读次数:
125
webservice返回list与返回对象包含list的配置解决
javax.servlet.ServletException:org.codehaus.xfire.XFireRuntimeException:Couldn‘tcreatetypeforpropertycertInfoListonclasscom.itrus.webserviceVO.QueryCertResult:Cannotcreatemappingforjava.util.List,unspecifiedco..
分类:
其他好文 时间:
2015-06-10 12:29:35
阅读次数:
195
部署的时候出现: Cannot invoke Tomcat manager: FAIL - Context /HDInformationSer is defined in server.xml and may not be undeployed 或者? Failed to execute goal org.codehaus.mojo:tomcat-maven-plug...
分类:
其他好文 时间:
2015-06-08 11:51:25
阅读次数:
148
为了和团队开发环境保持一致,需要
在Ubuntu上安装maven2.2.1,引文我之前已经用apt-get命令安装了3.3的maven,在执行maven命令时报错:
Maven: NoClassDefFoundError: org/codehaus/plexus/classworlds/launcher/Launcher
用以下命令重新链接,就可以搞定:
bash-3.2cd/usr/...
分类:
其他好文 时间:
2015-06-04 19:27:27
阅读次数:
143
在项目的pom.xml中添加 org.codehaus.groovy groovy 1.6.2 org.codehaus.groovy groovy-all 1.6.2 直接保存之后maven会自动的更新依赖,即可下载,下载之后如果...
分类:
其他好文 时间:
2015-06-01 18:16:12
阅读次数:
137
1. 背景 目前维护的产品使用jackson处理json,现整理一下jackson相关资料,希望对初次接触jackson的新手有所帮助。 jackson主页:http://jackson.codehaus.org/ jackson document:http://wiki.fasterxml.com...
分类:
其他好文 时间:
2015-05-29 00:38:03
阅读次数:
184
今天导入之前的Android studio项目,出了一个很严重的Error,如下:Error:Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandling'.
Possible causes for this unexpected error include:Gradle's depe...
分类:
移动开发 时间:
2015-05-23 16:54:41
阅读次数:
1481
Spring mvc处理json需要使用jackson的类库,因此为支持json格式的输入输出需要先修改pom.xml增加jackson包的引用 <!-- json --> <dependency> <groupId>org.codehaus.jackson</groupId> ...
分类:
编程语言 时间:
2015-05-19 22:54:42
阅读次数:
196
环境:MyEclipse+Maven
pom.xml中有一项配置为:
maven-war-plugin
>2.6version>
3.0
MyEclipse会报错:
Failure to transfer org.codehaus.plexus:plexus-io:jar:2.4.1 from http://repo.maven.apache.org/maven2...
分类:
编程语言 时间:
2015-05-19 19:04:39
阅读次数:
357
http://falcon.apache.org/0.6-incubating/InstallationSteps.html 这是官网给的编译步骤 但是pom.xml中的 ?<repository> ? ? ? ? ? ? <id>Codehaus repository</id> ? ? ? ? ? ? <url>http://repo...
分类:
Web程序 时间:
2015-05-18 16:58:40
阅读次数:
172