Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Eclipse 中为两个不同的项目使用两个版本的 ant 插件。这两个版本都可以在我的 Eclipse 的插件文件夹中找到。但是当我尝试将它添加到 Manifest.MF 文件的插件依赖项中时,我只能看到最新版本的 ant 插件。请帮我解决一下这个。
您可以尝试将这两个 ant 插件导入您的 Eclipse 工作区。然后,您可以让您的项目依赖于任何版本的 ant 进行开发。
对于构建或发布过程,您可以使用 Tycho 定义一个目标平台以包含它们。