You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2016/11/06 23:10:34 UTC

git commit: [flex-asjs] [refs/heads/feature/mdl] - Change MDLExample tasks.json for VSCode to build with maven

Repository: flex-asjs
Updated Branches:
  refs/heads/feature/mdl 06a57c9df -> 13c39e994


Change MDLExample tasks.json for VSCode to build with maven


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

Branch: refs/heads/feature/mdl
Commit: 13c39e994f0c8b42ca3954f9c2bba83c3f3b9256
Parents: 06a57c9
Author: Carlos Rovira <ca...@apache.org>
Authored: Mon Nov 7 00:10:28 2016 +0100
Committer: Carlos Rovira <ca...@apache.org>
Committed: Mon Nov 7 00:10:28 2016 +0100

----------------------------------------------------------------------
 examples/flexjs/MDLExample/.vscode/tasks.json | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/13c39e99/examples/flexjs/MDLExample/.vscode/tasks.json
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/.vscode/tasks.json b/examples/flexjs/MDLExample/.vscode/tasks.json
index ac2c02d..c207148 100644
--- a/examples/flexjs/MDLExample/.vscode/tasks.json
+++ b/examples/flexjs/MDLExample/.vscode/tasks.json
@@ -1,11 +1,10 @@
 {
 	// See https://go.microsoft.com/fwlink/?LinkId=733558
 	// for the documentation about the tasks.json format
+	//"--flexHome=/Users/carlosrovira/Dev/Flex/sdks/flexjs-0.8.0"
 	"version": "0.1.0",
-	"command": "asconfigc",
+	"command": "mvn",
+	"args": ["clean", "install", "-DskipTests"],
 	"isShellCommand": true,
-	"args": [
-		"--flexHome=/Users/carlosrovira/Dev/Flex/sdks/flexjs-0.8.0"
-	],
 	"showOutput": "always"
 }
\ No newline at end of file