ArrayCollection in Royale

2018-02-14 Thread Carlos Rovira
Hi

I saw Alina post in user list about substitutes and I think one important
one is:

import mx.collections.ArrayCollection; //very similar to
org.apache.royale.collections.TreeData

In order to ease the port of Flex apps to Royale, one thing we try is to
reuse as much AS3 logic, while in UX we need to create all new code

ArrayCollection is very close to business logic, and widely used in AMF
calls.

I suggest we should have ArrayCollection in Royale and even respect
namespace to avoid users to change any line in AS3 code.

Only with this point we can remove lots of pain in migration process from
Flex to Royale

what do you think?

-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Carlos Rovira
Hi updated links on Docs page.
As we develop more the documentation and final presentation this page needs
more work since the text says that the page is under construction. This
will come more later

As well I added GitHub releases page to download and source code. So now we
have "Current Release" for the latest, and "Older Releases" with the link
to GitHub Royale Releases page"

2018-02-15 0:26 GMT+01:00 Alex Harui :

> Also, if you are updating the site, on
>
> http://royale.apache.org/docs/
>
> Please change the ASDoc link to:
>
> http://royale.apache.org/asdoc/
>
> Thanks,
> -Alex
>
> On 2/14/18, 2:40 PM, "Alex Harui"  wrote:
>
> >The docs Andrew has been curating (which not ASDoc) is here:
> >
> >
> >https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fapache.gi
> >thub.io%2Froyale-docs%2F=02%7C01%7Caharui%40adobe.com
> %7C15008ee61b454
> >8263c7b08d573fbfe49%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636542448
> >653520768=SOTkt8kTzv%2FXVVPSi0mVuF930uVKH6qXi1V%
> 2FLDpCAeE%3D
> >d=0
> >
> >I think it is fine to post a link to it.  What do others think?
> >
> >-Alex
> >
> >On 2/14/18, 2:28 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> > wrote:
> >
> >>Hi, should I update now the Documentation links in the blog. Maybe only
> >>ASDocs?
> >>please let me know what to change and exact links so I can update it
> >>thanks!
> >>
> >>2018-02-13 22:13 GMT+01:00 Alex Harui :
> >>
> >>> Thanks Andrew.  I'm glad you remembered to push to develop and then
> >>>merge
> >>> to master.  The master branch has production URLs in _config.yml that
> >>>we
> >>> don't want synced back to develop branch.
> >>>
> >>> I just pushed a quick "Get Started" section to develop and master
> >>> branches.  Please take a look and fix it up when you get a chance.
> >>>
> >>> Thanks,
> >>> -Alex
> >>>
> >>> On 2/13/18, 12:43 PM, "Andrew Wetmore"  wrote:
> >>>
> >>> >Hi:
> >>> >
> >>> >I made a tiny change in develop and then merged it into master with no
> >>> >problem, yay!
> >>> >
> >>> >On Tue, Feb 13, 2018 at 2:32 PM, Alex Harui  >
> >>> >wrote:
> >>> >
> >>> >> Hi Andrew,
> >>> >>
> >>> >> I went and did the merge so I can make sure it is ok and reference
> >>>it
> >>> >>from
> >>> >> the announcement.  Feel free to make some edits in develop and merge
> >>>to
> >>> >> master just to make sure you can do so in case we find some error to
> >>> >> address.
> >>> >>
> >>> >> Thanks,
> >>> >> -Alex
> >>> >>
> >>> >>
> >>> >
> >>> >
> >>> >--
> >>> >Andrew Wetmore
> >>> >
> >>>
> https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fcottage
> 1
> 4
> >>> .
> >>> >blogspot.com%2F=02%7C01%7Caharui%40adobe.com%
> >>> 7C7d952138c94c439e2d6308
> >>> >d573227e31%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> 7C636541514360528008
> >>> >=FtwC3NwslQSnxv10qqwgWXDO8B2QEcIIAIpYL5XHyT0%3D=0
> >>>
> >>>
> >>
> >>
> >>--
> >>Carlos Rovira
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fabout.me%
> >>2
> >>Fcarlosrovira=02%7C01%7Caharui%40adobe.com%
> 7C894ed774434085d208d
> >>5
> >>73fa5d4e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636542441663951339&
> >>s
> >>data=NWz4NzCG50%2FLHJuURLbmWBI5oKIwGyo8%2FUaw9i%2BkS08%3D=0
> >
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: How I can use multiple CSS files

2018-02-14 Thread Carlos Rovira
Hi Alex,

I'm a bit confused here. I created the thread since I'm already trying it.
In VividBlueTheme, I added in pom.xml two 
one for typical defaults.css and another for TextField.css
Both, are in theme SWC thanks to maven build, at that point is ok.

The problem is that final app is not using TextField.css, but is using
defaults.css

So I think I only need to know how defaults.css is been applied to be used
in final example App and get Textfield.css be applied as well in the same
way so the final user don't need to link in the final App.

One thing that could be great to make this better is to make all components
css files developed at "creation time" be joined into one single
"defaults.css" file (or other name) for production purposes and remove the
load of lots of css files. But this is an improvement over the first part

thanks for looking into this




2018-02-14 23:38 GMT+01:00 Alex Harui :

> Hi Carlos,
>
> I looked at the compiler some more.  It appears that this feature already
> exists.  When I answered earlier, I was looking at code that loads SWCs
> off the library path and the compiler only looks at defaults.css in those
> files, but I just saw that in SWCs specified as themes it will use every
> .css file.
>
> Please try it and let us know if it works.  One thing to be careful of is
> that I'm not sure you can control the order of the .css files.  Maybe by
> specifying the order they are specified to COMPC (the SWC compiler).
> Order will only matter for overriding style properties.
>
> HTH,
> -Alex
>
> On 2/14/18, 2:26 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
>  wrote:
>
> >Hi Alex,
> >
> >I read @import and seems is not recommended for many reasons (concurrence
> >mainly) so I think is not a solution.
> >My bet is that this will make more easy to develop themes since I can go
> >directly to the css file "Textfield.css" and make changes over a few set
> >of
> >lines.
> >I never touched the compiler, so If you could add support for this feature
> >in order to use all css files included (I think this would must be the
> >ones
> >listed in the pom.xml)
> >It would be more easy to me to continue developing this feature. Could you
> >help me with this? For what you said maybe for you is not a long task and
> >can be ready in moderate few time,
> >
> >@Harbs, could you tell us a bit more of you MXML proposal, maybe some
> >explanation with few example names could help me see your method
> >
> >Thanks both with this!
> >
> >Carlos
> >
> >
> >
> >2018-02-13 19:44 GMT+01:00 Gabe Harbs :
> >
> >> Why not just use MXML files?
> >>
> >> You can use MXML files to subclass components and specify the CSS in the
> >>  section.
> >>
> >> > On Feb 13, 2018, at 1:20 PM, Carlos Rovira 
> >> wrote:
> >> >
> >> > Hi,
> >> >
> >> > I'm organizing CSS files in Vivid (new ui set) - VividBlueTheme (first
> >> > theme) - VividExample (example to show all working)
> >> >
> >> > I want to develop each component look-and-feel and style in a single
> >>file
> >> > in the theme project:
> >> >
> >> > default.css (this could hold global styling like body, headers,
> >> background
> >> > color, and more)
> >> > TextField.css (all css to make a TextField be represented in a
> >>particular
> >> > way)
> >> > Button.css
> >> > Slider.css
> >> > ...
> >> >
> >> > in my theme pom I have:
> >> >
> >> > 
> >> > 
> >> > defaults.css
> >> > ../src/main/resources/defaults.css
> >> > 
> >> > 
> >> > TextField.css
> >> > ../src/main/resources/TextField.css
> >> > 
> >> > 
> >> >
> >> > and I check the resulting VividBlueTheme.swc and has default.css and
> >> > TextField.css
> >> >
> >> > * First question here is: Can I collapse all css content in multiple
> >> files
> >> > in a single .css (i.e: defaults.css or themename.css)?
> >> >
> >> > Then in vivid example how CSS in theme projects are referenced? I see
> >> > "defaults.css" is begin applied, but "TextField.css" is not
> >> >
> >> > * Second question how to apply a included .css file to be used in
> >>example
> >> >
> >> > Notice that if we get all css in one single file we don't need the
> >>second
> >> > part.
> >> >
> >> > Hope you could help me on this in order to continue progress with this
> >> > effort
> >> >
> >> > thanks
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > Carlos Rovira
> >> >
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fabout.me%
> >>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com%
> 7Cc93b59f46bd14932987808
> >>d573fa170f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C63654244033165639
> >>8=xDHvYWVSZxZ%2FgZRYrXVYw1Z%2BqXaGMRGOKyCh0U%2FIvBo%3D=0
> >>
> >>
> >
> >
> >--
> >Carlos Rovira
> >https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fabout.me%2
> >Fcarlosrovira=02%7C01%7Caharui%40adobe.com%
> 7Cc93b59f46bd14932987808d5
> 

Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Alex Harui
Also, if you are updating the site, on

http://royale.apache.org/docs/

Please change the ASDoc link to:

http://royale.apache.org/asdoc/

Thanks,
-Alex

On 2/14/18, 2:40 PM, "Alex Harui"  wrote:

>The docs Andrew has been curating (which not ASDoc) is here:
>
>  
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache.gi
>thub.io%2Froyale-docs%2F=02%7C01%7Caharui%40adobe.com%7C15008ee61b454
>8263c7b08d573fbfe49%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542448
>653520768=SOTkt8kTzv%2FXVVPSi0mVuF930uVKH6qXi1V%2FLDpCAeE%3D
>d=0
>
>I think it is fine to post a link to it.  What do others think?
>
>-Alex
>
>On 2/14/18, 2:28 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
> wrote:
>
>>Hi, should I update now the Documentation links in the blog. Maybe only
>>ASDocs?
>>please let me know what to change and exact links so I can update it
>>thanks!
>>
>>2018-02-13 22:13 GMT+01:00 Alex Harui :
>>
>>> Thanks Andrew.  I'm glad you remembered to push to develop and then
>>>merge
>>> to master.  The master branch has production URLs in _config.yml that
>>>we
>>> don't want synced back to develop branch.
>>>
>>> I just pushed a quick "Get Started" section to develop and master
>>> branches.  Please take a look and fix it up when you get a chance.
>>>
>>> Thanks,
>>> -Alex
>>>
>>> On 2/13/18, 12:43 PM, "Andrew Wetmore"  wrote:
>>>
>>> >Hi:
>>> >
>>> >I made a tiny change in develop and then merged it into master with no
>>> >problem, yay!
>>> >
>>> >On Tue, Feb 13, 2018 at 2:32 PM, Alex Harui 
>>> >wrote:
>>> >
>>> >> Hi Andrew,
>>> >>
>>> >> I went and did the merge so I can make sure it is ok and reference
>>>it
>>> >>from
>>> >> the announcement.  Feel free to make some edits in develop and merge
>>>to
>>> >> master just to make sure you can do so in case we find some error to
>>> >> address.
>>> >>
>>> >> Thanks,
>>> >> -Alex
>>> >>
>>> >>
>>> >
>>> >
>>> >--
>>> >Andrew Wetmore
>>> >
>>> 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage
1
4
>>> .
>>> >blogspot.com%2F=02%7C01%7Caharui%40adobe.com%
>>> 7C7d952138c94c439e2d6308
>>> >d573227e31%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> 7C636541514360528008
>>> >=FtwC3NwslQSnxv10qqwgWXDO8B2QEcIIAIpYL5XHyT0%3D=0
>>>
>>>
>>
>>
>>-- 
>>Carlos Rovira
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%
>>2
>>Fcarlosrovira=02%7C01%7Caharui%40adobe.com%7C894ed774434085d208d
>>5
>>73fa5d4e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542441663951339&
>>s
>>data=NWz4NzCG50%2FLHJuURLbmWBI5oKIwGyo8%2FUaw9i%2BkS08%3D=0
>



Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Alex Harui
The docs Andrew has been curating (which not ASDoc) is here:

  https://apache.github.io/royale-docs/

