I'm using gwt-exporter to export functions for javascript use. When I
compile I get this error message:
Linking into C:\...\javascriptapi.
Invoking Linker Cross-Site
[ERROR] The module must not have multiple fragments when using
the Cross-Site Linker.
[ERROR] Failed to link
com.google.gwt.core.ext.UnableToCompleteException: (see previous log
entries)
at
com.google.gwt.core.linker.XSLinker.doEmitCompilation(XSLinker.java:
49)
at
com.google.gwt.core.ext.linker.impl.SelectionScriptLinker.link(SelectionScriptLinker.java:
108)
at
com.google.gwt.core.ext.linker.impl.StandardLinkerContext.invokeLink(StandardLinkerContext.java:
408)
at com.google.gwt.dev.Link.doLink(Link.java:194)
at com.google.gwt.dev.Link.link(Link.java:151)
at com.google.gwt.dev.Compiler.run(Compiler.java:228)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:152)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:
87)
at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:
81)
at com.google.gwt.dev.Compiler.main(Compiler.java:159)
It looks like other gwt-exporter users have seen this before (http://
code.google.com/p/gwt-exporter/issues/detail?id=14). Has anyone
encountered this error? If so, did you come up with a solution?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-web-toolkit?hl=en.