Hi:
I'm using GWT 2.3
I 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 do
None error happens and none trace is shown about linking
Why ?
Where I must to declare XS linker ?
Thanks and regards
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/-/qemEQBmLuowJ.
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