On Wed, Aug 19, 2009 at 11:54 PM, <p.stavrini...@albourne.com> wrote:
> On a side note:
> Respectfully I disagree with you Kalle :) I maintain that using exclude is 
> the most efficient way as there is a chance that you can end up with more 
> than one version of the jar on your classpath... also explicit declaration 
> generally implies that you have to remember to track versions.
>

If you are using the same group and artifact id, you cannot end up
with multiple versions of the same lib in your classpath. Maven's
version resolution takes care of that (or is supposed to anyway).
Maven 2.x doesn't allow global excludes which is why you may always
end up with the wrong version in the classpath as a transitive
dependency if you don't explicitly declare your own version
dependencies (nearest version resolution). Not that I want to disagree
with you - if you have a case where this is not happening, it's either
a bug or I'm misunderstanding something.

Kalle



> ----- Original Message -----
> From: "Thiago H. de Paula Figueiredo" <thiag...@gmail.com>
> To: "Tapestry users" <users@tapestry.apache.org>
> Sent: Wednesday, 19 August, 2009 01:50:43 GMT +02:00 Athens, Beirut, 
> Bucharest, Istanbul
> Subject: Re: Hello. New user here!
>
> Em Tue, 18 Aug 2009 19:19:43 -0300, Martin Torre Castro
> <mad...@hotmail.com> escreveu:
>
>> I have find an alternative solution for my problem, but I'd like to
>> thank Kalle, Joshua and Thiago for the help. I'm interested in Tapestry
>> and events and I will look for information about mixings and the
>> Chenille Kit in the future. Thank you very much.
>
> You're welcome!
> Just a little nitpick: it's mixins, not mixings. ;) Their use and
> implementation in Tapestry are described in
> http://tapestry.apache.org/tapestry5.1/guide/mixins.html. In a broader
> sense, you can read about mixins in http://en.wikipedia.org/wiki/Mixin.
>
> --
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to