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 依赖项名称,以便我可以在脚本中使用这些名称。原因是依赖项名称并不总是提前知道。ivy.xml 文件会根据用户选择的依赖项动态更新,并且构建脚本必须使用这些依赖项。
有没有办法使用 ivy:retrieve 拦截 ivy 依赖项名称?
谢谢。
我们的一个项目正在使用一种解决方法,您可以在其中定义ivy-tokens.xml,其中包含预先未知的项目的标记,然后构建脚本将此文件复制到ivy.xml,替换标记,然后才启动 Ivy 相关任务。
ivy-tokens.xml
ivy.xml