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-autobuild/example-maven-dirs
Commit: 13c39e994f0c8b42ca3954f9c2bba83c3f3b9256
Parents: 06a57c9
Author: Carlos Rovira <carlosrov...@apache.org>
Authored: Mon Nov 7 00:10:28 2016 +0100
Committer: Carlos Rovira <carlosrov...@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

Reply via email to