Re: [FlexJS] Struggling with custom HTML

2017-03-26 Thread Alex Harui
On 3/26/17, 5:59 AM, "Harbs" wrote: >I have been successful using compc with conditional compiles outside the >framework, but I was not successful using mxmlc. The "dual" branch should have better support for conditional compilation in the application source. But I'd

Re: Falcon build failing

2017-03-26 Thread Alex Harui
On 3/26/17, 1:19 PM, "Harbs" wrote: >I’m having trouble building Falcon. > >It looks like it’s failing because a text in FlexJSTestBase.java is >failing. It’s looking for a file >flex-asjs/frameworks/as/basic-manifest.xml which does not exist. That output has been there

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

2017-03-26 Thread Josh Tynjala
1. I don't think this part is actually an issue (other than being annoying noise in the output). I also see this warning and my build finishes successfully. 2/3. I think these new tests that I wrote rely on flex-asjs in some way (since they're parsing MXML), and maybe it's having trouble finding

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

2017-03-26 Thread Harbs
There seemed to be three things causing me build problems: 1. compiler-jx/src/test/java/org/apache/flex/compiler/internal/test/FlexJSTestBase.java A reference to frameworks/as/basic-manifest.xml which does not seem to exist. 2.

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

2017-03-26 Thread Harbs
I’m now getting a similar error when compiling a test project. > On Mar 26, 2017, at 11:53 PM, Harbs wrote: > > There seemed to be three things causing me build problems: > 1. > compiler-jx/src/test/java/org/apache/flex/compiler/internal/test/FlexJSTestBase.java > A

Re: Falcon build failing

2017-03-26 Thread Harbs
Yup. I’m still waiting for you to show me what I’m missing about Maven in Miami… ;-) > On Mar 26, 2017, at 11:40 PM, Christofer Dutz > wrote: > > Probably the Ant build … correct? > > The Maven build shouldn’t care about that. > > Chris > > > > > Am 26.03.17,

Re: Falcon build failing

2017-03-26 Thread Christofer Dutz
Probably the Ant build … correct? The Maven build shouldn’t care about that. Chris Am 26.03.17, 22:19 schrieb "Harbs" : I’m having trouble building Falcon. It looks like it’s failing because a text in FlexJSTestBase.java is failing. It’s looking for a

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

2017-03-26 Thread Harbs
I’m also having trouble building, but it’s failing at a totally different place. > On Mar 26, 2017, at 11:08 PM, piotrz wrote: > > Hi Harbs, > > This is stack trace is straight from jenkins build. > > Locally I have same fail and definitely I did build with fresh

Falcon build failing

2017-03-26 Thread Harbs
I’m having trouble building Falcon. It looks like it’s failing because a text in FlexJSTestBase.java is failing. It’s looking for a file flex-asjs/frameworks/as/basic-manifest.xml which does not exist. I’m not sure how the build was passing previously… Harbs

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

2017-03-26 Thread piotrz
Hi Harbs, This is stack trace is straight from jenkins build. Locally I have same fail and definitely I did build with fresh sources of Falcon. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

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

2017-03-26 Thread Harbs
Have you pulled in the latest changes for Falcon? > On Mar 26, 2017, at 10:54 PM, piotrz wrote: > > Thanks Chris! > > No problem - I'm pasting here stack trace [1] - maybe someone will take a > look. I don't know what is happen. > > [1]

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

2017-03-26 Thread piotrz
Thanks Chris! No problem - I'm pasting here stack trace [1] - maybe someone will take a look. I don't know what is happen. [1] https://paste.apache.org/g6Jj Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

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

2017-03-26 Thread Christofer Dutz
Hi Piotr, Well, all I did was to click on “cleanup workspace” and do another build and then that problem went away and the commit problem came. I am also getting the build errors when building locally. Sorry for not following most of the threads here … as you can imagine it has been a busy

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

2017-03-26 Thread piotrz
Hi Chris, I did check this one and explain it in the other thread. Maven build still failing cause in folder Basic/target (stays after previous build) one file with unproved license. - It happened since Basic has been removed from maven build. How to perform on Basic module - clean without

Re: [FlexJS] Summary of Changes

