As far as I can tell, you can tell it to execute with another runtime, but it always uses the embedded one for dependency resolution.
I agree. It's one of those "it's not rocket science, that would be easy compared to this" things :O On Friday, 17 October 2014 09:57:55 UTC+1, Ümit Seren wrote: > > Haven't used eclipse for a long time but I guess you can tell it to use > the installed maven version instead of the embedded runtime. > > Sometimes I have the feeling that one needs a Phd degree to master maven > and probably two if you include the integration into an IDE ;-) > > On Fri, Oct 17, 2014 at 10:31 AM, Drew Spencer <[email protected] > <javascript:>> wrote: > >> Hmm, I don't think I can update the maven version in Eclipse properly - >> on 'Installations' page it says "Embedded runtime is always used for >> dependency resolution". >> >> Can we switch to gradle? :D >> >> >> On Friday, 17 October 2014 01:07:49 UTC+1, Brandon Donnelson wrote: >>> >>> It appears that the org.ow2.asm:asm-parent:pom:5.0.3 @ is fixed after >>> upgrading to maven 3.2.3. The pom issue goes away. >>> >>> Brandon >>> >>> >>> On Thursday, October 16, 2014 3:48:07 PM UTC-7, Colin Alworth wrote: >>>> >>>> Looks like codehaus's snapshot repo is down, so I'm unable to get the >>>> latest gwt-maven-plugin. This url gives a 504 gateway timeout from ngnix >>>> for me: >>>> https://nexus.codehaus.org/content/groups/snapshots- >>>> group/org/codehaus/mojo/gwt-maven-plugin/2.7.0-SNAPSHOT/ >>>> maven-metadata.xml >>>> >>>> If I set gwt-user and gwt-servlet to 2.7.0-SNAPSHOT and >>>> gwt-maven-plugin to 2.6.1, I get the NoClassDefFoundError: >>>> >>>> [INFO] Caused by: java.lang.ClassNotFoundException: org.objectweb.asm. >>>> MethodVisitor >>>> [INFO] at java.net.URLClassLoader$1.run(URLClassLoader.java:202) >>>> [INFO] at java.security.AccessController.doPrivileged(Native Method >>>> ) >>>> [INFO] at java.net.URLClassLoader.findClass(URLClassLoader.java:190 >>>> ) >>>> [INFO] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) >>>> [INFO] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: >>>> 301) >>>> [INFO] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) >>>> [INFO] ... 62 more >>>> [INFO] ------------------------------------------------------------ >>>> ------------ >>>> [INFO] BUILD FAILURE >>>> [INFO] ------------------------------------------------------------ >>>> ------------ >>>> [INFO] Total time: 4.640s >>>> [INFO] Finished at: Thu Oct 16 17:28:18 CDT 2014 >>>> [INFO] Final Memory: 15M/81M >>>> [INFO] ------------------------------------------------------------ >>>> ------------ >>>> [ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.6.1 >>>> :compile (default) on project rpq-samples: Command [[ >>>> [ERROR] /bin/sh -c /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/ >>>> Contents/Home/bin/java -Xmx512m -classpath /Users/colin/Documents/idea/ >>>> gwt-rpq/rpq-samples/target/classes:/Users/colin/Documents/idea/gwt-rpq/ >>>> rpq-samples/src/main/java:/Users/colin/.m2/repository/com/google/gwt/ >>>> gwt-user/2.7.0-SNAPSHOT/gwt-user-2.7.0-SNAPSHOT.jar:/Users/colin/.m2/ >>>> repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0. >>>> 0.GA.jar:/Users/colin/.m2/repository/javax/validation/validation-api/ >>>> 1.0.0.GA/validation-api-1.0.0.GA-sources.jar:/Users/colin/.m2/ >>>> repository/org/json/json/20090211/json-20090211.jar:/Users/colin/.m2/re >>>> pository/com/google/gwt/gwt-servlet/2.7.0-SNAPSHOT/gwt-servlet-2.7.0- >>>> SNAPSHOT.jar:/Users/colin/.m2/repository/com/colinalworth/rpq/0.0.1- >>>> SNAPSHOT/rpq-0.0.1-SNAPSHOT.jar:/Users/colin/.m2/repository/com/google/ >>>> gwt/gwt-user/2.7.0-SNAPSHOT/gwt-user-2.7.0-SNAPSHOT.jar:/Users/colin/. >>>> m2/repository/com/google/gwt/gwt-dev/2.7.0-SNAPSHOT/gwt-dev-2.7.0- >>>> SNAPSHOT.jar com.google.gwt.dev.Compiler -logLevel INFO -style OBF -war >>>> /Users/colin/Documents/idea/gwt-rpq/rpq-samples/target/rpq-samples-0.0. >>>> 1-SNAPSHOT -localWorkers 2<span style="color: #000;" >>>> class="styled-by-pret >>>> ... >>> >>> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Google Web Toolkit" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-web-toolkit/LwXXQCG_I_k/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/google-web-toolkit. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
