Note that there are some explanatory texts on larger screens.

plurals
  1. POGwt + Maven + Idea, configuration and running
    primarykey
    data
    text
    <p>I've created gwt project using maven plugin:</p> <pre><code>mvn -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=2.5.1 -DgroupId=com.savdev.BasicGwtProject -DartifactId=BasicGwtProject -Dversion=1.0 org.apache.maven.plugins:maven-archetype-plugin:generate </code></pre> <p>In project settings I've added the GWT facet. When I set path to GWT - to the GWT installed directory (gwt-2.5.1 version), the warning has appeared:</p> <p>Path is not valid GWT installation: class 'com.google.gwt.dev.GWTCompiler' not found in jar:...gwt-dev.jar</p> <p>Can I fix it? IDEA offers to download GWT, but it's already downloaded and it's the last version. Maybe IDEA does not still support the last GWT version? </p> <p>Second problem, I've run: maven install. The output is:</p> <pre><code>[INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running junit.framework.TestSuite@2ad1e832 [INFO] Please navigate your browser to this URL: [INFO] http://169.254.56.62:55728/com.savdev.BasicGwtProject.gwtBasicModuleJUnit.JUnit/junit-standards.html?gwt.codesvr=169.254.56.62:55724 </code></pre> <p>I've navigated it, but browser did not respond anything. (By the way I have <code>GWT developer plugin</code> installed). What actually is it supposed to do here?</p> <p>The last issue I'd like to discover also is about running the application. I've configured in <code>Project/Edit configuration/GWT configuration</code> as described <a href="http://antonkirillov.wordpress.com/2011/03/22/creating-and-running-gwt-project-using-maven-and-intellij-idea-10/" rel="nofollow">here</a> except I left start page option clear.</p> <p>Then I ran the configuration in IDEA. Now I can see the output:</p> <pre><code>[WARN] Server class 'com.google.gwt.junit.server.JUnitHostImpl' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/C:/Users/sav/.m2/repository/com/google/gwt/gwt-user/2.5.1/gwt-user-2.5.1.jar' to the web app classpath for this session For additional info see: file:/D:/DevSoft/gwt-2.5.1/doc/helpInfo/webAppClassPath.html [WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl Dev Mode initialized </code></pre> <p>I'm not sure at the moment what are these warnings about, but, I've tried to visit page:</p> <pre><code>http://localhost:8888/ </code></pre> <p>I can see only WEB-INF and the folder named as my module name - <code>'gwtBasicModule'</code>. I look at web.xml and found:</p> <pre><code>&lt;!-- Default page to serve --&gt; &lt;welcome-file-list&gt; &lt;welcome-file&gt;gwtBasicModule.html&lt;/welcome-file&gt; &lt;/welcome-file-list&gt; </code></pre> <p>Also a generated gwtBasicModule.html file exists. Why I cannot see it when I visit <code>http://localhost:8888/</code> page? How can I correctly run application both via IDEA and Maven gwt plugin?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload