Re: AW: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-18 Thread Alex Harui
verting your branch ... cause this is where I continued >working on the maven build. > >Chris > > >Von: Alex Harui <aha...@adobe.com> >Gesendet: Montag, 16. Mai 2016 20:26:39 >An: dev@flex.apache.org >Betreff: Re: [FalconJX][FlexJS] Ch

AW: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-16 Thread Christofer Dutz
But be carefullreverting your branch ... cause this is where I continued working on the maven build. Chris Von: Alex Harui <aha...@adobe.com> Gesendet: Montag, 16. Mai 2016 20:26:39 An: dev@flex.apache.org Betreff: Re: [FalconJX][FlexJS] Ch

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-16 Thread Alex Harui
On 5/16/16, 11:18 AM, "Harbs" wrote: >JSC is working, but I doubt it’s that big a deal to change the project >type definition. > >I don’t think we should hold off on changing to a structure which makes >more sense because of this. Well, it isn't so much that the project

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-16 Thread Harbs
JSC is working, but I doubt it’s that big a deal to change the project type definition. I don’t think we should hold off on changing to a structure which makes more sense because of this. On May 16, 2016, at 9:16 PM, Alex Harui wrote: > > On 5/16/16, 9:52 AM, "Harbs"

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-16 Thread Harbs
Yes. It’s current. They do not have a template for FlexJS The project type probably does not work. I’ll probably just fix the project definition and create a template and end it to them for the next version… On May 16, 2016, at 7:16 PM, Alex Harui wrote: > Interesting. Are

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-16 Thread Alex Harui
Interesting. Are you using a recent version? FlexJSJX.swc and FlexJSUI.swc haven't existed for a few releases. -Alex On 5/15/16, 12:39 PM, "Harbs" wrote: >BTW, I think I found where the swc locations are specified in FDT. > >Here’s the locations for FlexJS: > >

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-15 Thread Harbs
BTW, I think I found where the swc locations are specified in FDT. Here’s the locations for FlexJS: frameworks/libs/player/{playerVersion}/playerglobal.swc frameworks/as/libs/FlexJSJX.swc

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread Alex Harui
On 5/13/16, 11:15 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >On Fri, May 13, 2016 at 10:52 AM, Alex Harui wrote: > >> >> Hmm. Do you know if they are expecting js.swc to be in a known place? >> >

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread OmPrakash Muppirala
On Fri, May 13, 2016 at 10:52 AM, Alex Harui wrote: > > > On 5/13/16, 12:43 AM, "Harbs" wrote: > > >Well, FDT has a “Use As Runtime Shared Code” checkbox which is enabled by > >default for playerglobal and js.swc. Those are the two swcs enabled by >

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread Alex Harui
On 5/13/16, 12:43 AM, "Harbs" wrote: >Well, FDT has a “Use As Runtime Shared Code” checkbox which is enabled by >default for playerglobal and js.swc. Those are the two swcs enabled by >default if you start a AS project for FlexJS. I’m not sure how it >determines that

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-13 Thread Harbs
Well, FDT has a “Use As Runtime Shared Code” checkbox which is enabled by default for playerglobal and js.swc. Those are the two swcs enabled by default if you start a AS project for FlexJS. I’m not sure how it determines that under the hood. Presumably, it’s hard coded. I know they have a

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-12 Thread Alex Harui
On 5/12/16, 10:18 PM, "Harbs" wrote: >Does any of this effect how IDEs can determine if a swc is an >extern/typdef or a regular swc? Are IDEs doing this determination today? -Alex

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-12 Thread Harbs
Does any of this effect how IDEs can determine if a swc is an extern/typdef or a regular swc? On May 12, 2016, at 6:42 PM, Alex Harui wrote: > Hi, > > I've been working on getting FB projects to be able to build the flex-asjs > SWCs including the SWC with COMPILE::JS=true

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-12 Thread Alex Harui
On 5/12/16, 10:35 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >I am wondering if frameworks/libs/js would be a better location? This >way, >all the swcs are in under frameworks/libs. I think that might result in

AW: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-12 Thread Christofer Dutz
gmail.com> Gesendet: Donnerstag, 12. Mai 2016 19:35:12 An: dev@flex.apache.org Betreff: Re: [FalconJX][FlexJS] Changing location of externs SWCs On Thu, May 12, 2016 at 8:42 AM, Alex Harui <aha...@adobe.com> wrote: > Hi, > > I've been working on getting FB projects to be able to

Re: [FalconJX][FlexJS] Changing location of externs SWCs

2016-05-12 Thread OmPrakash Muppirala
On Thu, May 12, 2016 at 8:42 AM, Alex Harui wrote: > Hi, > > I've been working on getting FB projects to be able to build the flex-asjs > SWCs including the SWC with COMPILE::JS=true (which we currently also call > an externs SWC but we will probably now call it a "JS" SWC). >

[FalconJX][FlexJS] Changing location of externs SWCs

2016-05-12 Thread Alex Harui
Hi, I've been working on getting FB projects to be able to build the flex-asjs SWCs including the SWC with COMPILE::JS=true (which we currently also call an externs SWC but we will probably now call it a "JS" SWC). I think it will be easier for FB if in an installed FlexJS SDK, the externs SWCs