Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-28 Thread Hugo Palma
Yeah, i saw it in the release notes. Have you tried it ? On 5/26/07, Jesse Kuhnert [EMAIL PROTECTED] wrote: The latest selena dev build release has maven2 support built in now. . On 5/23/07, Hugo Palma [EMAIL PROTECTED] wrote: There's also great work going on here

Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-28 Thread Jesse Kuhnert
Yeah, but I had to revert to an older build because testng was broken in it. Seemed to work pretty well. On 5/28/07, Hugo Palma [EMAIL PROTECTED] wrote: Yeah, i saw it in the release notes. Have you tried it ? On 5/26/07, Jesse Kuhnert [EMAIL PROTECTED] wrote: The latest selena dev build

Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-26 Thread Jesse Kuhnert
The latest selena dev build release has maven2 support built in now. . On 5/23/07, Hugo Palma [EMAIL PROTECTED] wrote: There's also great work going on here http://mevenide.codehaus.org/mevenide-idea/index.html. The site is out of date, but i've exchanged a few emails with Ralf that is

Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-23 Thread Hugo Palma
There's also great work going on here http://mevenide.codehaus.org/mevenide-idea/index.html. The site is out of date, but i've exchanged a few emails with Ralf that is developing it and i actually got it working from a svn build. It's looking good. My guess is that the JetBrains folks are

Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-22 Thread Anton Litvinenko
Thanks, Jesse! At the moment I am using mvn jetty plugin to start application. This way IDEA can compile application to the same directories as mvn, thus it is possible to use mvn idea plugin to generate IDEA project descriptors. (btw, another problem is that mvn idea doesn't attach source code

Developing Tapestry applications in IntelliJ IDEA

2007-05-21 Thread Anton Litvinenko
Hello, Would someone be kind enough to explain how it is possible to use Tapestry abilities not to cache templates in IntelliJ? (if I am not mistaken, then at least Jesse uses IDEA ;) With Eclipse and WTP it was fairly easy --- just needed to specify the corresponding system variable in the

Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-21 Thread Jesse Kuhnert
That's what I do. (shift- F9) Of course it's entirely dependent on how you have your project setup. ...I've also had it setup so that my compile output directory goes directly into my web-inf/classes so changes are picked up automaticallyThen you just point everything to your single web