maven-idea-plugin fails (from trunk)

2006-04-04 Thread Arik Kfir
hey everyone Has anyone been able to build the 'maven-idea-plugin' from the trunk, using a trunk-built maven from the 2.0.x branch? The org.apache.maven.plugin.idea.IdeaModuleTest fails with a "Dependency is present" assertion error. What's more, if I ignore the test and install it anyway, I get

Re: maven-idea-plugin fails (from trunk)

2006-04-04 Thread Edwin Punzalan
Hi, I'm currently adding unit tests to this plugin and I "unknowingly" put a hardcoded drive into the tests... I'll fix that asap. Arik Kfir wrote: hey everyone Has anyone been able to build the 'maven-idea-plugin' from the trunk, using a trunk-built maven from the 2.0.x branch? The org.apa

Re: maven-idea-plugin fails (from trunk)

2006-04-04 Thread Arik Kfir
cooland when you activate the plugin, do you also get the "Unable to build dependencies" error? (I tried it on a simple hello world project too) I'm now trying it with the standard 2.0.3 release, to see if the error results from a regression in the 2.0.x branch or it is a bug in the plugin its

Re: maven-idea-plugin fails (from trunk)

2006-04-04 Thread Edwin Punzalan
Fixed the test and the NPE in svn. Thanks for asking, btw. ^_^ Arik Kfir wrote: hey everyone Has anyone been able to build the 'maven-idea-plugin' from the trunk, using a trunk-built maven from the 2.0.x branch? The org.apache.maven.plugin.idea.IdeaModuleTest fails with a "Dependency is p