Release Step 008 Succeeded

2019-08-28 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 010 Succeeded

2019-08-28 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 012 Succeeded

2019-08-28 Thread Apache Royale CI Server
Folder 0.9.6 already exists. Continue to next step

Re: Sub-Menu in royale-docs: "Fundamental Concepts", "Core Concepts" or "Technology features"

2019-08-28 Thread Carlos Rovira
Hi Chris, I moved "Features" section in docs one level up and fix all links. I double check that I didn't left any link with "welcome/" prefix . It's about this thread was. I found that instead making a new section we have already one and was better placed in top level so we can nest pages in

Release Step 009 Succeeded

2019-08-28 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.

Royale_Release_Step_013 - Build # 15 - Failure!

2019-08-28 Thread Apache Royale CI Server
Royale_Release_Step_013 - Build # 15 - Failure: Check console output at http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_013/15/ to view the results.

Re: Sub-Menu in royale-docs: "Fundamental Concepts", "Core Concepts" or "Technology features"

2019-08-28 Thread Chris Velevitch
On Wed, 28 Aug 2019 at 16:12, Carlos Rovira wrote: > Where did you find those links? maybe google (maybe bots already didn't > notice the change? I found those links by going to the main docs page [1] [1] https://apache.github.io/royale-docs/ Chris -- Chris Velevitch m: 0415 469 095

Re: ${body} in index template

2019-08-28 Thread Carlos Rovira
Hi Chris, ua-parser-js seems very complete. I'll have into account for my own projects :). Thanks for sharing. El mié., 28 ago. 2019 a las 5:59, Chris Velevitch (< chris.velevi...@gmail.com>) escribió: > On Tue, 27 Aug 2019 at 16:34, Carlos Rovira > wrote: > > > maybe the actual way compiler

Release Step 011 Succeeded

2019-08-28 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

Re: Discuss of release steps preparation

2019-08-28 Thread Piotr Zarzycki
I'm not sure if it's related, but I have tried deleted that folder manually and it's being blocked by Git [1] [1] https://ibb.co/bsm48DV Thanks, Piotr śr., 28 sie 2019 o 15:07 Piotr Zarzycki napisał(a): > I have modified build.xml script locally and I got following result -> >

Release Step 013 Succeeded

2019-08-28 Thread Apache Royale CI Server
>From the royale-asjs repo 1. Run ant -f releasesteps.xml Release_Step_013 -Drelease.version=0.9.6 -Droyale.swc-date="8/28/19 9:06 -0800" -Dplayerglobal.version=11.7 -Dflat.donot.ask=true -Drc=1 -DskipTests=true This will download the artifacts then unzip and compile the source artifact. 2.

Re: Sub-Menu in royale-docs: "Fundamental Concepts", "Core Concepts" or "Technology features"

2019-08-28 Thread Carlos Rovira
Hi Chris, thanks. I think your browser's cache is showing you old content. I see links in the main page are right. El mié., 28 ago. 2019 a las 10:57, Chris Velevitch (< chris.velevi...@gmail.com>) escribió: > On Wed, 28 Aug 2019 at 16:12, Carlos Rovira > wrote: > > > Where did you find those

Re: Discuss of release steps preparation

2019-08-28 Thread Piotr Zarzycki
I have modified build.xml script locally and I got following result -> https://paste.apache.org/m5mz5 What can hold that jar file ? śr., 28 sie 2019 o 14:23 Piotr Zarzycki napisał(a): > Hi Alex, > > I just made another attempt and it's failed. I missed your information > that

Re: Discuss of release steps preparation

2019-08-28 Thread Piotr Zarzycki
Hi Alex, I just made another attempt and it's failed. I missed your information that "royale-asjs/js/lib/ " contains 2 jar files. I see them on my machine. I see also that we have [1] deletion line for that. My fix for deleting helped so far to get rid of problem with RoyaleUnit [2]. Maybe we

Re: Discuss of release steps preparation

2019-08-28 Thread Alex Harui
Failonerror is typically false when deleting in case the folder has already been deleted. Pretty sure that at least on Windows, if a jar is being used by a running application that you cannot delete the jar. In theory, the Ant scripts should not be loading jars when building the source

Re: Discuss of release steps preparation

2019-08-28 Thread Josh Tynjala
With that in mind, it seems like you may need to temporarily disable TortoiseGit while running the build. -- Josh Tynjala Bowler Hat LLC On Wed, Aug 28, 2019 at 6:28 AM Piotr Zarzycki wrote: > I'm not sure if it's related, but I have tried deleted that folder manually

Re: Discuss of release steps preparation

2019-08-28 Thread Piotr Zarzycki
I think that's the option. :) I hope I will finally get to an end this. śr., 28 sie 2019 o 17:27 Josh Tynjala napisał(a): > With that in mind, it seems like you may need to temporarily disable > TortoiseGit while running the build. > > -- > Josh Tynjala > Bowler Hat LLC

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

2019-08-28 Thread Apache Royale CI Server
See

Re: Trying abstract classes in Jewel

2019-08-28 Thread Josh Tynjala
Hi Carlos, If I understand you correctly, you removed public and added abstract. However, you should not remove public. Your new declaration should probably look like this: public abstract class TextInputBase extends StyledUIBase implements ITextInput If this does not seem to help, can you

Re: Apache Royale Jewel Browser List supported

2019-08-28 Thread Chris Velevitch
Is there a list of supported browsers for non-Jewel based apps? On Mon, 24 Sep 2018 at 23:49, Carlos Rovira wrote: > > Hi, > > today I was testing Jewel in Browserstack to see minimum versions required > to see Jewel Example without problems. > This is the list: > > Desktop > - *Chrome v44* -