Re: IDEA plugin up-to-date?

2006-08-20 Thread Clifton Craig
Wendy, Almost but not quite. I tried your commands and now it looks like I'm missing something else. This is feeling more and more like the RPM dependency hell that drove me to Debian based systems. Here's my most recent error: [INFO]

Re: IDEA plugin up-to-date?

2006-08-20 Thread Wendy Smoak
On 8/18/06, Clifton Craig [EMAIL PROTECTED] wrote: GroupId: org.apache.maven ArtifactId: maven-parent Version: 4-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.maven:maven-parent:pom:4-SNAPSHOT Is there a quick and easy appraoch to installing things from

RE: IDEA plugin up-to-date?

2006-08-18 Thread Dave Hoffer
Yes, that is what I was referring to. Yes, you can get the source and build it. -dh -Original Message- From: Christofer Jennings [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 7:12 PM To: Maven Users List Subject: Re: IDEA plugin up-to-date? +1 I assume you mean the 2.1

Re: IDEA plugin up-to-date?

2006-08-18 Thread Clifton Craig
I'm just starting to use the idea plugin for M2 and getting used to it. I have a couple of questions. 1. Where can I find the docs for the available goals in the Idea plugin? 2. Do I need the latest version from the trunk to get the features listed in the post below? 3. If I do need the svn

Re: IDEA plugin up-to-date?

2006-08-18 Thread Clifton Craig
Ok, I got the latest idea plugin checked out from svn. Now I'm having trouble building it. Can somebody help me? I get the following error when I run mvn test from the cmd line: idea-plugin$ mvn test [INFO] Scanning for projects... [INFO] snapshot

Re: IDEA plugin up-to-date?

2006-08-18 Thread Wendy Smoak
On 8/18/06, Clifton Craig [EMAIL PROTECTED] wrote: Ok, I got the latest idea plugin checked out from svn. Now I'm having trouble building it. Can somebody help me? I get the following error when I run mvn test from the cmd line: idea-plugin$ mvn test ... [INFO] Failed to resolve artifact.

RE: IDEA plugin up-to-date?

2006-08-11 Thread Roald Bankras
With the latest version of the plugin, my multi module projects get setup correctly. If you're having problems with the sources and javadoc, mvn idea:module does an update of your project instead of creating it again. Likewise idea:clean will remove any idea projects files. You can even let mvn

Re: IDEA plugin up-to-date?

2006-08-10 Thread Christofer Jennings
On closer look, the plugin page says it only looks for project.xml files now, so I guess that means it's not ready for maven 2 yet. Is there a new version or other plugin around for IDEA 5.x and Maven 2? ,chris - To

Re: IDEA plugin up-to-date?

2006-08-10 Thread Matt Raible
mvn idea:idea works pretty well for me. http://maven.apache.org/plugins/maven-idea-plugin Matt On 8/10/06, Christofer Jennings [EMAIL PROTECTED] wrote: On closer look, the plugin page says it only looks for project.xml files now, so I guess that means it's not ready for maven 2 yet. Is there

Re: IDEA plugin up-to-date?

2006-08-10 Thread Christofer Jennings
I'm trying that mvn idea:idea out too. It's nice to get a project up quickly, but it seems to clobber any previous settings (like adding library src and javadoc) if I run it again. Also, I'd like to run the maven build from IDEA. I'm new to maven, so maybe I'm just using it wrong. But a nice

RE: IDEA plugin up-to-date?

2006-08-10 Thread Dave Hoffer
these problems. It would be great if 2.1 could be released. -dh -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 4:35 PM To: Maven Users List Subject: Re: IDEA plugin up-to-date? mvn idea:idea works pretty well for me. http://maven.apache.org

Re: IDEA plugin up-to-date?

2006-08-10 Thread Christofer Jennings
+1 I assume you mean the 2.1-SNAPSHOT of the plugin? ... Can I get the source and build it? What takes so long for releases? ,chris On 8/10/06, Dave Hoffer [EMAIL PROTECTED] wrote: ... We made a snapshot build of 2.1-SNAPSHOT a while back that fixes these problems. It would be great if