On Feb 18, 1:39 am, BobM <[email protected]> wrote:
> Oh, Gregor! You are so good!
>
> I did find the text specifying org.bcs.Main in the CSRapp.html.
>
> Now ... when I fixed that I now get the message:
>
> * The development shell servlet received a request for 'org.bcs.CSRapp/
> org.bcs.CSRapp.nocache.js' in module 'org.bcs.CSRapp.gwt.xml
> * Resource not found: org.bcs.CSRapp/org.bcs.CSRapp.nocache.js;
> (could a file be missing from the public path or a <servlet> tag
> misconfigured in module org.bcs.CSRapp.gwt.xml
org.bcs.CSRapp/org.bcs.CSRapp.nocache.js doesn't look right. Try
org.bcs.CSRapp.nocache.js in the HTML file instead
>
> I can see www/org.bcs.CSRapp/org.bcs.CSRapp.nocache.js. Why can't the
> process find that .js?
>
> On Feb 17, 4:48 pm, gregor <[email protected]> wrote:
>
> > > * The development shell servlet received a request for 'org.bcs.Main/
> > > org.bcs.Main.nocache.js' in module 'org.bcs.CSRapp.gwt.xml'
> > > * Resource not found: org.bcs.Main/org.bcs.Main.nocache.js
>
> > It may be finding org.bcs.Main/org.bcs.Main.nocache.js in CSRapp.html
>
> > > I cannot find any reference to anything "Main" (except, maybe,
> > > MainEntryPoint.java) in the module file, CSRapp.gwt.xml. How do I
> > > chase this down?
>
> > > The command used to run the GWTShell is ...
> > > java -Xmx256M -cp "$APPDIR/src:$APPDIR/web:/usr/local/Java/GWT/gwt-
> > > linux-1.5.0/gwt-user.jar:/usr/local/Java/GWT/gwt-linux-1.5.0/gwt-dev-
> > > linux.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@"
> > > org.bcs.CSRapp/CSRapp.html;
>
> > > BTW, tomcat directory gets created as a consequence of running
> > > GWTShell, but directory www does not.
>
> > It should create it when the compilation succeeds
>
> > > Thanks for your time and assistance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---