[FlaconJX]Multiple constructors

2015-11-11 Thread Harbs
IFAIK, ActionScript does not have multiple constructors. I’m wondering if there’s any way to simulate multiple constructors when cross-compiling to js. What prompted my questions is QName. QName has two different constructors. One takes a QName object, and the other takes uri and a localName. I

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-11 Thread Harbs
Here’s what my folder looks like: https://www.evernote.com/l/AI82ttoeFrRADK7Nn_He2q3papalk76OUboB/image.png I got it to run by changing my ANT_HOME to the true bin rather than a symlink. It’s probably worth a note that to run the tests you need to add a reference to your folder in

Re: [VOTE] Release Apache Flex FalconJX 0.5.0 RC3

2015-11-11 Thread Harbs
+1 Package https://dist.apache.org/repos/dist/dev/flex/falcon/0.5.0/rc3/apache-flex-falconjx-0.5.0-src.tar.gz Java 1.7 OS: Mac OS X x86_64 10.9.5 Source kit signatures match: y Source kit builds: y README is ok: y README_JX is ok: y RELEASE_NOTES is ok: y RELEASE_NOTES_JX is ok: y NOTICE is ok: y

FlexJS - unable to open spark.css with falcon compiler

2015-11-11 Thread Buranello Alan
Hello I wanted to know why when I launch the falcon compiler appears on the console eclipse : C : \ Development \ search \ Luna \ defaults Error : unable to open ' ...\apache - flexJS - 0.0.2 \ frameworks \ themes \ Spark \ spark.css ' . defaults (line : -1 ) I'm using version 0.0.2 flexjs with

Re: FlexJS - unable to open spark.css with falcon compiler

2015-11-11 Thread Alex Harui
And to use the Apache Flex SDK Installer, run the installer, right-click and choose “Show Dev Builds” and the list of versions should now include Apache FlexJS 0.5.0 RC1 Thanks, -Alex On 11/11/15, 7:22 AM, "Alex Harui" wrote: > > >On 11/11/15, 12:55 AM, "Buranello Alan"

Re: [FlaconJX]Multiple constructors

2015-11-11 Thread Alex Harui
On 11/11/15, 3:02 AM, "Harbs" wrote: >IFAIK, ActionScript does not have multiple constructors. I’m wondering if >there’s any way to simulate multiple constructors when cross-compiling to >js. > >What prompted my questions is QName. QName has two different >constructors.

Re: Events/Conferences on Apache Flex

2015-11-11 Thread Alex Harui
Has anyone attended an online event they really liked? A URL to it would help us use it as a point of reference. Thanks, -Alex On 11/11/15, 8:20 AM, "Vijay Kumar" wrote: >+1 for online event. > >On Tue, Nov 10, 2015 at 11:35 AM, Rudolf Schnetler

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-11-11 Thread Alex Harui
Update: The following SWCs have been back ported (but are in various states of operability): Binding Collections Effects Graphics Charts Core DragDrop HTML Peter is almost done with: Mobile I’m starting in on Network These are remaining: Formatters Flat GoogleMaps HTML5 Jquery CreateJS

Re: Events/Conferences on Apache Flex

2015-11-11 Thread Josh Tynjala
The Flash Online Conference that I mentioned is pretty good. The format is pretty much just back-to-back presentations from several different presenters in Adobe Connect. http://gonchar.me/stage3d/ If you follow some of the links in the "Previous Meetings" section, you should see short

Re: Events/Conferences on Apache Flex

2015-11-11 Thread Paul Moreau
I was at ApacheCon and enjoyed all the Flex Lectures. However they were quite limited on time and were more geared towards beginners so they didn't really get in to the nitty gritty. Would be interesting to do something a bit more in depth. Thanks, Paul On Wed, Nov 11, 2015 at 5:05 PM, Alex

Re: Events/Conferences on Apache Flex

2015-11-11 Thread Vijay Kumar
+1 for online event. On Tue, Nov 10, 2015 at 11:35 AM, Rudolf Schnetler wrote: > I would suggest topics: > > 1. Flex and tools (FB/IdeaJ/other) - what are still supported, going to be > supported in future > 2. FlexJS and tools - build environment, documentation, examples

Re: FlexJS - unable to open spark.css with falcon compiler

