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]HierarchicalData

2016-05-30 Thread Harbs
On second thought… This is the first time I’m diving into a FlexJS component. I understand strands and beads conceptually, but I have not really looked into the practice until now. It looks like the behavior of the Tree is handled by the TreeSingleSelectionMouseController which extends

[FlexJS]HierarchicalData

2016-05-30 Thread Harbs
I’d like to add XML support for Trees. Any preference on whether I should create a new IHierarchicalData class for XML (i.e. XMLHierarchicalData) or put conditional logic in the existing HierarchicalData class? I’m leaning towards the former. Harbs

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
That was really weird. It was looking in the wrong place for the Flash Debugger app. My environment variable was pointing to the wrong location, but it has not changed in quite some time. I fixed the variable and I got a successful build. Thanks. Now I can get back to work… ;-) On May 30,

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]Build failing

2016-05-30 Thread Alex Harui
Look in flex-falcon/compiler/target/junit-reports/TEST-as.ASKeywordTests.xml for the word "failure". It should have more information. -Alex On 5/30/16, 2:33 AM, "Harbs" wrote: >I completely deleted my local repo and checked out both falcon and asjs. > >No go. I’m

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]Build failing

2016-05-30 Thread Harbs
I completely deleted my local repo and checked out both falcon and asjs. No go. I’m currently getting the following output: http://pastebin.com/sc2DVcQD Anyone have ideas? On May 30, 2016, at 10:31 AM, Harbs wrote: > I deleted all my local files and reset my repo to the

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
I deleted all my local files and reset my repo to the last commit on both falcon and asjs. Now it’s failing on junit tests… :-( On May 30, 2016, at 9:40 AM, Alex Harui wrote: > > > On 5/29/16, 11:14 PM, "Harbs" wrote: > >>

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]Build failing

2016-05-30 Thread Alex Harui
On 5/29/16, 11:14 PM, "Harbs" wrote: >http://pastebin.com/g2DEfti5 Hmm. I cannot figure out how GCL.SWC gets set to a place inside flex-asjs in your build. Unfortunately, I'm out of time until probably this time tomorrow (US Holiday on Monday). Maybe try verbose mode

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
http://pastebin.com/g2DEfti5 On May 30, 2016, at 8:55 AM, Alex Harui wrote: > > > On 5/29/16, 10:47 PM, "Harbs" wrote: > >> It was not set. Is there a new requirement to set it? > > Not that I know of, I just wanted to know if it got set somehow. >