Attempt to fix build - set forkValue to true
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/83490edf Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/83490edf Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/83490edf Branch: refs/heads/tables Commit: 83490edf936c9cb8473e373c58ce9f791ad1f4a2 Parents: b9cecc6 Author: piotrz <[email protected]> Authored: Tue Oct 21 20:28:36 2014 +0200 Committer: piotrz <[email protected]> Committed: Tue Oct 21 20:28:36 2014 +0200 ---------------------------------------------------------------------- build.properties | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/83490edf/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 4a30a49..a698964 100644 --- a/build.properties +++ b/build.properties @@ -26,6 +26,8 @@ local.d32 = src.depend = true src.debug = on +forkValue = true + # JVM options for <compc> and <mxmlc> tasks jvm.args = ${local.d32} -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -ea -Dapple.awt.UIElement=true # -d32/-d64 for 32-bit/64-bit code model (or don't specify for the default)
