Re: Setting up Tapestry source code in Eclipse

2012-05-14 Thread Thiago H. de Paula Figueiredo
On Sun, 13 May 2012 09:53:15 -0300, Igor Drobiazko wrote: +1 for putting it on github. I don't think we should have two different APIs for the same thing. We have a new URL rewriting api now and the old one is deprecated. If somebody needs to use the "old" stuff, just create a new project o

Re: Setting up Tapestry source code in Eclipse

2012-05-13 Thread Igor Drobiazko
+1 for putting it on github. I don't think we should have two different APIs for the same thing. We have a new URL rewriting api now and the old one is deprecated. If somebody needs to use the "old" stuff, just create a new project on github. On Sat, May 12, 2012 at 7:29 AM, Kalle Korhonen wrote:

Re: Setting up Tapestry source code in Eclipse

2012-05-12 Thread Thiago H. de Paula Figueiredo
On Sat, 12 May 2012 02:29:20 -0300, Kalle Korhonen wrote: A separate sub-project as part of Tapestry? That sounds weird in a lot of ways - so far, we haven't had any separately releasable modules and we don't have any examples of competing implementations from different committers. Why not ju

Re: Setting up Tapestry source code in Eclipse

2012-05-11 Thread Kalle Korhonen
On Fri, May 11, 2012 at 10:46 AM, Thiago H. de Paula Figueiredo wrote: > On Fri, 11 May 2012 13:06:33 -0300, Denis Stepanov > wrote: > I ended up figuring out what Denis described above and then I managed to get > everything set up now. By the way, is anyone against me creating a separate > subpr

Re: Setting up Tapestry source code in Eclipse

2012-05-11 Thread Thiago H. de Paula Figueiredo
On Fri, 11 May 2012 13:06:33 -0300, Denis Stepanov wrote: Gradle's eclipse plugin doesn't include provided project dependencies, you need to add them manualy (Java Build Path - Projects - Add tapestry-test). Plugin also generates root eclipse project, delete ".project" in the root folder

Re: Setting up Tapestry source code in Eclipse

2012-05-11 Thread Denis Stepanov
Gradle's eclipse plugin doesn't include provided project dependencies, you need to add them manualy (Java Build Path - Projects - Add tapestry-test). Plugin also generates root eclipse project, delete ".project" in the root folder and then you can import all projects at once. Denis May 11, 201

Re: Setting up Tapestry source code in Eclipse

2012-05-11 Thread Taha Siddiqi
Me too :) I just love IntelliJ Idea. On May 11, 2012, at 9:10 PM, Igor Drobiazko wrote: > I'm using IntelliJ too. Can't really help here. > > On Fri, May 11, 2012 at 3:52 AM, Thiago H. de Paula Figueiredo < > thiag...@gmail.com> wrote: > >> Hi, guys! >> >> How do you setup the Tapestry sour

Re: Setting up Tapestry source code in Eclipse

2012-05-11 Thread Igor Drobiazko
I'm using IntelliJ too. Can't really help here. On Fri, May 11, 2012 at 3:52 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Hi, guys! > > How do you setup the Tapestry sources in Eclipse package or packages? I've > checked out the trunk into a project, but it isn't recognized as

Re: Setting up Tapestry source code in Eclipse

2012-05-11 Thread Howard Lewis Ship
Hope there isn't a real problem here ... I use IntelliJ now, so I'm not sure what's happened; it may come down to which version of Gradle you are using. On Thu, May 10, 2012 at 6:52 PM, Thiago H. de Paula Figueiredo wrote: > Hi, guys! > > How do you setup the Tapestry sources in Eclipse package o