be
used to resolve for Java.
Cheers,
Geoff
On Wed, Aug 4, 2010 at 10:11 AM, Luke Painter wrote:
> I want to output my ivy downloaded dependencies to different locations
> (build, main and test) so that I can manage them more easily. I've found
> the ivy.lib.dir property and I'
I want to output my ivy downloaded dependencies to different locations
(build, main and test) so that I can manage them more easily. I've found
the ivy.lib.dir property and I'm setting that in my ant file but when I use
antcontrib to reset the property to something else it doesn't
I want to output my ivy downloaded dependencies to different locations
(build, main and test) so that I can manage them more easily. I've found
the ivy.lib.dir property and I'm setting that in my ant file but when I use
antcontrib to reset the property to something else it doesn't
There is already jira issue about the handling of the relative path. You
can vot for it.
Gilles
On 04/03/2008, Ylan Segal <[EMAIL PROTECTED]> wrote:
>
> Shawn Castrianni wrote:
> > I do:
> >
> > pattern="${basedir}/dependencies/[module]/[type]/[artifact].[ext]"
> ivypattern="${basedir}/dependen
Shawn Castrianni wrote:
I do:
Thanks! It works now that I added ${basedir} to the pattern.
--
Ylan.
I do:
---
Shawn Castrianni
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ylan Segal
Sent: Tuesday, March 04, 2008 12:20 PM
To: [EMAIL PROTECTED]
Subject: Newbie -- how to set ivy.lib.dir
Hi everyone,
I am just starting out with ivy, and tried searching in the
Hi everyone,
I am just starting out with ivy, and tried searching in the archive and
docs, but can't find a solution to my seemingly simple problem.
I want to direct the copying of jars from to a specific
directory, instead of the default ivy.lib.dir. For example:
pattern="${i