Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread kevin.godell
Ok, got it figured out. -warnings=false Adding -warnings=false to the parameters of the external tool that calls /js/bin/mxmlc will allow it to finish with exit code 0, and thus, continue to its next step I pushed it to see how many things I could link together when pressing the debug button: 1.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread Alex Harui
On 5/16/15, 10:36 PM, "kevin.godell" wrote: > >I have set up the external tools for zipping and also launching index.html >with chrome and they work ok when run by themselves. The problem is the >/js/bin/mxmlc has that exit code 2 which stops the workflow. I know that I >can just run each tool

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-05-16 Thread kevin.godell
I was trying out some other external tools settings to create a workflow, but I have been stopped by: "Process finished with exit code 2." Pertaining to the run/debug configurations, when adding an external tool to run /bin/mxmlc in the "before launch" section, it finishes with exit code 0, and the

Re: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-16 Thread Maxim Solodovnik
Welcome Josh :) WBR, Maxim (from mobile, sorry for the typos) On May 16, 2015 10:26 AM, "Alex Harui" wrote: > The Apache Flex Project Management Committee (PMC) is pleased to announce > our newest committer, Josh Tynjala. > > Josh is currently well known for his work on Feathers [1], but recentl

Re: FlexJS to Android Device using IntelliJ and PhoneGap Build

2015-05-16 Thread Alex Harui
Sweet! Thanks for validating the concept. -Alex On 5/16/15, 9:28 PM, "kevin.godell" wrote: >I was messing around with FlexJS using IntelliJ and decided to try out the >online PhoneGap build service. On the website, there was an option to >upload >a zip file. So, I zipped the contents of js-rel

FlexJS to Android Device using IntelliJ and PhoneGap Build

2015-05-16 Thread kevin.godell
I was messing around with FlexJS using IntelliJ and decided to try out the online PhoneGap build service. On the website, there was an option to upload a zip file. So, I zipped the contents of js-release and uploaded it. PhoneGap build complained a little. Something about not having the latest vers

Re: [Falcon] ASDocTokenizer and RawASDocTokenizer JFlex deps

2015-05-16 Thread Michael Schmalle
No, this has nothing to do with your code. I am using the ASDocTokenizer which uses the RawASDocTokenizer that is generated by JFlex. I really doubt you have touched that class, all it does is call nextToken() on the JFlex scanner. It's the JFlex scanner that is hitting a loop while trying to end

Re: [FlexJS] IntelliJ Integration

2015-05-16 Thread Michael Schmalle
Aye, I guess I was reading his original post too directly, well anyway doesn't matter, whatever is decided with I will roll on. Actually running FalconJX unit tests and it feels like a really weird dejavu. Mike On Sat, May 16, 2015 at 6:08 PM, Alex Harui wrote: > > > On 5/16/15, 6:54 AM, "Mich

Re: [FlexJS] IntelliJ Integration

2015-05-16 Thread Alex Harui
On 5/16/15, 6:54 AM, "Michael Schmalle" wrote: > >@Alex > >I am still totally interested in FlexJS, I can only imagine how Josh's UI >framework could totally add to the validity of a developer taking the next >step into a full fledged UI/Application framework like FlexJS. > >On that note, my in

Re: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-16 Thread Alex Harui
Hi Josh, I’m wondering if you’d find the Falcon and FalconJX code bases easier to work with for MXML and binding. I think we’ve finally removed any dependencies they have on the current Flex SDK. -Alex On 5/16/15, 11:27 AM, "Josh Tynjala" wrote: >Thanks, Alex. > >I'm currently working on a for

Re: [Falcon] ASDocTokenizer and RawASDocTokenizer JFlex deps

2015-05-16 Thread Alex Harui
I don’t remember which version is which, but IIRC, more recent Jflex was licensed under Apache or a more permissive license where older ones weren’t, so we opted to simply the bundling by going to a more recent version. If you are getting a loop it is more likely a bug in our source exposed by som

[Falcon] ASDocTokenizer and RawASDocTokenizer JFlex deps

2015-05-16 Thread Michael Schmalle
Hi, I am going through a lot of my code, one in particular is a new version of the ASDoc tool that uses velocity templates. I know 2 years ago I was able to document the whole Flex SDK with the current code base. I noticed in the compiler downloads.xml the JFlex version was changed from 1.5.1 to

Re: Why are there two ArrayList classes? [PING Justin Mclean)

2015-05-16 Thread Harbs
This is the discussion that I was referring to: http://apache-flex-development.247.n4.nabble.com/Re-1-4-git-commit-add-removeItem-to-IList-and-ListCollectionView-tp23272.html On May 15, 2015, at 7:40 PM, Gareth Smith wrote: >> The discussion on this was in March 2013. > > This is it, I thin

Re: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-16 Thread Josh Tynjala
Thanks, Alex. I'm currently working on a fork of the Apache Flex SDK. There's always been a lot of interest in using MXML (and binding) with Feathers, and I've been making modifications to the code generation in the compiler to support Starling and Feathers. Most recently, I've been putting toget

Re: [FlexJS] IntelliJ Integration

2015-05-16 Thread Josh Tynjala
Not lately. I'll check them out. - Josh On Fri, May 15, 2015 at 9:29 PM, Alex Harui wrote: > > > On 5/15/15, 5:13 PM, "Josh Tynjala" wrote: > > >On Fri, May 15, 2015 at 3:04 PM, Michael Schmalle > > >> wrote: > > > >> > >> If I knew people like you were getting interested in these projects, I

Re: [FlexJS] IntelliJ Integration

2015-05-16 Thread Michael Schmalle
@Josh Just to add, the most practical situation would be, you prototype your basic framework using the library you need. Write the javascript that way it fits into the framework you are using, find the dependencies and irregularities early. Once you have a hello world type prototype, I can then

Re: [FlexJS] IntelliJ Integration

2015-05-16 Thread Michael Schmalle
On Fri, May 15, 2015 at 8:13 PM, Josh Tynjala wrote: > On Fri, May 15, 2015 at 3:04 PM, Michael Schmalle < > teotigraphix...@gmail.com > > wrote: > > > > > If I knew people like you were getting interested in these projects, I > know > > it's a catalyst for me because I met you back in 2005-2006(