You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/05/21 13:04:54 UTC

svn commit: r1340965 - in /incubator/flex/trunk: bin/amxmlc.bat build.xml

Author: cframpton
Date: Mon May 21 11:04:53 2012
New Revision: 1340965

URL: http://svn.apache.org/viewvc?rev=1340965&view=rev
Log:
Should be echo off in amxmlc, and fix spelling error in build.xml.

Modified:
    incubator/flex/trunk/bin/amxmlc.bat
    incubator/flex/trunk/build.xml

Modified: incubator/flex/trunk/bin/amxmlc.bat
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/bin/amxmlc.bat?rev=1340965&r1=1340964&r2=1340965&view=diff
==============================================================================
--- incubator/flex/trunk/bin/amxmlc.bat (original)
+++ incubator/flex/trunk/bin/amxmlc.bat Mon May 21 11:04:53 2012
@@ -1,4 +1,5 @@
-@echo on
+@echo off
+
 rem Licensed to the Apache Software Foundation (ASF) under one or more
 rem contributor license agreements.  See the NOTICE file distributed with
 rem this work for additional information regarding copyright ownership.

Modified: incubator/flex/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1340965&r1=1340964&r2=1340965&view=diff
==============================================================================
--- incubator/flex/trunk/build.xml (original)
+++ incubator/flex/trunk/build.xml Mon May 21 11:04:53 2012
@@ -111,7 +111,7 @@
         <available file="${env.PLAYERGLOBAL_HOME}/playerglobal.swc" type="file" 
             property="PLAYERGLOBAL_HOME.set"/>
         
-        <fail message="The environemnt variable PLAYERGLOBAL_HOME must be set to a valid directory that contains playerglobal.swc" 
+        <fail message="The environment variable PLAYERGLOBAL_HOME must be set to a valid directory that contains playerglobal.swc" 
             unless="PLAYERGLOBAL_HOME.set"/>
     </target>