On 6/23/07, Jeffrey Blattman <[EMAIL PROTECTED]> wrote:
is there any way to change the default for useOrigin?
No, there is no way to change the default in Ivy. You can open a jira issue for that. As a workaround, I suggest using ant presetdef. Xavier our project builds a local repo in the filesystem, so having / using a
cache just doubles the disk space required for a build, with i assume no speed difference as it's all in local files. also, the cache is problematic because parts of our build publish into the local repo to make artifacts available for other parts of the build. if the published artifacts are cached, one must clean the cache to pick up the newly published artifact. or maybe there is some other way to solve this problem? thanks.
-- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/
