Note that there are some explanatory texts on larger screens.

plurals
  1. POHuge amount of GWT permutations when using GXT
    text
    copied!<p>I have insane number of permutations by compiling the project. if i set the option: </p> <pre class="lang-xml prettyprint-override"><code>&lt;set-property name="user.agent" value="gecko1_8" /&gt; </code></pre> <p>i get: Compiling 1008 permutations</p> <p>if i set:</p> <pre class="lang-xml prettyprint-override"><code>&lt;set-property name="locale" value="de"/&gt; &lt;set-property name="user.agent" value="gecko1_8" /&gt; </code></pre> <p>i get: Compiling 36 permutations</p> <p>here is the full <code>.gwt.xml</code></p> <pre class="lang-xml prettyprint-override"><code>&lt;!-- Inherit the core Web Toolkit stuff. --&gt; &lt;inherits name='com.google.gwt.user.User' /&gt; &lt;!-- We need the JUnit module in the main module, --&gt; &lt;!-- otherwise eclipse complains (Google plugin bug?) --&gt; &lt;inherits name='com.google.gwt.junit.JUnit' /&gt; &lt;!-- GXT Theme --&gt; &lt;inherits name='com.sencha.gxt.theme.gray.Gray' /&gt; &lt;!-- caneldar --&gt; &lt;inherits name='com.bradrydzewski.gwt.calendar.Calendar' /&gt; &lt;inherits name='com.bradrydzewski.gwt.calendar.theme.google.Google' /&gt; &lt;inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' /&gt; &lt;!-- Other module inherits --&gt; &lt;inherits name="com.google.gwt.json.JSON" /&gt; &lt;inherits name='com.google.gwt.visualization.Visualization' /&gt; &lt;inherits name='com.chap.links.Timeline' /&gt; &lt;!-- Locale --&gt; &lt;inherits name="com.google.gwt.i18n.I18N"/&gt; &lt;set-property name="locale" value="de"/&gt; &lt;set-property name="user.agent" value="gecko1_8" /&gt; </code></pre> <p>What could cause the high number of permutations ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload