After test, I can't deploy 2.6.0-1-SNAPSHOT to my repo (much error...)

So I create a little project maven gwt 2.6.0 using :
mvn gwt:run-codeserver

there is error : "NoClassDefFoundError"

So I try mvn process-classes gwt:run-codeserver" and it's work !
Next, visit: http://localhost:9876/

I have now the message "Can't find any GWT Modules on this page."

Yet, I have add this in ...gwt.xml :

<add-linker name="xsiframe" />
<set-configuration-property name="devModeRedirectEnabled" value="true" />
<set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/> 

and execute "mvn verify"

How to debug this last problem ???




-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to