Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Stephane Decleire
Yes i do Jonathan Barker a écrit : Do you have Build Automatically selected in Eclipse? -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 18:59 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me crazy !!! I've

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Stephane Decleire
Barker a écrit : Do you have Build Automatically selected in Eclipse? -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 18:59 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me crazy !!! I've installed

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Stephane Decleire
PROTECTED] Sent: Sunday, December 07, 2008 18:59 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me crazy !!! I've installed the last sonatype's m2eclipse and my app is launched without dependencies errors but neither tml modifications nor java modifications are automatically reloaded

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Andreas Andreou
in Eclipse? -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 18:59 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me crazy !!! I've installed the last sonatype's m2eclipse and my app is launched without dependencies errors

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Stephane Decleire
Subject: Re: [T5] Tapestry + Maven make me crazy !!! I've installed the last sonatype's m2eclipse and my app is launched without dependencies errors but neither tml modifications nor java modifications are automatically reloaded when i right click my project, select Debug as / Maven Build

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Thiago H. de Paula Figueiredo
Em Mon, 08 Dec 2008 08:10:39 -0300, Stephane Decleire [EMAIL PROTECTED] escreveu: I have just found the solution : -Dtapestry.modules=com.cariboonetworks.mylib1.services.Lib1Module,com.cariboonetworks.mylib2.services.Lib2Module, ... in the VM parameters of the JettyLauncher configuration did

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Stephane Decleire
Thanks Thiago for the tip. Thiago H. de Paula Figueiredo a écrit : Em Mon, 08 Dec 2008 08:10:39 -0300, Stephane Decleire [EMAIL PROTECTED] escreveu: I have just found the solution :

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-08 Thread Borut Bolčina
2008/12/8 Stephane Decleire [EMAIL PROTECTED] So, after several days of development environment frustrations, it seems that i get my configuration back and ready to work ... A JIRA request as already been filled 2 months ago for this and i think we should vote for it. Stephane Please

[T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Stephane Decleire
I've been working with tapestry 5 in eclipse for several months by now. And i have built a complex hierarchy of projects to fullfil my needs : 2 tapestry 5 applications both using several tapestry 5 libraries. In maven, my 2 applications depends of some of the libraries which in turn depends on

RE: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Jonathan Barker
you DON'T KNOW that really gets you into trouble, it's what you KNOW that ISNT TRUE. Good luck. Jonathan -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 17:26 To: Tapestry users Subject: [T5] Tapestry + Maven make me crazy

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Thiago H. de Paula Figueiredo
Are you using Sonatype's m2eclipse plugin? (http://m2eclipse.sonatype.org/) If not, I strongly recommend it. If you have any issues with JettyLauncher not finding libraries, it's because they're not correctly added to your project classpath. -- Thiago H. de Paula Figueiredo Independent

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Thiago H. de Paula Figueiredo
Em Sun, 07 Dec 2008 19:53:28 -0300, Jonathan Barker [EMAIL PROTECTED] escreveu: Second, if you upgraded from the old, rather limited m2eclipse plugin to the latest and greatest, it will break the old JettyLauncher plugin. Been there, broke that. Sonatype's m2eclipse (the newer ones)

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Onno Scheffers
I think that i'm not the only tapestry user without maven high skills ... If you're using the Tapestry binaries, there's no real reason you need to use Maven if if gives you so much troubles. When you lose days figuring out how to get your builds to work properly, it might be a good reason

RE: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Jonathan Barker
list about their frustrations with Maven. I've been on the floor laughing a couple of times. Jonathan -Original Message- From: Thiago H. de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 18:58 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Stephane Decleire
I've installed the last sonatype's m2eclipse and my app is launched without dependencies errors but neither tml modifications nor java modifications are automatically reloaded when i right click my project, select Debug as / Maven Build ... and start jetty:run from there ... Thiago H. de Paula

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Stephane Decleire
their frustrations with Maven. I've been on the floor laughing a couple of times. Jonathan -Original Message- From: Thiago H. de Paula Figueiredo [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 18:58 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me crazy

RE: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Jonathan Barker
Do you have Build Automatically selected in Eclipse? -Original Message- From: Stephane Decleire [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 18:59 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me crazy !!! I've installed the last sonatype's m2eclipse

RE: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Jonathan Barker
:[EMAIL PROTECTED] Sent: Sunday, December 07, 2008 19:08 To: Tapestry users Subject: Re: [T5] Tapestry + Maven make me crazy !!! Thanks Jonathan, Happy to know i'm not alone ;-) But it won't help a lot in getting a not disturbed environment for my tap projects ... Is there a list

Re: [T5] Tapestry + Maven make me crazy !!!

2008-12-07 Thread Martin Papy
Hi Stephane, I have build a web app -maybe not as complex as yours- but I got a similar problem once... The solution I found is to force Eclipse to build all projects inside the same directory completly outside all projects. Exemple Project Structure : /Parent |_Module1 |_Module2