Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

SuperDev - Compiling Problems

$
0
0
hello,

i have a strange issue... since I switched to GWT 2.7 and since I am using the superDevMode... I have trouble with compiling the latest smartgwt GTW nightly (26.02). After compiling the nocach.js file remains unchanged (see file dates in attached screenshot). From 15 times compliling this happens 14 times. If compiling does not produces a new nocach.js the application does not start. I do not get any error when I compile the application. Deleting the GWT Cach folder also does not help!

Any Ideas?

Thanks
Andy



My gwt.xml is as follows:
Code:

<module>
    <inherits name='com.google.gwt.user.User'/>
    <inherits name="com.google.gwt.core.Core"/>
    <inherits name="com.google.gwt.user.History"/>
    <inherits name="com.google.gwt.i18n.I18N"/>

    <inherits name="com.smartgwt.SmartGwtNoScript"/>
    <inherits name="com.smartgwt.DrawingNoScript"/>
    <inherits name="com.smartgwt.tools.SmartGwtTools"/>

    <inherits name="com.smartclient.theme.graphite.GraphiteResources"/>
    <inherits name="com.smartclient.theme.simplicity.SimplicityResources"/>
    <inherits name="com.smartclient.theme.enterpriseblue.EnterpriseBlueResources"/>

    <!-- Uncomment lines below for GWT Super Dev Mode Support:
      - both lines needed for GWT < 2.6, only the first line needed for GWT < 2.7
      - see http://www.smartclient.com/docs/release/a/b/c/go.html#group..debugging -->
    <!--add-linker name="xsiframe" /-->
    <!-- <set-configuration-property name="devModeRedirectEnabled" value="true" />  -->

    <!-- Uncomment lines below for GWT "stack emulation" with file/line number info -->
    <!-- <set-property              name="compiler.stackMode"  value="emulated" /> -->
    <!-- <set-configuration-property name="compiler.emulatedStack.recordFileNames"
                                    value="true" />                                -->
    <!-- <set-configuration-property name="compiler.emulatedStack.recordLineNumbers"
                                    value="true" />                                -->
       
        <!-- Include GWTUpload library -->
        <inherits name="gwtupload.GWTUpload" />
        <!-- stylesheet src="Upload.css" /-->
       
        <!-- Inherit the GWT-Cropper -->
      <inherits name='com.google.code.gwt.crop.GWTCropper'/>
     
        <entry-point class="com.uds.uploader.client.GMainUploader"/>
       
        <extend-property name="locale" values="de" />
        <extend-property name="locale" values="en" />
       
</module>


Attached Images
File Type: png nocache.js.png (24.7 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles