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
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
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
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
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
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
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