Well, you shuld check that your war argument is correct: maybe the folder isn't where it should be, remember that this argument is relative to the working directory of your launcher.
I don't have any problems setting the war parameter on OS X. Take a look at this post (I set the war parameter to use something else than the default folder): http://blog.salvadordiaz.fr/2009/04/29/keep-your-source-tree-clean-gwt/ Hope that helps, Salvador On May 11, 7:45 am, Jan <[email protected]> wrote: > Hello, > > I wonder if someone has experienced the same problem I encountered > while trying GWT 1.6 for the first time this weekend. I set up my > project and compiled everything without problems. However, starting > the hosted mode on mac osx 10.5.x (leopard) with Java 5 using the > below mentioned arguments briefly shows the hosted mode console and > then terminates right away without showing any kind of output > (regardless of the set log level): > > -noserver -war WebContent -startupUrl Test.html gwttest.Test > > Playing a bit with the parameters revealed that the "-war" parameter > causes the problem. Reorganizing the project using the default war > directory so that I do not need to specify "-war" worked fine. > However, this is not a solution for me as we have big legacy projects > where "WebContent" is used and I cannot simply switch the project > layout. > > Did anyone experience a similar problem? > > Thanks, > > Jan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
