Monday, September 9, 2013

Re: fastutils jar + gwt

Thanks Jens for your previous reply. I was able to remodify my items as follows but now I get a different error:

[ERROR] Hint: Previous compiler errors may have made this type unavailable
               [ERROR] Hint: Your source appears not to live underneath a subpackage called 'client'; no problem, but you'll need to use the <source> directive in your module to make it accessible


The above tells me that it is not finding the 'fastutils' package in the same folder fine. I would have loved to create a client folder, but I dont want to mess up the fastutil structure. Any other recommendations on how to make it find the source files and make this work? Thanks. Here is my updated files and their contents:

my app.gwt.xml file.
<inherits name="it.unimi.dsi.FastUtil" /> 

inside my fastutil jar. I created the file "FastUtil.gwt.xml" file in "it.unimi.dsi" path as I had before. here are the contents

 <module>
  <source path="fastutil"/>
  <super-source path="super" /> 
  <inherits name="com.google.gwt.user.User"/>
  <inherits name="com.google.gwt.xml.XML"/>
  <inherits name="com.google.gwt.i18n.I18N"/>    
  <inherits name="com.google.gwt.json.JSON"/>
  <inherits name="com.google.gwt.http.HTTP"/>
  <inherits name="com.google.gwt.event.Event"/>
</module> 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment