You should see something in VSCode's Output view when you build with
Ctrl+Shift+B (or Cmd+Shift+B on macOS). Maybe not an error, but the
compiler output will never be completely empty.

Switching to mxmlc would require values in "args". It doesn't know anything
about the asconfig.json file. That's why you use asconfigc.

- Josh



On Tue, Dec 13, 2016 at 10:14 AM, PKumar <[email protected]> wrote:

> I am not getting any message on console, but I changed the command
> "asconfigc" to "mxmlc"  in my "task.json"  and start getting error on
> console window.
>
> *Console Error:*
> Error: a target file must be specified.
>
> task.json
> {
>         // See https://go.microsoft.com/fwlink/?LinkId=733558
>         // for the documentation about the tasks.json format
>         "version": "0.1.0",
>         *"command": "mxmlc",*
>         "isShellCommand": true,
>         "args": [
>                 //"flexHome=E:/ApacheFlexJSDevelop/FlexJS07"
>         ],
>         "showOutput": "always"
> }
>
>
>
>
> -----
> Regards,
> Prashant
> --
> View this message in context: http://apache-flex-users.
> 2333346.n4.nabble.com/MXML-and-ActionScript-in-Visual-
> Studio-Code-tp14266p14332.html
> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>

Reply via email to