2017-03-26 Thread piotrz
Thanks Peter for the tips. Digging into TourJS I learned couple of things. :) Just committed my final changes for today with still unresolved issues: - For some reason ButtonBar change event not working - Layout for displaying example application is still broken (I mean here Panel with

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

2017-03-26 Thread Christofer Dutz
Well that's one of the reasons I setup the build that way, as the compiler error reporting was so poor that a lot of problems only occur in the application compilation - as it seems to be in this case too. It also tests that the examples produce a runnable application that works in the browser.

Re: [FlexJS] Summary of Changes

2017-03-26 Thread Peter Ent
For the time being, the Tour main view should have a width and a height: Then in the style section, give everything flex-grow: 1; and it should look better. I think some padding and/or margins might be needed, but I think I have more work do with the layouts. I'll bump getting the tour to the

Re: [FlexJS] Summary of Changes

2017-03-26 Thread Peter Ent
I'm looking at the Tour right now. When you use the Flexbox layouts, you need to specify flex-grow:1 for anything you want to grow to fill the remaining space; otherwise it uses its native or explicit size. You could try to switch over to the normal horizontal and vertical layouts and see if they

Re: [FlexJS] Struggling with custom HTML

2017-03-26 Thread Harbs
I have been successful using compc with conditional compiles outside the framework, but I was not successful using mxmlc. > On Mar 26, 2017, at 3:20 PM, Peter Ent wrote: > > The way it stands now, you do need to create a new component in the > framework somewhere. In the long

Re: [FlexJS] Summary of Changes

2017-03-26 Thread piotrz
Peter, I've started to experiment with your new classes in TourJS and I think I've achieved some good look, but not everything is working as expected. For some reason code of examples has not been loaded properly. If you could review my changes and give some feedback, whether I used your new

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

2017-03-26 Thread Peter Ent
I didn't think the build, built the examples. If that's the case, I'll build the examples and see what fails and then exclude those from the build and work on them to get them running again. ‹peter On 3/26/17, 11:30 AM, "Christofer Dutz" wrote: >Hi, > >For the last 4

[FlexJS] Anyone working on the build problems?

2017-03-26 Thread Christofer Dutz
Hi, For the last 4 days the build of FlexJS framework has been failing while compiling the Examples … is anyone working on this? I would like to have a green build again asap. The compiler is sort of returning an error code of “3” … if that rings any bells. Chris

Re: [FlexJS] Summary of Changes

2017-03-26 Thread piotrz
Peter, I think I have found why layout look like this. We have following structure: Generated HTML: If I change contentTree CSS to position:relative I will see "span" with

Re: [FlexJS] Summary of Changes

2017-03-26 Thread piotrz
Hi Peter, I just looked into TourJS and refreshed poms of Maven build. I think after your changes Tree component is being broken. Could you build TourJS and confirm. Maybe I'm doing something wrong, but I see that content.json is being loaded.

Re: [FlexJS] Struggling with custom HTML

2017-03-26 Thread Peter Ent
The way it stands now, you do need to create a new component in the framework somewhere. In the long run, developers will want to make their own component sets that make use of conditional compilation, so now would be a good time to come up with that. You should be able to do this outside of the

Re: AW: [FlexJS,PureMVC] Building new project PureMVC demo by maven and code donation from Prashant

2017-03-26 Thread piotrz
Thanks Guys for the help with build. I was able to prepare pom for PureMVCDemo and it's working. Maven do not disappointed me - That was my issue I forgot put some dependencies. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: 4.16.0 Windows Install issues (was Re: [ANNOUNCE] Apache Flex 4.16.0 released)

2017-03-26 Thread Vincent Sotto
just add option to select mirror, rise and eu mirror did not work for me, but us did http://www-eu.apache.org/dist/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip http://mirror.rise.ph/apache/flex/4.16.0/binaries/apache-flex-sdk-4.16.0-bin.zip while this worked

[FlexJS] Struggling with custom HTML

2017-03-26 Thread Harbs
I want to use a Topcoat checkbox in an app. That requires some HTML like this: Checkbox Label I cannot think of a normal way of including something like this in my app without creating a whole new framework component. Conditional compiles do not seem to work. I don’t know why. I also

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

2017-03-26 Thread sankar
Hi Alex, Thanks for reaching with this much of help. I've overwritten the file to E:\DevareaLocal\ApacheFlexJSFrameworkSource\source\flex-falcon\compiler-jx\src\main\java\org\apache\flex\compiler\internal\codegen\mxml\flexjs folder. One thing I should let you know, I generally download falcon