symlinks

2008-03-05 Thread Neil Lott
We have a project that has multiple modules that are dependent on each other. Each module has ivy puts its dependencies in a local directory to that module. Each dependency is a symlink to the ivy cache. In one use case of our build system, we call a target that does an uptodate ant tas

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 4:59 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > On Mar 5, 2008, at 4:46 PM, Xavier Hanin wrote: > > > On Wed, Mar 5, 2008 at 4:42 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > > >> > >> On Mar 5, 2008, at 4:34 PM, Xavier Hanin wrote: > >> > >>> On Wed, Mar 5, 2008 at

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Hans Dockter
On Mar 5, 2008, at 4:46 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 4:42 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: On Mar 5, 2008, at 4:34 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 3:51 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: It seems you don't use the same ivy.jar in

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 4:42 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > On Mar 5, 2008, at 4:34 PM, Xavier Hanin wrote: > > > On Wed, Mar 5, 2008 at 3:51 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > > >> > >>> > >>> It seems you don't use the same ivy.jar in both cases. Is > >>> ivy-2.0.0.b

Re: Error message when using different settings

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 4:35 PM, Jim Adams <[EMAIL PROTECTED]> wrote: > Are you suggesting that the use of the dual resolver should be minimized > if you want the more efficient searching? Sure, you should use dual only when necessary, ie when you know that artifacts can't be found by the same res

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Hans Dockter
On Mar 5, 2008, at 4:34 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 3:51 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: It seems you don't use the same ivy.jar in both cases. Is ivy-2.0.0.beta2_20080103202250.jar a home made build, or a copy from ivy-2.0.0-beta2.jar? You are right. I fo

Re: Error message when using different settings

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 3:35 PM, Jim Adams <[EMAIL PROTECTED]> wrote: > Since the cache is global to all processes running on the machine I would > think that it is very possible to get in the described situation. I could be > downloading the same named module using 2 different resolvers and the >

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Hans Dockter
On Mar 5, 2008, at 3:26 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 2:51 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: On Mar 5, 2008, at 2:26 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 2:20 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: On Mar 5, 2008, at 1:59 PM, Xavier Hanin wrot

RE: Error message when using different settings

2008-03-05 Thread Jim Adams
Since the cache is global to all processes running on the machine I would think that it is very possible to get in the described situation. I could be downloading the same named module using 2 different resolvers and the modules could serve very different purposes. I may be forced into this for

Re: Another approach to Webdav support

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 2:32 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > I have read the discussions on this list about webdav support. > > Right now it seems not possible to use webdav support without a > custom build of Ivy and building commons-vfs-sandbox. > > My impression is that is may take

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 2:51 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > On Mar 5, 2008, at 2:26 PM, Xavier Hanin wrote: > > > On Wed, Mar 5, 2008 at 2:20 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > > >> > >> On Mar 5, 2008, at 1:59 PM, Xavier Hanin wrote: > >> > >>> On Wed, Mar 5, 2008 at

Re: Error message when using different settings

2008-03-05 Thread Hans Dockter
On Mar 5, 2008, at 2:07 PM, Xavier Hanin wrote: Please open an issue about that to be sure we don't forget to handle this sooner or later. https://issues.apache.org/jira/browse/IVY-758 - Hans

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Hans Dockter
On Mar 5, 2008, at 2:26 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 2:20 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: On Mar 5, 2008, at 1:59 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 1:09 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: After updating to ivy2-beta2 I get a lot of a p

Another approach to Webdav support

2008-03-05 Thread Hans Dockter
I have read the discussions on this list about webdav support. Right now it seems not possible to use webdav support without a custom build of Ivy and building commons-vfs-sandbox. My impression is that is may take a quite a while until vfs works (and is shipped) with http-commons-3.0. I

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 2:20 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > On Mar 5, 2008, at 1:59 PM, Xavier Hanin wrote: > > > On Wed, Mar 5, 2008 at 1:09 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > > > >> After updating to ivy2-beta2 I get a lot of a particular error messag > >> in my log. T

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Hans Dockter
On Mar 5, 2008, at 1:59 PM, Xavier Hanin wrote: On Wed, Mar 5, 2008 at 1:09 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: After updating to ivy2-beta2 I get a lot of a particular error messag in my log. The build still works fine but those messages are irritating: Yes, this problem has alre

Re: Error message when using different settings

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 1:17 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > In my environment I use multiple settings to work with Ivy. > > One setting is the ivysettings.xml for building my build tool. The > other setting is when I use my build tool which defines its own > resolvers. If for example

Re: New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 1:09 PM, Hans Dockter <[EMAIL PROTECTED]> wrote: > After updating to ivy2-beta2 I get a lot of a particular error messag > in my log. The build still works fine but those messages are irritating: Yes, this problem has already been reported, and fixed in trunk (IVY-750). Do

Error message when using different settings

2008-03-05 Thread Hans Dockter
In my environment I use multiple settings to work with Ivy. One setting is the ivysettings.xml for building my build tool. The other setting is when I use my build tool which defines its own resolvers. If for example my build tool has been executed and has used Ivy to resolve a dependency t

New errors messages in log since update to Ivy-beta2

2008-03-05 Thread Hans Dockter
After updating to ivy2-beta2 I get a lot of a particular error messag in my log. The build still works fine but those messages are irritating: loadData of commons-math#commons-math;1.1 of rootConf=build using chain to resolve commons-math#commons-math;1.1 chain:

Re: [ANNOUNCE] Apache Ivy 2.0.0-beta2 available

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 9:17 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Tue, Mar 4, 2008 at 10:07 PM, Jan Vissers <[EMAIL PROTECTED]> > wrote: > > > Congrats indeed. and a good question on IvyDE. > > I did see in the trunk that there is an issue solved wrt 'Add Library' > > functionality - wh

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

IvyDE

2008-03-05 Thread Xavier Hanin
Hi, Since I often see people asking for it, I just wanted to let you know that I've done a build of IvyDE, which I've put to: http://xoocode.org/downloads/tools/ivyde/plugins/ Put both plugins (Ivy itself is an OSGi bundle, and so an eclipse plugin) in your eclipse plugins directory and you shoul

Re: logging

2008-03-05 Thread Xavier Hanin
On Wed, Mar 5, 2008 at 5:56 AM, Neil Lott <[EMAIL PROTECTED]> wrote: > Congrats on the 2.0.2! > > I was able to get our team to move forward using IVY today, so I > appreciate everyone's help. > > Is there a way to set the logging of ivy at different levels? Its > pretty verbose and I'm not sure

Re: [ANNOUNCE] Apache Ivy 2.0.0-beta2 available

2008-03-05 Thread Xavier Hanin
On Tue, Mar 4, 2008 at 10:07 PM, Jan Vissers <[EMAIL PROTECTED]> wrote: > Congrats indeed. and a good question on IvyDE. > I did see in the trunk that there is an issue solved wrt 'Add Library' > functionality - which isn't working in Europe. When will this (fix) > version be available for us? Wh

Re: [ANNOUNCE] Apache Ivy 2.0.0-beta2 available

2008-03-05 Thread Xavier Hanin
On Tue, Mar 4, 2008 at 10:01 PM, Kito D. Mann <[EMAIL PROTECTED]> wrote: > Xavier, > > Congrats on the new release. What's the current status of IvyDE? IvyDE is making progress much quicker than before thanks to the involvment of Nicolas Lalevée, who has recently become a committer. Unfortunately