Build failed in Jenkins: royale-asjs_jsonly #745

2018-05-04 Thread apacheroyaleci
See -- [...truncated 378.37 KB...] [echo] basedir is C:\Program Files (x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources [echo] R

Re: Compiler error using static function toString

2018-05-04 Thread Alex Harui
Not too surprising... Can you file a GitHub issue with a simple test case? https://github.com/apache/royale-asjs/issues Thanks, -Alex On 5/4/18, 10:20 AM, "spiros aggelopoulos" wrote: Yes, if I rename the static function to "toStringSome" the compiler stop to complain about that.

Re: 0.9.3 Release

2018-05-04 Thread Alex Harui
Hi Om, I won’t have much time until Sunday late. IMO, it is more important to get the scripts to work so people besides me can make a release. I will try to take a look on Sunday and try to restore the repos back to where they should be. Or are there other problems you have not solved? -Ale

Re: 0.9.3 Release

2018-05-04 Thread OmPrakash Muppirala
On Fri, May 4, 2018, 1:55 PM Alex Harui wrote: > Hi Om, > > > > I won’t have much time until Sunday late. IMO, it is more important to > get the scripts to work so people besides me can make a release. I will > try to take a look on Sunday and try to restore the repos back to where > they shoul

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

2018-05-04 Thread apacheroyaleci
See

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

2018-05-04 Thread apacheroyaleci
See

Re: 0.9.3 Release

2018-05-04 Thread Alex Harui
Hi Om, I will look into it Sunday evening. The 0.9.2 release was created on my Windows machine. 0.9.1 was done on the Mac. Do you have a list of issues you ran into and solutions? Like for the gpg-agent problem and anything else? Thanks, -Alex From: OmPrakash Muppirala Date: Friday, May 4

[Try it now] Does Royale run with OpenJDK?

2018-05-04 Thread Olaf Krueger
Hi, in order to get the "Try it now" working someday we need a powerful, easy to handle server side. What we need on the server side at least is NodeJS with the ability to install npm packages and the availability of a Java SDK which is required by Royale. I know that Eric already offered the usag

Re: [Try it now] Does Royale run with OpenJDK?

2018-05-04 Thread Alex Harui
Hi Olaf, I've not tried AWS. So I don't know how difficult it is. I have an Azure VM. It is running Windows. You access it via Microsoft Remote Desktop. The credentials are on the private@ mailing list. Have you looked at that? It already has Java installed. Feel free to install Node if

Re: [Try it now] Does Royale run with OpenJDK?

2018-05-04 Thread Harbs
AWS is similar. Windows instances support RDC and you can ssh into linux instances. I can setup an AWS instance if you want. It’s really easy... > On May 4, 2018, at 10:44 AM, Alex Harui wrote: > > Hi Olaf, > > I've not tried AWS. So I don't know how difficult it is. > > I have an Azure VM.

Missing classes implementation question

2018-05-04 Thread Σπύρος Αγγελόπουλος
Hello everyone A quick question about missing classes. What is the process to implement a class from flex/flash to Royale ? For example I notice that the ByteArray or ArrayCollection Class is missing , so if I implement the class in AS3 language then the compiller will compile to equ. J

Re: [Try it now] Does Royale run with OpenJDK?

2018-05-04 Thread Olaf Krueger
Hi Alex and Harbs, >I have an Azure VM. I guess I've overlooked this. Does this VM run any other important stuff? Could I break something? Will we "crash" the machine by bombarding it with too many requests/processes? >I can setup an AWS instance if you want. It’s really easy... I've just played

Re: [Try it now] Does Royale run with OpenJDK?

2018-05-04 Thread Piotr Zarzycki
It would be best if we could use machine which we have all access. That from private list it's the best. I believe it's enough fast. On Fri, May 4, 2018, 10:38 AM Olaf Krueger wrote: > Hi Alex and Harbs, > > >I have an Azure VM. > I guess I've overlooked this. Does this VM run any other importan

Re: Jewel is no longer dependent of Basic

2018-05-04 Thread Justin Mclean
Hi, > But I'm very confused that after remove all "Basic" pom dependencies all is > compiling correctly. Try mvn dependency:tree, it may be being pulled in by one of the other dependancies. Thanks, Justin

Re: Jewel is no longer dependent of Basic

2018-05-04 Thread Carlos Rovira
Hi Justin thanks, here's the dependency tree, seem HTML is pulling Basic, so I think we have a problem there thanks! :) [*INFO*] [*INFO*] *--- *maven-dependency-plugin:2.10:tree *(default-cli)* @ JewelExample* ---* [*INFO*] org.apache.royale.examples:JewelExample:swf:0.9.3-SNAPSHOT [*INFO*] +

Re: Jewel is no longer dependent of Basic

2018-05-04 Thread Harbs
HTML extends Group. I’m not sure how necessary that is. > On May 4, 2018, at 3:07 PM, Carlos Rovira wrote: > > Hi Justin > > thanks, here's the dependency tree, seem HTML is pulling Basic, so I think > we have a problem there > > thanks! :) > > [*INFO*] > > [*INFO*] *--- *maven-dependency-pl

Compiler error using static function toString

2018-05-04 Thread Spiros Aggelopoulos
Hi , there is a compiler error on the code bellow, is any reason to avoid this type of code? Or it is a bug ? package org.comp { public class ToStringImp { public static function toString(str:String):String { return str;

New email

2018-05-04 Thread Peter Ent
Hi, I've got a lot on my mind today (last day with Adobe) and I'm transferring my Apache stuff to my personal accounts. I was wondering if someone could point me in the right direction. I went to the Apache LDAP and changed my forwarding email address. After a bit I sent an email from a non-re

Re: New email

2018-05-04 Thread Carlos Rovira
Hi Peter, I thought you was still at Adobe but adobe was removing you from Royale. So are you changing company. If that's the case I want to desire the best for you in your new adventure! Anyway, I think you should unsuscribe with adobe account (I think that's the mail you used right?) and then y

Re: New email

2018-05-04 Thread Upayavira
Peter, Message me privately. I may be able to change your mailing list subscriptions. Upayavira On Fri, 4 May 2018, at 3:58 PM, Peter Ent wrote: > Hi, > > I've got a lot on my mind today (last day with Adobe) and I'm > transferring my Apache stuff to my personal accounts. I was wondering if >

Re: New email

2018-05-04 Thread Olaf Krueger
Hi Peter, I thought the same, that you still at Adobe... so I also would like to wish you all the best on your journey! It seems that Upayavira can help out with your issue... Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Jewel is no longer dependent of Basic

2018-05-04 Thread Alex Harui
Well, it depends on what you mean by "dependency". Basic components shouldn't have compile-time dependencies on their models, views and controllers. Or what children you put in containers. But at runtime you need to supply a valid model, view or controller. You shouldn't have to supply one f

Re: [Try it now] Does Royale run with OpenJDK?

2018-05-04 Thread Alex Harui
Any VM can get overloaded. My Azure VM runs our CI builds. But nobody will lose money if it crashes. I think it can cost me money if we go over a monthly bandwidth or CPU limit. But that might be a nice problem to have. Using a server we all have access to means that we can all help maintain

Re: Compiler error using static function toString

2018-05-04 Thread Alex Harui
Hmm. I agree that doesn't make sense. Try changing the name of the function just to see if there is sensitivity to the "toString". "toString" is handled in a strange way in AS. -Alex On 5/4/18, 6:13 AM, "Spiros Aggelopoulos" wrote: Hi , there is a compiler error on the code bello

RE: Compiler error using static function toString

2018-05-04 Thread spiros aggelopoulos
Yes, if I rename the static function to "toStringSome" the compiler stop to complain about that. -Spiros -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: Friday, May 4, 2018 7:48 PM To: dev@royale.apache.org Subject: Re: Compiler error using static function

Re: States doesn't work properly anymore

2018-05-04 Thread Piotr Zarzycki
Hi Alex, Many thanks for this solution. I have implemented it and it seems to be ok right now. It's enough if I pickup one level up parent. Currently I used that [1] function only in NavigationLayout component, but if I see that some of the component will generate additional container after upgrad

Re: 0.9.3 Release

2018-05-04 Thread OmPrakash Muppirala
I have tried to get this working for the last several days. I think i am ready to give up on this. I don't want to mess things up any more than I already have. I tried to clean up things, but for some reason the release candidate script tries to build 0.9.5 now :-o I am not sure how to fix that

Build failed in Jenkins: royale-asjs #737

2018-05-04 Thread apacheroyaleci
See -- [...truncated 208.99 KB...] [echo] ROYALE_COMPILER_HOME is C:\Program Files (x86)\Jenkins\workspace\royale-compiler\compiler-jx [echo] ROYALE_COMP