Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-17 Thread vitrums
Problem was fixed by removing the .m2 directory and all its content and running *mvn package* in command prompt, therefore forcing maven to download them again. I assume, that the original corruption had something to do with eclipse. -- You received this message because you are subscribed to

Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-17 Thread vitrums
Problem was fixed by removing the .m2 directory and all its content and running *mvn package* in command prompt, therefore forcing maven to download them again. I assume, that the original corruption had something to do with eclipse. On Wednesday, November 16, 2016 at 6:10:04 PM UTC+3, vitrums

Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-16 Thread vitrums
I made another clean project with command prompt and ran into the same issue. Using fresh installations of jdk1.8.0_111 and apache-maven-3.3.9. M2_HOME, JAVA_HOME are set properly. gwt-2.8.0 folder was added to PATH. Btw, here's the only related topic I found so far

Re: Can't build maven sample GWT app, generated by webAppCreator

2016-11-16 Thread Thomas Broyer
On Wednesday, November 16, 2016 at 4:10:04 PM UTC+1, vitrums wrote: > > [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ WebApp --- > [INFO] Changes detected - recompiling the module! > [INFO] Compiling 5 source files to >

Can't build maven sample GWT app, generated by webAppCreator

2016-11-16 Thread vitrums
[INFO] Scanning for projects... [INFO] [INFO] [INFO] Building com.example.webapp.WebApp 1.0-SNAPSHOT [INFO]