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 [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.

Reply via email to