Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Hello Irene and other Web-Wanderers,</p> <p>Maybe this is a double post on a already answered post or let me say it is a try to clarify about includes of Java Source code in the xml file. I got stuck at the same point, but I couldn't point out what Adrian meant. The last two source tags will tell what packages and trailed source files shall be compiled. That is why you should name each package in the attribute called "path".</p> <p>The file below was auto-generated in Eclipse Indigo in Framework version: appengine-java-sdk-1.6.4.1. It is bereft of unnecessary comments.</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;module rename-to='wk_cms'&gt; &lt;!-- Inherit the core Web Toolkit stuff. --&gt; &lt;inherits name='com.google.gwt.user.User'/&gt; &lt;inherits name='com.google.gwt.json.JSON'/&gt; &lt;inherits name='com.google.gwt.http.HTTP'/&gt; &lt;inherits name='com.google.gwt.user.theme.chrome.Chrome'/&gt; &lt;!-- Other module inherits --&gt; &lt;!-- Specify the app entry point class. --&gt; &lt;entry-point class='de.someproject.wkcms.client.Wk_cms'/&gt; &lt;!-- Specify the paths for translatable code --&gt; &lt;source path='client'/&gt; &lt;&lt;-- my code (package client) &lt;source path='communication'/&gt; &lt;&lt;-- my code (package communication) &lt;/module&gt; </code></pre> <p>I hope this keeps everyone afar from probing and testing before having success... =)</p> <p>Best regards, Semo</p> <p>PS. The file edited was not web.xml but PROJECTNAME.gwt.xml.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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