I think it is fine to post a link to it.  What do others think?

-Alex

On 2/14/18, 2:28 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
 wrote:

>Hi, should I update now the Documentation links in the blog. Maybe only
>ASDocs?
>please let me know what to change and exact links so I can update it
>thanks!
>
>2018-02-13 22:13 GMT+01:00 Alex Harui :
>
>> Thanks Andrew.  I'm glad you remembered to push to develop and then
>>merge
>> to master.  The master branch has production URLs in _config.yml that we
>> don't want synced back to develop branch.
>>
>> I just pushed a quick "Get Started" section to develop and master
>> branches.  Please take a look and fix it up when you get a chance.
>>
>> Thanks,
>> -Alex
>>
>> On 2/13/18, 12:43 PM, "Andrew Wetmore"  wrote:
>>
>> >Hi:
>> >
>> >I made a tiny change in develop and then merged it into master with no
>> >problem, yay!
>> >
>> >On Tue, Feb 13, 2018 at 2:32 PM, Alex Harui 
>> >wrote:
>> >
>> >> Hi Andrew,
>> >>
>> >> I went and did the merge so I can make sure it is ok and reference it
>> >>from
>> >> the announcement.  Feel free to make some edits in develop and merge
>>to
>> >> master just to make sure you can do so in case we find some error to
>> >> address.
>> >>
>> >> Thanks,
>> >> -Alex
>> >>
>> >>
>> >
>> >
>> >--
>> >Andrew Wetmore
>> >
>> 
>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage1
>>>4
>> .
>> >blogspot.com%2F=02%7C01%7Caharui%40adobe.com%
>> 7C7d952138c94c439e2d6308
>> >d573227e31%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> 7C636541514360528008
>> >=FtwC3NwslQSnxv10qqwgWXDO8B2QEcIIAIpYL5XHyT0%3D=0
>>
>>
>
>
>-- 
>Carlos Rovira
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2
>Fcarlosrovira=02%7C01%7Caharui%40adobe.com%7C894ed774434085d208d5
>73fa5d4e%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542441663951339
>data=NWz4NzCG50%2FLHJuURLbmWBI5oKIwGyo8%2FUaw9i%2BkS08%3D=0



Re: How I can use multiple CSS files

2018-02-14 Thread Alex Harui
Hi Carlos,

I looked at the compiler some more.  It appears that this feature already
exists.  When I answered earlier, I was looking at code that loads SWCs
off the library path and the compiler only looks at defaults.css in those
files, but I just saw that in SWCs specified as themes it will use every
.css file.

Please try it and let us know if it works.  One thing to be careful of is
that I'm not sure you can control the order of the .css files.  Maybe by
specifying the order they are specified to COMPC (the SWC compiler).
Order will only matter for overriding style properties.

HTH,
-Alex

On 2/14/18, 2:26 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
 wrote:

>Hi Alex,
>
>I read @import and seems is not recommended for many reasons (concurrence
>mainly) so I think is not a solution.
>My bet is that this will make more easy to develop themes since I can go
>directly to the css file "Textfield.css" and make changes over a few set
>of
>lines.
>I never touched the compiler, so If you could add support for this feature
>in order to use all css files included (I think this would must be the
>ones
>listed in the pom.xml)
>It would be more easy to me to continue developing this feature. Could you
>help me with this? For what you said maybe for you is not a long task and
>can be ready in moderate few time,
>
>@Harbs, could you tell us a bit more of you MXML proposal, maybe some
>explanation with few example names could help me see your method
>
>Thanks both with this!
>
>Carlos
>
>
>
>2018-02-13 19:44 GMT+01:00 Gabe Harbs :
>
>> Why not just use MXML files?
>>
>> You can use MXML files to subclass components and specify the CSS in the
>>  section.
>>
>> > On Feb 13, 2018, at 1:20 PM, Carlos Rovira 
>> wrote:
>> >
>> > Hi,
>> >
>> > I'm organizing CSS files in Vivid (new ui set) - VividBlueTheme (first
>> > theme) - VividExample (example to show all working)
>> >
>> > I want to develop each component look-and-feel and style in a single
>>file
>> > in the theme project:
>> >
>> > default.css (this could hold global styling like body, headers,
>> background
>> > color, and more)
>> > TextField.css (all css to make a TextField be represented in a
>>particular
>> > way)
>> > Button.css
>> > Slider.css
>> > ...
>> >
>> > in my theme pom I have:
>> >
>> > 
>> > 
>> > defaults.css
>> > ../src/main/resources/defaults.css
>> > 
>> > 
>> > TextField.css
>> > ../src/main/resources/TextField.css
>> > 
>> > 
>> >
>> > and I check the resulting VividBlueTheme.swc and has default.css and
>> > TextField.css
>> >
>> > * First question here is: Can I collapse all css content in multiple
>> files
>> > in a single .css (i.e: defaults.css or themename.css)?
>> >
>> > Then in vivid example how CSS in theme projects are referenced? I see
>> > "defaults.css" is begin applied, but "TextField.css" is not
>> >
>> > * Second question how to apply a included .css file to be used in
>>example
>> >
>> > Notice that if we get all css in one single file we don't need the
>>second
>> > part.
>> >
>> > Hope you could help me on this in order to continue progress with this
>> > effort
>> >
>> > thanks
>> >
>> >
>> >
>> >
>> > --
>> > Carlos Rovira
>> > 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%
>>2Fcarlosrovira=02%7C01%7Caharui%40adobe.com%7Cc93b59f46bd14932987808
>>d573fa170f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654244033165639
>>8=xDHvYWVSZxZ%2FgZRYrXVYw1Z%2BqXaGMRGOKyCh0U%2FIvBo%3D=0
>>
>>
>
>
>-- 
>Carlos Rovira
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2
>Fcarlosrovira=02%7C01%7Caharui%40adobe.com%7Cc93b59f46bd14932987808d5
>73fa170f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542440331656398
>data=xDHvYWVSZxZ%2FgZRYrXVYw1Z%2BqXaGMRGOKyCh0U%2FIvBo%3D=0



Re: [DISCUSS] Discuss Release Apache Royale 0.9.1 RC1

2018-02-14 Thread Carlos Rovira
Hi, should I update now the Documentation links in the blog. Maybe only
ASDocs?
please let me know what to change and exact links so I can update it
thanks!

2018-02-13 22:13 GMT+01:00 Alex Harui :

> Thanks Andrew.  I'm glad you remembered to push to develop and then merge
> to master.  The master branch has production URLs in _config.yml that we
> don't want synced back to develop branch.
>
> I just pushed a quick "Get Started" section to develop and master
> branches.  Please take a look and fix it up when you get a chance.
>
> Thanks,
> -Alex
>
> On 2/13/18, 12:43 PM, "Andrew Wetmore"  wrote:
>
> >Hi:
> >
> >I made a tiny change in develop and then merged it into master with no
> >problem, yay!
> >
> >On Tue, Feb 13, 2018 at 2:32 PM, Alex Harui 
> >wrote:
> >
> >> Hi Andrew,
> >>
> >> I went and did the merge so I can make sure it is ok and reference it
> >>from
> >> the announcement.  Feel free to make some edits in develop and merge to
> >> master just to make sure you can do so in case we find some error to
> >> address.
> >>
> >> Thanks,
> >> -Alex
> >>
> >>
> >
> >
> >--
> >Andrew Wetmore
> >
> >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage14
> .
> >blogspot.com%2F=02%7C01%7Caharui%40adobe.com%
> 7C7d952138c94c439e2d6308
> >d573227e31%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636541514360528008
> >=FtwC3NwslQSnxv10qqwgWXDO8B2QEcIIAIpYL5XHyT0%3D=0
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: How I can use multiple CSS files

2018-02-14 Thread Carlos Rovira
Hi Alex,

I read @import and seems is not recommended for many reasons (concurrence
mainly) so I think is not a solution.
My bet is that this will make more easy to develop themes since I can go
directly to the css file "Textfield.css" and make changes over a few set of
lines.
I never touched the compiler, so If you could add support for this feature
in order to use all css files included (I think this would must be the ones
listed in the pom.xml)
It would be more easy to me to continue developing this feature. Could you
help me with this? For what you said maybe for you is not a long task and
can be ready in moderate few time,

@Harbs, could you tell us a bit more of you MXML proposal, maybe some
explanation with few example names could help me see your method

Thanks both with this!

Carlos



2018-02-13 19:44 GMT+01:00 Gabe Harbs :

> Why not just use MXML files?
>
> You can use MXML files to subclass components and specify the CSS in the
>  section.
>
> > On Feb 13, 2018, at 1:20 PM, Carlos Rovira 
> wrote:
> >
> > Hi,
> >
> > I'm organizing CSS files in Vivid (new ui set) - VividBlueTheme (first
> > theme) - VividExample (example to show all working)
> >
> > I want to develop each component look-and-feel and style in a single file
> > in the theme project:
> >
> > default.css (this could hold global styling like body, headers,
> background
> > color, and more)
> > TextField.css (all css to make a TextField be represented in a particular
> > way)
> > Button.css
> > Slider.css
> > ...
> >
> > in my theme pom I have:
> >
> > 
> > 
> > defaults.css
> > ../src/main/resources/defaults.css
> > 
> > 
> > TextField.css
> > ../src/main/resources/TextField.css
> > 
> > 
> >
> > and I check the resulting VividBlueTheme.swc and has default.css and
> > TextField.css
> >
> > * First question here is: Can I collapse all css content in multiple
> files
> > in a single .css (i.e: defaults.css or themename.css)?
> >
> > Then in vivid example how CSS in theme projects are referenced? I see
> > "defaults.css" is begin applied, but "TextField.css" is not
> >
> > * Second question how to apply a included .css file to be used in example
> >
> > Notice that if we get all css in one single file we don't need the second
> > part.
> >
> > Hope you could help me on this in order to continue progress with this
> > effort
> >
> > thanks
> >
> >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Carlos Rovira
Ok Alex, that's great, so we'll be doing the work on RELEASE_NOTES file

thanks!

2018-02-14 17:31 GMT+01:00 Alex Harui :

