Thanks for the reply.

I tried the IvyDE build.  It builds the Jar however doesn't seem to do the site 
correctly.
If I get time Ill try it again and report whats happening.  It might be my 
environment.

It would be great if there were snapshot releases avaialbe nightly from the 
ivyde website. :)

The IvyDE release seems fine when I add it manually however and the patch we 
submitted seems fine.
Many thanks for the fast turn around :)

Ill report back on the trunk either a) when ive managed to build it, or B) 
grabbed hold of your build version.

Many thanks,



Alex Foreman
Morgan Stanley | Technology
20 Cabot Square | Canary Wharf | Floor 06
London, E14 4QW
Phone: +44 20 7677-5732
[EMAIL PROTECTED]

-----Original Message-----
From: Xavier Hanin [mailto:[EMAIL PROTECTED]
Sent: 06 August 2008 12:12
To: [email protected]
Subject: Re: Problem with revConstraint

On Wed, Aug 6, 2008 at 11:43 AM, Foreman, Alex (IT) < [EMAIL PROTECTED]> wrote:

> Many thanks for this.
>
> I've been having trouble building the trunk for some reason.

Building from trunk should be easy, all you need is a svn checkout of trunk and 
ant 1.6+ installed on your box, with NO ivy jar in your ant lib. If you have 
problems please report.


>
>
> Is there any chance we can have the latest snapshot in jar form like
> last time?

I'm not on my dev box now, so I can't provide it. I'm not sure I'll get time to 
do it before I leave for vacation again (next week).

>
>
> Also is there a snapshot IvyDE available anywhere nightly build or
> somesuch.

Same as for Ivy, Nicolas has done a great job to provide an easy build and 
related instructions for IvyDE, you should be able to build it yourself. And 
note that you don't need to rebuild IvyDE to upgrade Ivy in IvyDE, with latest 
release of IvyDE, you can simply drop ivy.jar in your eclipse plugins directory 
and eclipse should take the latest.

Xavier


>
> If I can get this ill let you know if all is working.
>
> Thanks,
>
>
> Alex Foreman
> Morgan Stanley | Technology
> 20 Cabot Square | Canary Wharf | Floor 06 London, E14 4QW
> Phone: +44 20 7677-5732
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Xavier Hanin [mailto:[EMAIL PROTECTED]
> Sent: 04 August 2008 18:58
> To: [email protected]
> Subject: Re: Problem with revConstraint
>
> On Wed, Jul 30, 2008 at 3:34 PM, Foreman, Alex (IT) <
> [EMAIL PROTECTED]> wrote:
>
> > Hi,
> >
> > We use a custom version matcher that loads in default values from a
> > property file and when rev="default" we look for a property called
> > 'org.module.default' and use that value.
> >
> > E.g.
> > Apache.ivy.default=1.3
> >
> > Would match org="apache" name="ivy" rev="default" to rev="1.3" in
> > the delivered ivy file and also place revConstraint="default" into
> > that dependency.
> >
> > If we have someone that consumes this ivy that does not load up the
> > properties file we fail even tho we are using resolveMode="default".
> > IE it shuld not take into account the revConstraint.  It is however
> > trying to work this out anyway and causing the cachepath to fail as
> > our default version matcher cannot find the property.
> >
> > Eg I ask for Apache#ivy!1.3
> >
> > The ivy file has a revConstraint="default" in its dependeny and we
> > crash out even tho I specifed an exact value and did not want to use
> > the
> default.
> >
> > My question is:
> > Why does the resolve/cachepath look at the revConstraint  when we
> > are not interested in it in resolveMode="true".
>
> In default resolveMode, the revConstraint should be ignored except for
> reporting. After checking the code it seems that there's one place
> where it's used whatever the setting is: in ModuleInSort class. I see
> no reason why this is used, I guess it's due to the initial way of
> dealing with resolveMode, but now we use a mediation mechanism, so now
> using the dependency revision id seems to be better. I've just
> committed this change in Ivy, could you try out the trunk version and tell if 
> it works better.
>
> Xavier
>
> >
> >
> > Can we :
> > a) not try to resolve the revConstraint if it is not needed?
> > B) strip revConstraint out on a deliver so its not there?
> > C) tell ivy to always ignore the revConstraint.
> >
> > Can we currently do any of the above 3?
> >
> > If not do people consider this a bug and should it be fixed?
> >
> > Many thanks,
> >
> > Alex Foreman
> > Morgan Stanley | Technology
> > 20 Cabot Square | Canary Wharf | Floor 06 London, E14 4QW
> > Phone: +44 20 7677-5732
> > [EMAIL PROTECTED]
> > --------------------------------------------------------
> >
> > NOTICE: If received in error, please destroy and notify sender.
> > Sender does not intend to waive confidentiality or privilege. Use of
> > this email is prohibited when received in error.
> >
>
>
>
> --
> Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/
> http://ant.apache.org/ivy/ http://www.xoocode.org/
> --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender
> does not intend to waive confidentiality or privilege. Use of this
> email is prohibited when received in error.
>



--
Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ 
http://ant.apache.org/ivy/ http://www.xoocode.org/
--------------------------------------------------------

NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.

Reply via email to