2015-11-11 Thread Alex Harui
On 11/11/15, 12:55 AM, "Buranello Alan" wrote: >Hello I wanted to know why when I launch the falcon compiler appears >on the console eclipse : >C : \ Development \ search \ Luna \ defaults >Error : unable to open ' ...\apache - flexJS - 0.0.2 \ frameworks \ >themes \

Re: FlexJS - unable to open spark.css with falcon compiler

2015-11-11 Thread Alex Harui
Unfortunately, my understanding is that advertising dev builds to folks not following the dev@ list is frowned upon by the ASF. That’s why we hide it and tell folks how to get it on the dev@ list. The right answer is just to release more often, which I hope to do in the future. -Alex On

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-11-11 Thread Alex Harui
On 11/11/15, 4:11 PM, "Harbs" wrote: >A little update on my progress: > >XMLList turned out to be easy with the exception of length(). Most of the >functionality is being offloaded to XML. I don’t remember what happens to the base XML if you add or remove items to an

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread OmPrakash Muppirala
Looks like that worked. I now have the 4.14.1 with AIR 20 beta on my machine. Thanks, Om On Wed, Nov 11, 2015 at 4:18 PM, Alex Harui wrote: > And get rid of the versionID attribute. > > On 11/11/15, 4:16 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" >

Re: FlexJS - unable to open spark.css with falcon compiler

2015-11-11 Thread Justin Mclean
Hi, > Unfortunately, my understanding is that advertising dev builds to folks > not following the dev@ list is frowned upon by the ASF. That’s why we > hide it and tell folks how to get it on the dev@ list. > > The right answer is just to release more often, which I hope to do in the > future.

Re: svn commit: r1713968 - /flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

2015-11-11 Thread OmPrakash Muppirala
Where does the cacheID and cacheID2 come from, what does it denote? Thanks, Om On Wed, Nov 11, 2015 at 8:58 PM, wrote: > Author: aharui > Date: Thu Nov 12 04:58:04 2015 > New Revision: 1713968 > > URL: http://svn.apache.org/viewvc?rev=1713968=rev > Log: > "update md5s" > >

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-11-11 Thread Harbs
A little update on my progress: XMLList turned out to be easy with the exception of length(). Most of the functionality is being offloaded to XML. XML is turning out to be more challenging than I originally thought. It turns out that there’s a pretty big difference between a Document and a

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread Alex Harui
IIRC, there two different patterns. If there is both a release version and beta version with the same version number the you use versionID and the “b” tags in the ids. If there is just a beta version you don’t use versionID and the other ids don’t have the ‘b’. On 11/11/15, 3:02 PM,

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread OmPrakash Muppirala
In this case, there is only the beta version of AIR 20. So, I remove the b from the id attribute? For example: becomes: Is that the only change required? Thanks, Om On Wed, Nov 11, 2015 at 4:10 PM, Alex Harui wrote: > IIRC, there two different patterns. If there is

Re: Adding AIR/FP 20 Beta support to Installer

2015-11-11 Thread Alex Harui
And get rid of the versionID attribute. On 11/11/15, 4:16 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >In this case, there is only the beta version of AIR 20. So, I remove the >b >from the id attribute? > >For example:

Re: [FlaconJX]Multiple constructors

2015-11-11 Thread Alex Harui
The compiler sees Qname as having a single constructor with two params of type ‘*’. I don’t know what trick was used to get ASDoc to show two constructors. HTH, -Alex On 11/11/15, 9:37 AM, "Alex Harui" wrote: > > >On 11/11/15, 3:02 AM, "Harbs" wrote:

Re: [FlaconJX]Multiple constructors

2015-11-11 Thread Harbs
OK. So it’s just a bluff. Oh well. It would be interesting if it was possible to get real multiple constructors. No back to our regular program… ;-) On Nov 11, 2015, at 8:39 PM, Alex Harui wrote: > The compiler sees Qname as having a single constructor with two params of >

Re: [FlaconJX]Multiple constructors