> We already have this.  It is the RELEASE_NOTES file.  All ASF releases are
> supposed to have one so we should use it.  And as keepachangelog.com says,
> it is not the GitHub commit log.
>
> IMO, it is not the Release Manager's job to fill this out.  It needs to be
> maintained by every committer.  I know I'm really bad about filling it out
> which is why I proposed a Commit Wizard a few days ago.
>
> IMO, there were some good feature enhancements in 0.9.1, like
> NestedDataGridColumn, but nothing really notable.  The focus of 0.9.1 was
> to get the documentation published by making sure ASDoc and the examples
> worked.  Also, there was only a few weeks between 0.9.0 and 0.9.1.
>
> Also, I added links from the RELEASE_NOTES to our wiki.  That way we can
> add late-breaking news after the release.  I think we should do the that
> for every release.  But we should try to make the RELEASE_NOTES contain
> most or all of the notable changes.
>
> I think there will be major new features in 0.9.2 if it doesn't become a
> hot fix release.  I just pushed "fixed row height virtual lists" and will
> likely get variable row height working as well.  And of course, I did not
> update RELEASE_NOTES when I pushed those changes, so I will go and do that
> now ;-)
>
> My 2 cents,
> -Alex
>
> On 2/14/18, 5:15 AM, "Olaf Krueger"  wrote:
>
> >>In Moonshine we are following this ->
> >>https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fkeepachan
> >>gelog.com%2Fen%2F1.0.0%2F=02%7C01%7Caharui%40adobe.com
> %7C4f310c6f286
> >>04f5391d708d573acfd7d%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7C0%7C636542
> >>109181598814=Epgu%2BBIjQkIbbte9KXBIEFwg1YN2uZZ7a
> DEr%2BoGyvgU%3D
> >>erved=0
> >
> >+1, we also start using this format here ;-)
> >
> >Olaf
> >
> >
> >
> >--
> >Sent from:
> >https://na01.safelinks.protection.outlook.com/?url=
> http%3A%2F%2Fapache-roy
> >ale-development.20373.n8.nabble.com%2F=02%7C01%7Caharui%40adobe.com
> %7
> >C4f310c6f28604f5391d708d573acfd7d%7Cfa7b1b5a7b34438794aed2c178de
> cee1%7C0%7
> >C0%7C636542109181598814=n4CqdIGyGoEp2hanhb%
> 2FtTrL8UvC8jWWmiEH%2FTWHb
> >sIY%3D=0
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
Maybe I should reference GitHub references in website...

https://github.com/apache/royale-asjs/releases



2018-02-14 14:44 GMT+01:00 Gabe Harbs :

> Excellent!
>
> Harbs
>
> > On Feb 14, 2018, at 3:04 PM, Piotr Zarzycki 
> wrote:
> >
> > Added on GitHub! ->
> > https://github.com/apache/royale-asjs/releases/tag/apache-royale-0.9.1
> :)
> >
> > Thanks,
> > Piotr
> >
> > 2018-02-14 14:02 GMT+01:00 Carlos Rovira :
> >
> >> Changes are live on the web
> >>
> >> thanks!
> >>
> >> 2018-02-14 8:43 GMT+01:00 Alex Harui :
> >>
> >>> The Apache Royale community is pleased to announce the release of
> Apache
> >>> Royale 0.9.1.
> >>>
> >>> The Apache Royale project is a continuation of the previous effort
> called
> >>> FlexJS to produce a next-generation of the Apache Flex SDK that enables
> >>> developers to use MXML and ActionScript to generate HTML/JS/CSS
> >>> applications which can run natively in browsers. The cross-compiled
> code
> >>> can also be used in Apache Cordova (Adobe PhoneGap) mobile
> applications.
> >>>
> >>>
> >>> (Apache Flex is a highly productive, open source application framework
> >> for
> >>> building and maintaining expressive applications that deploy on Adobe
> >>> Flash and Adobe AIR to provide a consistent experience on all major
> >>> browsers, desktops and devices.)
> >>>
> >>> This release should be considered ‘beta' quality. The purpose of this
> >>> release is to gather feedback about the features and implementation
> >>> strategies, and to recruit new contributors. We hope to grow the code
> >> base
> >>> into an SDK and tool chain that delivers the highest productivity when
> >>> developing applications that can run on many platforms. Beta releases
> may
> >>> not handle production needs.
> >>>
> >>> Please file bugs at:
> >>>
> >>>  https://github.com/apache/royale-asjs/issues
> >>>
> >>> If you happen to know it is a compiler issue, please use:
> >>>
> >>>  https://github.com/apache/royale-compiler/issues
> >>>
> >>> For questions about how to use Royale, send email to
> >>> us...@royale.apache.org.  For questions and feedback on the
> development
> >> of
> >>> the source code in the release, send email to dev@royale.apache.org.
> >>>
> >>> Apache Royale is available in source and binary form from the Apache
> >>> mirrors:
> >>>
> >>> Source:
> >>> http://www.apache.org/dyn/closer.lua/royale/0.9.1/apache-
> >>> royale-0.9.1-src.t
> >>> ar.gz
> >>> http://www.apache.org/dyn/closer.lua/royale/0.9.1/apache-
> >>> royale-0.9.1-src.z
> >>> ip
> >>>  >> apache-royale-0.9.1-src.zip>
> >>>
> >>> Binary:
> >>> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> >>> apache-royale-0.
> >>> 9.1-bin-js.tar.gz
> >>>  >> binaries/apache-royale-0.9.1-bin-js.tar.gz>
> >>> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> >>> apache-royale-0.
> >>> 9.1-bin-js.zip
> >>>  >> binaries/apache-royale-0.9.1-bin-js.zip>
> >>>
> >>> Binary with SWF support:
> >>> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> >>> apache-royale-0.
> >>> 9.1-bin-js-swf.tar.gz
> >>>  >> binaries/apache-royale-0.9.1-bin-js-swf.tar.gz>
> >>> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> >>> apache-royale-0.
> >>> 9.1-bin-js-swf.zip
> >>>  >> binaries/apache-royale-0.9.1-bin-js-swf.zip>
> >>>
> >>> When downloading from a mirror site, please remember to verify the
> >>> downloads using signatures or MD5 hashes.
> >>>
> >>> The binary packages can also be installed via NPM.
> >>>
> >>> Mac:
> >>>
> >>>  sudo npm install @apache-royale/royale-js -g
> >>>
> >>> Or for SWF Support:
> >>>
> >>>  sudo npm install @apache-royale/royale-js-swf -g
> >>>
> >>>
> >>>
> >>> Windows:
> >>>
> >>>  npm install @apache-royale/royale-js -g
> >>>
> >>> Or for SWF Support:
> >>>
> >>>  npm install @apache-royale/royale-js-swf -g
> >>>
> >>>
> >>>
> >>> See the README for more information. The language reference (ASDoc) is
> >>> here:
> >>>
> >>>  http://royale.apache.org/asdoc/
> >>>
> >>> Additional documentation is here:
> >>>
> >>>  https://apache.github.io/royale-docs/
> >>>
> >>> The documentation is still a work in progress.  Volunteers are welcome
> to
> >>> help improve it.  Visit http://royale.apache.org/ for links to other
> >>> resources.
> >>>
> >>> Please try Royale and become involved in shaping the future of
> >> application
> >>> development.
> >>>
> >>> The Apache Royale Community
> >>>
> >>> --
> >>> Carlos Rovira
> >>> http://about.me/carlosrovira
> >>>
> >>>
> >>>
> >>
> >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > *
>
>


-- 

Re: [Royale] DividedBox

2018-02-14 Thread Peter Ent
At Alex's recommendation, I have refactored all of the "DividedBox"
classes into "DividedContainer" to make more general. I also renamed the
example to be "DividedContainerExample". The branch is still
feature/DividedBox but that will not matter when I merge it into develop
sometime tomorrow, hopefully.

—peter

On 2/14/18, 9:10 AM, "Peter Ent"  wrote:

>I used position:absolute on everything since pixel-level control was
>required for resizing. The only real difference between the SWF code and
>the JS code is that the JS code adds "position:absolute" to every
>immediate child of the DividedBoxes. I tried this out with several
>different types of children, and it worked for having a DataGrid as a
>child which is one of the most complex components we have.
>
>There are several ways to write the JS side but since getting it work on
>the Flash Player without inventing a complete CSS effects or Flexbox
>package was a huge task, I opted to just make the AS code that worked in
>the Flash Player work in the browser. One could use Flexbox or CSS Grid to
>do a similar job along with CSS effects to do the interactive resizing. In
>my head I pictured that effort to probably require a completely divergent
>code tree. Its certainly something to look into for the future.
>
>‹peter
>
>On 2/14/18, 8:59 AM, "Piotr Zarzycki"  wrote:
>
>>Hi Peter,
>>
>>How did you build rows/columns in HTML ?
>>
>>Thanks,
>>Piotr
>>
>>2018-02-14 14:56 GMT+01:00 Peter Ent :
>>
>>> Hi,
>>>
>>> I've just pushed a new feature branch: "feature/DividedBox" that
>>>contains
>>> a new set of Basic components: HDividedBox and VDividedBox. There is
>>>also
>>> an example to go along with them: examples/royale/DividedBoxExample.
>>>
>>> I've kept this as a feature branch so you can evaluate it and I'll put
>>>it
>>> into develop tomorrow or so depending on feedback. There are about 15
>>> classes/interfaces in total that make up this component set.
>>>
>>> The DividedBox classes should mimic the DividedBox components found in
>>> Flex. HDividedBox places its children into columns while VDividedBox
>>>places
>>> its children into rows. The children are separated with dividers
>>>containing
>>> grippers. You can drag the dividers to resize the children on either
>>>side.
>>>
>>> Regards,
>>> Peter Ent
>>> Adobe Systems/Apache Royale Project
>>>
>>
>>
>>
>>-- 
>>
>>Piotr Zarzycki
>>
>>Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>r
>>eon.com%2Fpiotrzarzycki=02%7C01%7Cpent%40adobe.com%7C39ee57f6b22d496
>>8
>>0b1b08d573b33d6f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654213602
>>2
>>860624=0Echs%2F8V98uUJ2nB1%2BMVsTgYDQ5QfSNvV8eEts%2FXuno%3D
>>d
>>=0
>>>r
>>eon.com%2Fpiotrzarzycki=02%7C01%7Cpent%40adobe.com%7C39ee57f6b22d496
>>8
>>0b1b08d573b33d6f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63654213602
>>2
>>860624=0Echs%2F8V98uUJ2nB1%2BMVsTgYDQ5QfSNvV8eEts%2FXuno%3D
>>d
>>=0>*
>



Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Alex Harui
We already have this.  It is the RELEASE_NOTES file.  All ASF releases are
supposed to have one so we should use it.  And as keepachangelog.com says,
it is not the GitHub commit log.

IMO, it is not the Release Manager's job to fill this out.  It needs to be
maintained by every committer.  I know I'm really bad about filling it out
which is why I proposed a Commit Wizard a few days ago.

IMO, there were some good feature enhancements in 0.9.1, like
NestedDataGridColumn, but nothing really notable.  The focus of 0.9.1 was
to get the documentation published by making sure ASDoc and the examples
worked.  Also, there was only a few weeks between 0.9.0 and 0.9.1.

Also, I added links from the RELEASE_NOTES to our wiki.  That way we can
add late-breaking news after the release.  I think we should do the that
for every release.  But we should try to make the RELEASE_NOTES contain
most or all of the notable changes.

I think there will be major new features in 0.9.2 if it doesn't become a
hot fix release.  I just pushed "fixed row height virtual lists" and will
likely get variable row height working as well.  And of course, I did not
update RELEASE_NOTES when I pushed those changes, so I will go and do that
now ;-)

My 2 cents,
-Alex

On 2/14/18, 5:15 AM, "Olaf Krueger"  wrote:

>>In Moonshine we are following this ->
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fkeepachan
>>gelog.com%2Fen%2F1.0.0%2F=02%7C01%7Caharui%40adobe.com%7C4f310c6f286
>>04f5391d708d573acfd7d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542
>>109181598814=Epgu%2BBIjQkIbbte9KXBIEFwg1YN2uZZ7aDEr%2BoGyvgU%3D
>>erved=0
>
>+1, we also start using this format here ;-)
>
>Olaf
>
>
>
>--
>Sent from: 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-roy
>ale-development.20373.n8.nabble.com%2F=02%7C01%7Caharui%40adobe.com%7
>C4f310c6f28604f5391d708d573acfd7d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7
>C0%7C636542109181598814=n4CqdIGyGoEp2hanhb%2FtTrL8UvC8jWWmiEH%2FTWHb
>sIY%3D=0



