Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Alex Harui
Totally wild guess, but can you check permissions on compc.jar in /Users/justinmclean/Downloads/ApacheFalcon/apache-flex-falconjx-0.6.0-bin/l ib I don't know the Ant flex-tasks code at all, but it looks like it is simple Java doing a File.exists() on compc.jar. -Alex On 3/27/16, 10:41 PM, "Justi

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Justin Mclean
Hi, > I assumed since MIT is supposedly as friendly as Apache, that all licenses > in an MIT package were also Category A or B. Sadly this is not always the case for instance MIT is comparable with GPL but that doesn't mean we can use a MIT licensed bundle containing GPL software in Apache lice

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Justin Mclean
Hi, > How did you get your Falcon build? Is it just an unzip of a binary kit? Yes it was. I also tried installing over FlexJS it using the installer script provided but that also gives an error: From the FlexJS base directory: ant -f ../../ApacheFalcon/apache-flex-falconjx-0.6.0-bin/installe

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Alex Harui
On 3/27/16, 10:12 PM, "Justin Mclean" wrote: >HI, > >> OK, left them this issue >> https://github.com/designmodo/Flat-UI/issues/213 > >That probably could of been worded a little differently. > >If you look at the bundled SVG file you can clearly see what license it >is under: > "fontURL"

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Justin Mclean
HI, > OK, left them this issue > https://github.com/designmodo/Flat-UI/issues/213 That probably could of been worded a little differently. If you look at the bundled SVG file you can clearly see what license it is under: "fontURL": "http://designmodo.com/flat";, "designer": "Ser

Re: [DISCUSS] How about bringing Falcon and ASJS together?

2016-03-27 Thread Alex Harui
AFAIK, nobody has spent any time on it, but soon, I am going to find out if Falcon can compile UIComponent correctly or not (and whether FalconJX can cross-compile it). -Alex On 3/27/16, 9:31 AM, "Glenn Williams" wrote: >Hi all > >As a sub-question: > >What's the current state of Falcon for com

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Alex Harui
OK, left them this issue https://github.com/designmodo/Flat-UI/issues/213 -Alex On 3/27/16, 5:15 PM, "Justin Mclean" wrote: >Hi, > >JFYI the owners of the code are fairly responsive to licence issues (for >instance [1]) and tend to give permission to use their stuff (few other >issues). I thin

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Alex Harui
On 3/27/16, 6:21 PM, "Justin Mclean" wrote: >HI, > >Unable to compile FlexJS - last bit: > >compile-extern-swc: > [echo] Compiling target/externs/Core-0.6.0.swc > [echo] FLEX_HOME: >/Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.6.0-src > [echo] FALCON_HOME: >/Users

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Justin Mclean
HI, > compc.jar does exist in $ANT_HOME/lib so I’m not sure what causes the above > issue. Anyone have any idea? Sorry I meant to say flexTasks.jar not comic.jar there. Do we perhaps have an issue with different versions of compc/flexTasks.jar? Thanks, Justin

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Justin Mclean
HI, Unable to compile FlexJS - last bit: compile-extern-swc: [echo] Compiling target/externs/Core-0.6.0.swc [echo] FLEX_HOME: /Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.6.0-src [echo] FALCON_HOME: /Users/justinmclean/Downloads/ApacheFalcon/apache-flex-falconj

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Justin Mclean
Hi, JFYI the owners of the code are fairly responsive to licence issues (for instance [1]) and tend to give permission to use their stuff (few other issues). I think the simplest way to resolve this may be ask can we use the font files under an more permissive / Apache compatible licence. We sh

Re: [DISCUSS] Discuss Release Apache FlexJS 0.6.0 RC1

2016-03-27 Thread Justin Mclean
Hi, Just looking throuth the binary release and I notice that this file [1] is licensed with a CC license [2] (look inside the file). Sadly this is not an Apache compatible license. Anyone know the history of that file / can head some light on this? The font has a URL with points to http://desi

RE: [DISCUSS] How about bringing Falcon and ASJS together?

2016-03-27 Thread Glenn Williams
Hi all As a sub-question: What's the current state of Falcon for compiling Flex SDK apps? I've not been able to keep up to date here as much as I'd like to. The last time I looked Falcon was not anywhere near complete enough to be used. Is this still the case? Thanks folks Glenn tinylion -

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.6.0 RC1

2016-03-27 Thread Josh Tynjala
Some more that might be worth mentioning that I can see in the commit history: I fixed a bug where -js-output-type=jsc didn't work in IntelliJ IDEA. I added support for internal classes/interfaces/functions/variables after the package block. I added support for package-level functions/variables.

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.6.0 RC1

2016-03-27 Thread Josh Tynjala
I added -js-output-type=node to this release. This is exposed in FlexJS as js/bin/asnodec. It generates an index.js that can be run with Node.js. Modules can be required with the regular Node.js require(), which is defined in node.swc. I posted a simple example here: http://mail-archives.apache.

Re: [DISCUSS] How about bringing Falcon and ASJS together?

2016-03-27 Thread Alex Harui
We've had this discussion before. Falcon was also intended to be the next-generation compiler for the regular Flex SDK, and FalconJX is being considered for other non-Apache frameworks like Feathers. Is it really true that no Maven projects have validation suites against downstream projects? May

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.6.0 RC1

2016-03-27 Thread Alex Harui
On 3/26/16, 3:27 PM, "Justin Mclean" wrote: >Hi, > >> Volunteers are welcome to review the commits and provide more detail. I >> would have to do the same. > >It’s likely to be something that users will asks and would be nice to >have something to go into the announcement email. Yep. I'm cur

[DISCUSS] How about bringing Falcon and ASJS together?

2016-03-27 Thread Christofer Dutz
Hi, I don't know if we had this discussion recently, but I would like to propose to bring together the two sub-projects Falcon and ASJS. The reason for this is that they are naturally tightly connected, which becomes obvious every time a release is coming and internally a lot of tests depend o

AW: [BLAZEDS] First work on a blazeds-spring-boot-starter

2016-03-27 Thread Christofer Dutz
If you have a look at my project here: https://github.com/chrisdutz/RAPIRO This is a fully working Flex Client and BlazeDS server with only a hand full of code. If you ignore the "MRAA" related code (That's the JNE Library to communicate with the Edison hardware), I think it demonstrates the bea

AW: flex-blazeds git commit: Added some documentation.

2016-03-27 Thread Christofer Dutz
Hi Justin, this is part of an example application I am building. It's open for anyone, but you are right ... this does apply to only this application ;-) ... I'll sort of generify that. Chris Von: Justin Mclean Gesendet: Sonntag, 27. März 2016 07:16 An

Re: [BLAZEDS] First work on a blazeds-spring-boot-starter

2016-03-27 Thread Carlos Rovira
Great work Chris! :) although many of us doesn't say nothing, I think this is awesome! :) (we already did things like that in the past :) .. https://github.com/codeoscopic/spring-flex) Best! Carlos 2016-03-26 11:59 GMT+01:00 Christofer Dutz : > Hi, > > I just wanted to give you an update on my