RE: [royale-asjs] branch develop updated: Add basic project files

2018-01-10 Thread Yishay Weiss
Thanks Piotr and Alex. From: Piotr Zarzycki Sent: Wednesday, January 10, 2018 8:01:04 PM To: dev@royale.apache.org Subject: Re: [royale-asjs] branch develop updated: Add basic project files I have added missing headers here and for

Re: [royale-asjs] branch develop updated: remove className="DynamicGridColumn" to fix compilation of DataGridExample

2018-01-10 Thread Piotr Zarzycki
Carlos, You shouldn't do this. This is problem with compilation introduced when Alex prepared first RC. Please get back with that code before RC2 in order to have it reproducible. It is something messed up with versions in pom. Thanks, Piotr On Thu, Jan 11, 2018, 02:07

Re: Apache Royale website is live!!

2018-01-10 Thread Andrew Wetmore
Hi, again: I added suggestions for the getting-started and get-involved pages. Will continue to the FAQ page tomorrow. On Wed, Jan 10, 2018 at 8:29 PM, Carlos Rovira wrote: > Hi Andrew, > > thanks, let me know if there's something more to fix and I'll fix it > > Best >

Re: Apache Royale website is live!!

2018-01-10 Thread Carlos Rovira
Hi Andrew, thanks, let me know if there's something more to fix and I'll fix it Best Carlos 2018-01-11 0:05 GMT+01:00 Andrew Wetmore : > Thank you for the quick response, Carlos. Almost all the points I raised > have been addressed, and I have marked them as "resolved". I

Re: Apache Royale website is live!!

2018-01-10 Thread Andrew Wetmore
Thank you for the quick response, Carlos. Almost all the points I raised have been addressed, and I have marked them as "resolved". I have a few more pages to attack, and will report in when there are more little tweaks to look at. A. On Wed, Jan 10, 2018 at 6:37 PM, Carlos Rovira

Re: [Royale] ICollectionView

2018-01-10 Thread piotrz
Hi Peter, I just started to use your classes on DataGrid and in my examples they are not working. Something is wrong with assigning CSS style to DataGridColumn. I have following structure [1] and CSS. This css is in separate file. In the main applications file I have simply: After compilation

Re: Apache Royale website is live!!

2018-01-10 Thread Carlos Rovira
Hi Om, when we started the website I was making some research to see if we can make things in markdown, but seems markdown is very limited. It's great for the wiki and docs, but to make something more visual as our "public face" or "marketing face", I think is very limited. There's no way to

Re: Apache Royale website is live!!

2018-01-10 Thread OmPrakash Muppirala
In a perfect world, we will let content editors provide content, patches and PRs. There are wordpress plugins available that read markdown files from Github urls. For example https://wordpress.org/plugins/mytory-markdown/ This way, the content can be in git and form(styles, images, etc) can be

Re: Apache Royale website is live!!

2018-01-10 Thread Carlos Rovira
Hi, @Andrew, I ask you to make changes to the doc in order to check things done, and comment if there's some questions. I introduced all changes, and uploaded to git. We must wait until automatic publication @Dave, I can look for a way to make people make changes and ask for revision (anyone out

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-10 Thread Alex Harui
Olaf, Gee, I completely forgot to test out removing the environment variable restrictions. Try taking out the requirements for AIR_HOME/PLAYERGLOBAL_HOME/FLASHPLAYER_DEBUGGER and see how far you get. Thanks, -Alex On 1/10/18, 12:06 PM, "Olaf Krueger" wrote: >> ant -e

Re: [VOTE] Release Apache Royale 0.9.0 RC1

2018-01-10 Thread Alex Harui
I will ask legal-discuss about the CSS content. I agree it is CC-BY-4.0. I'm not sure about your interpretation of the rest though. I don't share your concern about the images. I think the Royale project chooses to trust the upstreams and not go on a witch-hunt, especially at release time. MDL

Jenkins build is back to normal : royale-asjs_jsonly #115

2018-01-10 Thread apacheroyaleci
See

Re: Apache Royale website is live!!

