Re: [DISCUSS] Release Apache Flex BlazeDS 4.7.3

2017-03-29 Thread Christofer Dutz
$&X%S%”$§! - I thought I had the rat plugin in the build … thanks for finding that ( I added the rat configuration to the build and it found exactly the files you reported. Therefore, I added the headers to the files which it was complaining about. All except the goal.txt as I couldn’t find a

Re: [FlexJS] Anyone working on the build problems?

2017-03-29 Thread Christofer Dutz
Ok … so the problem with the build you reported was due to the fact that the Java version seems to have changed on the agents and I had to re-set it to 1.8. Now I am getting a failing Integration Test which seems to relate to the store example not working when running it in a browser. So eventual

Re: [FlexJS, Maven] Local build failing occasionally

2017-03-29 Thread Christofer Dutz
Well it only runs them in parallel if you explicitly ask it to. If you don’t it compiles one module after the other. Chris Am 28.03.17, 22:39 schrieb "Alex Harui" : I believe that Maven runs several COMPCs in parallel, so you will see mixed output which can be hard to understand.

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread sankar
Hi Alex, I have posted the compilation log after updating by the file you sent me in mail (3rd last comment). Have you reviewed that post (?) Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Project-is-failing-to-compile-help-tp60668p608

RE: [FlexJS, Maven] Local build failing occasionally

2017-03-29 Thread Yishay Weiss
I believe the reason Graphics needs ByteArray is so it can read the pixel bender object files. From: piotrz Sent: Tuesday, March 28, 2017 11:24 PM To: dev@flex.apache.org Subject: Re: [FlexJS, Maven] Local build failing occasionally I

Re: [FlexJS, Maven] Local build failing occasionally

2017-03-29 Thread piotrz
Once I off parallel compilation everything went smoothly. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Local-build-failing-occasionally-tp60859p60892.html Sent from the Apache Flex Devel

Re: [FlexJS, Maven] Local build failing occasionally

2017-03-29 Thread Christofer Dutz
Hi Yishay, I would be careful with parallel compilation as the compiler internally has a lot of static stuff that multiple parallel executions will mess up randomly ( Hopefully we will have the time to clean this up some time … parallel compilation would be a cool feature to use. Chris Am 2

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread sankar
Hi, Since the latest release is utterly broken for me, I'm looking for how I can do Maven builds. I have some queries on this, if someone from here please guide me. #1 Maven for compiling example projects, or to run inside "flex-asjs" folder and compile new SDK release version? #2 What are the co

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread piotrz
Santanu, I will try to describe you in details later today - if someone not beat me earlier. If not today I will try to do this over the weekend. In the meantime you can check how look like my pom for TourJS project [1] - It is a good example of pom for external project outside our FlexJS SDK. [

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread Christofer Dutz
Hi Sankar, I would definitely suggest to have a look at the training video on Maven to get a general Idea on Maven itself. https://vimeo.com/167857327/da3e3239bc For a quick list of commands, have a look at README_MAVEN.txt in the compiler repo … that contains the most important ones. Chris

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread Josh Tynjala
Building the FlexJS repositories with Maven is really easy. Check out the instructions here: https://cwiki.apache.org/confluence/display/FLEX/Building+FlexJS+with+Maven - Josh On Wed, Mar 29, 2017 at 5:19 AM, sankar wrote: > Hi, > > Since the latest release is utterly broken for me, I'm lookin

RE: [FlexJS, Maven] Local build failing occasionally

2017-03-29 Thread Yishay Weiss
I’ll keep that in mind (and so will Piotr)… From: Christofer Dutz Sent: Wednesday, March 29, 2017 2:11 PM To: dev@flex.apache.org Subject: Re: [FlexJS, Maven] Local build failing occasionally Hi Yishay, I would be careful with paralle

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread yishayw
Still getting the same problem with the nightly. What fixes it for me is to go back to reset falcon to 22d17c8d447c22fb75a4063ad5b01879a9f08b7d (Mar 22nd). -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Simple-App-Not-Running-tp60825p60899.html Sent

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread Alex Harui
Hi Santanu, That's strange, my sent mail folder shows I responded on Sunday, but it looks like it never made it to the lists. Here's what I sent. I sent you a modified .java file. In order to use that file you will need to build the flex-falcon repo and use the results. It doesn't sound like y

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread yishayw
I just tried it with the latest falcon from repo and am getting the same results. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Simple-App-Not-Running-tp60825p60901.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread yishayw
To be clear, it's not working with the latest falcon. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Simple-App-Not-Running-tp60825p60902.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread Alex Harui
Are you using Ant or Maven? What build steps are you using, and what is the console output? Thanks, -Alex On 3/29/17, 8:22 AM, "yishayw" wrote: >I just tried it with the latest falcon from repo and am getting the same >results. > > > >-- >View this message in context: >https://na01.safelinks.p

RE: [FlexJS] Simple App Not Running

2017-03-29 Thread Yishay Weiss
I’m using ant: Build.xml [1], build_example.xml [2] The console output is (see upthread): Uncaught TypeError: Cannot read property 'prototype' of undefined at Object.goog.inherits (base.js:2408) at a_project.js:106 [1] https://paste.apache.org/Utyt [2] https://paste.apache.org/Wq3U Fr

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread Alex Harui
So I just did: Flex-falcon: ant wipe-all ant all Flex-asjs: ant super-clean ant cd examples/flexjs/DataBindingExample ant clean ant Then I ran the bin/js-debug/index.html in DataBindingExample. Does that work for you? It is probably a good idea to do the "clean". -Alex On 3/29/

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread yishayw
That does work. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Simple-App-Not-Running-tp60825p60906.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Summary of Changes

2017-03-29 Thread Peter Ent
Harbs - I have to rollback the setting of position="absolute" (when setting .x or .y properties) on my next commit. This is causing other examples to behave weirdly in situations where the parent of the element whose position is being set does not itself have a position set. After talking with A

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread yishayw
I just downloaded the nightly and build DataBinding from there and it runs successfully. I'll see if I can narrow the differences between DataBinding and a_project. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Simple-App-Not-Running-tp60825p60908.

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-29 Thread piotrz
Chris, Great video! Love it! I think Santanu has everything what he need in order to start. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Project-is-failing-to-compile-help-tp60668p6090

Re: Falcon build failing

2017-03-29 Thread Harbs
Yes. Once I added the dependency manually, the app works as expected. I am now in NY and I can test your latest changes. I will do so and report whether I’m still getting the error. Harbs > On Mar 29, 2017, at 2:09 AM, Alex Harui wrote: > > > > On 3/28/17, 11:01 PM, "Harbs" wrote: > >> I’

Re: [FlexJS] Simple App Not Running

2017-03-29 Thread Alex Harui
Your example is using remove-circulars. Looks like there are still bugs in that. I'll be trying to fix those but I'm with my kid's school trip the rest of the week so not full time. -Alex On 3/29/17, 10:46 AM, "yishayw" wrote: >I just downloaded the nightly and build DataBinding from there an

Re: Falcon build failing

2017-03-29 Thread Alex Harui
What did you add that fixed it? -Alex On 3/29/17, 1:47 PM, "Harbs" wrote: >Yes. Once I added the dependency manually, the app works as expected. > >I am now in NY and I can test your latest changes. I will do so and >report whether I’m still getting the error. > >Harbs > >> On Mar 29, 2017, at

Re: Falcon build failing

2017-03-29 Thread Harbs
In index.html, I replaced this: goog.addDependency('../../../test_project.js', ['test_project'], ['org.apache.flex.core.IBeadModel', 'org.apache.flex.events.ValueChangeEvent', 'org.apache.flex.core.IFlexJSElement', 'org.apache.flex.html.beads.layouts.BasicLayout', 'org.apache.flex.utils.MXMLDat

Re: Falcon build failing

2017-03-29 Thread Harbs
I pulled in your latest changes. The NaN error is fixed, but I’m still having the problem with the missing Application dependency. Here’s a really simple project which has the problem for me including my configuration and the erroneous output. https://www.dropbox.com/s/eig8348o4kevpcq/test_proje

[FlexJS] feature branch

2017-03-29 Thread Peter Ent
Hi, I've pushed feature/chart-work that contains updates to the Chart package, but also other structural changes to HTML to support it. If you have time, check it out and see if your work builds and runs with it. MDL might need a little refactoring; I have it compiling but I do not know yet if

Re: FlexSDK 4.16.0 installer errors

2017-03-29 Thread Lydecker
I've been having zero luck with Windows all day. I've tried 7 different machines, which have varied from having 6Gb RAM to 32Gb! All of them have generated the #1000 error after validating AIR25.0 Hoping this isn't going to put off newcomers to Flex... I tried on OSX and it downloaded fine, but

ASF Slack channel

2017-03-29 Thread Justin Mclean
Hi, Looks like the ASF has an Slack group. https://the-asf.slack.com/ Currently anyone who has an apache.org email address can sign up. That means you need to be an committer on a project to join. I’ve created a Flex/FlexJs channel, so if you are a slack user feel few to join. https://the-asf.

Re: [FlexJS] feature branch

2017-03-29 Thread piotrz
Hi Peter, I just checked your branch and MDL look fine. In order to build it I had to merge current develop to your branch I hope that you don't mind if I pushit it. Changes which come from develop wasn't also breakage. Mainly maven pom changes and ListExample. Piotr - Apache Flex PMC piot