Hi, >> Until this version, I had no problems having the 2 tools compile to 2 >> different locations, but now the launcher does not get the right class >> path. > I am not sure what "this version" is referred to.
this version == 0.9.4 > If you have issues with launch configuration in m2eclipse 0.9.4 > (though you may need to run "update project configuration" and > recreate or reset classpath in the launch config after that), then > please open a JIRA issue and provide test project that would allow us > to reproduce. See the following wiki page for some hints. > http://docs.codehaus.org/display/M2ECLIPSE/Reporting+Issues Well, for example: When I update my project configuration, m2eclipse add a Excluded: ** to all resources folder. The reason, if I understand it correctly, is that resources must not be put in target/classes. Now when I launch my test or application, they need to have access to META-INF/services/foo.bar (cf javax.imageio.spi.ServiceRegistry) and that does not work. So I have to remove the Excluded from the classpath, but now, the target/classes is incoherent with maven. If this should be the default behavior, that won't be a problem with me, *if* I can have an option to allow separate classpath. -- Benjamin LERMAN --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