Re: JSON Objects renaming (was Re: ASDoc, Routing, Releases)

2018-02-14 Thread Alex Harui
I'm going to work on this utility to generate AS classes from a JSON
result today unless someone is already working on it.

-Alex

On 2/7/18, 11:13 AM, "Alex Harui"  wrote:

>Two more thoughts on this utility.  I think you create a UID for each
>child class.  I think the UID can consist of the sorted property values
>and their types so for the snippet below the UID would be:
>
>  
>"baseClassname:String;description:String;members:Array;qname:String;tags:A
>r
>ray;type:String;"
>
>Then before creating a new child class, you first build the UID and see if
>already exists.  That way you can handle an Employee class being used in
>two different fields of a Company object.
>
>Also, you build out a cache of instances so you don't loop for references
>back to parent objects.
>
>If anyone gets started on the utility, let us know so we don't have more
>than one person working on it.
>
>Thanks,
>-Alex
>
>On 2/6/18, 9:53 AM, "Alex Harui"  wrote:
>
>>Pretty sure something like this was done for Flash Builder.  You could
>>direct FB to generate ValueObjects from a WSDL.
>>
>>I'm imagining an AIR app that lets you specify a path to an output folder
>>and a class name and lets you paste a JSON result.
>>
>>If you look at the ASDoc structure for DataGrid.json, it looks like this:
>>
>>{ "type": "class",
>>  "qname": "org.apache.royale.express.DataGrid",
>>  "baseClassname": "org.apache.royale.html.DataGrid",
>>  "description": "This class extends DataGrid and adds beads for drag and
>>drop and column reordering.",
>>  "tags": [
>> {  "tagName": "flexdocurl",
>>"values":
>>["https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fflex.a
>>p
>>ache.org%2Fasdoc%2Fspark%2Fcomponents%2FDataGrid.html=02%7C01%7Cahar
>>u
>>i%40adobe.com%7C364fbca7fc9144384fd808d56d8a96c0%7C71f1da39c0a84d5a8d88a6
>>7
>>b23c30bf4%7C0%7C0%7C636535364360288547=5%2FZyPUsg30zGUdqwPxr3XFu6Qi
>>o
>>FFL3%2BZ1RBl5kDADw%3D=0"]},
>> {  "tagName": "flexcomponent",
>>"values": ["spark.components.DataGrid"]}],
>>  "members": [
>> { "type": "method",
>>   "qname": "org.apache.royale.express.DataGrid",
>>   "namespace": "",
>>   "return": "",
>>   "params": []},
>> { "type": "method",
>>   "qname": "addedToParent",
>>   "namespace": "public",
>>   "override": true,
>>   "return": "void",
>>   "params": []}]
>>}
>>
>>So, I might call this "ClassData".  The utility would JSON.parse the
>>structure and walk each property.  If it sees the value is a String then
>>it sets the property type to String, if a number, then Number or int if
>>the value doesn't have decimal places.  True and false are Booleans.
>>Array for Arrays.
>>
>>If the value is an Array, it looks at the first element in the Array.  IF
>>the first element Is an Object, like it is for tags, it would create the
>>class ClassData_tags and walk the object.  Same for any value of a field
>>that is an Object.
>>
>>IMO, it doesn't have to be perfect, just save you most of the tedious
>>work.  And if you don't like the generated class names, the IDEs should
>>support refactoring (now or eventually).
>>
>>Of course, I could be wrong...
>>
>>-Alex
>>
>>
>>
>>On 2/6/18, 9:16 AM, "Gabe Harbs"  wrote:
>>
>>>I’m really not sure how you plan on going about strongly typing
>>>hierarchical data.
>>>
 On Feb 6, 2018, at 7:13 PM, Gabe Harbs  wrote:
 
 What kind of utility do you have in mind?
 
 
> On Feb 6, 2018, at 7:09 PM, Alex Harui 
>wrote:
> 
> Don't bother making VO's by hand for ASDoc.  Let's write a utility to
> generate it.  It will save everyone time.  If you want to see
> bin/js-release, change the build to not use ADVANCED_OPTIMIZATIONS
>for
>now.
> 
> There are lots of reasons to avoid using plain Object in a Royale app
> other than as a hash map.  IMO, most C and Java apps don't use
>generic
> untyped dynamic bags of properties.  If I add a warning about Object
>use,
> there will be a directive to suppress it.  Objects are prone to
>error,
>and
> there is some indication that runtimes work better with type
>information.
> The JS runtimes wouldn't bother type inferencing otherwise.  WASM
>hints
> that it wants types.
> 
> My 2 cents,
> -Alex
> 
> On 2/6/18, 8:45 AM, "Gabe Harbs"  wrote:
> 
>> Huh?
>> 
>> I don’t see how it’s possible to avoid Object completely. Even using
>>VOs
>> require constructing them from Objects when coming from outside
>>sources.
>> 
>> Again: I’m not arguing against using VOs when possible/practical.
>>I’m
>> just arguing that use of dot notation on Objects shouldn’t blow up
>>your
>> app.
>> 
>> Right now, I’m creating VOs for the ASDoc app. It’s kind of tedious
>>work…

Re: [Royale] DividedBox

2018-02-14 Thread Peter Ent
I used position:absolute on everything since pixel-level control was
required for resizing. The only real difference between the SWF code and
the JS code is that the JS code adds "position:absolute" to every
immediate child of the DividedBoxes. I tried this out with several
different types of children, and it worked for having a DataGrid as a
child which is one of the most complex components we have.

There are several ways to write the JS side but since getting it work on
the Flash Player without inventing a complete CSS effects or Flexbox
package was a huge task, I opted to just make the AS code that worked in
the Flash Player work in the browser. One could use Flexbox or CSS Grid to
do a similar job along with CSS effects to do the interactive resizing. In
my head I pictured that effort to probably require a completely divergent
code tree. Its certainly something to look into for the future.

‹peter

On 2/14/18, 8:59 AM, "Piotr Zarzycki"  wrote:

>Hi Peter,
>
>How did you build rows/columns in HTML ?
>
>Thanks,
>Piotr
>
>2018-02-14 14:56 GMT+01:00 Peter Ent :
>
>> Hi,
>>
>> I've just pushed a new feature branch: "feature/DividedBox" that
>>contains
>> a new set of Basic components: HDividedBox and VDividedBox. There is
>>also
>> an example to go along with them: examples/royale/DividedBoxExample.
>>
>> I've kept this as a feature branch so you can evaluate it and I'll put
>>it
>> into develop tomorrow or so depending on feedback. There are about 15
>> classes/interfaces in total that make up this component set.
>>
>> The DividedBox classes should mimic the DividedBox components found in
>> Flex. HDividedBox places its children into columns while VDividedBox
>>places
>> its children into rows. The children are separated with dividers
>>containing
>> grippers. You can drag the dividers to resize the children on either
>>side.
>>
>> Regards,
>> Peter Ent
>> Adobe Systems/Apache Royale Project
>>
>
>
>
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki=02%7C01%7Cpent%40adobe.com%7C39ee57f6b22d4968
>0b1b08d573b33d6f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542136022
>860624=0Echs%2F8V98uUJ2nB1%2BMVsTgYDQ5QfSNvV8eEts%2FXuno%3D
>=0
>eon.com%2Fpiotrzarzycki=02%7C01%7Cpent%40adobe.com%7C39ee57f6b22d4968
>0b1b08d573b33d6f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542136022
>860624=0Echs%2F8V98uUJ2nB1%2BMVsTgYDQ5QfSNvV8eEts%2FXuno%3D
>=0>*



[Royale] DividedBox

2018-02-14 Thread Peter Ent
Hi,

I've just pushed a new feature branch: "feature/DividedBox" that contains a new 
set of Basic components: HDividedBox and VDividedBox. There is also an example 
to go along with them: examples/royale/DividedBoxExample.

I've kept this as a feature branch so you can evaluate it and I'll put it into 
develop tomorrow or so depending on feedback. There are about 15 
classes/interfaces in total that make up this component set.

The DividedBox classes should mimic the DividedBox components found in Flex. 
HDividedBox places its children into columns while VDividedBox places its 
children into rows. The children are separated with dividers containing 
grippers. You can drag the dividers to resize the children on either side.

Regards,
Peter Ent
Adobe Systems/Apache Royale Project


Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Olaf Krueger
>In Moonshine we are following this -> http://keepachangelog.com/en/1.0.0/

+1, we also start using this format here ;-)

Olaf



--
Sent from: http://apache-royale-development.20373.n8.nabble.com/


[OT] GitHub WebCast "Managing your projects in GitHub"

2018-02-14 Thread Olaf Krueger
Hi,
maybe this is interesting for somebody [1].

Thanks,
Olaf

[1] https://resources.github.com/webcasts/Managing-your-projects-in-GitHub/



--
Sent from: http://apache-royale-development.20373.n8.nabble.com/


Re: [ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Piotr Zarzycki
Added on GitHub! ->
https://github.com/apache/royale-asjs/releases/tag/apache-royale-0.9.1 :)

Thanks,
Piotr

2018-02-14 14:02 GMT+01:00 Carlos Rovira :

> Changes are live on the web
>
> thanks!
>
> 2018-02-14 8:43 GMT+01:00 Alex Harui :
>
> > The Apache Royale community is pleased to announce the release of Apache
> > Royale 0.9.1.
> >
> > The Apache Royale project is a continuation of the previous effort called
> > FlexJS to produce a next-generation of the Apache Flex SDK that enables
> > developers to use MXML and ActionScript to generate HTML/JS/CSS
> > applications which can run natively in browsers. The cross-compiled code
> > can also be used in Apache Cordova (Adobe PhoneGap) mobile applications.
> >
> >
> > (Apache Flex is a highly productive, open source application framework
> for
> > building and maintaining expressive applications that deploy on Adobe
> > Flash and Adobe AIR to provide a consistent experience on all major
> > browsers, desktops and devices.)
> >
> > This release should be considered ‘beta' quality. The purpose of this
> > release is to gather feedback about the features and implementation
> > strategies, and to recruit new contributors. We hope to grow the code
> base
> > into an SDK and tool chain that delivers the highest productivity when
> > developing applications that can run on many platforms. Beta releases may
> > not handle production needs.
> >
> > Please file bugs at:
> >
> >   https://github.com/apache/royale-asjs/issues
> >
> > If you happen to know it is a compiler issue, please use:
> >
> >   https://github.com/apache/royale-compiler/issues
> >
> > For questions about how to use Royale, send email to
> > us...@royale.apache.org.  For questions and feedback on the development
> of
> > the source code in the release, send email to dev@royale.apache.org.
> >
> > Apache Royale is available in source and binary form from the Apache
> > mirrors:
> >
> > Source:
> > http://www.apache.org/dyn/closer.lua/royale/0.9.1/apache-
> > royale-0.9.1-src.t
> > ar.gz
> > http://www.apache.org/dyn/closer.lua/royale/0.9.1/apache-
> > royale-0.9.1-src.z
> > ip
> >  apache-royale-0.9.1-src.zip>
> >
> > Binary:
> > http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> > apache-royale-0.
> > 9.1-bin-js.tar.gz
> >  binaries/apache-royale-0.9.1-bin-js.tar.gz>
> > http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> > apache-royale-0.
> > 9.1-bin-js.zip
> >  binaries/apache-royale-0.9.1-bin-js.zip>
> >
> > Binary with SWF support:
> > http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> > apache-royale-0.
> > 9.1-bin-js-swf.tar.gz
> >  binaries/apache-royale-0.9.1-bin-js-swf.tar.gz>
> > http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> > apache-royale-0.
> > 9.1-bin-js-swf.zip
> >  binaries/apache-royale-0.9.1-bin-js-swf.zip>
> >
> > When downloading from a mirror site, please remember to verify the
> > downloads using signatures or MD5 hashes.
> >
> > The binary packages can also be installed via NPM.
> >
> > Mac:
> >
> >   sudo npm install @apache-royale/royale-js -g
> >
> > Or for SWF Support:
> >
> >   sudo npm install @apache-royale/royale-js-swf -g
> >
> >
> >
> > Windows:
> >
> >   npm install @apache-royale/royale-js -g
> >
> > Or for SWF Support:
> >
> >   npm install @apache-royale/royale-js-swf -g
> >
> >
> >
> > See the README for more information. The language reference (ASDoc) is
> > here:
> >
> >   http://royale.apache.org/asdoc/
> >
> > Additional documentation is here:
> >
> >   https://apache.github.io/royale-docs/
> >
> > The documentation is still a work in progress.  Volunteers are welcome to
> > help improve it.  Visit http://royale.apache.org/ for links to other
> > resources.
> >
> > Please try Royale and become involved in shaping the future of
> application
> > development.
> >
> > The Apache Royale Community
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
> >
> >
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Olaf Krueger
We could force ourselves to consequent use GitHub issues and milestones (and
references from commits to issues) and maybe there's a way to generate a
ChangeLog automatically.
I just found e.g. this [1], I guess there exist some more like this out
there...

Just some thoughts,
Olaf

[1] https://github.com/skywinder/github-changelog-generator



--
Sent from: http://apache-royale-development.20373.n8.nabble.com/


Re: [ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
Changes are live on the web

thanks!

2018-02-14 8:43 GMT+01:00 Alex Harui :

> The Apache Royale community is pleased to announce the release of Apache
> Royale 0.9.1.
>
> The Apache Royale project is a continuation of the previous effort called
> FlexJS to produce a next-generation of the Apache Flex SDK that enables
> developers to use MXML and ActionScript to generate HTML/JS/CSS
> applications which can run natively in browsers. The cross-compiled code
> can also be used in Apache Cordova (Adobe PhoneGap) mobile applications.
>
>
> (Apache Flex is a highly productive, open source application framework for
> building and maintaining expressive applications that deploy on Adobe
> Flash and Adobe AIR to provide a consistent experience on all major
> browsers, desktops and devices.)
>
> This release should be considered ‘beta' quality. The purpose of this
> release is to gather feedback about the features and implementation
> strategies, and to recruit new contributors. We hope to grow the code base
> into an SDK and tool chain that delivers the highest productivity when
> developing applications that can run on many platforms. Beta releases may
> not handle production needs.
>
> Please file bugs at:
>
>   https://github.com/apache/royale-asjs/issues
>
> If you happen to know it is a compiler issue, please use:
>
>   https://github.com/apache/royale-compiler/issues
>
> For questions about how to use Royale, send email to
> us...@royale.apache.org.  For questions and feedback on the development of
> the source code in the release, send email to dev@royale.apache.org.
>
> Apache Royale is available in source and binary form from the Apache
> mirrors:
>
> Source:
> http://www.apache.org/dyn/closer.lua/royale/0.9.1/apache-
> royale-0.9.1-src.t
> ar.gz
> http://www.apache.org/dyn/closer.lua/royale/0.9.1/apache-
> royale-0.9.1-src.z
> ip
> 
>
> Binary:
> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> apache-royale-0.
> 9.1-bin-js.tar.gz
> 
> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> apache-royale-0.
> 9.1-bin-js.zip
> 
>
> Binary with SWF support:
> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> apache-royale-0.
> 9.1-bin-js-swf.tar.gz
> 
> http://www.apache.org/dyn/closer.lua/royale/0.9.1/binaries/
> apache-royale-0.
> 9.1-bin-js-swf.zip
> 
>
> When downloading from a mirror site, please remember to verify the
> downloads using signatures or MD5 hashes.
>
> The binary packages can also be installed via NPM.
>
> Mac:
>
>   sudo npm install @apache-royale/royale-js -g
>
> Or for SWF Support:
>
>   sudo npm install @apache-royale/royale-js-swf -g
>
>
>
> Windows:
>
>   npm install @apache-royale/royale-js -g
>
> Or for SWF Support:
>
>   npm install @apache-royale/royale-js-swf -g
>
>
>
> See the README for more information. The language reference (ASDoc) is
> here:
>
>   http://royale.apache.org/asdoc/
>
> Additional documentation is here:
>
>   https://apache.github.io/royale-docs/
>
> The documentation is still a work in progress.  Volunteers are welcome to
> help improve it.  Visit http://royale.apache.org/ for links to other
> resources.
>
> Please try Royale and become involved in shaping the future of application
> development.
>
> The Apache Royale Community
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>
>


Maintain Release Notes List of changes(was: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released)

2018-02-14 Thread Carlos Rovira
Hi,

in order to move this, I think this is important, and we should have as a
team some way to make this possible.
We should make this happen for the next release.
Suggestions are welcome.

Thanks!

Carlos


2018-02-14 13:56 GMT+01:00 Carlos Rovira :

> That's right, we should do something in that way. Maybe better create a
> new thread about this
>
> 2018-02-14 13:45 GMT+01:00 Piotr Zarzycki :
>
>> In Moonshine we are following this -> http://keepachangelog.com/en/1.0.0/
>>
>> 2018-02-14 13:44 GMT+01:00 Gabe Harbs :
>>
>> > We probably should maintain a changelog which gets modified as things
>> are
>> > developed.
>> >
>> > > On Feb 14, 2018, at 2:39 PM, Carlos Rovira 
>> > wrote:
>> > >
>> > > Hi just one more thing, for next release, since this is already done
>> and
>> > > announced.
>> > >
>> > > People in twitter and facebook asked about "what's changed" when
>> released
>> > > 0.9.0 (in comparison with FlexJS latest release)
>> > >
>> > > My response was that 0.9.0 was a first release here and there was no
>> > "list
>> > > of changes". But I think people expect for next release see what is
>> done
>> > > and what to expect.
>> > >
>> > > If we don't make some "Release Notes" with a list of changes, people
>> out
>> > > there will not know what's happening here. Only people working on the
>> > > project will know what's change and maybe even only know about what
>> > changes
>> > > he made, but not changes made by other contributors.
>> > >
>> > > So I think that is very important to communicate in each release the
>> > "diff"
>> > > between releases so people understand what's going on, and we need to
>> > > communicate it through blog post, twitter, facebook, and whatever
>> other
>> > > via. If not we'll be working for us, and only us will know what's
>> going
>> > on.
>> > >
>> > >
>> > >
>>
> --
Carlos Rovira
http://about.me/carlosrovira


Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
That's right, we should do something in that way. Maybe better create a new
thread about this

2018-02-14 13:45 GMT+01:00 Piotr Zarzycki :

> In Moonshine we are following this -> http://keepachangelog.com/en/1.0.0/
>
> 2018-02-14 13:44 GMT+01:00 Gabe Harbs :
>
> > We probably should maintain a changelog which gets modified as things are
> > developed.
> >
> > > On Feb 14, 2018, at 2:39 PM, Carlos Rovira 
> > wrote:
> > >
> > > Hi just one more thing, for next release, since this is already done
> and
> > > announced.
> > >
> > > People in twitter and facebook asked about "what's changed" when
> released
> > > 0.9.0 (in comparison with FlexJS latest release)
> > >
> > > My response was that 0.9.0 was a first release here and there was no
> > "list
> > > of changes". But I think people expect for next release see what is
> done
> > > and what to expect.
> > >
> > > If we don't make some "Release Notes" with a list of changes, people
> out
> > > there will not know what's happening here. Only people working on the
> > > project will know what's change and maybe even only know about what
> > changes
> > > he made, but not changes made by other contributors.
> > >
> > > So I think that is very important to communicate in each release the
> > "diff"
> > > between releases so people understand what's going on, and we need to
> > > communicate it through blog post, twitter, facebook, and whatever other
> > > via. If not we'll be working for us, and only us will know what's going
> > on.
> > >
> > >
> > >
> > >
> > >
> > > 2018-02-13 23:15 GMT+01:00 Jason Guild :
> > >
> > >> Please pull the first sentence from the 0.9.0 blog announcement that
> > >> Carlos recently worked on.
> > >> It reads better and is grammatically correct.
> > >>
> > >>
> > >> On 2/13/2018 12:15 PM, Alex Harui wrote:
> > >>
> > >>> We will wait a bit for other feedback and let the mirrors finish
> > >>> propagating.  I'll post it in about 8 hours if no other feedback.
> > >>>
> > >>> -Alex
> > >>>
> > >>> On 2/13/18, 1:00 PM, "Piotr Zarzycki" 
> > wrote:
> > >>>
> > >>> Go on and announce. I will fill GitHub release once it will be done!
> :)
> > 
> >  Thanks,
> >  Piotr
> > 
> >  2018-02-13 21:57 GMT+01:00 Andrew Wetmore :
> > 
> >  This announcement seems clear and inviting.
> > >
> > > On Tue, Feb 13, 2018 at 3:06 PM, Alex Harui
>  > >
> > > wrote:
> > >
> > > Please comment on the draft below.
> > >>
> > >> Thoughts?
> > >> -Alex
> > >>
> > >>
> > >>
> > > --
> > > Andrew Wetmore
> > >
> > >
> > > https://na01.safelinks.protection.outlook.com/?url=http%3A%
> > > 2F%2Fcottage14
> > > .blogspot.com%2F=02%7C01%7Caharui%40adobe.com%7Cd4c77f7
> > > efac24c43527b
> > > 08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > > 7C636541524457865
> > > 491=i2PjCF4AaKmM70dq489Z60snqnKXju
> fTQU6iTKe34Jg%3D=0
> > >
> > >
> > 
> >  --
> > 
> >  Piotr Zarzycki
> > 
> >  Patreon:
> >  *https://na01.safelinks.protection.outlook.com/?url=https%
> >  3A%2F%2Fwww.patr
> >  eon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C
> >  d4c77f7efac24c
> >  43527b08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >  7C0%7C6365415244
> >  57865491=4K39eoxbjwFxRmtuduLgUulDCCVtPnrkQHxQ1UIIO%
> >  2F4%3D=0
> >   >  3A%2F%2Fwww.patr
> >  eon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C
> >  d4c77f7efac24c
> >  43527b08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >  7C0%7C6365415244
> >  57865491=4K39eoxbjwFxRmtuduLgUulDCCVtPnrkQHxQ1UIIO%
> >  2F4%3D=0
> > 
> > > *
> > >
> > 
> > >> --
> > >> Jason Guild
> > >> Analyst/Programmer V
> > >> State of Alaska - Department of Transportation & Public Facilities
> > >> Information Systems and Services Division
> > >> 820 E. 15th Ave.
> > >> Anchorage, Alaska 99501
> > >>
> > >>
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> >
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>



-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Piotr Zarzycki
In Moonshine we are following this -> http://keepachangelog.com/en/1.0.0/

2018-02-14 13:44 GMT+01:00 Gabe Harbs :

> We probably should maintain a changelog which gets modified as things are
> developed.
>
> > On Feb 14, 2018, at 2:39 PM, Carlos Rovira 
> wrote:
> >
> > Hi just one more thing, for next release, since this is already done and
> > announced.
> >
> > People in twitter and facebook asked about "what's changed" when released
> > 0.9.0 (in comparison with FlexJS latest release)
> >
> > My response was that 0.9.0 was a first release here and there was no
> "list
> > of changes". But I think people expect for next release see what is done
> > and what to expect.
> >
> > If we don't make some "Release Notes" with a list of changes, people out
> > there will not know what's happening here. Only people working on the
> > project will know what's change and maybe even only know about what
> changes
> > he made, but not changes made by other contributors.
> >
> > So I think that is very important to communicate in each release the
> "diff"
> > between releases so people understand what's going on, and we need to
> > communicate it through blog post, twitter, facebook, and whatever other
> > via. If not we'll be working for us, and only us will know what's going
> on.
> >
> >
> >
> >
> >
> > 2018-02-13 23:15 GMT+01:00 Jason Guild :
> >
> >> Please pull the first sentence from the 0.9.0 blog announcement that
> >> Carlos recently worked on.
> >> It reads better and is grammatically correct.
> >>
> >>
> >> On 2/13/2018 12:15 PM, Alex Harui wrote:
> >>
> >>> We will wait a bit for other feedback and let the mirrors finish
> >>> propagating.  I'll post it in about 8 hours if no other feedback.
> >>>
> >>> -Alex
> >>>
> >>> On 2/13/18, 1:00 PM, "Piotr Zarzycki" 
> wrote:
> >>>
> >>> Go on and announce. I will fill GitHub release once it will be done! :)
> 
>  Thanks,
>  Piotr
> 
>  2018-02-13 21:57 GMT+01:00 Andrew Wetmore :
> 
>  This announcement seems clear and inviting.
> >
> > On Tue, Feb 13, 2018 at 3:06 PM, Alex Harui  >
> > wrote:
> >
> > Please comment on the draft below.
> >>
> >> Thoughts?
> >> -Alex
> >>
> >>
> >>
> > --
> > Andrew Wetmore
> >
> >
> > https://na01.safelinks.protection.outlook.com/?url=http%3A%
> > 2F%2Fcottage14
> > .blogspot.com%2F=02%7C01%7Caharui%40adobe.com%7Cd4c77f7
> > efac24c43527b
> > 08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636541524457865
> > 491=i2PjCF4AaKmM70dq489Z60snqnKXjufTQU6iTKe34Jg%3D=0
> >
> >
> 
>  --
> 
>  Piotr Zarzycki
> 
>  Patreon:
>  *https://na01.safelinks.protection.outlook.com/?url=https%
>  3A%2F%2Fwww.patr
>  eon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C
>  d4c77f7efac24c
>  43527b08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>  7C0%7C6365415244
>  57865491=4K39eoxbjwFxRmtuduLgUulDCCVtPnrkQHxQ1UIIO%
>  2F4%3D=0
>    3A%2F%2Fwww.patr
>  eon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C
>  d4c77f7efac24c
>  43527b08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>  7C0%7C6365415244
>  57865491=4K39eoxbjwFxRmtuduLgUulDCCVtPnrkQHxQ1UIIO%
>  2F4%3D=0
> 
> > *
> >
> 
> >> --
> >> Jason Guild
> >> Analyst/Programmer V
> >> State of Alaska - Department of Transportation & Public Facilities
> >> Information Systems and Services Division
> >> 820 E. 15th Ave.
> >> Anchorage, Alaska 99501
> >>
> >>
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Gabe Harbs
We probably should maintain a changelog which gets modified as things are 
developed.

> On Feb 14, 2018, at 2:39 PM, Carlos Rovira  wrote:
> 
> Hi just one more thing, for next release, since this is already done and
> announced.
> 
> People in twitter and facebook asked about "what's changed" when released
> 0.9.0 (in comparison with FlexJS latest release)
> 
> My response was that 0.9.0 was a first release here and there was no "list
> of changes". But I think people expect for next release see what is done
> and what to expect.
> 
> If we don't make some "Release Notes" with a list of changes, people out
> there will not know what's happening here. Only people working on the
> project will know what's change and maybe even only know about what changes
> he made, but not changes made by other contributors.
> 
> So I think that is very important to communicate in each release the "diff"
> between releases so people understand what's going on, and we need to
> communicate it through blog post, twitter, facebook, and whatever other
> via. If not we'll be working for us, and only us will know what's going on.
> 
> 
> 
> 
> 
> 2018-02-13 23:15 GMT+01:00 Jason Guild :
> 
>> Please pull the first sentence from the 0.9.0 blog announcement that
>> Carlos recently worked on.
>> It reads better and is grammatically correct.
>> 
>> 
>> On 2/13/2018 12:15 PM, Alex Harui wrote:
>> 
>>> We will wait a bit for other feedback and let the mirrors finish
>>> propagating.  I'll post it in about 8 hours if no other feedback.
>>> 
>>> -Alex
>>> 
>>> On 2/13/18, 1:00 PM, "Piotr Zarzycki"  wrote:
>>> 
>>> Go on and announce. I will fill GitHub release once it will be done! :)
 
 Thanks,
 Piotr
 
 2018-02-13 21:57 GMT+01:00 Andrew Wetmore :
 
 This announcement seems clear and inviting.
