Build failed in Jenkins: royale-asjs_MXTests #1190

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

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
To get the system property working with ApproveRoyale.xml, I added the following line to each of the mvn commands in my local copy of ApproveRoyale.xml: This should work for anyone using Bash's yes command to quickly approve the license headers (after you've already done it once manually, of

Build failed in Jenkins: royale-asjs_MXTests #1189

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

New apache-royale questions for Sep 25 - Stack Exchange

2019-09-25 Thread Stack Exchange
***1 new question in [ApacheRoyale Tag Notifications filter]() on stackexchange.com*** [What's difference between all Button classes on Apache Royale, which are the more

Re: RemoteObject y addEventListener SyntaxError

2019-09-25 Thread Alex Harui
Hi, One difference between Royale and Flex is that Royale cannot detect types with different access methods at runtime, so you will have to modify your code slightly to tell the compiler how to generate the access code. IOW: if you write:

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
I deleted all com.adobe artifacts in my Maven .m2 folder, and I can see the prompt to accept the license for the Adobe dependencies. The build output suggests that you can set a system property to accept the agreement, so I tried adding that property to my command, like this: ant -e -f

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Alex Harui
It depends on what you want to test. If you want to test the js-only (no Adobe stuff) paths, then yes, you need to make sure there are no Adobe environment variables: AIR_HOME PLAYERGLOBAL_HOME FLASHPLAYER_DEBUGGER If you want to test with the Adobe stuff, then you will need to set all 3

Re: [royale-asjs] branch develop updated: Make values bindable

2019-09-25 Thread Alex Harui
Mostly I wanted to remind everyone about PAYG, but also, start a discussion on patterns and practices for doing this sort of thing. In many places there are versions of components that are effective "write-once". You set properties on them at initialization time and they do their thing. For

Build failed in Jenkins: royale-asjs_MXTests #1188

2019-09-25 Thread Apache Royale CI Server
See Changes: [joshtynjala] RoyaleUnit: added Async.requireEvent() and Async.failOnEvent() [joshtynjala] RoyaleUnit: fixed issue where assert error messages had expected and

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi Josh, you're right, I have AIR_HOME in my .bash_profile set, since I left all env vars set (flex, air, playerglobal, royale) So, - should I remove some more in addition to AIR_HOME? additionally: - Should I use the settings from Piotr too? - Should I add -Dgenerate.swf.swcs=true and

Re: [VOTE] Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
+1 (Binding) Package https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/apache-royale-0.9.6-src.tar.gz Java 1.8 OS: Mac OS X x86_64 10.14.6 Source kit signatures match: y Source kit builds: y README is ok: y RELEASE_NOTES is ok: y NOTICE is ok: y LICENSE is ok: y No unapproved licenses or

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
Carlos, Can you check to see if the AIR_HOME environment variable is set or not? If I'm understanding the logic in ApproveRoyale.xml, then you need to ensure that AIR_HOME is *NOT* set, unless you include -Duse-flash=true in your command. If AIR_HOME is set, then you should clear it. It may also

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Let's wait to Alex, I suppose something was not working as expected with the changes he did yesterday to solve this issue. El mié., 25 sept. 2019 a las 22:57, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Carlos, > > I can only propose copy player global in appropriate place and try

[DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
Carlos, I can only propose copy player global in appropriate place and try again. I have no idea how to resolve your problem. Thanks, Piotr On Wed, Sep 25, 2019, 10:37 PM Carlos Rovira wrote: > Hi, yes, I copied in the RC2 thread what was appearing > > btw, I tried again adding the proposed

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi, yes, I copied in the RC2 thread what was appearing btw, I tried again adding the proposed commands with no luck. The fail is the same as before: Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc [INFO]

New apache-royale questions for Sep 25 - Stack Exchange

2019-09-25 Thread Stack Exchange
***1 new question in [ApacheRoyale Tag Notifications filter]() on stackexchange.com*** [How to style Button with Apache Royale]()

[DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
By endless loop you mean that script cannot download playerglobal - Asking for the license? On Wed, Sep 25, 2019, 8:25 PM Carlos Rovira wrote: > Hi > I tried in the meanwhile with your settings and enter in the endless loop > as in RC2 > > I'll try to run now adding that to the command and

Build failed in Jenkins: royale-asjs_MXTests #1187

2019-09-25 Thread Apache Royale CI Server
See Changes: [joshtynjala] RoyaleUnit: [BeforeClass] and [AfterClass] metadata must be added to [joshtynjala] RoyaleUnit: stricter detection of [Before], [After], [BeforeClass],

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi I tried in the meanwhile with your settings and enter in the endless loop as in RC2 I'll try to run now adding that to the command and report back El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > The same issue as it was previously. You are

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

2019-09-25 Thread Apache Royale CI Server
See

RemoteObject y addEventListener SyntaxError

2019-09-25 Thread Maria Jose Esteve
Hello, I am migrating a wrapper between my app. flex and the backend (AMF - FluorineFX - .net). (Apache Flex - works ok) I cannot add the listener of the result of any method. I compile well but when I run it gives me an error. This is the wrapper ... package flexfx.wpl { ...

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
The same issue as it was previously. You are missing playerglobal - I don't know why at all. You can try to switch to my settings - don't forget update link to maven artifacts in it. I'm not sure also but maybe you should try to run approve script with this one: -Dgenerate.swf.swcs=true and

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi, sorry to report that my try failed. I tried with clean .m2 and my own settings.xml. Maybe I need to switch to the settings Piotr send to me? as well I used the instruction provided in email: ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
I'm not sure how it happened this time, but yeah we finally have. ;) śr., 25 wrz 2019 o 17:54 Carlos Rovira napisał(a): > Hi Piotr, > great to see we have different threads in gmail :) > > El mié., 25 sept. 2019 a las 16:24, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > > > Ok,

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi Piotr, great to see we have different threads in gmail :) El mié., 25 sept. 2019 a las 16:24, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Ok, new and hopefully the last one RC3. I didn't run ApproveScript myself > yet, but will do that tomorrow or next week. > > śr., 25 wrz 2019

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
Ok, new and hopefully the last one RC3. I didn't run ApproveScript myself yet, but will do that tomorrow or next week. śr., 25 wrz 2019 o 16:23 Apache Royale CI Server napisał(a): > This is the discussion thread. > > Thanks, > Piotr -- Piotr Zarzycki Patreon:

[VOTE] Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Apache Royale CI Server
Hi, This is the vote for the 0.9.6 release of Apache Royale. The release candidate can be found here; https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/ Before voting please review the section,'What are the ASF requirements on approving a release?', at:

[DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Apache Royale CI Server
This is the discussion thread. Thanks, Piotr

Re: [royale-asjs] branch develop updated: Make values bindable

2019-09-25 Thread Harbs
Alex, Do you want me to make these changes? Harbs > On Sep 24, 2019, at 8:33 PM, Harbs wrote: > > We can either use: > updateView() which wraps if(parent)drawImpl() > or we can write if(parent)drawImpl() in every case. > > The former will have less code compiled in the application, but will

Build failed in Jenkins: royale-asjs_jsonly #3591

2019-09-25 Thread Apache Royale CI Server
See -- [...truncated 272.90 KB...] [echo] ROYALE_COMPILER_HOME is C:\Program Files (x86)\Jenkins\workspace\royale-compiler\compiler

Release Step 013 Succeeded

2019-09-25 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="9/25/19 9:06 -0800" -Dplayerglobal.version=11.7 -Dflat.donot.ask=true -Drc=3 -DskipTests=true This will download the artifacts then unzip and compile the source artifact. 2.

Release Step 012 Succeeded

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

Release Step 011 Succeeded

2019-09-25 Thread Apache Royale CI Server
>From the royale-asjs repo: 1. Run ant -f releasesteps.xml Release_Step_011 -Drelease.version=0.9.6 -DskipTests=true 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

Re: Royale_Release_Step_011 - Build # 22 - Still Failing!

2019-09-25 Thread Alex Harui
Try also adding it to arguments: -Darguments="-DaltReleaseDeploymentRepository=release-repo::default::file:./release-dir -Dgenerate.swf.swcs=true" The release plugin forks a Java Instance and System Properties are not passed to the fork. -Alex On 9/24/19, 10:46 PM, "Piotr Zarzycki" wrote: