I didn't describe the issue well enough. I am using m2eclipse but that's not pertinent to the issue. The same errors were appearing and related to whether I had the JDK set to 1.5 or 1.6. I was trying to debug the errors from the command line. So I think it really does belong on this forum. I did actually get further by specifying JDK 1.6 for launching the mvn commands but I run into another very different problem when trying to launch the RCP with 1.6 set. It was swt-carbon-3349 jar missing and I need to be able to run on JDK 1.5 anyway so I haven't yet tracked down that issue.
All of these maven issues I read related to mvn command line invocations that work in JDK 1.6 and break with JDK 1.5. Any ideas? Wayne Eugene Kuleshov wrote: > > > wxlund wrote: >> >> I'm getting a very similar problem. I'm running eclipse and maven and >> working with the new m2eclipse plugin on OS X doing RCP development with >> Maven. When I try and install my jars with JDK 5.0 configured I get the >> following: >> [skip] >> Now you'd think I'd be a happy camper except that for project reasons I >> must have my JDK set to JDK 5.0. When I execute the mvn commands from >> m2eclipse I get the same errors as I show from the command line. Does >> anybody know what I have to do to get JDK 5.0 working with maven? >> > > Wayne, from your description it is unclear what issue you have with > m2eclipse. For custom Maven launch configurations you can specify what JRE > and Maven runtime is used. You can also see what command line is used by > m2eclipse to launch Maven. See > http://docs.codehaus.org/display/M2ECLIPSE/Project+FAQ#ProjectFAQ-HowtoretrieveanactualcommandlineusedtostartJVMandMaven > > Please also note that recent m2eclipse builds provide wizards to create > new projects using archetypes and to install artifacts to the local Maven > repository. See > http://docs.codehaus.org/display/M2ECLIPSE/New+and+Noteworthy > > BTW, it is better to ask questions related to m2eclipse in its own > mailing list. See http://m2eclipse.codehaus.org/mail-lists.html > > Thanks > > Eugene > > > -- View this message in context: http://www.nabble.com/Maven-OS-X-Development-Question-tp19334759p20355105.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
