Re: [FlexJS] Flex Library Project

2014-11-05 Thread Alex Harui
On 11/5/14, 12:03 AM, "Raj U. Shaikh" 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 "

RE: [FlexJS] Flex Library Project

2014-11-05 Thread Raj U. Shaikh
side application and as we have source code we can debug each line so this will help in js case as well. Regards, Raj Shaikh -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Wednesday, November 05, 2014 12:07 PM To: dev@flex.apache.org Subject: Re: [FlexJS] Flex L

Re: [FlexJS] Flex Library Project

2014-11-04 Thread Alex Harui
On 11/4/14, 10:17 PM, "Raj U. Shaikh" wrote: >using FlashBuilder Project Files >FlashBuilder settings: >-locale >en_US >-source-path+=D:\eclipse_workspace\flexJsWS\DataBindingTest/src >-compiler.accessible=true > >-output=D:\eclipse_workspace\flexJsWS\DataBindingTest/bin-rele

RE: [FlexJS] Flex Library Project

2014-11-04 Thread Raj U. Shaikh
-compiler.accessible=true -output=D:\eclipse_workspace\flexJsWS\DataBindingTest/bin-release/DataBindingTest.swf -library-path+=D:\eclipse_workspace\flexJsWS/MyLibrary/bin/MyLibrary.swc -library-path+=D:\eclipse_workspace\flexJsWS\DataBindingTest//MyLibrary/bin/MyLibrary.swc -j

Re: [FlexJS] Flex Library Project

2014-11-04 Thread Alex Harui
On 11/4/14, 4:31 AM, "Raj U. Shaikh" wrote: >Hi Team, >I have downloaded "apache-flex-flexjs-0.0.2-jBurg" and able to execute >simple projects similar to "DataBindingTest" example. >However, I am not able to achieve same thing by following technique, > > >1. Created a flex library project