Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Missing symbol maps on GWT 2.5.1

    Hello,

    We discovered recently that we are no longer generating the symbolMaps when performing the GWT compile. We are however unsure when this started happening but it is probably after we made the switch to GWT 2.5.1. This is on recent SGWT versions but I don't think that there is a direct relation to the SGWT build.

    Bottom line, it seems that the gwtc just stopped producing the sympbolMaps.

    Any idea how we can diagnose this, is this working at your end (application)?

    I found a thread on the internet which suggested that it could be triggered by including the GWT JUnit module but when I run the gwtc with debug logging I do not see it being included.

    Any help would be greatly appreciated.


    thanks
    jan

    #2
    Okey, after starting from a clean sample project and adding properties in the module configuration, I was able to find out that this is (or can be) caused by the following property:

    Code:
    <collapse-all-properties />
    Which is a bummer since removing it increases the compile time dramatically.
    Not a SGWT issue obviously, hope this saves someone else from wasting a lot of time :-)

    Comment

    Working...
    X