2009/4/17 nicolas de loof <nicolas.del...@gmail.com>

> According to the GWT doc (
> http://code.google.com/intl/fr-FR/webtoolkit/doc/1.6/ReleaseNotes_1_6.html)<http://code.google.com/intl/fr-FR/webtoolkit/doc/1.6/ReleaseNotes_1_6.html>
>
> Open your module *.gwt.xml* file and add a rename-to attribute to the
> module definition. When your module is compiled, it will be output to a
> directory with this name. For example, the following would output your app
> to a directory called 'testapp' in the *war* directory.
>


This is not solving my problem.  Renaming the directory doesn't change
something for the noserver option.
With the noserver option, I think it is important to add the module name in
the startupUrl param. If I'm doing this in the generated run.sh, it works
fine.

1/ works fine with the noserver option:
-startupUrl
"org.apache.sling.browser.JcrBrowserApplication/JcrBrowserApplication.html"
org.apache.sling.browser.JcrBrowserApplication

2/ no working with the noserver option :
-startupUrl "JcrBrowserApplication.html"
org.apache.sling.browser.JcrBrowserApplication

Reply via email to