I have a problem running my web workers in GWT in case i build them for 
more than one agent. I receive an error that unflattenKeylistIntoAnswers 
function is not defined. And indeed, the function is defined for the main 
JS but for the Web worker JS. Also, some other functions such as 
computePropValue are not defined.

Am i missing something? Maybe some kind of a flag?

This is my gwt xml file:

<?xml version="1.0" encoding="UTF-8"?><!-- Could not determine the version of 
your GWT SDK; using the module DTD from GWT 1.6.4. You may want to change this. 
--><!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" 
"http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd";><module
 rename-to="BucketsSnapperWorker">

    <inherits name="path.to.Core" />

    <source path="" />

    <!-- Use the WebWorker linker for a Dedicated worker-->
    <add-linker name="dedicatedworker" />

    <entry-point class="path.to.EntryPoint"/>

    <set-property name="user.agent" value="safari,gecko1_8"/></module>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/RnYbOClmK50J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to