Browse Source

Headless GWT compilation.

GWT compiler is launched as a separate java process,
and it's better to implicitly start headless execution

Change-Id: Ied4e8da5e0c2edc436e4b25602bf8e5aefd15f23
tags/7.7.0.alpha1
elmot 8 years ago
parent
commit
120ba01a0f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      client-compiled/pom.xml

+ 1
- 1
client-compiled/pom.xml View 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>


Loading…
Cancel
Save