Ivy/gant 包含不在公共存储库中并且没有版本的 BlazeDS jar
我一直在尝试找出将 BlazeDS jar 包含在我的 Gant/Ivy 构建中的最佳方法。 我一直无法找到这些 jar 的公共存储库,而且我是 ivy 的新手。显然,使用 Maven,您只需将本地 Maven 安装到本地存储库即可。用 Ivy 做类似事情的最好方法是什么?我是否必须为每个 jar 创建一个单独的 Ivy.xml 文件,然后使用 Ivy Publish 还是他们的另一种方式?
还有人知道 BlazeDS Jars 可用的公共存储库吗
Ive been trying to figure out the best way to include the BlazeDS jars in my Gant/Ivy build.
ve been unable to find a public repo for these jars and I
Im new to ivy. Obviously with Maven you
d just do a local maven install to your local repo. Whats the best way to do something similar with Ivy? Do I have to create a separate Ivy.xml file for each jar and then use Ivy Publish or is their another way?
Also does anyone know a public repo where the BlazeDS Jars are available
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚发现,如果您使用 Spring BlazeDS Inetgration 项目并将其依赖项包含在 ivy 中,它将从 Spring Bundle 存储库中提取 Flex jar。
Just discovered if you use Spring BlazeDS Inetgration project and include its dependency in ivy it`ll pull in the Flex jars from Spring Bundle repository.