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 b

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 > http://mevenide.c

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 deve

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 waiting

Re: Developing Tapestry applications in IntelliJ IDEA

2007-05-22 Thread Jesse Kuhnert
Yep, the idea mvn generation is handy. I just found this the other day, haven't tried it yet but it may help you with those sources/javadocs: http://maven.apache.org/plugins/maven-idea-plugin/examples/attach-library-src-doc.html (and they've said something about having maven2 support directly i

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 o

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 cont