专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Java Web开发

关于Ant ivy build.xml出错

发布时间:2010-05-30 21:54:39 文章来源:www.iduyao.cn 采编人员:星星草
关于Ant ivy build.xml报错
完全不会TNT    ivy,现在在搭建openmeetings。
在build.xml中有这样一段代码:
<target name="-ant-task" depends="-retrieve-svntask">
<typedef resource="org/tigris/subversion/svnant/svnantlib.xml">
<classpath>
<path refid="svntask.classpath" />
</classpath>
</typedef>

<svnSetting svnkit="false" javahl="false" id="svn.settings" />
<!-- native svn in the path-->
</target>

在build的时候会报错:
BUILD FAILED
D:\openPro\openmeetings_src2\build.xml:754: Problem: failed to create task or type svnSetting
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.


想请问下,这个问题可能是哪些方面引起的。



------解决思路----------------------

<svnSetting name=“something”
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: