However, I can point out one thing that I can see is incorrect: true and
false should not be inside quotes.

You have "value": "true" and it should be "value": true

- Josh

On Thu, Dec 15, 2016 at 11:41 AM, Josh Tynjala <joshtynj...@gmail.com>
wrote:

> If you get a compiler error, please include the text of the error. I can't
> help you if I don't know what the error is. :)
>
> - Josh
>
> On Thu, Dec 15, 2016 at 8:53 AM, PKumar <prashaku...@gmail.com> wrote:
>
>> I am using following asconfig.json, but it is not working. getting compile
>> error
>>
>> {
>>     "config": "flex",
>>     "type": "lib",
>>     "compilerOptions": {
>>         "debug": true,
>>         "external-library-path":
>> ["E:/ApacheFlexJSDevelop/flex-typedefs/js/target"],
>>         "define": [
>>             {"name": "COMPILE::JS","value": "true"},
>>             {"name": "COMPILE::AS3","value": "false"}
>>         ]
>>     },
>>     "files":
>>     [
>>         "src/flexjs/amf/AMFService.as"
>>     ]
>> }
>>
>>
>>
>> -----
>> Regards,
>> Prashant
>> --
>> View this message in context: http://apache-flex-users.23333
>> 46.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-
>> Code-tp14266p14344.html
>> Sent from the Apache Flex Users mailing list archive at Nabble.com.
>>
>
>

Reply via email to