Following up on my previous post, there was a thread back around 5/21 where
HLS gave the following tip for updating the package names:

>>>>> find . -name \*.java -o -name \*.xml -o -name \*.properties  | 
>>>>> xargs sed -i s/org\\.apache\\.tapestry\\./org.apache.tapestry5./g



> -----Original Message-----
> From: rdennett [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 10, 2008 00:35
> To: users@tapestry.apache.org
> Subject: RE: Updating maven from within eclipse
> 
> 
> I ran mvn eclipse:eclipse from the tapestry-tutorial1 directory and it
> said
> that it built successfully (actually, I was wanting to know how to update
> the project via maven from _within_ eclipse), but I am still getting a
> bunch
> of "cannot be resolved" errors for various imports.  I had put this
> project
> away for a while and I am just now getting back to it.  The version
> specified in the pom was 5.0.6.  Did a bunch of directories move since
> then?
> 
> Thanks,
> Rob
> 
> 
> Jonathan Barker wrote:
> >
> > I'll add to that...
> >
> > Once you have edited your pom to change the release version, and run mvn
> > eclipse:eclipse, make sure you check your Eclipse project's classpath to
> > make sure there are no lingering references to the old Tapestry jars.
> >
> >
> >
> >> -----Original Message-----
> >> From: Toby Hobson [mailto:[EMAIL PROTECTED]
> >> Sent: Tuesday, September 09, 2008 07:45
> >> To: Tapestry users
> >> Subject: Re: Updating maven from within eclipse
> >>
> >> Hi Rob are you using the maven-eclipse plugin or just running mvn
> >> eclipse:eclipse from the command line to generate the .project file?
> >>
> >> Either way I think changing your pom to use the newer version should
> >> work.
> >> If you are still having problems you can always delete the contents of
> >> your
> >> .m2/repository directory. That seems to fix most things
> >>
> >> Toby
> >>
> >> 2008/9/9 rdennett <[EMAIL PROTECTED]>
> >>
> >> >
> >> > I encountered an issue with building my project when I added a
> >> @Property
> >> > annotation to one of my classes.  I found a post advising me to
> upgrade
> >> the
> >> > properties/tapestry-release-version to 5.0.14 and do a maven update,
> >> but
> >> I
> >> > was unclear as to how to do that from within eclipse.  Is it a matter
> >> of
> >> > configuring an external tools maven configuration?  If so, I am not
> >> sure
> >> > how
> >> > to do that.
> >> >
> >> > Thanks for your help,
> >> > Rob
> >> > --
> >> > View this message in context:
> >> > http://www.nabble.com/Updating-maven-from-within-eclipse-
> >> tp19384589p19384589.html
> >> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >> >
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> > For additional commands, e-mail: [EMAIL PROTECTED]
> >> >
> >> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> --
> View this message in context: http://www.nabble.com/Updating-maven-from-
> within-eclipse-tp19384589p19406174.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to