You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2012/07/02 17:31:57 UTC

svn commit: r1356302 - in /incubator/flex/trunk: README env-template.properties

Author: quetwo
Date: Mon Jul  2 15:31:56 2012
New Revision: 1356302

URL: http://svn.apache.org/viewvc?rev=1356302&view=rev
Log:
Updated some comments in the env-template.properties and README file.  Clarified some of the instructions to set the proper properties and to note that the CS5 Extension Manager is an optional component.

Modified:
    incubator/flex/trunk/README
    incubator/flex/trunk/env-template.properties

Modified: incubator/flex/trunk/README
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/README?rev=1356302&r1=1356301&r2=1356302&view=diff
==============================================================================
--- incubator/flex/trunk/README (original)
+++ incubator/flex/trunk/README Mon Jul  2 15:31:56 2012
@@ -314,10 +314,6 @@ Building the Source in the Source Distri
         
         ant -Dbuild.number=<last svn rev> -Dbuild.noprompt=  release
 
-    or to build the ASDoc package
-        
-        ant asdoc-package
-
     The packages can be found in the "out" subdirectory.
             
     To build the ASDoc package

Modified: incubator/flex/trunk/env-template.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/env-template.properties?rev=1356302&r1=1356301&r2=1356302&view=diff
==============================================================================
--- incubator/flex/trunk/env-template.properties (original)
+++ incubator/flex/trunk/env-template.properties Mon Jul  2 15:31:56 2012
@@ -36,9 +36,11 @@
 # Use absolute file paths. 
 # 
 # This is a Java property file.  On Windows if you use the '\' file 
-# separator you must use "\\", for example,
+# separator you must use "\\", but not escape spaces, for example,
 #
 #       env.FLASHPLAYER_DEBUGGER=z:\\tools\\player\\flashplayer_11_sa_debug_32bit.exe
+#                      or
+#       env.PIXELBENDER_HOME=C:\\Program Files (x86)\\Adobe\\Adobe Utilities - CS5\\Pixel Bender Toolkit 2
 #
 # See the README file for more information about the different variables.
 
@@ -49,7 +51,7 @@
 #env.AIR_HOME=
 
 #
-# Set this to file that contains the Adobe Flash Player content debugger
+# Set this to absolute path that contains the Adobe Flash Player content debugger
 # for your platform.  
 #
 #env.FLASHPLAYER_DEBUGGER=
@@ -89,7 +91,8 @@
 
 #
 # Set this to the file that contains the Adobe Extension Manager CS5
-# for your platform.
+# for your platform.  This is optional and is only required for those
+# who need flash integration in order to build the MXP for the flash integration kit.
 #
 # On Windows (32-bit), if installed to the default location, the setting would be
 #   env.ADOBE_EXTENSION_MANAGER=C:\\Program Files\\Adobe\\Adobe Extension Manager CS5\\Adobe Extension Manager CS5.exe