Re: Development environment for a modular Tapestry app

2013-10-01 Thread Lance Java
BTW tapestry-stitch has two modules (component library + webapp) and I develop in eclipse using m2e + RunJettyRun. As you can see, StitchModule is added to the manifest here: https://github.com/uklance/tapestry-stitch/blob/master/pom.xml#L67 But also declared as a SubModule here for easy testing:

Re: Development environment for a modular Tapestry app

2013-10-01 Thread Lance Java
If you are using m2e maven eclipse plugin then it should do the "right" thing 1. If it can resolve the dependency from your eclipse workspace, it will use the local class files 2. If not (lets say you close / delete the project) then it will use the jar files from your maven repository The RunJe

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Muhammad Gelbana
@Thiago I'm using RunJettyRun. I think the other method you are referring to is maven's jetty:run ? Well I don't use maven at all. Yes I mean @Submodule. Editing my modules every time I need to load a specific set of modules is time consuming and error prone. I only need to be able to run my mult

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Jan Fryblik
On Mon, 30 Sep 2013 19:40:42 +0200, Thiago H de Paula Figueiredo wrote: On Mon, 30 Sep 2013 14:28:34 -0300, Muhammad Gelbana wrote: Here comes the problem. When I edit my code, and build my module into a .jar file, the build is broken because the .jar file is already used by the loaded

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Thiago H de Paula Figueiredo
On Mon, 30 Sep 2013 14:28:34 -0300, Muhammad Gelbana wrote: Here comes the problem. When I edit my code, and build my module into a .jar file, the build is broken because the .jar file is already used by the loaded web app in jetty. So I can't make use of the class-reloading feature. It

Re: Development Environment

2008-09-27 Thread adamh
I currently use Eclipse 3.4 J2EE, Run-Jetty-Run and Jetty 6 with no problems at all, I can debug quite happily through the debugger with class reloading (components/pages) and template (.tml) changes all happening live. The only thing I need to restart for is non-managed clesses such as Entities a

Re: Development Environment

2008-09-27 Thread Olle Hallin
Or "mvnDebug jetty:run" and then attach the debugger to the running jvm. Regards, Olle 2008/9/27 Luther Baker <[EMAIL PROTECTED]> > I love this forum! > > > On Sep 27, 2008, at 10:44 AM, Martin Strand wrote: > > With m2eclipse: >> Right click your project, select "Debug As" --> "Maven build..."

Re: Development Environment

2008-09-27 Thread Luther Baker
I love this forum! On Sep 27, 2008, at 10:44 AM, Martin Strand wrote: With m2eclipse: Right click your project, select "Debug As" --> "Maven build..." and start jetty:run from there On Sat, 27 Sep 2008 17:20:54 +0200, Luther Baker <[EMAIL PROTECTED] > wrote: :-) Nice analogy. So, how d

Re: Development Environment

2008-09-27 Thread Martin Strand
With m2eclipse: Right click your project, select "Debug As" --> "Maven build..." and start jetty:run from there On Sat, 27 Sep 2008 17:20:54 +0200, Luther Baker <[EMAIL PROTECTED]> wrote: :-) Nice analogy. So, how do I use the eclipse debugger with mvn jetty:run? --

Re: Development Environment

2008-09-27 Thread Luther Baker
ther 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

Re: Development Environment

2008-09-27 Thread Borut Bolčina
gs 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. &g

Re: Development Environment

2008-09-26 Thread Luther Baker
ailto:[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. > > > &

RE: Development Environment

2008-09-26 Thread Jonathan Barker
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 <

Re: Development Environment

2008-09-26 Thread Kevin Menard
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.apac