Re: ivy.lib.dir

2010-08-03 Thread Geoff Clitheroe
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'

ivy.lib.dir

2010-08-03 Thread Luke Painter
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

ivy.lib.dir

2010-08-03 Thread Luke Painter
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

Re: Newbie -- how to set ivy.lib.dir

2008-03-05 Thread Gilles Scokart
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

Re: Newbie -- how to set ivy.lib.dir

2008-03-04 Thread Ylan Segal
Shawn Castrianni wrote: I do: Thanks! It works now that I added ${basedir} to the pattern. -- Ylan.

RE: Newbie -- how to set ivy.lib.dir

2008-03-04 Thread Shawn Castrianni
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

Newbie -- how to set ivy.lib.dir

2008-03-04 Thread Ylan Segal
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