莱宁根和艾维回购

发布于 2024-11-05 12:01:48 字数 217 浏览 0 评论 0原文

我有一个大型 Ivy 存储库,并且想将它与 leiningen 一起使用。我已将 : :repositories {} 添加到我的 project.clj 文件中,但它抱怨无法加载工件。我的正常 ant 脚本使用 ivy.setting.public.xml 文件指向存储库的完整 url,但我不确定在这种情况下 leiningen 的正确语法是什么。

leiningen 可以使用 Ivy 存储库吗?

I have a large Ivy repo, and would like to use it with leiningen. I've added : :repositories {} to my project.clj file, but it complains that it cannot load the artifact. My normal ant script points to the full url of the repo with the ivy.setting.public.xml file, but am unsure what is the correct syntax for leiningen in this case.

Can leiningen use an Ivy repo?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

毅然前行 2024-11-12 12:01:48

很遗憾我没有早点看到这个。

曾经我有一个 Cake 构建工具的分支,几乎完全支持 Ivy。我再次需要这个,但由于 Cake 现在已被弃用我不得不分支 leiningen。我才刚刚开始,但它可以解决问题(包括配置、排除、分支等)。

目前它基于 lein2 预览版。我不确定我还要投入多少工作。我想创建一个补充的 lein-ivy 插件,可以添加旧 Cake 版本的功能(发布、依赖性报告、多个出版物等)。

It's a shame I didn't see this sooner.

At one time I had a branch of the Cake build tool that had almost full Ivy support. I again have a need for this, but since Cake is now deprecated I've had to branch leiningen. I only just started but it works for resolving (including configurations, exclusions, branches, etc).

Right now it's based of the lein2 preview release. I'm not sure how much more work I'll put into it though. I'd like to create a complementary lein-ivy plugin that could add the features of the old Cake version (publishing, dependency reports, multiple publications, etc).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文