> 
> On Tue, Feb 13, 2018 at 3:06 PM, Alex Harui 
> wrote:
> 
> Please comment on the draft below.
>> 
>> Thoughts?
>> -Alex
>> 
>> 
>> 
> --
> Andrew Wetmore
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%
> 2F%2Fcottage14
> .blogspot.com%2F=02%7C01%7Caharui%40adobe.com%7Cd4c77f7
> efac24c43527b
> 08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636541524457865
> 491=i2PjCF4AaKmM70dq489Z60snqnKXjufTQU6iTKe34Jg%3D=0
> 
> 
 
 --
 
 Piotr Zarzycki
 
 Patreon:
 *https://na01.safelinks.protection.outlook.com/?url=https%
 3A%2F%2Fwww.patr
 eon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C
 d4c77f7efac24c
 43527b08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
 7C0%7C6365415244
 57865491=4K39eoxbjwFxRmtuduLgUulDCCVtPnrkQHxQ1UIIO%
 2F4%3D=0
  *
> 
 
>> --
>> Jason Guild
>> Analyst/Programmer V
>> State of Alaska - Department of Transportation & Public Facilities
>> Information Systems and Services Division
>> 820 E. 15th Ave.
>> Anchorage, Alaska 99501
>> 
>> 
> 
> 
> -- 
> Carlos Rovira
> http://about.me/carlosrovira



Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.1 Released

