Build failed in Jenkins: TourDeFlexMigration #528

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 124.79 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Re: Flexlib Emulation

2020-01-21 Thread Takeshita Shoichiro
Greg, just for your reference. Flexlib provides MDI, multiple document interface. This function allows child windows to embed other windows inside them as well, creating complex nested hierarchies. Our application uses this function to move/resize child windows in which the image is displayed.

Build failed in Jenkins: Royale_ASDoc_Example #529

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 42.09 KB...] [java] ^ [java] [java]

Build failed in Jenkins: royale-compiler-integration-tests #452

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 129.75 KB...] [junit] [junit] Jan 22, 2020 5:55:41 AM

Build failed in Jenkins: TourDeFlexMigration #527

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 123.46 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Build failed in Jenkins: Royale_ASDoc_Example #528

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 40.79 KB...] [java] ^ [java] [java]

Re: Flexlib Emulation

2020-01-21 Thread Takeshita Shoichiro
Greg, that will be a great help. Before your resuming work, I will create test cases from our application. ^_^ 2020年1月22日(水) 12:53 Greg Dove : > I'm not familiar with that lib, but I suspect the swf graphics emulation I > intend to add will help you with a bunch of those flash.display.*

Re: royale-asjs XMLNamespaceTest testMinimalDefault failing

2020-01-21 Thread Greg Dove
Hi Josh, sounds like you found some other runtime versioning issues for that - please go ahead and add the variation in for the test or add an ignore for that test for now if you want. I can also check it with latest player as well when I'm back next week. On Wed, 22 Jan 2020, 12:36 Josh Tynjala,

Re: Flexlib Emulation

2020-01-21 Thread Greg Dove
I'm not familiar with that lib, but I suspect the swf graphics emulation I intend to add will help you with a bunch of those flash.display.* classes. I expect that will be on Jan 28th, I am unable to do it before then. On Wed, 22 Jan 2020, 04:52 Yishay Weiss, wrote: > Thanks, I’ll open an

Build failed in Jenkins: royale-compiler-integration-tests #451

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 130.85 KB...] [junit] SEVERE: goog/object/object.js:307: ERROR - This language feature is only

Build failed in Jenkins: TourDeFlexMigration #526

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] rat-check: do not checkt RAT on generated compilations in bin folders [carlosrovira] [asjs] maven-distribution: if we have GOOG_HOME, new maven

Build failed in Jenkins: Royale_ASDoc_Example #527

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] rat-check: do not checkt RAT on generated compilations in bin folders [carlosrovira] [asjs] maven-distribution: if we have GOOG_HOME, new maven

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Alex Harui
You may not want the latest closure library. You probably want one that is compatible with the closure compiler. HTH, -Alex On 1/21/20, 5:20 PM, "Carlos Rovira" wrote: Hi, Josh discover that there was an issue. If we have GOOG_HOME env var the maven distribution worked

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Carlos Rovira
Hi, Josh discover that there was an issue. If we have GOOG_HOME env var the maven distribution worked right, but if you don't have, compilation fails. I have it in my system while developing this. So I just fixed it some minutes ago. One thing: There's no maven artifact for the closure-library

Build failed in Jenkins: royale-compiler-integration-tests #450

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] maven-distribution: if we have GOOG_HOME, new maven distribution does -- [...truncated 131.12

Build failed in Jenkins: TourDeFlexMigration #525

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 124.66 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Build failed in Jenkins: Royale_ASDoc_Example #526

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 41.17 KB...] [java] ^ [java] [java]

Re: royale-asjs XMLNamespaceTest testMinimalDefault failing

2020-01-21 Thread Josh Tynjala
Some more info after additional testing. - The playerVersion variable is 32, as expected. - The value of prefix is an empty string, which seems to be the same as when playerVersion is <= 20. - If I change the code so that permitEmptyString is true, the test passes. So, assuming that if something

royale-asjs XMLNamespaceTest testMinimalDefault failing

2020-01-21 Thread Josh Tynjala
I'm getting the following failure from RoyaleUnit for the XML project, which means that I cannot build the framework with Ant right now. Error: expected true but was false - unexpected prefix value at

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Alex Harui
If we're dreaming of the future possible implementations, one vision is that the route paths are computed from the currentStates of Containers. That might have the least setup required, it would almost be automatic. IOW, Containers have both a label and currentState property. A routing