2018-01-10 Thread Dave Fisher
Hi - Piotr has a good point. Please work with Andrew on the content updates. Some may be in the template and other parts are content. Regarding content it should be possible for any committer to make changes. At first you will need to periodically do export and update. Later either we will

Re: Apache Royale website is live!!

2018-01-10 Thread Carlos Rovira
Hi Om, that's not possible. We're making all changes in WP through admin and then exported and published. something out of this workflow will not be possible. However, I could see some WP system for people to register in WP backend and make changes and send for approval. I think there's some

Re: Apache Royale website is live!!

2018-01-10 Thread Piotr Zarzycki
Andrew, Great feedback! Thank you so much! I think we should put suggestions to our website! :) Piotr 2018-01-10 21:16 GMT+01:00 Olaf Krueger : > Thanks, Carlos! > And thanks Andrew for your great review/feedback! > > Olaf > > > > -- > Sent from:

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-10 Thread piotrz
Olaf, My environment variable looks like that: AIR_HOME=path to Flex SDK 4.16.1 with Adobe Air 28 FLEX_HOME=path to flex sdk PLAYERGLOBAL_HOME=d:\flex_sdk\player In player I have folders: Thanks, Piotr

Re: Please retweet

2018-01-10 Thread Olaf Krueger
Would just like to correct your link, there was one leading 'h' too much: https://twitter.com/ApacheRoyale/status/951128524538241024 Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Apache Royale website is live!!

2018-01-10 Thread Olaf Krueger
Thanks, Carlos! And thanks Andrew for your great review/feedback! Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-10 Thread Olaf Krueger
> ant -e -f ApproveRoyale.xml -Drelease.version=0.9.0 -Drc=1 Yes, I used this. Because the error message is something like " '<' is not allowed in row 83" of the script, I just removed it. Now ant complains that AIR_HOME is not set or passed with the command [1]. I am still not familiar with all

Re: Apache Royale website is live!!

2018-01-10 Thread OmPrakash Muppirala
Andrew, we most definitely appreciate your feedback. Via PRs or otherwise, please continue to share your feedback :-) Personally, I would love to see someone like you 'take over' the website content. Thanks, Om On Wed, Jan 10, 2018 at 11:45 AM, Andrew Wetmore wrote: > You

Re: Apache Royale website is live!!

2018-01-10 Thread Andrew Wetmore
You want me to do a pull request and make changes? I would prefer to share my observations, as what I see as an error others might see as a feature(!). Here's a Google Doc of edits I suggest for footer, the landing page, and the mailing-lists page:

Re: Apache Royale website is live!!

2018-01-10 Thread OmPrakash Muppirala
I think a better approach would be for Andrew to send a Pull Request to https://github.com/apache/royale-website/tree/asf-site. Carlos/Piotr, is that possible, given the current state of how the website is being deployed? Thanks, Om On Wed, Jan 10, 2018 at 11:13 AM, Carlos Rovira

Re: Apache Royale website is live!!

2018-01-10 Thread Carlos Rovira
Hi Andrew, thanks for the revision! :) If you want to share only text, you could make a list and post directly in this list, open a new thread If you want to attach screenshots, you can upload a PDF or something like that and share in a service you like (dropbox, google drive...) Thanks!

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

2018-01-10 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs #135

2018-01-10 Thread apacheroyaleci
See Changes: [piotrzarzycki21] Clean up all hard coded paths in Moonshine IDE files -- [...truncated 457.33 KB...] [junit] Tests run: 7,

Build failed in Jenkins: royale-asjs_jsonly #114

2018-01-10 Thread apacheroyaleci
p://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/frameworks/localfonts.ser> [delete] Deleting: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/frameworks/mxml-manifest.xml> [delete] Deleting: <http://apacheroyaleci.westus2

Re: Apache Royale website is live!!

2018-01-10 Thread Piotr Zarzycki
Attached files would be also stripped out. Just upload that file to some server Onedrive or something like that. You can also make pull request to the repository [1], branch asf-site. [1] https://github.com/apache/royale-website/tree/asf-site Thanks for that! :) Piotr 2018-01-10 19:07

Re: Apache Royale website is live!!