2018-02-14 Thread Carlos Rovira
Hi just one more thing, for next release, since this is already done and
announced.

People in twitter and facebook asked about "what's changed" when released
0.9.0 (in comparison with FlexJS latest release)

My response was that 0.9.0 was a first release here and there was no "list
of changes". But I think people expect for next release see what is done
and what to expect.

If we don't make some "Release Notes" with a list of changes, people out
there will not know what's happening here. Only people working on the
project will know what's change and maybe even only know about what changes
he made, but not changes made by other contributors.

So I think that is very important to communicate in each release the "diff"
between releases so people understand what's going on, and we need to
communicate it through blog post, twitter, facebook, and whatever other
via. If not we'll be working for us, and only us will know what's going on.





2018-02-13 23:15 GMT+01:00 Jason Guild :

> Please pull the first sentence from the 0.9.0 blog announcement that
> Carlos recently worked on.
> It reads better and is grammatically correct.
>
>
> On 2/13/2018 12:15 PM, Alex Harui wrote:
>
>> We will wait a bit for other feedback and let the mirrors finish
>> propagating.  I'll post it in about 8 hours if no other feedback.
>>
>> -Alex
>>
>> On 2/13/18, 1:00 PM, "Piotr Zarzycki"  wrote:
>>
>> Go on and announce. I will fill GitHub release once it will be done! :)
>>>
>>> Thanks,
>>> Piotr
>>>
>>> 2018-02-13 21:57 GMT+01:00 Andrew Wetmore :
>>>
>>> This announcement seems clear and inviting.

 On Tue, Feb 13, 2018 at 3:06 PM, Alex Harui 
 wrote:

 Please comment on the draft below.
>
> Thoughts?
> -Alex
>
>
>
 --
 Andrew Wetmore


 https://na01.safelinks.protection.outlook.com/?url=http%3A%
 2F%2Fcottage14
 .blogspot.com%2F=02%7C01%7Caharui%40adobe.com%7Cd4c77f7
 efac24c43527b
 08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
 7C636541524457865
 491=i2PjCF4AaKmM70dq489Z60snqnKXjufTQU6iTKe34Jg%3D=0


>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon:
>>> *https://na01.safelinks.protection.outlook.com/?url=https%
>>> 3A%2F%2Fwww.patr
>>> eon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C
>>> d4c77f7efac24c
>>> 43527b08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C6365415244
>>> 57865491=4K39eoxbjwFxRmtuduLgUulDCCVtPnrkQHxQ1UIIO%
>>> 2F4%3D=0
>>> >> 3A%2F%2Fwww.patr
>>> eon.com%2Fpiotrzarzycki=02%7C01%7Caharui%40adobe.com%7C
>>> d4c77f7efac24c
>>> 43527b08d57324d7ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C6365415244
>>> 57865491=4K39eoxbjwFxRmtuduLgUulDCCVtPnrkQHxQ1UIIO%
>>> 2F4%3D=0
>>>
 *

>>>
> --
> Jason Guild
> Analyst/Programmer V
> State of Alaska - Department of Transportation & Public Facilities
> Information Systems and Services Division
> 820 E. 15th Ave.
> Anchorage, Alaska 99501
>
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Working! :) https://builds.apache.org/job/Royale-typedefs/43/ Let me start
framework build with your changes!

2018-02-14 13:24 GMT+01:00 Piotr Zarzycki :

> I just cleaned up workspace on Maven and run build with your changes.
> Let's see!
>
> 2018-02-14 13:18 GMT+01:00 Gabe Harbs :
>
>> I just committed a change where I set overwrite to true.
>>
>> Hopefully that will do it…
>>
>> > On Feb 14, 2018, at 2:13 PM, Gabe Harbs  wrote:
>> >
>> > Is there some way to make sure that all the old resources are cleared
>> out of the maven build?
>> >
>> > ITemplateArray is not a file which should be generated at all.
>> >
>> > It looks like the replacement of es6.js is not working correctly.
>> >
>> > Can you take a look at what I did to the pom and see if you can tweak
>> it so it works correctly?
>> >
>> >> On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki 
>> wrote:
>> >>
>> >> I'm wondering why are you not seeing that. If you scroll up in this
>> console
>> >> output - >https://builds.apache.org/job/Royale-typedefs/41/console
>> >>
>> >> Can you see the errors ?
>> >>
>> >> 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
>> >>
>> >>> Weird.
>> >>>
>> >>> In my build, I get that function commented out:
>> >>>
>> >>>   /**
>> >>>* @param template [ITemplateArray]
>> >>>* @param var_args [*] Substitution values.
>> >>>* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
>> >>> Reference/Global_Objects/String/raw
>> >>>* @see [es6]
>> >>>* @returns {string}
>> >>>*/
>> >>> //public static function raw(template:ITemplateArray,
>> >>> ...var_args):String { return ''; }
>> >>>
>> >>> I’m not sure, but I’m guessing that is caused by this in
>> >>> externc-config.xml:
>> >>>
>> >>>   
>> >>>   controlRange
>> >>>   ITemplateArray
>> >>>   
>> >>>
>>  On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
>> >>> wrote:
>> 
>>  Do you see now this errors?
>> 
>>  F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
>> >>> target\generated-sources\externc\classes\String.as(52):
>>  col: 41 Error: Type was not found or was not a compile-time constant:
>>  ITemplateArray.
>> 
>>  public static function raw(template:ITemplateArray,
>> ...var_args):String {
>>  return ''; }
>> 
>>  Piotr
>> 
>>  On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
>>  wrote:
>> 
>> > Let me try again. It doesn't look like our fail.
>> >
>> > On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>> >
>> >> I don’t understand the console output.
>> >>
>> >> Suggestions?
>> >>
>> >>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>> >> jenk...@builds.apache.org> wrote:
>> >>>
>> >>> The Apache Jenkins build system has built Royale-typedefs (build
>> #40)
>> >>>
>> >>> Status: Still Failing
>> >>>
>> >>> Check console output at
>> >> https://builds.apache.org/job/Royale-typedefs/40/ to view the
>> results.
>> >>
>> >>
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >>
>> >> Piotr Zarzycki
>> >>
>> >> Patreon: *https://www.patreon.com/piotrzarzycki
>> >> *
>> >
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
It passed! :-)

