Friday 15 July 2011

gwt super dev mode - GWT Superdevmode interposing code server for CSS files -


I am trying to go from classic to super dev mode and see a problem later. The problem is two times. First of all, it is trying to use the code server to give CSS files on the web page. As a result, there is a line of element in the web page:

  & lt; Link rel = "stylesheet" href = "http://127.0.0.1:9876/tdome/../source/standard.css">  

You can see that this code is piping the reference through the server, which is running on port 9876. Now, this will not be a big deal, but it will not be. In the resulting page the styles of that file are missing directly on the code server. This URL: ... gives "server error" Eclipse is a null pointer throwing exception. It seems that jealousy / tdome trees are not in the file with just the existing files Recreating and peeping around the names of the names, Eclipse sometimes says that it is ignoring the request. Sometimes it says that the file does not exist, and sometimes (when it really matters, like here), it gives the tap pointer a reception. Web server.Java 2007, on the fly, so I need to leave Supddwom to leave these references alone, or to get the service for the file. any idea? Many thanks -

Well, I did not really find any way to serve Super Dev mode. Where are they But I came to know where they are, where they are. Perhaps others have general knowledge: Make a 'public' directory next to 'your-project.gwt.xml' file and keep them there. The references about them are in that XML file and no qualification is required - just file name is not a directory path, Super Dev mode will package them, serve them, and let you run on them.


No comments:

Post a Comment