Re: library-path changes

2019-07-25 Thread Carlos Rovira
Hi Greg, ok! I thought there was something more involved. About understanding better how things work in maven plugin and know the reasons I think it could be good to ask Chris Dutz about it, since he can give us the clues about all of that. Thanks! El mié., 24 jul. 2019 a las 22:50, Greg Dove

Re: Website - create Showcase section

2019-07-25 Thread Carlos Rovira
Thanks Om! That's very useful, I'll try to use that as a guide and unify with website. I'll be posting soon the data everyone need to post to be added with the corresponding sizes and additional info. El mié., 24 jul. 2019 a las 21:55, OmPrakash Muppirala (< bigosma...@gmail.com>) escribió: >

Re: [royale-asjs] branch develop updated: add license header so maven can build

2019-07-25 Thread Harbs
Oops. Thanks. :-) > On Jul 25, 2019, at 5:21 PM, carlosrov...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > carlosrovira pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The following

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

2019-07-25 Thread Apache Royale CI Server
See

Build failed in Jenkins: royale-asjs_MXTests #975

2019-07-25 Thread Apache Royale CI Server
See Changes: [carlosrovira] add license header so maven can build [harbs] If adding new element, it should be appended -- [...truncated

Re: Separate @extern classes in Jewel to a new externs library

2019-07-25 Thread Josh Tynjala
dialogPolyfill and hljs are not in any wayt related to each other, except the fact that they're both used in Jewel. With that in mind, I think that they belong in separate libraries. I also think that we should add these libraries to royale-typedefs instead of royale-asjs. -- Josh Tynjala Bowler

Apache Royale Website statistics

2019-07-25 Thread Carlos Rovira
Hi, here's a screenshot of the website statistics https://imgur.com/spFb5af This is from WP admin area, don't know if we have some other Apache ones to compare What do you think about sharing some data in social networks? And what data do you think is most interesting and could impact more out

Re: Separate @extern classes in Jewel to a new externs library

2019-07-25 Thread Carlos Rovira
Hi Josh, ok, I suppose dialogPolyfill could go to typedefs and hljs to the example project, but just posted a problem I just found trying to do so with the later El jue., 25 jul. 2019 a las 21:19, Josh Tynjala () escribió: > dialogPolyfill and hljs are not in any wayt related to each other,

Re: Separate @extern classes in Jewel to a new externs library

2019-07-25 Thread Carlos Rovira
Hi Josh, trying to move dialogPolyfill to royale-typedefs: I only see *.js classes. I can't find any *.as class in that repo. This means I need to transform dialogPolyfill to js? In fact some weeks ago dialogPolifyll was in that format in missing.js... El jue., 25 jul. 2019 a las 21:21, Carlos

Re: Separate @extern classes in Jewel to a new externs library

2019-07-25 Thread Josh Tynjala
Typedefs are not required to be .js files. The Royale compiler knows how to compile .as files with @externs metadata. In fact, that's what was already happening when dialogPolyfill was located in the Jewel project. You should be able to set up a project in royale-typedefs that is built similarly

Blog Example B012 broken -> hljs extern class not found

2019-07-25 Thread Carlos Rovira
Hi, I was testing now if with latest changes (mostly in @extern changes) blog example B012 was ok and even if hljs class could be now in the same example project (remember that hljs need to be in a library since inject_html only works if @extern class is located in a library project). Compiling

Jenkins build is back to normal : royale-asjs_MXTests #976

2019-07-25 Thread Apache Royale CI Server
See

Separate @extern classes in Jewel to a new externs library

2019-07-25 Thread Carlos Rovira
Hi, as we already discussed, we have some @extern classes in Jewel that should be located in its own library for @extern classes, since can be used for Jewel or many other code that does not need Jewel. So I want to ask for a name for that library where we can add this classes (for now

Build failed in Jenkins: royale-asjs_MXTests #977

2019-07-25 Thread Apache Royale CI Server
See -- [...truncated 878.67 KB...] [mxmlc] scanning for overrides: ObjectUtil [mxmlc] scanning for overrides: SolidBorderUtil [mxmlc] scanning

Re: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-07-25 Thread Carlos Rovira
Hi! New commercial support page is ready and published. Andrew, I get some of the texts from other apache webs, but anyway some review for your part would be great! :) https://royale.apache.org/royale-commercial-support/ Anyone that wants to be listed, please follow instructions!! :) El

Re: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-07-25 Thread Greg Dove
Hi Carlos, I would definitely be keen to be added. Name: Greg Dove Short Description: Independent, remote development services, with over 12 years of experience working with mxml and actionscript 3, for clients around the globe. Website url: http://greg-dove.com/ Contact person: Greg Dove

Re: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-07-25 Thread Andrew Wetmore
I will do a text review early tomorrow. On Thu, Jul 25, 2019 at 7:54 PM Carlos Rovira wrote: > Hi! > > New commercial support page is ready and published. Andrew, I get some of > the texts from other apache webs, but anyway some review for your part > would be great! :) > >

New blog post about Apache Royale Modules is published

2019-07-25 Thread Carlos Rovira
Hi, the new blog example about Modules is finally published as always share and enjoy! :) https://royale.apache.org/dividing-an-apache-royale-application-with-modules/ -- Carlos Rovira http://about.me/carlosrovira

Re: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-07-25 Thread Carlos Rovira
Tweet about this one: https://twitter.com/ApacheRoyale/status/1154528303266578435?s=20 El vie., 26 jul. 2019 a las 0:53, Carlos Rovira () escribió: > Hi! > > New commercial support page is ready and published. Andrew, I get some of > the texts from other apache webs, but anyway some review for

Jenkins build is back to normal : royale-asjs_MXTests #978

2019-07-25 Thread Apache Royale CI Server
See

Re: library-path changes

2019-07-25 Thread Alex Harui
FWIW, "runtime" and "provided" are defined by Maven, not us. https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope If the compiler currently treats them the same, there is no guarantee that it always will, so probably a good idea to choose the

Re: Flex 2006 migration

2019-07-25 Thread Alex Harui
From: Naushad R Thaha Date: Wednesday, July 24, 2019 at 8:00 PM To: "dev@royale.apache.org" Subject: Flex 2006 migration Hi, We have couple of application written in flex 2006 and would like to get some feedback on how we can migrate to html and JS. We want to protect our apps from the