2015-11-11 Thread Alex Harui
FWIW, it might be possible to teach the compiler to check for types. FalconJX already knows how to copy the asdoc from the .AS file to the .JS file. However, there are currently assumptions about the format of @params. Any @param found in the asdoc is renamed to @asparam and the compiler

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-11-11 Thread OmPrakash Muppirala
I'm sorry if I missed it earlier, but what exactly does 'back port' mean? Thanks, Om On Wed, Nov 11, 2015 at 9:43 AM, Alex Harui wrote: > Update: > > The following SWCs have been back ported (but are in various states of > operability): > > Binding > Collections > Effects >

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-11-11 Thread OmPrakash Muppirala
Oh, wow. That is fantastic. I hope to get my hands on this action soon. Sorry for not helping out for a while. On Wed, Nov 11, 2015 at 11:20 AM, Alex Harui wrote: > > > On 11/11/15, 11:04 AM, "omup...@gmail.com on behalf of OmPrakash > Muppirala"

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-11-11 Thread Harbs
If you search the source code for COMPILE::JS and COMPILE:AS3, you’ll see what they’ve done so far. On Nov 11, 2015, at 9:30 PM, OmPrakash Muppirala wrote: > Oh, wow. That is fantastic. I hope to get my hands on this action soon. > Sorry for not helping out for a while.

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-11-11 Thread Alex Harui
On 11/11/15, 11:41 AM, "Harbs" wrote: >If you search the source code for COMPILE::JS and COMPILE:AS3, you’ll see >what they’ve done so far. This work is in the core_js_to_as branch. None of this has been merged to develop. The time table is to: -Roughly back port all

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-11-11 Thread Alex Harui
On 11/11/15, 11:04 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I'm sorry if I missed it earlier, but what exactly does 'back port' mean? We are trying to write the entire FlexJS framework in ActionScript such that every

Re: FlexJS - unable to open spark.css with falcon compiler

2015-11-11 Thread jude
Suggestion: let's show those by default and add "dev builds" in parenthesis next to the name. On Wednesday, November 11, 2015, Alex Harui wrote: > And to use the Apache Flex SDK Installer, run the installer, right-click > and choose “Show Dev Builds” and the list of versions

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-11-11 Thread Harbs
Quick question to anyone that knows off-hand: What happens if you call toXMLString() and toString() on an XMLList object that has more than a single child? Does it cause an error or returns something sane?

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-11-11 Thread Harbs
Another question: I was basing XMLList off Array to handle bracket notation, but I realized that length vs length() will be a problem. Any suggestions on this front?

Re: [FALCONJX][FLEXJS] XML handling (was Re: [FlexJS] Back port)

2015-11-11 Thread Harbs
Could we just teach the compiler to convert “length()” to “length” which cross-compiling XMLList? On Nov 11, 2015, at 10:29 PM, Harbs wrote: > Another question: > > I was basing XMLList off Array to handle bracket notation, but I realized > that length vs length() will

Re: FlexJS - unable to open spark.css with falcon compiler

2015-11-11 Thread OmPrakash Muppirala
On Wed, Nov 11, 2015 at 12:59 PM, jude wrote: > Suggestion: let's show those by default and add "dev builds" in parenthesis > next to the name. > +1 > > On Wednesday, November 11, 2015, Alex Harui wrote: > > > And to use the Apache Flex SDK

AW: Events/Conferences on Apache Flex

2015-11-11 Thread Christofer Dutz
Hi, I was thinking of a "Flex User Group" in Germany mainly hosted at my company, eventually I should pick up that ball again ... Chris Von: Paul Moreau Gesendet: Mittwoch, 11. November 2015 18:45 An: dev@flex.apache.org Betreff:

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-11 Thread Alex Harui
I have ant 1.9.4, my apache-rat jars are in lib, not libexec. I don’t have a libexec, what is in it? I just have a bin and lib folder and ANT_HOME points to the parent of bin and lib. BTW, your output says the signatures are good, but the key you imported for me isn’t in the circle-of-trust

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-11 Thread Justin Mclean
Hi, > gpg_check: > gpg: Signature made Wed Nov 11 09:19:23 2015 IST using RSA key ID DA9CCFF2 > gpg: Good signature from "Alex Harui (CODE SIGNING KEY) " > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC3

2015-11-11 Thread Justin Mclean
Hi, > apache-rat-0.8.jar > apache-rat-tasks-0.8.jar You might want to also get the latest version which is 0.11 [1] Thanks, Justin 1. http://creadur.apache.org/rat/download_rat.cgi