diff options
author | elmot <elmot@vaadin.com> | 2016-03-29 17:21:47 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-30 11:41:51 +0000 |
commit | 120ba01a0f10765b0372541598bcd873712291b8 (patch) | |
tree | e12f77bd0c7581ff5a13e99e6961a2beb7904f7a | |
parent | e86bee0354b90d1db6d50eb7257b28101dab743e (diff) | |
download | vaadin-framework-120ba01a0f10765b0372541598bcd873712291b8.tar.gz vaadin-framework-120ba01a0f10765b0372541598bcd873712291b8.zip |
Headless GWT compilation.
GWT compiler is launched as a separate java process,
and it's better to implicitly start headless execution
Change-Id: Ied4e8da5e0c2edc436e4b25602bf8e5aefd15f23
-rw-r--r-- | client-compiled/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml index bcb3e57a00..4fd21492b6 100644 --- a/client-compiled/pom.xml +++ b/client-compiled/pom.xml @@ -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> |