<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,7 +6,7 @@ import re
 import shutil
 
 # Location of compiler
-MXMLC_PATH = 'mxmlc'
+MXMLC_PATH = 'mxmlc -debug -verbose-stacktraces -incremental=true -compiler.strict -compiler.show-actionscript-warnings'
 
 # For replacing .as with .swf
 as_re = re.compile('\.as$|\.mxml$')</diff>
      <filename>flash/build.py</filename>
    </modified>
    <modified>
      <diff>@@ -6,13 +6,14 @@ import re
 import shutil
 
 # Location of compiler
-MXMLC_PATH = '/Users/adam/Documents/projects/flex_sdk/bin/mxmlc'
+MXMLC_PATH = 'mxmlc -debug -verbose-stacktraces -incremental=true -compiler.strict -compiler.show-actionscript-warnings'
 
 # For replacing .as with .swf
 as_re = re.compile('\.as$|\.mxml$')
 
 def app():
     cmd = MXMLC_PATH + ' -source-path=. -source-path+=../../flash ./TestApp.mxml -o ./TestApp.swf'
+    #print cmd
     os.system(cmd)
 
 def tests():</diff>
      <filename>test/flash_tests/build.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b902e84901e34fd33fecf13c33adea3177aff2e</id>
    </parent>
  </parents>
  <author>
    <name>mde</name>
    <email>mde@dhcp-10-10-9-192.corp.slide.com</email>
  </author>
  <url>http://github.com/windmill/windmill/commit/f9517873c6f7cc622621aadafb827a73f6ceaf8b</url>
  <id>f9517873c6f7cc622621aadafb827a73f6ceaf8b</id>
  <committed-date>2009-10-08T17:50:17-07:00</committed-date>
  <authored-date>2009-10-08T17:50:17-07:00</authored-date>
  <message>Use relative path for mxmlc compiler, added debug and incremental compile options.</message>
  <tree>ee47acbd6b19263da841a05ce12357deaccc0fd8</tree>
  <committer>
    <name>mde</name>
    <email>mde@dhcp-10-10-9-192.corp.slide.com</email>
  </committer>
</commit>
