I was recently cast out of the Garden of Eden for eating the forbidden
fruit: m2eclipse (updated).

I was running the old JettyLauncher with the old (and rather limited)
m2eclipse, on Eclipse 3.3 / MyEclipse 6.0.  Life was good.  Easy debugging,
hot reloading.  I had JettyPlus configured so I could take my war file
straight from my development system and drop it into a JBoss server for
deployment and take advantage of pre-configured DataSources.

Alas, the updated and mainly superior m2eclipse removes PluginDependencies
from your classpath in order to make the execution within Eclipse be
virtually identical to what it would be from command-line Maven.

That breaks JettyLauncher and Run-Jetty-Run because you need the plugins on
the classpath. Other than that, it does avoid some odd situations where
things work in Eclipse but not when deployed elsewhere.

I think I've figured out my usable alternative with external mvn
hightide:run (hightide is a derivative of Jetty, and there is a hightide
maven plugin).  It's not as convenient, but it is workable.

Jonathan

> -----Original Message-----
> From: Kevin Menard [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 26, 2008 13:59
> To: Tapestry users
> Subject: Re: Development Environment
> 
> Hi Borut,
> 
> Please file JIRA issues for these ideas, otherwise they're bound to be
> lost.
> 
> --
> Kevin
> 
> 
> 
> On Fri, Sep 26, 2008 at 6:53 AM, Borut Bolčina <[EMAIL PROTECTED]>
> wrote:
> > Hello,
> >
> > since JettyLauncher is not working with Eclipse Ganymede, this should be
> > mentioned at
> > http://tapestry.apache.org/tapestry5/tutorial1/env.html
> >
> > I looked at http://code.google.com/p/run-jetty-run/ but some posts
> suggest
> > that it is not working with m2eclipse plugin.But I will try it out...
> >
> > It would be a great time saver if tutorial at the above link would
> describe
> > some different scenarios how developers can set up their environments to
> > benefit from live class reloading. Reading the mailing list there seems
> to
> > be great confussion.
> >
> > Cheers,
> > Borut
> >


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

Reply via email to