another attempt to fix builds
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/8983e244 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/8983e244 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/8983e244 Branch: refs/heads/tables Commit: 8983e244496ec15992bf64ffbca398fcaabb9b10 Parents: 4a5a32b Author: Alex Harui <[email protected]> Authored: Sun Oct 19 08:11:41 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Sun Oct 19 08:11:41 2014 -0700 ---------------------------------------------------------------------- build.properties | 2 +- build.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/8983e244/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 0441d4a..c544d1f 100644 --- a/build.properties +++ b/build.properties @@ -27,7 +27,7 @@ src.depend = true src.debug = on # JVM options for <compc> and <mxmlc> tasks -jvm.args = ${local.d32} -Xms64m -Xmx512m -ea -Dapple.awt.UIElement=true +jvm.args = ${local.d32} -Xms64m -Xmx512m -XX:MaxPermSize=128m -ea -Dapple.awt.UIElement=true # -d32/-d64 for 32-bit/64-bit code model (or don't specify for the default) # -Xms64m: start out with a 64 MB heap # -Xmx512m: allow the heap to grow to 512 MB http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/8983e244/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 761f299..4a6cc6e 100644 --- a/build.xml +++ b/build.xml @@ -194,6 +194,7 @@ </target> <target name="testApps" description="Builds TLF test application"> + <echo>testApps jvm.args: ${jvm.args}</echo> <mxmlc fork="${forkValue}" file="${testApps.dir}/src/flowCss.css" keep-generated-actionscript="false" output="${output.dir}/apps/automation_apps/bin/Flow.swf">