> On Feb 14, 2018, at 2:24 PM, Piotr Zarzycki  wrote:
> 
> I just cleaned up workspace on Maven and run build with your changes. Let's
> see!
> 
> 2018-02-14 13:18 GMT+01:00 Gabe Harbs :
> 
>> I just committed a change where I set overwrite to true.
>> 
>> Hopefully that will do it…
>> 
>>> On Feb 14, 2018, at 2:13 PM, Gabe Harbs  wrote:
>>> 
>>> Is there some way to make sure that all the old resources are cleared
>> out of the maven build?
>>> 
>>> ITemplateArray is not a file which should be generated at all.
>>> 
>>> It looks like the replacement of es6.js is not working correctly.
>>> 
>>> Can you take a look at what I did to the pom and see if you can tweak it
>> so it works correctly?
>>> 
 On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki 
>> wrote:
 
 I'm wondering why are you not seeing that. If you scroll up in this
>> console
 output - >https://builds.apache.org/job/Royale-typedefs/41/console
 
 Can you see the errors ?
 
 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
 
> Weird.
> 
> In my build, I get that function commented out:
> 
>  /**
>   * @param template [ITemplateArray]
>   * @param var_args [*] Substitution values.
>   * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
> Reference/Global_Objects/String/raw
>   * @see [es6]
>   * @returns {string}
>   */
> //public static function raw(template:ITemplateArray,
> ...var_args):String { return ''; }
> 
> I’m not sure, but I’m guessing that is caused by this in
> externc-config.xml:
> 
>  
>  controlRange
>  ITemplateArray
>  
> 
>> On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki <
>> piotrzarzyck...@gmail.com>
> wrote:
>> 
>> Do you see now this errors?
>> 
>> F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
> target\generated-sources\externc\classes\String.as(52):
>> col: 41 Error: Type was not found or was not a compile-time constant:
>> ITemplateArray.
>> 
>> public static function raw(template:ITemplateArray,
>> ...var_args):String {
>> return ''; }
>> 
>> Piotr
>> 
>> On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki >> 
>> wrote:
>> 
>>> Let me try again. It doesn't look like our fail.
>>> 
>>> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>>> 
 I don’t understand the console output.
 
 Suggestions?
 
> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
 jenk...@builds.apache.org> wrote:
> 
> The Apache Jenkins build system has built Royale-typedefs (build
>> #40)
> 
> Status: Still Failing
> 
> Check console output at
 https://builds.apache.org/job/Royale-typedefs/40/ to view the
>> results.
 
 
> 
> 
 
 
 --
 
 Piotr Zarzycki
 
 Patreon: *https://www.patreon.com/piotrzarzycki
 *
>>> 
>> 
>> 
> 
> 
> -- 
> 
> Piotr Zarzycki
> 
> Patreon: *https://www.patreon.com/piotrzarzycki
> *



Re: [royale-typedefs] branch develop updated: try setting overwrite to true

2018-02-14 Thread Gabe Harbs
Phew!

Looks like this did it… :-)

> On Feb 14, 2018, at 2:18 PM, ha...@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> harbs pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git
> 
> 
> The following commit(s) were added to refs/heads/develop by this push:
> new b2339de  try setting overwrite to true
> b2339de is described below
> 
> commit b2339de1be43a4ac7a53ffe1f01b1412a583
> Author: Harbs 
> AuthorDate: Wed Feb 14 14:17:58 2018 +0200
> 
>try setting overwrite to true
> ---
> js/pom.xml | 5 +
> 1 file changed, 5 insertions(+)
> 
> diff --git a/js/pom.xml b/js/pom.xml
> index 17f0f39..896ae7f 100644
> --- a/js/pom.xml
> +++ b/js/pom.xml
> @@ -93,6 +93,7 @@
>   es3.js
>   
> ${project.build.directory}/downloads
>   true
> +  true
> 
>   
>   
> @@ -106,6 +107,7 @@
>   es6.js
>   
> ${project.build.directory}/downloads
>   true
> +  true
> 
>   
>   
> @@ -119,6 +121,7 @@
>   w3c_css.js
>   
> ${project.build.directory}/downloads/browser
>   true
> +  true
> 
>   
>   
> @@ -132,6 +135,7 @@
>   gecko_dom.js
>   
> ${project.build.directory}/downloads/browser
>   true
> +  true
> 
>   
>   
> @@ -145,6 +149,7 @@
>   w3c_dom2.js
>   
> ${project.build.directory}/downloads/browser
>   true
> +  true
> 
>   
> 
> 
> -- 
> To stop receiving notification emails like this one, please contact
> ha...@apache.org.



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
I just cleaned up workspace on Maven and run build with your changes. Let's
see!

2018-02-14 13:18 GMT+01:00 Gabe Harbs :

> I just committed a change where I set overwrite to true.
>
> Hopefully that will do it…
>
> > On Feb 14, 2018, at 2:13 PM, Gabe Harbs  wrote:
> >
> > Is there some way to make sure that all the old resources are cleared
> out of the maven build?
> >
> > ITemplateArray is not a file which should be generated at all.
> >
> > It looks like the replacement of es6.js is not working correctly.
> >
> > Can you take a look at what I did to the pom and see if you can tweak it
> so it works correctly?
> >
> >> On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki 
> wrote:
> >>
> >> I'm wondering why are you not seeing that. If you scroll up in this
> console
> >> output - >https://builds.apache.org/job/Royale-typedefs/41/console
> >>
> >> Can you see the errors ?
> >>
> >> 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
> >>
> >>> Weird.
> >>>
> >>> In my build, I get that function commented out:
> >>>
> >>>   /**
> >>>* @param template [ITemplateArray]
> >>>* @param var_args [*] Substitution values.
> >>>* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
> >>> Reference/Global_Objects/String/raw
> >>>* @see [es6]
> >>>* @returns {string}
> >>>*/
> >>> //public static function raw(template:ITemplateArray,
> >>> ...var_args):String { return ''; }
> >>>
> >>> I’m not sure, but I’m guessing that is caused by this in
> >>> externc-config.xml:
> >>>
> >>>   
> >>>   controlRange
> >>>   ITemplateArray
> >>>   
> >>>
>  On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki <
> piotrzarzyck...@gmail.com>
> >>> wrote:
> 
>  Do you see now this errors?
> 
>  F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
> >>> target\generated-sources\externc\classes\String.as(52):
>  col: 41 Error: Type was not found or was not a compile-time constant:
>  ITemplateArray.
> 
>  public static function raw(template:ITemplateArray,
> ...var_args):String {
>  return ''; }
> 
>  Piotr
> 
>  On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki  >
>  wrote:
> 
> > Let me try again. It doesn't look like our fail.
> >
> > On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
> >
> >> I don’t understand the console output.
> >>
> >> Suggestions?
> >>
> >>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> >> jenk...@builds.apache.org> wrote:
> >>>
> >>> The Apache Jenkins build system has built Royale-typedefs (build
> #40)
> >>>
> >>> Status: Still Failing
> >>>
> >>> Check console output at
> >> https://builds.apache.org/job/Royale-typedefs/40/ to view the
> results.
> >>
> >>
> >>>
> >>>
> >>
> >>
> >> --
> >>
> >> Piotr Zarzycki
> >>
> >> Patreon: *https://www.patreon.com/piotrzarzycki
> >> *
> >
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Is there some way to make sure that all the old resources are cleared out of 
the maven build?

ITemplateArray is not a file which should be generated at all.

It looks like the replacement of es6.js is not working correctly.

Can you take a look at what I did to the pom and see if you can tweak it so it 
works correctly?

> On Feb 14, 2018, at 1:10 PM, Piotr Zarzycki  wrote:
> 
> I'm wondering why are you not seeing that. If you scroll up in this console
> output - >https://builds.apache.org/job/Royale-typedefs/41/console
> 
> Can you see the errors ?
> 
> 2018-02-14 10:05 GMT+01:00 Gabe Harbs :
> 
>> Weird.
>> 
>> In my build, I get that function commented out:
>> 
>>/**
>> * @param template [ITemplateArray]
>> * @param var_args [*] Substitution values.
>> * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
>> Reference/Global_Objects/String/raw
>> * @see [es6]
>> * @returns {string}
>> */
>> //public static function raw(template:ITemplateArray,
>> ...var_args):String { return ''; }
>> 
>> I’m not sure, but I’m guessing that is caused by this in
>> externc-config.xml:
>> 
>>
>>controlRange
>>ITemplateArray
>>
>> 
>>> On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki 
>> wrote:
>>> 
>>> Do you see now this errors?
>>> 
>>> F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
>> target\generated-sources\externc\classes\String.as(52):
>>> col: 41 Error: Type was not found or was not a compile-time constant:
>>> ITemplateArray.
>>> 
>>> public static function raw(template:ITemplateArray, ...var_args):String {
>>> return ''; }
>>> 
>>> Piotr
>>> 
>>> On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
>>> wrote:
>>> 
 Let me try again. It doesn't look like our fail.
 
 On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
 
> I don’t understand the console output.
> 
> Suggestions?
> 
>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> jenk...@builds.apache.org> wrote:
>> 
>> The Apache Jenkins build system has built Royale-typedefs (build #40)
>> 
>> Status: Still Failing
>> 
>> Check console output at
> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
> 
> 
>> 
>> 
> 
> 
> -- 
> 
> Piotr Zarzycki
> 
> Patreon: *https://www.patreon.com/piotrzarzycki
> *



Re: Royale Examples Blog proposal to all the team

2018-02-14 Thread Carlos Rovira
Thanks Jason!, I just implemented in pre and its working, I'll be pushing
live with some other fixes soon. Thanks! :)

2018-02-13 23:27 GMT+01:00 Jason Guild :

