On 11/5/14, 12:03 AM, "Raj U. Shaikh" <raj.sha...@mastek.com> wrote:
>Thanks Alex, >I was able to achieve but not through >“{flexjsHome}/ide/flashbuilder/FlexJs (FalconJX Debug and Release >Build).launch” file instead I changed {flexjsHome}js/bin/mxmlc.bat. >Now both the version swf and JS work fine. > >I tried for " FlexJS (FalconJX Debug and Release Build).launch" with >following tag, ><stringAttribute key='org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS' >value='-sdk-js-lib >"D:\eclipse_workspace\flexJsWS\DataBindingTest\libs"'/> OK, glad to hear you found a way to get it to work. For anyone else reading this, when I suggested changing the launch config, I really meant to use the FB IDE to do so. You can use the menus Run/External Tools/External Tools Configuration and make copies and edit the launch configs that way. > >Regarding the suggestion, For our case we have closed source custom >component library, in flash version it is easy to provide only executable >to clients keeping source as private and intact. >So it would be great if flexjs compiler package everything inside swc or >any js version of swc. >Also note that, FB allows us to remote debug any client side application >and as we have source code we can debug each line so this will help in js >case as well. Thanks for your input. We may in fact go this route. ASDoc also sometimes gets packaged in SWCs as well. Thanks for using FlexJS! -Alex