On Thu, 2003-02-13 at 11:02, Colin Sampaleanu wrote:
> Jason van Zyl wrote:
> 
> >On Thu, 2003-02-13 at 09:40, Colin Sampaleanu wrote:
> >  
> >
> >>This is quite possible, since the current code doesn't break the build 
> >>when a dependency is not found...
> >>
> >>    
> >>
> >
> >Ok, I just tried what you described with HEAD and got:
> >
> >-----
> > __  __
> >|  \/  |__ Jakarta _ ___
> >| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >|_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-9
> >
> >
> >Attempting to download crapola-1.0.jar.
> >WARNING: Failed to download crapola-1.0.jar.
> >The build cannot continue because of the following unsatisfied
> >dependency:
> >
> >crapola-1.0.jar
> >
> >Total time:  4 seconds
> >
> >-----
> >
> >Where do we have the mismatch?
> >
> >  
> >
> Maybe it's an OS thing. I am running Win2k, and I think you are running 
> Linux? 

Yes, I have Linux. Do you have multiple repositories set? Maybe that's
it.

> The other thing I just verified is that while dIon had said he 
> was going to change the ignoreErrors flag to false (in 
> DependencyVerifier), it's still true. So actually, I understand why it's 
> not failing for me, I don't understand why it's failing for you. 

We should probably change the logic to just let the downloads occur and
then check again afterward which artifacts are present. That way it wil
always depend on what is actually present in the local repository.

> I think 
> in my case what is happening is that an expected error happens (in 
> HttpUtils), and because of the ignoreErrors that doesn't get returned as 
> an error. 


> In your case, an exception of another sort gets thrown, which 
> doesn't get filtered by the ignoreErrors flag but comes through to 
> DependencyVerifier, so the artifact is not treated as downloaded.
> 
> Will try to figure this out in more depth.

Ok, thanks. Things are in better shape now so patches can be applied a
little faster now.

> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to