> Carlos:
>
> Looks great. In the code snippets that appear with the examples, it would
> be good to make it as easy as possible for people to copy and paste the
> code into their own project so they can try it out. Right now it's too easy
> to end up copying the line numbers shown next to the sample code.
>
> Suggest applying "user-select: none" CSS property [1] to the
> "line-numbers" class.
>
> Thanks for your hard work on this.
> Jason
>
> [1] https://developer.mozilla.org/en-US/docs/Web/CSS/user-select
>
>
> On 2/13/2018 12:45 PM, Carlos Rovira wrote:
>
>> Hi all,
>>
>> just let you know that I updated the Hello World with :
>>
>> * working example (loaded below in Iframe)
>> * added more explanations
>> * Updated styled in code to look better.
>>
>> I think we have the final base for the rest of blog examples
>>
>> https://royale.apache.org/creating-a-hello-world-in-apache-royale/
>>
>>
>> hope you liked the final result :)
>>
>>
>>
>> 2018-02-13 22:42 GMT+01:00 Carlos Rovira :
>>
>> Hi Alex,
>>>
>>> I can make another blog post with Express, based on the first one. I look
>>> at it tomorrow :)
>>>
>>>
>>> 2018-02-13 18:36 GMT+01:00 Alex Harui :
>>>
>>> I just looked at the Hello World example.  IMO, these examples should use
 Express, not Basic, and then the code would be even shorter.

 My 2 cents,
 -Alex

 On 2/13/18, 9:21 AM, "Alex Harui"  wrote:

 Having an Examples blog is a great thing.
>
> I saw the calendar invite.  I couldn't see the calendar I think because
> default to logging in under a different email and don't really want
> this
> stuff mixed into to my default calendar.
>
> My only concern is the scheduling.  IMO, scheduling is difficult with
> volunteers.  Folks get busy with their $dayjob and may run out of time.
> We should accept entries from anyone, even non-committers, at any time.
> So what if we get a burst here and it goes quiet for a while?  Carlos,
> if
> you want to volunteer to keep track of the last post date, then if a
> week
> goes by without a new post you could ask on the mailing list for a
> volunteer to write the next post.  And anyone reading this email is
> welcome to write a post or suggest a topic.  That will likely be the
> biggest question for me: what should I write about?
>
> Anyway, thanks for getting this started.
>
> My 2 cents,
> -Alex
>
> On 2/13/18, 3:09 AM, "carlos.rov...@gmail.com on behalf of Carlos
>
 Rovira"

>  wrote:
>
> Hi Olaf
>>
>> 2018-02-13 11:31 GMT+01:00 Olaf Krueger :
>>
>> I'd like to read thoughts from others in the team.

>>> This is a really good idea, Carlos!
>>> If I understand you right you'd like to say that we want to publish a
>>> post
>>> every two weeks and because we're about 10 to 15 people who will
>>> contribute
>>> this means that anybody of us has to write an article approx every 6
>>> months?!
>>> And you want us to manage the scheduling of the blog posts by using
>>>
>> the

> google calendar?
>>>
>>> That's right! I think if we all participate will 10-11, and about 6
>> months
>> between repeat author.
>> Maybe, as examples are very easy to do we can talk more later if we do
>> this
>> each week...we'll see as we develop it right?
>>
>>
>> Below the source code, we should have the result displayed in an

>>> iframe.
>>> +1
>>>
>>> Another suggestion:
>>> Peter de Haan posts always contain some simple explanations.
>>> Regarding the "Hello world" post, I think it would be interesting for
>>> people
>>> to learn something about the code, e.g. for what is
>>> "js:SimpleCSSValuesImpl", "js:initialView" and "js:View" needed.
>>> Maybe it makes sense to link something to the docs or to add some
>>> simple
>>> explanation?
>>>
>>> That's a very good idea. I'll try to update the hello world with this
>> suggestions :)
>>
>>
>> I'll check out the google calendar...
>>>
>>> Thanks,
>>> Olaf
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Sent from:
>>> https://na01.safelinks.protection.outlook.com/?url=http%
>>>
>> 3A%2F%2Fapache-r

> o
>>> yale-development.20373.n8.nabble.com%2F=02%7C01%7Caharui%
>>>
>> 40adobe.co

> m
>>> %7Cd2453e80427a4a2db4a708d572d259e3%7Cfa7b1b5a7b34438794a
>>>
>> ed2c178decee1%7

> C
>>> 

Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
I'm wondering why are you not seeing that. If you scroll up in this console
output - >https://builds.apache.org/job/Royale-typedefs/41/console

Can you see the errors ?

2018-02-14 10:05 GMT+01:00 Gabe Harbs :

> Weird.
>
> In my build, I get that function commented out:
>
> /**
>  * @param template [ITemplateArray]
>  * @param var_args [*] Substitution values.
>  * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/
> Reference/Global_Objects/String/raw
>  * @see [es6]
>  * @returns {string}
>  */
> //public static function raw(template:ITemplateArray,
> ...var_args):String { return ''; }
>
> I’m not sure, but I’m guessing that is caused by this in
> externc-config.xml:
>
> 
> controlRange
> ITemplateArray
> 
>
> > On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki 
> wrote:
> >
> > Do you see now this errors?
> >
> > F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\
> target\generated-sources\externc\classes\String.as(52):
> > col: 41 Error: Type was not found or was not a compile-time constant:
> > ITemplateArray.
> >
> > public static function raw(template:ITemplateArray, ...var_args):String {
> > return ''; }
> >
> > Piotr
> >
> > On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
> > wrote:
> >
> >> Let me try again. It doesn't look like our fail.
> >>
> >> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
> >>
> >>> I don’t understand the console output.
> >>>
> >>> Suggestions?
> >>>
>  On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> >>> jenk...@builds.apache.org> wrote:
> 
>  The Apache Jenkins build system has built Royale-typedefs (build #40)
> 
>  Status: Still Failing
> 
>  Check console output at
> >>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
> >>>
> >>>
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


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

2018-02-14 Thread apacheroyaleci
See 




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

2018-02-14 Thread apacheroyaleci
See 




Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Weird.

In my build, I get that function commented out:

/**
 * @param template [ITemplateArray] 
 * @param var_args [*] Substitution values.
 * @see 
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw
 
 * @see [es6]
 * @returns {string} 
 */
//public static function raw(template:ITemplateArray, ...var_args):String { 
return ''; }

I’m not sure, but I’m guessing that is caused by this in externc-config.xml:


controlRange
ITemplateArray


> On Feb 14, 2018, at 10:56 AM, Piotr Zarzycki  
> wrote:
> 
> Do you see now this errors?
> 
> F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\target\generated-sources\externc\classes\String.as(52):
> col: 41 Error: Type was not found or was not a compile-time constant:
> ITemplateArray.
> 
> public static function raw(template:ITemplateArray, ...var_args):String {
> return ''; }
> 
> Piotr
> 
> On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
> wrote:
> 
>> Let me try again. It doesn't look like our fail.
>> 
>> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>> 
>>> I don’t understand the console output.
>>> 
>>> Suggestions?
>>> 
 On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>>> jenk...@builds.apache.org> wrote:
 
 The Apache Jenkins build system has built Royale-typedefs (build #40)
 
 Status: Still Failing
 
 Check console output at
>>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>>> 
>>> 



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Gabe Harbs
Nope. :-(

What does this mean?

[INFO] Skipping Apache Royale: TypeDefs: Parent
[INFO] This project has been banned from the build due to previous failures.

Please check the pom where I added multiple executions. I’m not sure if what I 
did was legal…

Harbs

> On Feb 14, 2018, at 10:53 AM, Piotr Zarzycki  
> wrote:
> 
> Let me try again. It doesn't look like our fail.
> 
> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
> 
>> I don’t understand the console output.
>> 
>> Suggestions?
>> 
>>> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>> jenk...@builds.apache.org> wrote:
>>> 
>>> The Apache Jenkins build system has built Royale-typedefs (build #40)
>>> 
>>> Status: Still Failing
>>> 
>>> Check console output at
>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>> 
>> 



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Do you see now this errors?

F:\jenkins\jenkins-slave\workspace\Royale-typedefs\js\target\generated-sources\externc\classes\String.as(52):
col: 41 Error: Type was not found or was not a compile-time constant:
ITemplateArray.

public static function raw(template:ITemplateArray, ...var_args):String {
return ''; }

Piotr

On Wed, Feb 14, 2018, 09:53 Piotr Zarzycki 
wrote:

> Let me try again. It doesn't look like our fail.
>
> On Wed, Feb 14, 2018, 09:52 Harbs  wrote:
>
>> I don’t understand the console output.
>>
>> Suggestions?
>>
>> > On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
>> jenk...@builds.apache.org> wrote:
>> >
>> > The Apache Jenkins build system has built Royale-typedefs (build #40)
>> >
>> > Status: Still Failing
>> >
>> > Check console output at
>> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>>
>>


Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Let me try again. It doesn't look like our fail.

On Wed, Feb 14, 2018, 09:52 Harbs  wrote:

> I don’t understand the console output.
>
> Suggestions?
>
> > On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server <
> jenk...@builds.apache.org> wrote:
> >
> > The Apache Jenkins build system has built Royale-typedefs (build #40)
> >
> > Status: Still Failing
> >
> > Check console output at
> https://builds.apache.org/job/Royale-typedefs/40/ to view the results.
>
>


Re: [MAVEN-BUILD] Royale-typedefs - Build # 39 - Still Failing

2018-02-14 Thread Gabe Harbs
I didn’t realize that. Thanks.

> On Feb 14, 2018, at 10:48 AM, Piotr Zarzycki  
> wrote:
> 
> Harbs,
> 
> You can do this also, by logging with your apache credentials there.
> 
> Ok let me do this.
> 
> 
> On Wed, Feb 14, 2018, 09:46 Harbs  wrote:
> 
>> Piotr,
>> 
>> Could you manually run the maven build. I’d like to see if I fixed it…
>> 
>>> On Feb 14, 2018, at 10:39 AM, Apache Jenkins Server <
>> jenk...@builds.apache.org> wrote:
>>> 
>>> The Apache Jenkins build system has built Royale-typedefs (build #39)
>>> 
>>> Status: Still Failing
>>> 
>>> Check console output at
>> https://builds.apache.org/job/Royale-typedefs/39/ to view the results.
>> 
>> 



Re: [MAVEN-BUILD] Royale-typedefs - Build # 40 - Still Failing

2018-02-14 Thread Harbs
I don’t understand the console output.

Suggestions?

> On Feb 14, 2018, at 10:50 AM, Apache Jenkins Server 
>  wrote:
> 
> The Apache Jenkins build system has built Royale-typedefs (build #40)
> 
> Status: Still Failing
> 
> Check console output at https://builds.apache.org/job/Royale-typedefs/40/ to 
> view the results.



Re: [MAVEN-BUILD] Royale-typedefs - Build # 39 - Still Failing

2018-02-14 Thread Piotr Zarzycki
Harbs,

You can do this also, by logging with your apache credentials there.

Ok let me do this.


On Wed, Feb 14, 2018, 09:46 Harbs  wrote:

> Piotr,
>
> Could you manually run the maven build. I’d like to see if I fixed it…
>
> > On Feb 14, 2018, at 10:39 AM, Apache Jenkins Server <
> jenk...@builds.apache.org> wrote:
> >
> > The Apache Jenkins build system has built Royale-typedefs (build #39)
> >
> > Status: Still Failing
> >
> > Check console output at
> https://builds.apache.org/job/Royale-typedefs/39/ to view the results.
>
>


Re: [MAVEN-BUILD] Royale-typedefs - Build # 39 - Still Failing

2018-02-14 Thread Harbs
Piotr,

Could you manually run the maven build. I’d like to see if I fixed it…

> On Feb 14, 2018, at 10:39 AM, Apache Jenkins Server 
>  wrote:
> 
> The Apache Jenkins build system has built Royale-typedefs (build #39)
> 
> Status: Still Failing
> 
> Check console output at https://builds.apache.org/job/Royale-typedefs/39/ to 
> view the results.