You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Charles Roth <cr...@thedance.net> on 2016/10/01 16:20:27 UTC

Re: Tapestry 5.4.1, MessageFormatter gone?

>> Just the packaging has changed, add dependency to commons:
>>
>>   <groupId>org.apache.tapestry</groupId>
>>   <artifactId>commons</artifactId>
>>   <version>5.4.1</version>
>
> This dependency should be already there due to the tapestry-ioc and 
> tapestry-core
> packages already depending on the commons one. This class was just 
> moved unchanged
> from one subproject (JAR) to another, without any source code changes.
Thank you, and for the kind words of encouragement.

We're stuck at the moment with Ivy (not Maven), so the transitive 
dependencies did not show up.  I had to ask here to find out about the 
change (thanks everyone).   Is there some sort of tool (or website) that 
will show (those of us still stuck in the dark ages :-) ) what the 
actual dependency tree is?

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


Re: Tapestry 5.4.1, MessageFormatter gone?

Posted by Ivano Luberti <lu...@archicoop.it>.
Il 03/10/2016 18:50, Thiago H de Paula Figueiredo ha scritto:
> On Sat, 01 Oct 2016 13:20:27 -0300, Charles Roth <cr...@thedance.net>
> wrote:
>
> As far as I can remember, Ivy uses Maven repositories and does
> transitive dependencies.
>

well it seems they kind of discourage this practice...

http://ant.apache.org/ivy/m2comparison.html

-- 
==================================================
dott. Ivano Mario Luberti
Archimede Informatica societa' cooperativa a r. l.
Sede Operativa
Via Gereschi 36 - 56126- Pisa
tel.: +39-050- 580959
tel/fax: +39-050-8932061
web: www.archicoop.it
==================================================


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


Re: Tapestry 5.4.1, MessageFormatter gone?

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Sat, 01 Oct 2016 13:20:27 -0300, Charles Roth <cr...@thedance.net>  
wrote:

> Thank you, and for the kind words of encouragement.

:)

> We're stuck at the moment with Ivy (not Maven), so the transitive  
> dependencies did not show up.  I had to ask here to find out about the  
> change (thanks everyone).

As far as I can remember, Ivy uses Maven repositories and does transitive  
dependencies.

> Is there some sort of tool (or website) that will show (those of us  
> still stuck in the dark ages :-) ) what the actual dependency tree is?

mvn dependency:tree. :D

-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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