Re: ant all failing (was Compiling Royale Libraries with Flash Builder (SWF))

2018-01-08 Thread Alex Harui
Please try to provide relevant information so we don't have trade more emails getting it. The test failure details should be in compiler\target\junit-results in an xml file that has ASExpressionTests in the name. And we don't know what your environment variables are set to. Also, we don't know

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Alex Harui
On 1/8/18, 11:23 PM, "Piotr Zarzycki" wrote: >Alex, > >Agree with you for the tests with Maven Artifacts, but definitely I'm with >Om in case of failing tests. Unless there is some lot's of fixes there. A failing test may not be a major problem if it is only failing

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Piotr Zarzycki
Alex, Agree with you for the tests with Maven Artifacts, but definitely I'm with Om in case of failing tests. Unless there is some lot's of fixes there. I hope Olaf won't have any problems. :) Thanks, Piotr 2018-01-09 8:03 GMT+01:00 Alex Harui : > That's fine for

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Dave Fisher
Hi Justin, I was doing my research. See https://github.com/google/material-design-lite/blob/mdl-1.x/README.md Google has relicensed as AL 2. See the bottom. Regards, Dave Sent from my iPhone > On Jan 8, 2018, at 11:10 PM, Justin Mclean wrote: > > Hi, > >> Those

ant all failing (was Compiling Royale Libraries with Flash Builder (SWF))

2018-01-08 Thread Yishay Weiss
Getting this console output. >tests: > >[mkdir] Created dir: >C:\dev\flexjs\royale-compiler\compiler\target\junit-reports > >[mkdir] Created dir: >C:\dev\flexjs\royale-compiler\compiler\target\junit-temp > >[junit] Running as.ASExpressionTests > >[junit] looking for

RE: Compiling Royale Libraries with Flash Builder (SWF)

2018-01-08 Thread Yishay Weiss
Opened a new thread, the current topic is misleading. Thanks. From: Alex Harui Sent: Monday, January 8, 2018 7:18:33 PM To: dev@royale.apache.org Subject: Re: Compiling Royale Libraries with Flash Builder (SWF) Yishay, I'm not clear

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Justin Mclean
Hi, > Those files come from here [1] > > [1] https://getmdl.io/templates/index.html Thanks, do you know how they are licensed? I can see there’s an open issue reguarding licensing of these files. [1] The original check in doesn’t help much [2] other than the icons seem to be under an CCSA

Jenkins build is back to normal : royale-asjs #121

2018-01-08 Thread apacheroyaleci
See

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Piotr Zarzycki
Olaf, I'm glad that you haven't use it - This is the test which I would like to see. How does that work on the clean machine. Of course you will need to download and install Maven first. :) As for the name of template it doesn't matter, you can specify it in your command if you name it

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread OmPrakash Muppirala
As mentioned in the VOTE thread, I had unit tests failing while building the compiler with Maven. The full console log is available here [1] Thanks, Om [1] https://gist.github.com/anonymous/146e95749626a54dd2a6a2937c9591c0 On Mon, Jan 8, 2018 at 10:14 PM, Olaf Krueger

Re: [VOTE] Release Apache Royale 0.9.0 RC1

2018-01-08 Thread OmPrakash Muppirala
-1 Binding * MD5 matches * Signature valid * README, RELEASE_NOTES, NOTICE and LICENSE look good * Installation via NPM successful * Able to cross-compile apps successfully with mxml from npm * royale-compiler>mvn clean install -P -main,utils works fine royale-compiler>mvn clean install Unit

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Justin Mclean
Hi, Does any one know where these files come from and how they are licensed? [1] I quick reverse image search shows several of them to be part of commercial web templates, but those templates could of got them from else where. Thanks, Justin 1,

Re: [Royale] ICollectionView

2018-01-08 Thread Piotr Zarzycki
Hi Peter, Thank you very much. It will definitely help me finish another Big example! I will check it tomorrow :) Piotr 2018-01-08 20:29 GMT+01:00 Peter Ent : > I just pushed some changes that give you a more dynamic DataGrid. > > The DataGrid should continue to work

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Piotr Zarzycki
It would be really great if someone from PMCs who never touch Maven tried test some application. That would be really helpful. Thanks, Piotr 2018-01-08 23:00 GMT+01:00 Piotr Zarzycki : > Today I had time to test only Maven artifacts. Tomorrow hopefully will try > ANT

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Piotr Zarzycki
Today I had time to test only Maven artifacts. Tomorrow hopefully will try ANT and building stuff. Just wanted to share with you guys instruction how to test Maven artifacts. My tests went well. I have build three applications 2 MDL and one with Basic components - Each run without the problem. :)

Re: [Understanding PAYG] Button: Why is there no "text" or "icon" bead in order to compose a TextButton or IconButton?

2018-01-08 Thread Olaf Krueger
>We've tried to write up things like this in the FlexJS wiki... Maybe I've overlooked some articles. I just started to move articles to the "FlexJS" category to make sure that we don't miss something when we'll move it to Royale... Thanks, Olaf -- Sent from:

Re: [Royale] ICollectionView