2018-01-10 Thread Andrew Wetmore
There are quite a number of small issues. I would prefer to create table (existing text, proposed new text, and notes if any) and share that. Can I just attach a Word doc to a message in this list? On Wed, Jan 10, 2018 at 1:36 PM, Piotr Zarzycki wrote: > Hi Andrew, >

Re: [royale-asjs] branch develop updated: Add basic project files

2018-01-10 Thread Piotr Zarzycki
I have added missing headers here and for Moonshine's files. Thanks, Piotr 2018-01-10 17:42 GMT+01:00 Alex Harui : > Two of these files need ASF Headers. The Maven build is failing because > it runs RAT. > > Thanks, > -Alex > > On 1/10/18, 1:28 AM,

Re: Apache Royale website is live!!

2018-01-10 Thread Piotr Zarzycki
Hi Andrew, Where are you seeing that text? If you send some screenshot it can be stripped out from the mailing list. You can use nabble to post a screenshot [1] [1] http://apache-royale-development.20373.n8.nabble.com Thanks, Piotr On Wed, Jan 10, 2018, 18:20 Andrew Wetmore

Re: Apache Royale website is live!!

2018-01-10 Thread Andrew Wetmore
Excellent. However...there is some pretty odd text here and there. Is someone handling text tweaking? Virus-free. www.avast.com

Re: [royale-asjs] branch develop updated: Add basic project files

2018-01-10 Thread Alex Harui
Two of these files need ASF Headers. The Maven build is failing because it runs RAT. Thanks, -Alex On 1/10/18, 1:28 AM, "yish...@apache.org" wrote: >This is an automated email from the ASF dual-hosted git repository. > >yishayw pushed a commit to branch develop >in

Please retweet

2018-01-10 Thread Carlos Rovira
Hi! just twit about the website release, please retweet to help spread the word hhttps://twitter.com/ApacheRoyale/status/951128524538241024 thanks! -- Carlos Rovira http://about.me/carlosrovira

Apache Royale website is live!!

2018-01-10 Thread Carlos Rovira
Hi all, just say that Apache Royale website is live now! :) -- Carlos Rovira http://about.me/carlosrovira

Re: Slider Component

2018-01-10 Thread Peter Ent
I compared Justin's suggested change with what was already in the repo and changed the code to remove an unnecessary offset. To me, it now works correctly. ‹peter On 1/9/18, 7:14 PM, "Justin Mclean" wrote: >Hi, > >> I've tried the slider with Safari, Chrome, and

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

2018-01-10 Thread apacheroyaleci
See

Re: [royale-website] branch asf-site updated: Verison 1.0 of the new Apache Royale Site

2018-01-10 Thread Carlos Rovira
Hi the first version of the site is pushed to "asf-site" branch. This is huge commit of about 150Mb Anyone knows how many time we should wait to see the changes in " royale.apache.org" ? thanks

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-10 Thread Carlos Rovira
Hi Piotr, ok, thanks 2018-01-10 10:45 GMT+01:00 Piotr Zarzycki : > Hi Carlos, > > Responding in the Discussion Thread. We may try for the next version. Alex > did correction in the Develop, so we are good. > > Thanks for the link! > Piotr > > > 2018-01-09 23:47

Build failed in Jenkins: royale-asjs #130

2018-01-10 Thread apacheroyaleci
See Changes: [yishayjobs] Add basic project files -- [...truncated 542.28 KB...] [javac] where T is a type-variable: [javac] T extends

Re: [DISCUSS] Discuss Release Apache Royale 0.9.0 RC1

2018-01-10 Thread Piotr Zarzycki
Hi Carlos, Responding in the Discussion Thread. We may try for the next version. Alex did correction in the Develop, so we are good. Thanks for the link! Piotr 2018-01-09 23:47 GMT+01:00 Piotr Zarzycki : > Hi Olaf, > > It is definitely not your fault. It is because

Re: [VOTE] Release Apache Royale 0.9.0 RC1

2018-01-10 Thread Carlos Rovira
Hi Piotr, there's a maven command for "prepare release"[1] that changes all poms automatically for you. It's the right way to do this task since is part of the maven workflow. Updating poms to the next version manually could bring many problems since is easy to forget some of them. Thanks [1]