Build failed in Jenkins: royale-asjs_MXTests #819

2019-05-27 Thread Apache Royale CI Server
See -- [...truncated 2.09 MB...] [mxmlc] using source file:

Build failed in Jenkins: royale-asjs_MXTests #818

2019-05-27 Thread Apache Royale CI Server
See -- [...truncated 2.16 MB...] [mxmlc]

Re: Language improvements

2019-05-27 Thread Harbs
The reason I mentioned my desire to have `int[]` and `MyFoo[]` in addition to Vector was that I thought it might be another solution to this problem. I personally have never used length checking in Vector. Nor was runtime type checking on Vectors important to me. When I was porting a

Release Step 011 Succeeded

2019-05-27 Thread Apache Royale CI Server
>From the royale-asjs repo: 1. Run ant -f releasesteps.xml Release_Step_011 -Drelease.version=0.9.6 This will download the artifacts then unzip and compile the source artifact. 2. Validate that the compiled artifacts match the downloaded artifacts. 3. If they do, then run ant -f releasesteps.xml

Release Step 010 Succeeded

2019-05-27 Thread Apache Royale CI Server
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_010 and run the following commands: git push git push origin org.apache.royale.framework-0.9.6-rc1 You will need your Apache/Github username and 2FA token.

Release Step 009 Succeeded

2019-05-27 Thread Apache Royale CI Server
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_009 and run the following commands: git push You will need your Apache/Github username and 2FA token.

Release Step 008 Succeeded

2019-05-27 Thread Apache Royale CI Server
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_008 and run the following commands: git push git checkout release/0.9.6 git push -u origin release/0.9.6 You will need your Apache/Github username and 2FA token.

Release Step 007 Succeeded

2019-05-27 Thread Apache Royale CI Server
>From the royale-typedefs repo: 1. Run ant -f releasesteps.xml Release_Step_007 -Drelease.version=0.9.6 This will download the artifacts then unzip and compile the source artifact. 2. Validate that the compiled artifacts match the downloaded artifacts. 3. If they do, then run ant -f

Release Step 005a Succeeded

2019-05-27 Thread Apache Royale CI Server
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_005a and run the following commands: git push You will need your Apache/Github username and 2FA token.

Re: Language improvements

2019-05-27 Thread Alex Harui
Hi Greg, I live outside of Seattle. I'm in my house right now, and my cellphone says I have a 4G connection. Many times a month, I take a ferry boat to Seattle. There is a point during the ride where the connectivity is poor. Yesterday, I was trying to get work done on the ferry and was

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Antonis Kalodimos
Yes i didn't send you the whole file i was the end part only The whole part is from this page https://royale.codeoscopic.com/how-to-create-a-desktop-application-with-royale-and-electron/ the same as in this page the HelloWorld.mxml and above thetag im inserted the script showed in the same

Release Step 005 Succeeded

2019-05-27 Thread Apache Royale CI Server
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_005 and run the following commands: git push You will need your Apache/Github username and 2FA token.

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Harbs
The XML is likely not well formed. Is the opening tag or ? > On May 27, 2019, at 8:47 PM, Antonis Kalodimos > wrote: > > Yes i had this tag > . > . > . > > > > > > > > > > > I found that i was trying to compile it with apache-royale-0.9.6-bin-js-swf > when i changed that with

Release Step 004 Succeeded

2019-05-27 Thread Apache Royale CI Server
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_004 and run the following commands: git push git checkout release/0.9.6 git push -u origin release/0.9.6 You will need your Apache/Github username and 2FA token.

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Antonis Kalodimos
Yes i had this tag . . . I found that i was trying to compile it with apache-royale-0.9.6-bin-js-swf when i changed that with apache-royale-0.9.4-bin-js problem resolved but nothing showed (with apache-royale-0.9.6-bin-js-swf the button and the text was showed.) Στις Δευ, 27 Μαΐ 2019

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Carlos Rovira
Hi Antonis, are you adding it in the HelloWorld.mxml file before ? The error seems like you are trying to add it in other part of the file or in other different file. Thanks El lun., 27 may. 2019 a las 18:21, Antonis Kalodimos (< antonis.kalodi...@gmail.com>) escribió: > Trying to folow this

Release Step 003 Succeeded

2019-05-27 Thread Apache Royale CI Server
>From the royale-compiler repo: 1. If you are releasing the utils jars (compiler-jburg-types and compiler-build-tools), Run: ant -f releasesteps.xml Release_Step_003 -Dutils=true -Drelease.version=0.9.6 Otherwise, Run: ant -f releasesteps.xml Release_Step_003 -Drelease.version=0.9.6 This will

Re: New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Antonis Kalodimos
Trying to folow this tutorial have these compile errors after putting the tag col: 1 Error: This tag is unexpected. It will be ignored. ^ My code is the same as in the tutorial and it worked as expected until the step i n which fx:script tag need to be added Στις Δευ, 27 Μαΐ 2019 στις 6:39

New article on how to create a desktop app with Apache Royale and ElectronJS

2019-05-27 Thread Carlos Rovira
Hi, new arcticle from Judah Frangipane is up! https://twitter.com/ApacheRoyale/status/1133025119075479552 don't forget to share the new tweet please! :) and enjoy!! -- Carlos Rovira http://about.me/carlosrovira

Build failed in Jenkins: royale-asjs_MXTests #817

2019-05-27 Thread Apache Royale CI Server
See -- [...truncated 2.11 MB...] [mxmlc] using source file:

Re: Post on how to create a desktop app with Apache Royale

2019-05-27 Thread Carlos Rovira
Hi! Thanks to Judah for making the effort of trying Royale with Electron and making this great tutorial. I'll be publishing in next hours r.a.o as soon as I have some time to do the process. Thanks! Carlos El lun., 27 may. 2019 a las 0:16, Harbs () escribió: > Wow. > > Jude that’s really

Build failed in Jenkins: royale-asjs_MXTests #816

2019-05-27 Thread Apache Royale CI Server
See Changes: [yishayjobs] Align combo view with its popup -- [...truncated 2.09 MB...] [mxmlc] using source file:

Release Step 002a Succeeded

2019-05-27 Thread Apache Royale CI Server
Continue on to Release Step 003

Re: Language improvements

2019-05-27 Thread Greg Dove
Hi Alex, sorry it can take a while for me to reply at the moment... some comments inline below... On Sun, May 26, 2019 at 11:10 AM Alex Harui wrote: > Hi Greg, > > Thanks for working through all of this. Better Vector handling is > definitely a good thing for Royale. > I also believe so. In

Re: Language improvements

2019-05-27 Thread Greg Dove
Harbs, thanks for your interest. I'd echo Carlos' comments about there being more details in the earlier stuff. I know its long, but parts of it are an information dump of learnings, and other parts are why I did things the way I did. Some other quick comments: "The goal of these changes are to

Release Step 002 Succeeded

2019-05-27 Thread Apache Royale CI Server
Log in to the server, open a command prompt, change directory to C:\jenkins\workspace\Royale_Release_Step_002 and run the following commands: git push git push origin org.apache.royale.compiler-0.9.6-rc1 You will need your Apache/Github username and 2FA token.

Build failed in Jenkins: royale-asjs_MXTests #815

2019-05-27 Thread Apache Royale CI Server
See Changes: [yishayjobs] Make color in color picker bindable and save strand for popup. [harbs] For scrolling the content area should always be 100%