On Friday, January 4, 2013 10:25:05 AM UTC+1, Jose María Zaragoza wrote:
Hi:I'm using GWT 2.3I need to generate <module>-xs.noche.js for my GWT module.I compile it with ANT like this<java classname="com.google.gwt.dev.Compiler" fork="true" > <jvmarg value="-Xmx512M"/><arg value="-war"/><arg value="war"/><arg value="com.module"/><classpath><pathelement path="${classpath}"/></classpath></java>I included into my Module.gwt.xml file this lines<inherits name="com.google.gwt.core.Core" /> <add-linker name="xs" />but it's not generated any <module>-xs.noche.js but <module>.noche.js doNone error happens and none trace is shown about linkingWhy ?
That's how it works since (IIRC) GWT 1.5 and the introduction of linkers.
Just use the <module>.nocache.js
-- 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/-/KC3nsFCzqgUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment