Re: updating from 5.3.1 to 5.3.5

2012-09-12 Thread Lance Java
> You don't need an exclusion, you need to specify tapestry-core as a dependency in your own pom. Nearest version resolution Ah... I'd never taken the time to figure out what maven did in these cases. Thanks for the heads up. "Dependency mediation - this determines what version of a dependency wil

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread sommeralex
> > >> > > > > > > > > > > -- > > View this message in context: > http://tapestry.1045711.n5.nabble.com/updating-from-5-3-1-to-5-3-5-tp5716200p5716209.html > > > Sent from the Tapestry - User mailing list archive at Nabble.com. > > -

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread Kalle Korhonen
gt;> >> - >> To unsubscribe, e-mail: [hidden >> email]<http://user/SendEmail.jtp?type=node&node=5716208&i=3> >> For additional commands, e-mail: [hidden >> email]<http://user/SendEmail

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread Dragan Sahpaski
--- >> To unsubscribe, e-mail: [hidden >> email]<http://user/SendEmail.jtp?type=node&node=5716208&i=3> >> For additional commands, e-mail: [hidden >> email]<http://user/SendEmail.jtp?type=no

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread sommeralex
> email]<http://user/SendEmail.jtp?type=node&node=5716208&i=3> > For additional commands, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=5716208&i=4> > > > > -- > If you reply to this email, your

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread Kalle Korhonen
On Tue, Sep 11, 2012 at 8:51 AM, Lance Java wrote: > Type the following at the command line to get a better idea of what's going > on: >> mvn dependency:tree > Most likely, you will find that one of your dependencies is bringing in the > old tapestry version. You might need to add an exclusion [1]

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread sommeralex
thx se.unbound:tapestry-breadcrumbs:jar:1.9:compile -- View this message in context: http://tapestry.1045711.n5.nabble.com/updating-from-5-3-1-to-5-3-5-tp5716200p5716207.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: updating from 5.3.1 to 5.3.5

2012-09-11 Thread Lance Java
Type the following at the command line to get a better idea of what's going on: > mvn dependency:tree Most likely, you will find that one of your dependencies is bringing in the old tapestry version. You might need to add an exclusion [1]. [1] http://maven.apache.org/guides/introduction/introduct

updating from 5.3.1 to 5.3.5

2012-09-11 Thread sommeralex
Hello! I have an error and wanted to debug it, but being in the debugging mode got me another error which showd me that i am not running 5.3.5. The first thing which is strange is that the VERSION which is being reported in the tapestry error log in my browser is showing an OLD tapestry version. 5