2018-01-08 Thread Peter Ent
I just pushed some changes that give you a more dynamic DataGrid. The DataGrid should continue to work normally. But if you want to have it respond to items being inserted and removed, then you can use the new collection view beads. I updated DataGridExample to illustrate how to do it PAYG. You

Re: How to overwrite/change a components' default styles the royale way?

2018-01-08 Thread Olaf Krueger
Hmm, I am not sure if we're misunderstood... I don't want to say that we should go the Flex way or that we need something like skinning. I just would like to say that from my point of view it is important to provide a possibility to overwrite CSS styles in that way, that no default styles remain

Re: [Understanding PAYG] Button: Why is there no "text" or "icon" bead in order to compose a TextButton or IconButton?

2018-01-08 Thread Alex Harui
On 1/8/18, 12:50 AM, "Olaf Krueger" wrote: >>Because the components have a model, the model needs to be PAYG... > >I guess I have to start exploring the asjs source code a bit more soon... >Is there any kind of documentation how those strands and beads are >internally

Re: How to overwrite/change a components' default styles the royale way?

2018-01-08 Thread Alex Harui
From what I see in the browser, the browser is used to having a ton of CSS to process. While we are trying to replicate as much of Flex as we can, we also don't want to blindly replicate all of Flex. That's why the UI set isn't 100% backward compatible, and in this case, why we are going to rely

Re: Compiling Royale Libraries with Flash Builder (SWF)

2018-01-08 Thread Alex Harui
Yishay, I'm not clear what you are trying to do. How did you get compiler JUNIT tests to run from Flash Builder? -Alex On 1/8/18, 1:18 AM, "Yishay Weiss" wrote: >It wasn’t set. Now that I’ve set it I’m getting this: > > > >tests: > >[mkdir] Created dir:

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Alex Harui
On 1/8/18, 12:52 AM, "Piotr Zarzycki" wrote: >Placing discussion here. > >Understand, so the problem actually now is in Develop, but in 0.9.0 >doesn't >exists, cause script simply invoke creation exact what we have in >"develop" >branch. Once we finish release, merge

Re: Royale Release Process Philosophy

2018-01-08 Thread Alex Harui
On 1/8/18, 12:42 AM, "Olaf Krueger" wrote: >>...of the CatX > >What is CatX? CatX is the short name for "Category X Dependencies" which are dependencies that are not compatible with the Apache License. IMO, some ASF Policies are conventions for how to track information

Re: [Understanding PAYG] Button: Why is there no "text" or "icon" bead in order to compose a TextButton or IconButton?

2018-01-08 Thread Peter Ent
Keep in mind that a Royale Button's base UI element is platform dependent. On the HTML side, the element is a and there is no view bead to construct it. TextButtonView is a Flash platform class that makes the actual UI button with its up/down/over states represented as separate basic elements.

Jenkins build is back to normal : royale-typedefs #52

2018-01-08 Thread apacheroyaleci
See

Build failed in Jenkins: royale-typedefs #51

2018-01-08 Thread apacheroyaleci
See -- Started by upstream project "royale-compiler" build number 42 originally caused by: Started by timer Building in workspace

[VOTE] Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Alex Harui
Hi, This is vote for the 0.9.0 release of Apache Royale. The release candidate can be found here; https://dist.apache.org/repos/dist/dev/royale/0.9.0/rc1/ Before voting please review the section,'What are the ASF requirements on approving a release?', at:

Re: [Understanding PAYG] Button: Why is there no "text" or "icon" bead in order to compose a TextButton or IconButton?

2018-01-08 Thread Olaf Krueger
>Because the components have a model, the model needs to be PAYG... I guess I have to start exploring the asjs source code a bit more soon... Is there any kind of documentation how those strands and beads are internally works and how they are implemented or which patterns are used? Thanks, Olaf

Re: Royale Release Process Philosophy

2018-01-08 Thread Olaf Krueger
>I think we should try to cut a release during the first week of every >month, and potentially more often than that if a release goes out with >blocking problems. Hugh +1! >...of the CatX What is CatX? Thanks for working on this, Olaf -- Sent from:

Re: How to overwrite/change a components' default styles the royale way?

2018-01-08 Thread Olaf Krueger
Hi Alex, >We can look into it more. I'd highly appreciate it ;-) >From my point of view the styling of (custom) components is crucial for Royal. For a Flex developer who will use Royale I guess CSS3 styling replaces Flex skinning and I guess anybody out there wants to give his compoenents a

Re: Royale Release Process Philosophy

2018-01-08 Thread Alex Harui
The ant script tries to update the poms that Maven doesn't see. When Maven cuts a release branch, it tries to update the poms to the next version in the develop branch (in this case to 0.9.1-SNAPSHOT) and makes a release branch with the current version (in this case 0.9.0). The release script

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-08 Thread Piotr Zarzycki
Hi Alex, My concerns about that is actually been in thread "Royale Release Process Philosophy". Feel free to respond here. :) Thanks, Piotr 2018-01-08 9:14 GMT+01:00 Alex Harui : > This is the discussion thread. > > The Maven artifacts are staged here: >