Build failed in Jenkins: royale-compiler-integration-tests #449

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 129.40 KB...] [junit] SEVERE: goog/object/object.js:307: ERROR - This language feature is only

Build failed in Jenkins: TourDeFlexMigration #524

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 123.27 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Build failed in Jenkins: Royale_ASDoc_Example #525

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 40.54 KB...] [java] ^ [java] [java]

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Harbs
I’ve also been thinking about the router in general, and I came up with an idea on how to do it with beads. It’ll probably take me a few days until I implement the changes… In addition to , I think we can also offer which would allow different routers to be attached to different places in the

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Harbs
FWIW, I’d like to write a version of a router which allows for more declarative syntax for routing to components. Something like this: etc... > On Jan 21, 2020, at 11:20 PM, Harbs wrote: > > To see what I mean about href links, check out this page and click on a link: >

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Harbs
To see what I mean about href links, check out this page and click on a link: http://spectrum-royale/SpectrumBrowser/bin/js-debug/#!link Then use the side panel to navigate to the same pages. > On Jan 21, 2020, at 11:18 PM, Harbs

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Harbs
The problem is the href in the element in the nav. The hash is being changed to “#" after the router redirects. You need to handle routing in one of two ways (and not both). 1. Use setState() 2. Use href links To do #1, you need to remove the href from the elements (or use something else

Build failed in Jenkins: royale-compiler-integration-tests #448

2020-01-21 Thread apacheroyaleci
See Changes: [joshtynjala] MXMLTagData: fix null reference exception when MXML is malformed -- [...truncated 130.56 KB...]

Build failed in Jenkins: TourDeFlexMigration #523

2020-01-21 Thread apacheroyaleci
See Changes: [aharui] get Scroller to behave properly. Its children are specified in a [aharui] get RichEditableText to display text [aharui] text display and editing in

Build failed in Jenkins: Royale_ASDoc_Example #524

2020-01-21 Thread apacheroyaleci
See Changes: [aharui] get Scroller to behave properly. Its children are specified in a [aharui] get RichEditableText to display text [aharui] text display and editing in

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Carlos Rovira
Hi Harbs, this paste is the MainContent.mxml from TDJ with the changes I tried: https://paste.apache.org/ez6aq You can override whole file in your local and try to compile to see results. I'm sure you'll get the right way to work for your code. Thanks Carlos El mar., 21 ene. 2020 a las

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Harbs
Oops. I thought this email went out yesterday… I have very little time today. Can you show me the code you tried? > On Jan 20, 2020, at 8:01 PM, Carlos Rovira wrote: > > Hi Harbs, > > thanks for adding this. I think it will deserve some blog example, since is > something people requested in

Re: Routing (was Re: Spectrum Components)

2020-01-21 Thread Carlos Rovira
Hi Harbs, do you have time to add Router to TDJ? Thanks El lun., 20 ene. 2020 a las 19:01, Carlos Rovira () escribió: > Hi Harbs, > > thanks for adding this. I think it will deserve some blog example, since > is something people requested in social media. > Can you please add it to Tour De

Build failed in Jenkins: royale-compiler-integration-tests #447

2020-01-21 Thread apacheroyaleci
See Changes: [joshtynjala] MethodBodySemanticChecker: detects when attempting to call a -- [...truncated 130.67 KB...]

Build failed in Jenkins: TourDeFlexMigration #522

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] tour-de-jewel: add all assets to the build when compiling with VSCode -- [...truncated 124.49 KB...]

Build failed in Jenkins: Royale_ASDoc_Example #523

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] tour-de-jewel: add all assets to the build when compiling with VSCode -- [...truncated 41.82 KB...]

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Carlos Rovira
Hi Piotr, yes, you're using an old command, maven was extremely simplified thanks to Chris Dutz contribution 1 or 2 months ago. 'generate.swf.swcs' does not exists. Check the instructions I put or go to the updated docs here [1]. I updated that page to have all the latest valid info. I'm planing

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Piotr Zarzycki
Ok it looks like it my fault. I didn't catch up full instruction. Let me try again. wt., 21 sty 2020 o 17:29 Piotr Zarzycki napisał(a): > Hi Carlos, > > When I'm running this [1] on my Mac distribution is not generated. :/ > Whole SDK is being build successfully, but without distribution. I

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Piotr Zarzycki
Hi Carlos, When I'm running this [1] on my Mac distribution is not generated. :/ Whole SDK is being build successfully, but without distribution. I don't have any errors. [1] mvn clean install -DskipTests -Drat.skip=true -Dgenerate.swf.swcs=true

