接到24小时电话,用户说原来5.0sp2系统上使用ant编译正常,现在5.0sp4系统上执行ant报错:
[ufida@localhost ~]$ ant
/usr/bin/build-classpath: error: could not find xml-commons-apis java extension for this jvm
/usr/bin/build-classpath: error: some specified jars were not found
buildfile: build.xml does not
build failed
[ufida@localhost ~]$ ant -version
/usr/bin/build-classpath: error: could not find xml-commons-apis java extension for this jvm
/usr/bin/build-classpath: error: some specified jars were not found
apache ant version 1.6.2 compiled on july 9 2005
[ufida@localhost ~]$
|
为了验证,在虚拟机上安装了工具盘,发现执行ant的时候的确报错,找不到
xml-commons-apis,在5.0sp2上也安装了工具盘,发现也是报这个错误,那看来用户可能自己安装过
xml-commons-apis包。
在网上搜索了相关的
xml-commons-apis包,找了一些下载安装,发现都有依赖关系。后来发现依赖的并不多,就依赖
xml-commons,所以下载了
xml-commons-apis和
xml-commons,安装之后正常。
其实工具盘上的开发工具,只是集成进来并不会测试的。所以我估计测试从来没有测试过这个东西。
xml-commons-1.3.04-5.jpp5.noarch.rpm
xml-commons-jaxp-1.3-apis-1.3.04-5.jpp5.noarch.rpm
|
下载地址在网上搜索即可。不保证在asianux 3上可用。
阅读(2132) | 评论(0) | 转发(0) |