You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/06/17 07:03:01 UTC

[2/3] git commit: [flex-asjs] [refs/heads/develop] - got it working on Windows

got it working on Windows


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0c4ffa4d
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0c4ffa4d
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0c4ffa4d

Branch: refs/heads/develop
Commit: 0c4ffa4dac4dab818c9107a8c589bfe5254bcedb
Parents: 963a5cc
Author: Alex Harui <ah...@apache.org>
Authored: Mon Jun 16 22:02:20 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Jun 16 22:02:20 2014 -0700

----------------------------------------------------------------------
 ApproveFlexJS.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0c4ffa4d/ApproveFlexJS.xml
----------------------------------------------------------------------
diff --git a/ApproveFlexJS.xml b/ApproveFlexJS.xml
index 2532198..d9682f6 100644
--- a/ApproveFlexJS.xml
+++ b/ApproveFlexJS.xml
@@ -65,7 +65,19 @@
     <property environment="env"/>
 
     <property name="build.target" value="main" />
+	
+	<available file="${env.APPDATA}/npm/jshint.cmd" 
+		type="file" 
+		property="jshint" value="${env.APPDATA}/npm/jshint.cmd" />
+	<property name="jshint" value="jshint" />
     
+	<available file="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" 
+		type="file" 
+		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
+	<available file="${env.ProgramFiles(x86)}/Mozilla Firefox/firefox.exe" 
+		type="file" 
+		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
+
 	<condition property="do.copy.downloads" >
 		<isset property="download.cache.dir" /> 
 	</condition>