BTW, I think I found where the swc locations are specified in FDT.
Here’s the locations for FlexJS:
<swcs>
<swc sdkKinds="flex4">
<path>frameworks/libs/player/{playerVersion}/playerglobal.swc</path>
</swc>
<swc sdkKinds="flex4">
<path>frameworks/as/libs/FlexJSJX.swc</path>
</swc>
<swc sdkKinds="flex4">
<path>frameworks/as/libs/FlexJSUI.swc</path>
</swc>
<swc sdkKinds="flex4">
<path>frameworks/as/libs/MXMLCClasses.swc</path>
</swc>
</swcs>
And here’s the locations for “JSC” projects:
<swcs>
<swc sdkKinds="flex4" sharedRuntime="true">
<path>frameworks/libs/player/{playerVersion}/playerglobal.swc</path>
</swc>
<swc sdkKinds="flex4" sharedRuntime="true">
<path>js/libs/js.swc</path>
</swc>
</swcs>
On May 13, 2016, at 9:37 PM, Alex Harui <[email protected]> wrote:
>
>
> On 5/13/16, 11:15 AM, "[email protected] on behalf of OmPrakash Muppirala"
> <[email protected] on behalf of [email protected]> wrote:
>
>> On Fri, May 13, 2016 at 10:52 AM, Alex Harui <[email protected]> wrote:
>>
>>>
>>> Hmm. Do you know if they are expecting js.swc to be in a known place?
>>>
>>
>> Please post a note here: http://bugs.powerflasher.com/jira/browse/FDT-3281
>> This would at least put it in their radar.
>
> I posted something here [1] because FDT-3281 was closed.
>
> -Alex
>
> [1] http://bugs.powerflasher.com/jira/browse/FDT-3661
>