瀏覽代碼

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 年之前
父節點
當前提交
120ba01a0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      client-compiled/pom.xml

+ 1
- 1
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>


Loading…
取消
儲存