Re: Using ‘ivy:repreport’

2010-02-23 Thread Maarten Coene
Ludovic, could you please try again with Ivy 2.1.0 and see if it has the same problem? If that still doesn't work, could you provide us your settings.xml? Maarten - Original Message From: Ludovic Courtès To: ivy-user@ant.apache.org Sent: Mon, February 22, 2010 2:20:06 PM Subject: Us

Re: Ivy repository strategies for Javascript artifact

2010-02-23 Thread Maarten Coene
If you keep them as zip files in the repository, you can make Ivy unzip them automatically after a resolve using triggers. Cfr. http://ant.apache.org/ivy/history/latest-milestone/settings/triggers.html This way the repository zip files will also automatically get unzipped when running Ivy from w

Re: Ivy repository strategies for Javascript artifact

2010-02-23 Thread Niklas Matthies
On Tue 2010-02-23 at 08:31h, Mitch Gitman wrote on ivy-user: > Marco: : > Just this sort of paradigm is already automatically supported with .war > files and web containers. The WAR is the artifact, not its individual > contents. On the other hand Marco wrote: > > 2) extract from zip archive ever

Re: Ivy repository strategies for Javascript artifact

2010-02-23 Thread Matt Benson
It's also possible you could deploy your zip directly and use e.g. org.springframework.js.resource.ResourceServlet to serve up the individual files. -Matt On Feb 23, 2010, at 10:31 AM, Mitch Gitman wrote: Marco: If it's a versioned artifact that needs to be shared, then it's a good fit f

Re: Ivy repository strategies for Javascript artifact

2010-02-23 Thread Arcozen
Thanks a lot Mitch! :) I agree about your considerations. Additional steps with Ant could help us during the build process, leaving zip files in the repository. 2010/2/23 Mitch Gitman > Marco: > If it's a versioned artifact that needs to be shared, then it's a good fit > for Ivy. As to the quest

Re: Ivy repository strategies for Javascript artifact

2010-02-23 Thread Mitch Gitman
Marco: If it's a versioned artifact that needs to be shared, then it's a good fit for Ivy. As to the question of whether to publish each individual file or the entire archive, once you get into supporting a directory layout where this file goes here and that file goes there and some files go in a c