On Fri, 2008-03-14 at 08:20 +1100, Paul Smith wrote: > Hi, > > I recently upgrade Pinpoint to Spring 2.5.1 too. Could you describe > the problem you encountered? Love to gain experience from what you > learned.
I am using ivy to resolve the dependencies and I needed spring-core/context in 2.5.1. When I used this, ivy reported missing libraries dependencies. Quick fix was a downgrade since I did not yet planed to implement 2.5.1 enhancements. I am not sure whether it is because of Ivy but not found time to look at it. saku2 > > cheers, > > Paul > On 13/03/2008, at 9:47 PM, [EMAIL PROTECTED] wrote: > > > Author: thorsten > > Date: Thu Mar 13 03:47:04 2008 > > New Revision: 636706 > > > > URL: http://svn.apache.org/viewvc?rev=636706&view=rev > > Log: > > Downgrading again Spring because the new version did not resolved > > some dependencies. > > > > Modified: > > labs/droids/trunk/ivy.xml > > > > Modified: labs/droids/trunk/ivy.xml > > URL: > > http://svn.apache.org/viewvc/labs/droids/trunk/ivy.xml?rev=636706&r1=636705&r2=636706&view=diff > > = > > = > > = > > = > > = > > = > > = > > = > > ====================================================================== > > --- labs/droids/trunk/ivy.xml (original) > > +++ labs/droids/trunk/ivy.xml Thu Mar 13 03:47:04 2008 > > @@ -24,7 +24,8 @@ > > <artifact name="org.apache.droids" type="jar" ext="jar"/> > > </publications> > > <dependencies> > > - <dependency org="org.springframework" name="spring-core" > > rev="2.5.1"/> > > + <dependency org="org.springframework" name="spring-core" > > rev="2.0.8"/> > > + <dependency org="org.springframework" name="spring-mock" > > rev="2.0.8"/> > > <dependency org="stax" name="stax-api" rev="1.0.1"/> > > <dependency org="stax" name="stax" rev="1.2.0"/> > > <dependency org="net.java.dev.stax-utils" name="stax-utils" > > rev="20040917"/> > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > Paul Smith > Core Engineering Manager > > Aconex > The easy way to save time and money on your project > > 696 Bourke Street, Melbourne, > VIC 3000, Australia > Tel: +61 3 9240 0200 Fax: +61 3 9240 0299 > Email: [EMAIL PROTECTED] www.aconex.com > > This email and any attachments are intended solely for the addressee. > The contents may be privileged, confidential and/or subject to > copyright or other applicable law. No confidentiality or privilege is > lost by an erroneous transmission. If you have received this e-mail in > error, please let us know by reply e-mail and delete or destroy this > mail and all copies. If you are not the intended recipient of this > message you must not disseminate, copy or take any action in reliance > on it. The sender takes no responsibility for the effect of this > message upon the recipient's computer system. > > > -- Thorsten Scherler thorsten.at.apache.org Open Source Java consulting, training and solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
