我是eclipse PDE的新手。我在 Eclipse 中创建了功能项目。使用 pde 工具,我创建了一个 build.xml。当我从 Eclipse 运行时,它运行良好,但是当我从外部运行它(终端使用plugins/org.apache.ant_1.8.3.v20120321-1730/bin/./ant -verbose -debug -buildfile build.xml
)时,我收到错误
Problem: failed to create task or type eclipse.idReplacer
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.
此外,如果另一个 ant 脚本调用我的功能的 build.xml,则从 eclipse 中,我得到同样的异常。
我阅读了日食博客,似乎错误已修复,而 Andrew Niefer 的解决方案在我的情况下不起作用。我还尝试从其 cvs 和 git 下载 org.eclipse.releng.eclipsebuilder,但我未能下载它们。
任何想法可能是什么问题?
我的配置,java版本“1.7.0_09”,Eclipse插件开发环境版本:3.6.2.r362_v20110203-7b7mFL2FET3dhHalh1iNZtL Build id:M20110210-1200
Fedora14-64位