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.
我用 Ant 设置了 IVY,并能够构建一个 spring mvc 项目。我在 build.xml 中有各种任务、ear 文件、单元测试等所需的配置,例如提供、编译、测试、运行时等和设置类路径。
不过,我最近安装了 IvyDE 插件来管理类路径以自动化 Eclipse IDE 中的所有内容。提供的 jar 文件是特定于应用程序服务器的,我不希望它们包含在 eclipse 的类路径中。有没有办法在某些 conf 中不包含一些依赖项(jar 文件)。
我猜你在 Eclipse 中想要的 Ivy 配置是“运行时”配置。然后进入 Eclipse 中的类路径容器的配置,并在建议的列表中选择适当的 Ivy 配置。
请参阅在线文档: