another attempt to fix builds
diff --git a/build.properties b/build.properties
index 0441d4a..c544d1f 100644
--- a/build.properties
+++ b/build.properties
@@ -27,7 +27,7 @@
 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
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">