Hello.

I installed Google App Engine SDK on my iMac and it all worked perfectly.
However, when i tried to install that on my MacBook, i suddenly faced quite
a number of problems.
First, i couldn't start my project because i seemed to lack the
org.apache.xerces.jaxp package, so i dropped that into the WEB-INF/lib
folder, and now i get the following error below. Has anyone already faced
these problems and what did you do about them?
And by the way, i think my classpath does include the necessary jars,
according to the settings in eclipse my jre is 1.6.0, gwt and gae sdks are
the latest ones.

And happy new year, by the way :)

Loading modules

   a.b.c.Try

      Bootstrap link for command-line module 'a.b.c.Try'

         Linking module 'try'

            Invoking Linker Standard

               Attempting to optimize JS

                  [ERROR] Unable to parse JavaScript

com.google.gwt.dev.js.JsParserException: missing ( before function
parameters

at com.google.gwt.dev.js.JsParser$1.error(JsParser.java:107)

at com.google.gwt.dev.js.rhino.Context.reportError(Context.java:459)

at com.google.gwt.dev.js.rhino.TokenStream.reportSyntaxError(
TokenStream.java:1564)

at com.google.gwt.dev.js.rhino.Parser.reportError(Parser.java:72)

at com.google.gwt.dev.js.rhino.Parser.mustMatchToken(Parser.java:64)

at com.google.gwt.dev.js.rhino.Parser.function(Parser.java:203)

at com.google.gwt.dev.js.rhino.Parser.parse(Parser.java:116)

at com.google.gwt.dev.js.JsParser.parseImpl(JsParser.java:128)

at com.google.gwt.dev.js.JsParser.parse(JsParser.java:83)

at com.google.gwt.dev.js.JsParser.parseInto(JsParser.java:88)

at
com.google.gwt.core.ext.linker.impl.StandardLinkerContext.optimizeJavaScript(
StandardLinkerContext.java:457)

at
com.google.gwt.core.ext.linker.impl.SelectionScriptLinker.emitSelectionScript(
SelectionScriptLinker.java:142)

at com.google.gwt.core.ext.linker.impl.SelectionScriptLinker.link(
SelectionScriptLinker.java:111)

at com.google.gwt.core.linker.IFrameLinker.link(IFrameLinker.java:115)

at com.google.gwt.core.ext.linker.impl.StandardLinkerContext.invokeLink(
StandardLinkerContext.java:408)

at com.google.gwt.dev.DevModeBase.link(DevModeBase.java:851)

at com.google.gwt.dev.DevMode.doSlowStartup(DevMode.java:350)

at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:953)

at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:690)

at com.google.gwt.dev.DevMode.main(DevMode.java:251)

               [ERROR] Failed to link

com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)

at
com.google.gwt.core.ext.linker.impl.StandardLinkerContext.optimizeJavaScript(
StandardLinkerContext.java:463)

at
com.google.gwt.core.ext.linker.impl.SelectionScriptLinker.emitSelectionScript(
SelectionScriptLinker.java:142)

at com.google.gwt.core.ext.linker.impl.SelectionScriptLinker.link(
SelectionScriptLinker.java:111)

at com.google.gwt.core.linker.IFrameLinker.link(IFrameLinker.java:115)

at com.google.gwt.core.ext.linker.impl.StandardLinkerContext.invokeLink(
StandardLinkerContext.java:408)

at com.google.gwt.dev.DevModeBase.link(DevModeBase.java:851)

at com.google.gwt.dev.DevMode.doSlowStartup(DevMode.java:350)

at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:953)

at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:690)

at com.google.gwt.dev.DevMode.main(DevMode.java:251)


-- 
Best Regards,
Timofey Danshin.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.


Reply via email to