]> source.dussan.org Git - vaadin-framework.git/commitdiff
Headless GWT compilation.
authorelmot <elmot@vaadin.com>
Tue, 29 Mar 2016 14:21:47 +0000 (17:21 +0300)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Wed, 30 Mar 2016 11:41:51 +0000 (11:41 +0000)
GWT compiler is launched as a separate java process,
and it's better to implicitly start headless execution

Change-Id: Ied4e8da5e0c2edc436e4b25602bf8e5aefd15f23

client-compiled/pom.xml

index bcb3e57a00bad06fe8dcd8f553abc811c1bbeb7b..4fd21492b6b9b450c91cea006dd3287408245c2f 100644 (file)
@@ -73,7 +73,7 @@
                                                                <!-- TODO: Do we need these? -->
                                                                <!-- <jvmarg value="-Xss8M" /> -->
                                                                <!-- <jvmarg value="-XX:MaxPermSize=256M" /> -->
-                                                               <!-- <jvmarg value="-Djava.awt.headless=true" /> -->
+                                                               <jvmarg value="-Djava.awt.headless=true" />
                                                                <argument>-Dgwt.persistentunitcachedir=${project.build.directory}/compile</argument>
                                                                <argument>-DvFailIfNotSerializable=true</argument>