Hi Eugene. On Tue, Jul 1, 2008 at 10:48 PM, Eugene Kuleshov <[EMAIL PROTECTED]> wrote: > Pedro Pedruzzi wrote: >> >> I'm trying to build M2Eclipse (0.9.4.20080603-0114 tag). >> > > Out of curiosity, can you tell us why you are trying to build m2eclipse > from the command line? > > Just to clarify, you don't need to be able to build from the command line > and you can actually run and debug m2eclipse from the IDE as described on > the wiki [1]. If you just want the latest version built from trunk, you can > always grab it from the CI server [2], which is building it with Tycho.
Actually I am interested to build it myself. And hacking it also! :-) The first thing I did was reading that wiki page [1]. Unfortunately, I did not find there (and still) any instructions on how to setup an eclipse project from the sources. Of course, intuitively, as it being a maven project, my attempt was to import it as such (import maven project wizard). But after doing that, m2eclipse complained about missing artifacts (extension plugins) that is should had fetched from the maven-eclipse repository (hosted at sonatype.org) described in the POM descriptor. But it did not even try that. After some time trying to understand why that was happening, I feel like calling maven directly with mvn install. And it worked. Of course after this command line build, I was able to build with eclipse as well, because all the dependencies were already available locally. But if I remove those from the local repository and try to build m2eclipse from ide, I get the same problem. Do you have any idea why I might experiencing that behaviour? Regards, -- Pedro Pedruzzi | V2COM > [1] > http://docs.codehaus.org/display/M2ECLIPSE/Configuring+Development+Environment > [2] > https://ci.sonatype.org/job/m2eclipse-with-e33/ws/trunk/org.maven.ide.eclipse.update/target/site/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
