Re: ['FlexJS']Need Info

2016-05-31 Thread Alex Harui
There should be a bin/mxmlc (instead of js/bin/mxmlc) that you can run. -Alex On 5/31/16, 1:59 AM, "benspylee" wrote: >hello Mr.Alex, > Thanks for the info.It helped me a lot.Now it compiled >without error.And one-more thing how Can i compile source to

Re: ['FlexJS']Need Info

2016-05-31 Thread benspylee
hello Mr.Alex, Thanks for the info.It helped me a lot.Now it compiled without error.And one-more thing how Can i compile source to swf output from external launch configuration file.Please assist me on this. Thanks barath ramalingam -- View this message in context:

Re: ['FlexJS']Need Info

2016-05-31 Thread Alex Harui
More specifically: edit the Launch Config for FlexJS (FalconJX Debug and Release Build) And alter the arguments to be: -remove-circulars -fb "${project_loc}" Thanks, -Alex On 5/30/16, 11:21 PM, "Alex Harui" wrote: >In your Launch Configuration, please add -remove-circulars.

Re: ['FlexJS']Need Info

2016-05-31 Thread Alex Harui
In your Launch Configuration, please add -remove-circulars. Thanks, -Alex On 5/30/16, 10:41 PM, "benspylee" wrote: >Hello Mr.alex, > Thanks for your response.i have attached the error log >files with this. log2.txt

Re: ['FlexJS']Need Info

2016-05-31 Thread Alex Harui
On 5/30/16, 10:37 PM, "benspylee" wrote: >hello mr.alex, >I think "link" already expired.But I need to ask you few >other things. >1.Is it possible to use cairngrom architecture with, flexjs wheather it >supports or not I don't think anybody has tried

Re: ['FlexJS']Need Info

2016-05-31 Thread benspylee
Hello Mr.alex, Thanks for your response.i have attached the error log files with this. log2.txt Thanks Barath Ramalingam -- View this message in context:

Re: ['FlexJS']Need Info

2016-05-31 Thread benspylee
hello mr.alex, I think "link" already expired.But I need to ask you few other things. 1.Is it possible to use cairngrom architecture with, flexjs wheather it supports or not 2.how to integrate flexjs output with back end like java remoting service. Thanks barath ramalingam --

Re: ['FlexJS']Need Info

2016-05-31 Thread Alex Harui
I'm not sure what problems you are still having. Please provide more details. Thanks, -Alex On 5/30/16, 10:31 PM, "benspylee" wrote: >Hello Mr.alex, >This thing happen when i tried in flash builder IDE.But >with >command line i wont get any error. >May

Re: ['FlexJS']Need Info

2016-05-31 Thread benspylee
Hello Mr.alex, This thing happen when i tried in flash builder IDE.But with command line i wont get any error. May be problem with ide and sdk integration! Thanks barath ramalingam -- View this message in context:

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
On 5/30/16, 6:01 AM, "benspylee" wrote: >Hello Mr.Alex, >Thanks for your response.I don't have any idea how this launch >configuration files working.can you share any knowledge related this >files.It will be helpful me to identify the issues easily. >Thanks

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
Hello Mr.Alex, Thanks for your response.I don't have any idea how this launch configuration files working.can you share any knowledge related this files.It will be helpful me to identify the issues easily. Thanks barath ramalingam launchfiles.txt

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
hello Mr.alex, It worked with flashbuilder ide.Now i can compile the example projects without error.But other Ide i don't know yet.please can you share any blog or documentation related to configure this flexjs with ide. Thanks barath ramalingam -- View this message in

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
For mxml files, please use mxmlc.bat. Thanks, -Alex On 5/30/16, 5:46 AM, "benspylee" wrote: >hello Mr.alex, > i tried to compile mxml file using asjsc.bat file for >swf >output, but i got following error.Please help me with this error. > >using

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
hello Mr.alex, i tried to compile mxml file using asjsc.bat file for swf output, but i got following error.Please help me with this error. using FlashBuilder Project Files FlashBuilder settings: -source-path+=D:\WorkRD\FlexjsWS\DataBindingExample/src

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
Hmm, not sure if that's the same thing. Did you look in your Error Log? -Alex On 5/30/16, 5:35 AM, "benspylee" wrote: >This link may be helpful for you link1 > > > > >-- >View this message in context:

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
This link may be helpful for you link1 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-Info-tp53206p53249.html Sent from the Apache Flex Development mailing list archive at

Re: ['FlexJS']Need Info

2016-05-30 Thread Harbs
FWIW, I got the same error. I’m not sure what causes it. On May 30, 2016, at 9:23 AM, benspylee wrote: > Hello Mr.alex, > finally nightly build done the magic.Now i can see the > output in js.but command line its ok on the other hand while trying with >

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
Hello Mr.alex, finally nightly build done the magic.Now i can see the output in js.but command line its ok on the other hand while trying with flash builder i got the following error.Please assist me with this.

Re: ['FlexJS']Need Info

2016-05-29 Thread Alex Harui
Can you try the nightly build? Use the installer, right-click and choose "Show dev builds" and then choose Apache FlexJS Nightly. I think this issue may be fixed already. -Alex On 5/29/16, 12:26 AM, "benspylee" wrote: >Hello Mr.alex, >Thanks for your response.i

Re: ['FlexJS']Need Info

2016-05-29 Thread benspylee
Hello Mr.alex, Thanks for your response.i have done cmd line compilation and shared the log file with this.I hope this will give you clear picture of error. Thanks barath ramalingam loginfo.txt -- View

Re: ['FlexJS']Need Info

2016-05-28 Thread Alex Harui
Lets try using command line for now. Please run js/bin/mxmlc and post the entire console output. -Alex On 5/28/16, 12:27 AM, "benspylee" wrote: >Hello Mr.alex, >Currently i am using flexjs 0.6.0 sdk.I have tried in both flash builder >and >FDT IDEs.but both show the

Re: ['FlexJS']Need Info

2016-05-28 Thread benspylee
Hello Mr.alex, Currently i am using flexjs 0.6.0 sdk.I have tried in both flash builder and FDT IDEs.but both show the same error after running the compiled js files with html wrapper.I don't have any idea about ant file compiling actionscript.please share any sample ant file Thanks barath

Re: ['FlexJS']Need Info

2016-05-27 Thread Alex Harui
Which version of FlexJS are you using? I saw some indication that FDT may need some adjustments to work with FlexJS 0.5.0 and later. You can try Ant or the command line and see if you get better results. -Alex On 5/27/16, 4:06 AM, "benspylee" wrote:

Re: ['FlexJS']Need Info

2016-05-27 Thread benspylee
-- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-Info-tp53206p53224.html Sent from

Re: ['FlexJS']Need Info

2016-05-26 Thread Alex Harui
Hi, the only attachment was a source file. What error did you get? -Alex On 5/26/16, 1:58 AM, "Barath Ramalingam" wrote: >hello team, > While compiling mxml file to java script.I got this >error(ref:attachment).I don't know where i went wrong.Please