Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Vaadin maven-project stopped builds normally
CVS rollbacks will not help. Builds failing on local machines and on jenkins server. I use multimodule archetype (vaadin-archetype-application-multimodule, https://vaadin.com/maven#archetypes)
Steps to buid:
mvn clean install (work)
mvn project-production/pom.xml -Pproduction package (crash)
Vaadin version: 7.4.0
Console out:
[DEBUG] Execute command : C:\Program Files\Java\jdk1.7.0_51\jre\bin\java -Xmx512M -Xss1024k -classpath C:\Users\vbeglyanin\IdeaProjects\SberWeb\sber-web-production\target\classes; ... project specific stuff ... C:\Users\vbeglyanin.m2\repository\org\eclipse\jetty\jetty-servlets\8.1.12.v20130726\jetty-servlets-8.1.12.v20130726.jar;C:\Users\vbeglyanin.m2\repository\org\eclipse\jetty\jetty-client\8.1.12.v20130726\jetty-client-8.1.12.v20130726.jar;C:\Users\vbeglyanin.m2\repository\ant\ant-launcher\1.6.5\ant-launcher-1.6.5.jar com.google.gwt.dev.Compiler -logLevel INFO -style OBF -war C:\Users\vbeglyanin\IdeaProjects\SberWeb\sber-web-production\target\sber-web\VAADIN\widgetsets -localWorkers 4 -strict -XfragmentCount -1 -gen C:\Users\vbeglyanin\IdeaProjects\SberWeb\sber-web-production\target.generated ru.tsc.crs.web.MyAppWidgetset
[ERROR] Unknown argument: -XfragmentCount
[ERROR] Google Web Toolkit 2.3.0
... (list available arguments)
Empty vaadin project created from archetype builds normally.
.pom`s files not modified except add dependencies and repositories, but that was before there was a problem
Last updated on
You cannot reply to this thread.