Re: [FlexJS] Guidelines for implementation of layout containers and navigation containers

2017-09-30 Thread Harbs
Let’s continue this discussion on the Royale dev list if possible. I just implemented the first iteration of Validation. The implementation was taken almost verbatim from the old Flex implementation. You can follow the process of porting the code in the branch here. It should be educational.

Re: Nightly Builds Available

2017-09-30 Thread Piotr Zarzycki
I just fixed that issue in Moonshine. It will be available in upcoming 1.6.0 release. :) Thanks! 2017-09-30 19:32 GMT+02:00 Piotr Zarzycki : > Alex, > > You are right. I have found issue in Moonshine it basically parsing the > target player from flex-config.xml to

Re: Nightly Builds Available

2017-09-30 Thread Piotr Zarzycki
I just made small experiment. 1) I've downloaded FlexJS nightly using installer with Flash Player 23. 2) Create new project in Moonshine and build it with -targets=JSFlex - Build pass without the problem 3) I went to the folder "\frameworks\js\FlexJS\libs\" and removed all swc 4) I have copied

Re: Nightly Builds Available

2017-09-30 Thread Piotr Zarzycki
Alex, You are right. I have found issue in Moonshine it basically parsing the target player from flex-config.xml to 11.0.0 not 11.7. However I think something is wrong itself with SDK, cause I should be able to build project from console, but I'm getting strange errors for swcs. [1] [1]

Re: Nightly Builds Available

2017-09-30 Thread Alex Harui
The flex-config.xml in the JSOnly package should have target-player of 11.7 and there should be a frameworks/libs/player/11.7/playerglobal.swc Are you not seeing that? Maybe Moonshine is changing something? I'm out of time for this morning. Won't have more time until about 13 hours from now.

Re: [Royale|Maven] Setting up new maven build on builds.a.o

2017-09-30 Thread Piotr Zarzycki
Thanks Alex! Great! On Sat, Sep 30, 2017, 17:10 Alex Harui wrote: > I found a "Copy" option. I deleted royals-compiler and created > > Royale-compiler > Royale-typedefs > Royale-asjs > > The first two built. The third is in progress. I will check on it later >

Re: Nightly Builds Available

2017-09-30 Thread Piotr Zarzycki
The last test was using console and it's failed with similar stack as ANT failed. [1] [1] https://paste.apache.org/TY72 Thanks, Piotr 2017-09-30 10:49 GMT+02:00 Piotr Zarzycki : > I just did also try to build project by build.xml ant file which I've > prepared for

Re: [Royale|Maven] Setting up new maven build on builds.a.o

2017-09-30 Thread Piotr Zarzycki
Ahh I forgot to post link to build -> https://builds.apache.org/job/royale-compiler/ Thanks, Piotr 2017-09-30 9:41 GMT+02:00 piotrz : > Hi Alex, > > I have started playing with maven build from compiler. During setup I > haven't seen any options to copy configuration of

[Royale|Maven] Setting up new maven build on builds.a.o

2017-09-30 Thread piotrz
Hi Alex, I have started playing with maven build from compiler. During setup I haven't seen any options to copy configuration of previous build, so I did setup myself. It look like it went ok, but build failed on lack of flashplayerglobal. In my local build when flashplayerglobal is not

Nightly Builds Available

2017-09-30 Thread Alex Harui
Hi Folks, I have the Ant builds completing successfully on my CI server. What is different about the output for Royale is that we are experimenting with different packaging so we don't need to use the Apache Flex SDK Installer, which was having problems with large Adobe AIR SDKs. There are two