Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Cannot rebuild GWT application, Idea stops responding

$
0
0

Hi,

 

Idea, version 11.1.1 Ultimate version.

I've created GWT application using maven plugin.

mvn -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=2.5.1 -DgroupId=com.savdev.BasicGwtProject -DartifactId=BasicGwtProject -Dversion=1.0 -Dmodule=NewGwtModule org.apache.maven.plugins:maven-archetype-plugin:generate

 

then created in IDEA new project, chose pom.xml.

 

Removed all files that are generated by maven plugin but are not needed.

 

via maven I can build the project:

maven clean

maven install

 

remove and create target folder with the content. It works fine.

 

When in IDEA I choose Build -> Make Project, the class files are also generated. But I need maven analogue of maven install.

I'm not  sure, but I try Build -> Rebuild Project.

 

It hangs. I only see:

Stopping make.

Compiling GWT module 'moduleName'

 

That's all.

 

Sorry, IDEA itself does not hang, I can continue work on the project, but the background task stops responding. When I try to close IDEA I get:

you have background tasks running. Are you sure you want to cancel them....?

 

Click Yes. Then Exit. Does not work. Cannot exit. Only whek kill the process in windows task manager.

Please help.

 

The main issue, how to build the whole GWT application - analogue of maven install command.

The second, how to resoluve the current problem.

 

Thanks.


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>