Re: [VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Carlos Rovira
Thanks Josh! That worked! :) El mar., 21 ene. 2020 a las 16:39, Josh Tynjala () escribió: > In asconfig.json, set copySourcePathAssets to true. Then, add > resources/assets to the source-path compiler option. > > -- > Josh Tynjala > Bowler Hat LLC > > > On Tue, Jan 21,

RE: Flexlib Emulation

2020-01-21 Thread Yishay Weiss
Thanks, I’ll open an issue on this so we can collaborate. From: Takeshita Shoichiro Sent: Tuesday, January 21, 2020 11:12 AM To: dev@royale.apache.org Subject: Re: Flexlib Emulation Yishay, There are 56 kinds of flash libraries are

Build failed in Jenkins: royale-compiler-integration-tests #446

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 129.60 KB...] [junit] [junit] Jan 21, 2020 3:50:07 PM

Re: [VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Josh Tynjala
In asconfig.json, set copySourcePathAssets to true. Then, add resources/assets to the source-path compiler option. -- Josh Tynjala Bowler Hat LLC On Tue, Jan 21, 2020 at 6:24 AM Carlos Rovira wrote: > Hi Josh, > > TDJ has in asconfigc.json configured

Build failed in Jenkins: TourDeFlexMigration #521

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 123.23 KB...] [mxmlc] Loading configuration: C:\jenkins\workspace\royale-asjs\frameworks\flex-config.xml [mxmlc]

Build failed in Jenkins: Royale_ASDoc_Example #522

2020-01-21 Thread apacheroyaleci
See Changes: -- [...truncated 40.56 KB...] [java] ^ [java] [java]

[VSCode] Tour De Jewel assets are not copied

2020-01-21 Thread Carlos Rovira
Hi Josh, TDJ has in asconfigc.json configured "copySourcePathAssets": true I was expecting all files in "resources/assets" was copied to js-debug and js-release, but I don't get anything but two files that comes from JewelTheme library. In maven I need to add some maven code to copy it. In

Build failed in Jenkins: royale-compiler-integration-tests #445

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] maven-distribution: fix classpath on jars to make maven distribution -- [...truncated 129.60

Build failed in Jenkins: TourDeFlexMigration #520

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] maven-distribution: fix classpaths on dummy jars. This should be [carlosrovira] maven-distribution: make dummy jars be renamed to "mxmlc.jar" and

Build failed in Jenkins: Royale_ASDoc_Example #521

2020-01-21 Thread apacheroyaleci
See Changes: [carlosrovira] maven-distribution: fix classpaths on dummy jars. This should be [carlosrovira] maven-distribution: make dummy jars be renamed to "mxmlc.jar" and

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Carlos Rovira
Hi Antonis, all this does not affect FB, so don't worry about it. But we hope you try to migrate to some newer IDE in the future! ;) Carlos El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (< antonis.kalodi...@gmail.com>) escribió: > This sounds good news for someone to be involved with

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Carlos Rovira
Hi Piotr, good idea :) This is what we have in the wiki. Notice that you can use maven wrapper (mvnw) if you does not have maven installed locally (it will handle all foro you). This will build all with tests, examples and distribution SDK: #!/bin/bashexport

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Antonis Kalodimos
This sounds good news for someone to be involved with royale. Please i someone of you who know the requirements don't break the royale ability to be used and in the flashbuilder. Even it is old is a standard i think for the old users that are searching where to jump for upgrade their apps Thank

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Piotr Zarzycki
Hi Carlos, Congrats! Could you provide on mailing list command to build framework with distribution, so users could know how to do that. Thanks, Piotr wt., 21 sty 2020 o 12:12 Carlos Rovira napisał(a): > Hi, > > just fixed the maven distribution, and now it creates a valid SDK that can > be

Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Carlos Rovira
Hi, just fixed the maven distribution, and now it creates a valid SDK that can be used with IDEs. I think this is a long awaited fix. So with the new maven distribution the generated SDK allows you to get code intelligence and IDEs can find compilers and use it to get a valid compilation. I

Re: Flexlib Emulation

2020-01-21 Thread Takeshita Shoichiro
Yishay, There are 56 kinds of flash libraries are imported in flexlib. I could guess some of them to be replaced by the Royale libs. If you have other candidates for emulation, appreciate it. flexlibRoyale =