GWT - snapshot r5969
By dgirard on Monday 17 August 2009, 22:43 - Permalink
They are not official builds, just nightlies built by my team. Delivering binaries is "Green", isn't it ?
http://code.google.com/p/sfeir/downloads/list
To content | To menu | To search
By dgirard on Monday 17 August 2009, 22:43 - Permalink
They are not official builds, just nightlies built by my team. Delivering binaries is "Green", isn't it ?
http://code.google.com/p/sfeir/downloads/list
Comments
Has anyone been able to get this working with the eclipse plugin and appengine?
here is the stack
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found
at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:134)
at org.mortbay.xml.XmlParser.setValidating(XmlParser.java:92)
at org.mortbay.xml.XmlParser.<init>(XmlParser.java:84)
at org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp(TagLibConfiguration.java:202)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1215)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:500)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
at org.mortbay.jetty.Server.doStart(Server.java:217)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at com.google.appengine.tools.development.JettyContainerService.startContainer(JettyContainerService.java:152)
at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:116)
at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:218)
at com.google.appengine.tools.development.gwt.AppEngineLauncher.start(AppEngineLauncher.java:86)
at com.google.gwt.dev.HostedMode.doStartUpServer(HostedMode.java:379)
at com.google.gwt.dev.HostedModeBase.startUp(HostedModeBase.java:597)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:403)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:243)
Aug 18, 2009 4:57:44 AM com.google.apphosting.utils.jetty.JettyLogger warn
Nightly builds doesn't work (yet?) with the latest AppEngine eclipse plugin.
Been tested in GWT only with the Eclipse GWT 1.7 Plugin, but you will have to uncheck "Use Google App Engine". Sorry.