Has anyone gotten this new sdk to work? I'm getting all sorts of errors in Eclipse telling me that it's not a valid SDK, most notably "The selected SDK does not support HRD". When I try to run it from ant Data Nucleus complains with:
[enhance] Exception in thread "main" java.lang.ExceptionInInitializerError [enhance] at com.google.appengine.tools.util.Logging.initializeLogging(Logging.java: 35) [enhance] at com.google.appengine.tools.enhancer.Enhance.main(Enhance.java:40) [enhance] Caused by: java.lang.NullPointerException [enhance] at com.google.appengine.tools.info.SdkInfo.getLibs(SdkInfo.java:77) [enhance] at com.google.appengine.tools.info.SdkInfo.determineOptionalLibs(SdkInfo.java: 284) [enhance] at com.google.appengine.tools.info.SdkInfo.determineOptionalUserLibs(SdkInfo.java: 254) [enhance] at com.google.appengine.tools.info.SdkInfo.init(SdkInfo.java:233) [enhance] at com.google.appengine.tools.info.SdkInfo.getSdkRoot(SdkInfo.java:182) [enhance] at com.google.appengine.tools.info.SdkImplInfo.<clinit>(SdkImplInfo.java: 19) [enhance] ... 2 more On Feb 8, 12:37 am, Carter Maslan <[email protected]> wrote: > you can download the new sdk and then point eclipse to use that new sdk (i.e. > you do not have to wait for the eclipse plugin update) > > On Feb 7, 2012, at 9:31 PM, WillSpecht <[email protected]> wrote: > > > > > > > > > So looks like I just have to wait till this update pushes to eclipse. > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > To view this discussion on the web > > visithttps://groups.google.com/d/msg/google-appengine-java/-/lgHHYlgPfEAJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
