Hi,
I'm using Ivy 2.0.0-beta1. I'm have an ivy.xml file that describes
dependencies to build a project and I'm working on creating a build file
to copy those dependencies to an enterprise repo using the ivy:install
task. Basically I expect to;
1. get a project with an ivy.xml file.
2. bless
Perhaps this is a bug in ivy...
After publishing (ivy:publish) the grails app to a local staging
repository, I try to install (ivy:install) the grails app from the
staging repository, to a more permanent local repository. However, the
install fails as the task thinks that there are no dependen
Jonathan Roberts wrote:
Hello,
I'm trying to configure ivy/ant to unzip bundles when a new one is
downloaded. I've got:
That works, when the file is downloaded the first time, but I'd like to
have a trigger that gives me a zip when it's copied from cache. Also,
since the ivy settin