Re: Extend component mxml

2024-05-07 Thread Yishay Weiss
container with several sub-components and one of them is a container called "contentScopeFilter" and it will be, within it, where we add the components (if they implement IAssignScopeFilter) -Mensaje original----- De: Yishay Weiss Enviado el: martes, 7 de mayo de 2024 7:43 Para: d

Re: Extend component mxml

2024-05-06 Thread Yishay Weiss
content.contentScopeFilter.addElement(c,dispatchEvent); content.contentScopeFilter.dispatchEvent(new Event("layoutNeeded")); Why are you referencing content.contentScopeFilter instead of this.contentScopeFilter ? From: Maria Jose

Re: New Release?

2024-03-20 Thread Yishay Weiss
I will try to start working on this next week, with Maria's help. The first step will be to get her Azure instance configured for release purposes. From: Yishay Weiss Sent: Tuesday, March 12, 2024 8:07 PM To: dev@royale.apache.org Subject: Re: New Release

Re: New Release?

2024-03-12 Thread Yishay Weiss
to the registry, though. On Tue, Mar 12, 2024 at 9:30 AM Yishay Weiss wrote: > Hi Guys, > > It's been a while since we've done a release. There have been some recent > compiler changes and some minor asjs fixes, which together might warrant > one. Thougths on this? Is anybody planning

New Release?

2024-03-12 Thread Yishay Weiss
Hi Guys, It's been a while since we've done a release. There have been some recent compiler changes and some minor asjs fixes, which together might warrant one. Thougths on this? Is anybody planning any big changes soon? Thanks, Yishay

Re: Jenkins CI

2024-02-26 Thread Yishay Weiss
Ok, got it running. Dashboard [Jenkins] (azure.com)<http://apacheroyale.francecentral.cloudapp.azure.com:8080/> Thanks, Alex, I think you can let your instance go. From: Yishay Weiss Sent: Monday, February 26, 2024 8:42 PM To: dev@royale.apache.org Subje

Re: Jenkins CI

2024-02-26 Thread Yishay Weiss
. I assume you'll be able to recover your Jenkins instance. It sounds like it is still running? Or have folks not needed the daily builds? -Alex On 2/26/24, 10:27 AM, "Yishay Weiss" mailto:yishayj...@hotmail.com>> wrote: EXTERNAL: Use caution when clicking on links or ope

Re: Jenkins CI

2024-02-26 Thread Yishay Weiss
Yes, we had it running at some point. I'm trying to run it again now. Unfortunately, it looks like I've forgotten my password and I'll need to submit an account verification form to recover my password. From: Alex Harui Sent: Monday, February 26, 2024 6:35 PM

Re: Error injecting org.apache.royale.maven.TrustMojo

2024-02-21 Thread Yishay Weiss
Are you using Java 8 by any chance? We have raised minimum version to 11. From: Piotr Zarzycki Sent: Wednesday, February 21, 2024 2:04 PM To: Apache Royale Development Subject: Error injecting org.apache.royale.maven.TrustMojo Hi All, I was trying to build one

asformatter in VSCode - where is the jar?

2024-01-17 Thread Yishay Weiss
Hi Josh (or anyone else who might know), We've noticed my VSCode is formatting with some bugs that have been fixed. When running from the command line the results are good, but when running in VSCode ("editor.formatOnSave": true) they're not. In both cases I'm using the same load-config.xml.

Re: UIBase has mouse events but not keyboard events?

2023-07-13 Thread Yishay Weiss
What needs to be in UIBase is not exact science, but mouse events apply to nearly all controls whereas keyboard events are usually limited to textinputs and such, and even then you don't necessarily need to capture them. So I think there is reason to prefer mouse over keyboard. TextInput in

Re: Adding Royale Compiler to reproducible-central

2023-06-18 Thread Yishay Weiss
-L1053 To make it reproducible, this should either use a fixed date passed in as part of the build, or the generated comment shouldn't include the date at all. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Thu, Jun 15, 2023 at 12:31 AM Yishay Weiss wrote: > Hi, > > There

Adding Royale Compiler to reproducible-central

2023-06-15 Thread Yishay Weiss
Hi, There's been a lot of talk recently on ASF's members channel regarding reproducible builds, which has brought me to this repo [1] which lists known reproducible artifacts. I've opened a ticket [2] requesting our compiler be added and have received a report of some differences in binaries.

[ANNOUNCE] Apache Royale 0.9.10 released

2023-06-05 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.10. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-31 Thread Yishay Weiss
think you just replace the contents of the tourdejewel directory with a new build: https://github.com/apache/royale-website/tree/master/tourdejewel -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, May 31, 2023 at 2:40 AM Yishay Weiss wrote: > I added a blog post to the

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.10 released

2023-05-31 Thread Yishay Weiss
apache.org Subject: Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.10 released Should the documentation link go to the docs page on the website [1], instead of to a GitHub repo? [1] https://royale.apache.org/docs/ On Wed, May 31, 2023 at 3:18 AM Yishay Weiss wrote: > Here's another version with mir

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-31 Thread Yishay Weiss
date website and Tour de Jewel build > maybe. Do you know how to do that ? > > On Sun, 28 May 2023 at 14:31, Yishay Weiss wrote: > > > I think it's a good idea to bump the next version, maybe to 0.9.12. Going > > to 1.0 now does not seem like a good idea to me, because it w

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.10 released

2023-05-31 Thread Yishay Weiss
28, 2023 at 9:52 AM Yishay Weiss wrote: > Thanks, Andrew. Do the links need to reflect the transition from mirrors > somehow? > > From: Andrew Wetmore > Sent: Sunday, May 28, 2023 3:44 PM > To: dev@royale.apache.org > Subject: Re: [DRAFT][AN

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.10 released

2023-05-28 Thread Yishay Weiss
be When downloading from the CDN, please remember to verify the downloads using signatures or MD5 hashes. a On Sun, May 28, 2023 at 9:22 AM Yishay Weiss wrote: > The Apache Royale community is pleased to announce the release of Apache > Royale 0.9.10. > > The Apache Royale project is t

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-28 Thread Yishay Weiss
Subject: Re: [DISCUSS] Release Apache Royale 0.9.10 RC4 My suggestion is next release 1.0.0 finally and forgot about that minor stuff. The other thing let’s have clear explanation in announcement. On Sun, 28 May 2023 at 11:52, Yishay Weiss wrote: > OTOH the release number is incorrect

[DRAFT][ANNOUNCE] Apache Royale 0.9.10 released

2023-05-28 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.10. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-28 Thread Yishay Weiss
firmed that the published npm packages are working correctly for this release. Yay! [1] https://lists.apache.org/thread/zclk7q1lowsv464797xl5wmxr2skj2ww -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sat, May 13, 2023 at 10:37 AM Yishay Weiss wrote: > This is the discussion thread. >

Re: Apache Royale App also on iOS and macOS Stores

2023-05-23 Thread Yishay Weiss
Congrats! From: Hugo Ferreira Sent: Wednesday, May 24, 2023 2:47 AM To: dev@royale.apache.org Subject: Apache Royale App also on iOS and macOS Stores Hi, I tried to publish my Royale App (PWA App) in simultaneos for Apple iOS Store and Apple macOS Store even

Re: NPM Credentials Problem Blocking Release

2023-05-23 Thread Yishay Weiss
in the Jira and see if that gets it going. [1] https://issues.apache.org/jira/browse/INFRA-24625 ____ From: Yishay Weiss Sent: Tuesday, May 23, 2023 7:20 PM To: dev@royale.apache.org Subject: Re: NPM Credentials Problem Blocking Release Thanks, Harbs. We are trying t

Re: NPM Credentials Problem Blocking Release

2023-05-23 Thread Yishay Weiss
npm >> addresses. We have tried with Yishay white list that email but it didn't >> work for some reason. I have raised following issue in INFR [1] >> >> [1] https://issues.apache.org/jira/browse/INFRA-24625 >> >> Thanks, >> Piotr >> >> sob., 2 kwi 2022

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-23 Thread Yishay Weiss
t; > I was meaning to get to this, but have been crazy busy. I will do better > next time. > > > On Tue, May 23, 2023 at 5:23 PM Yishay Weiss wrote: > >> Good point. I had in my head 4 votes at least were necessary, but 3 is >> enough. >> ___

Re: [RESULT] Release Apache Royale 0.9.10

2023-05-22 Thread Yishay Weiss
Total binding votes: 3 +1s Total non-binding votes: 0 Vote passes with THREE +1 votes. Thanks to all those who took the time to review this release. From: Yishay Weiss Sent: Tuesday, May 23, 2023 8:43 AM To: dev@royale.apache.org Subject: [RESULT] Release

[RESULT] Release Apache Royale 0.9.10

2023-05-22 Thread Yishay Weiss
Thanks to all those who took the time to review this release.

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-22 Thread Yishay Weiss
? Is there something which has to be done more ? śr., 17 maj 2023 o 12:16 Yishay Weiss napisał(a): > What java version are you using? Try jdk 17/11/8. > > From: Harbs > Sent: Wednesday, May 17, 2023 12:03 PM > To: dev@royale.apache.org > Sub

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-17 Thread Yishay Weiss
can resume the build with the command [ERROR] mvn -rf :compiler > On May 13, 2023, at 8:36 PM, Yishay Weiss wrote: > > This is the discussion thread.

Re: Select multiple rows in a Jewel DataGrid/VirtualDataGrid

2023-05-16 Thread Yishay Weiss
As far as I know, that does not exist out of the box. In Basic, at least, you do have MultiSelectionList. So I would try playing with the beads of DataGridColumnList to make them more like MultiSelectionList, and then adding the necessary top level component methods, such as "get

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Yishay Weiss
nd I have no problem, it is with this script, and I don't know why. > You can also set ant -v for verbose mode and see if that helps to diagnose > the problem. Ok, I'll give it a try and get back to you with the results. Thx Yishay. Hiedra -Mensaje original- De: Yishay Wei

Re: [DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-16 Thread Yishay Weiss
; D:\Develop_Royale\Projects\Royale-SDK\0.9.10\ApproveRoyale.xml:796: > > >>> The following error occurred while executing this line: > > >>> > > >>> D:\Develop_Royale\Projects\Royale-SDK\0.9.10\ApproveRoyale.xml:809: > > >>> exec > > >>> returned: 1 > > >>> > > >>> Total time: 39 minutes 52 seconds > > >>> >>>>>>> > > >>> > > >>> The error occurs in the Maven compilation task (it's in the > > >>> path, could it be because of the maven version?): > > >>> > > >>> >>>>>>> > > >>> ... > > >>> > > >>> > >>> value="-Poption-with-swf" > > >>> else="-Ddummy=true"> > > >>> > > >>> > > >>> > >>> value="-Pwith-examples,with-distribution,option-with-swf" > > >>> else="-Pwith-examples,with-distribution"> > > >>> > > >>> > > >>> Path is ${env.Path} > > >>> > > >>> -- >>> > >>> inputstring="Yes"> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > >>> inputstring="Yes"> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> ... > > >>> <<<<<<< > > >>> > > >>> I have a question about licenses... Yishay has no anomalies in > > >>> this regard but I have an unapproved license: > > >>> Unapproved licenses: > > >>> > > >>> > > >>> D:/Develop_Royale/Projects/Royale-SDK/0.9.10/apache-royale-0.9.1 > > >>> 0- bi n-js-swf/royale-asjs/js/lib/royaleunit/dom4j-LICENSE.txt > > >>> How can I fix it? > > >>> > > >>> [1] > > >>> https://dist.apache.org/repos/dist/dev/royale/0.9.10/rc4/Approve > > >>> Ro > > >>> ya > > >>> le.xml > > >>> y ejecutando el script: > > >>>ant -e -f ApproveRoyale.xml -Drelease.version=0.9.10 -Drc=4 > > >>> [2] > > >>> https://drive.google.com/file/d/1jCgS51cgtRSSuh11UJUxzdEaburpDdp > > >>> F/ > > >>> vi > > >>> ew?usp=share_link > > >>> > > >>> Hiedra > > >>> > > >>> -Mensaje original- > > >>> De: Yishay Weiss Enviado el: sábado, 13 > > >>> de mayo de 2023 19:36 > > >>> Para: dev@royale.apache.org > > >>> Asunto: [DISCUSS] Release Apache Royale 0.9.10 RC4 > > >>> > > >>> This is the discussion thread. > > >>> > > >> > > >

Re: [VOTE] Release Apache Royale 0.9.10 RC4

2023-05-13 Thread Yishay Weiss
From: Yishay Weiss Sent: Saturday, May 13, 2023 8:35 PM To: dev@royale.apache.org Subject: [VOTE] Release Apache Royale 0.9.10 RC4 Hi, This is the vote for the 0.9.10 release of Apache Royale. The release candidate can be found here; https://dist.apache.org/repos

[DISCUSS] Release Apache Royale 0.9.10 RC4

2023-05-13 Thread Yishay Weiss
This is the discussion thread.

[VOTE] Release Apache Royale 0.9.10 RC4

2023-05-13 Thread Yishay Weiss
. Please put all discussion about this release in the DISCUSSION thread not this VOTE thread. Thanks, Yishay Weiss

Re: Trouble with removeBead

2023-05-13 Thread Yishay Weiss
Hi, Generally removing beads does not remove its functionality. A lot of the functionality (e.g., event listeners being registered) is done upon addition. The IBead interface has 'function set strand' which is called on addition, but not 'function removeFromStrand' to be called on removal,

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-12 Thread Yishay Weiss
TDJ > fine, I don't see errors what are those errors you are talking about in > the previous emails?  > > Hiedra > > -Mensaje original- > De: Yishay Weiss > Enviado el: viernes, 12 de mayo de 2023 10:12 > Para: dev@royale.apache.org > Asunto: Re: [DISC

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-12 Thread Yishay Weiss
e errors you are talking about in the previous emails?  Hiedra -Mensaje original- De: Yishay Weiss Enviado el: viernes, 12 de mayo de 2023 10:12 Para: dev@royale.apache.org Asunto: Re: [DISCUSS] Release Apache Royale 0.9.10 RC3 Has the sass file changed? If not, I expect the defaults.

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-12 Thread Yishay Weiss
at.skip=true Hiedra -Mensaje original----- De: Yishay Weiss Enviado el: jueves, 11 de mayo de 2023 17:21 Para: dev@royale.apache.org Asunto: Re: [DISCUSS] Release Apache Royale 0.9.10 RC3 >The Approval script finishes successfully for me after reverting the changes >in TDJ build. Loca

[CANCEL] [VOTE] Release Apache Royale 0.9.10 RC3

2023-05-11 Thread Yishay Weiss
We need to fix regression in TDJ build so Approval script can finish.

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-11 Thread Yishay Weiss
>The Approval script finishes successfully for me after reverting the changes >in TDJ build. Locally, I'm waiting for Maria to make the commits, perhaps with other necessary changes. From: Yishay Weiss Sent: Thursday, May 11, 2023 6:19 PM T

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-11 Thread Yishay Weiss
The Approval script finishes successfully for me after reverting the changes in TDJ build. From: Yishay Weiss Sent: Thursday, May 11, 2023 3:48 PM To: dev@royale.apache.org Subject: Re: [DISCUSS] Release Apache Royale 0.9.10 RC3 Hi Maria, After trying to fix

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-11 Thread Yishay Weiss
the other hand, I have seen that the compilation of the Jewel Themes are not being done, there are errors, I will look at it this afternoon to see if I can fix it. I do it in the develop branch right? Hiedra -----Mensaje original- De: Yishay Weiss Enviado el: jueves, 11 de mayo de 2023 10:29 Para: dev@

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-11 Thread Yishay Weiss
the build continues (failing at the same TourDeJewel example as when I answer "y" instead). -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, May 10, 2023 at 11:48 AM Yishay Weiss wrote: > The reason I thought it was not a blocker was because I assumed the > a

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-11 Thread Yishay Weiss
. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Wed, May 10, 2023 at 11:48 AM Yishay Weiss > wrote: > >> The reason I thought it was not a blocker was because I assumed the ant >> script for TDJ

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-10 Thread Yishay Weiss
it, though. That's just a guess. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, May 10, 2023 at 3:09 AM Yishay Weiss wrote: > Looks like TDJ ant build is still failing... I don't think it's a blocker. > > From: Piotr Zarzycki > Sent:

Re: [DISCUSS] Release Apache Royale 0.9.10 RC2

2023-05-10 Thread Yishay Weiss
(Project.java:1364) > at > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at org.apache.tools.ant.Project.executeTargets(Project.java:1254) > at org.apache.tools.ant.Main.runBuild(Main.java:830) > at org.apac

Re: [DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-10 Thread Yishay Weiss
:21 Yishay Weiss napisał(a): > This is the discussion thread. > -- Piotr Zarzycki

Re: [DISCUSS] Release Apache Royale 0.9.10 RC2

2023-05-09 Thread Yishay Weiss
istema no puede encontrar el archivo especificado at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.(ProcessImpl.java:444) at java.lang.ProcessImpl.start(ProcessImpl.java:140) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 36 more Hiedra

Re: [DISCUSS] Release Apache Royale 0.9.10 RC2

2023-05-09 Thread Yishay Weiss
, launch.json and tasks.json in TourDeJewel\.vscode then it run fine Could you tell me what issue do you have with TDJ ? Le 2023-05-07 08:24, Yishay Weiss a écrit : > Thanks Josh. Sounds like another RC is in order for that fix and for > updating the README. Can someone confirm tour-de

[DISCUSS] Release Apache Royale 0.9.10 RC3

2023-05-09 Thread Yishay Weiss
This is the discussion thread.

[VOTE] Release Apache Royale 0.9.10 RC3

2023-05-09 Thread Yishay Weiss
. Please put all discussion about this release in the DISCUSSION thread not this VOTE thread. Thanks, Yishay Weiss

[CANCEL] [VOTE] Release Apache Royale 0.9.10 RC2

2023-05-09 Thread Yishay Weiss
Need to fix npm post-install script, broken links, missing release notes, and regression in HTML tag.

Re: [DISCUSS] Release Apache Royale 0.9.10 RC2

2023-05-07 Thread Yishay Weiss
circumstances. As I said, it's now fixed on royale-asjs develop. For the second issue, we can update our npm install instructions on the website to include --foreground-scripts. It's not ideal, but we can come up with a better solution later. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev>

Re: Mac M2 performance

2023-05-07 Thread Yishay Weiss
That's a good approach. We have default settings to build all the libraries, but most of the time I would guess over half of them are not used. Can you share your build scripts? From: Hugo Ferreira Sent: Saturday, May 6, 2023 11:22 AM To: dev@royale.apache.org

Re: 0.9.10 Release

2023-05-05 Thread Yishay Weiss
@royale.apache.org Subject: Re: 0.9.10 Release I had some issues getting FunctionalTests to pass due to timing issues. It might not work reliably on all machines. You can probably [Ignore] the problematic one(s). Which ones fail? > On May 4, 2023, at 11:24 PM, Yishay Weiss wrote: > > The encoding is

[DISCUSS] Release Apache Royale 0.9.10 RC2

2023-05-05 Thread Yishay Weiss
This is the discuss thread.

[VOTE] Release Apache Royale 0.9.10 RC2

2023-05-05 Thread Yishay Weiss
. Please put all discussion about this release in the DISCUSSION thread not this VOTE thread. Thanks, Yishay Weiss

Re: 0.9.10 Release

2023-05-04 Thread Yishay Weiss
, Time elapsed: 0.492 sec From: Yishay Weiss Sent: Monday, May 1, 2023 10:28 AM To: dev@royale.apache.org Subject: Re: 0.9.10 Release Update on current status: Thanks to Josh's fixes to compiler and typedefs we have reproducible binary artifacts in maven build

Re: 0.9.10 Release

2023-05-01 Thread Yishay Weiss
to figure out where this encoding happens, I suspect it's a zip task issue too. From: Yishay Weiss Sent: Thursday, April 27, 2023 3:25 PM To: dev@royale.apache.org Subject: Re: 0.9.10 Release Thanks, that worked. From: Josh Tynjala

Re: 0.9.10 Release

2023-04-27 Thread Yishay Weiss
than the other. We were skipping the cache for other .js externs downloads already, so I updated them all to skip the cache. Hopefully, this will be the last difference. Give it another try! -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Thu, Apr 20, 2023 at 12:17 AM Yishay

Re: 0.9.10 Release

2023-04-20 Thread Yishay Weiss
/js/libs directories are a binary match when I compare the Maven distribution as built on macOS vs built on Windows. You need to make sure to pull the latest develop branch for both royale-compiler and royale-asjs. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, Apr 16, 20

Re: [royale-asjs] branch develop updated: 0.9.11-SNAPSHOT was missed in a few places

2023-04-18 Thread Yishay Weiss
Looking more closely, I can see most of the changes were done from 0.9.9 to 0.9.11 which means those were missed in the last build. I'll use that as a reference for enhancing update.versions From: Yishay Weiss Sent: Tuesday, April 18, 2023 1:41 PM To: comm

Re: [royale-asjs] branch develop updated: 0.9.11-SNAPSHOT was missed in a few places

2023-04-18 Thread Yishay Weiss
Missed snapshot transforms are generally done in releasecandiate.xml -> update.versions . That target may need some enhancement so I'll keep an eye after I've run it. I've reverted this for now. Thanks. From: joshtynj...@apache.org Sent: Monday, February 6, 2023

Re: 0.9.10 Release

2023-04-16 Thread Yishay Weiss
> wrote: >>> >>>> Yes, it's on by default. >>>> >>>> I guess that there must be some other reason why the builds don't match >>>> up. I just happened to notice this, in particular, was different between >>>> the Ant build and the Maven build. >

Re: Add support for "CSS Container Queries" in royale-compiler

2023-04-16 Thread Yishay Weiss
Hi Maria, When you say wrapper, do you mean a library in as-js? And by "adding to compiler" do you mean adding type-defs? If so, I vote +1 for both, but can you please wait for 0.9.11 ? I am finally planning to release 0.9.10 this week, or the next (need to check if Josh figured out the issues

Re: 0.9.10 Release

2023-04-02 Thread Yishay Weiss
would fail. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Feb 22, 2023 at 10:38 AM Yishay Weiss wrote: > FYI I am put this on hold about 2 weeks ago after failing to debug a > binary reproducibility issue in as-js repo. > > @Harbs<mailto:harbs.li...@gm

Re: 0.9.10 Release

2023-03-29 Thread Yishay Weiss
binary comparison would fail. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Feb 22, 2023 at 10:38 AM Yishay Weiss wrote: > FYI I am put this on hold about 2 weeks ago after failing to debug a > binary reproducibility issue in as-js repo. > > @Harbs<mailto:harbs.

Re: 0.9.10 Release

2023-02-22 Thread Yishay Weiss
023 10:08 PM To: dev@royale.apache.org Subject: Re: 0.9.10 Release Oops! I meant NO further changes. Sorry about that. You're good to go on my end. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Jan 17, 2023 at 11:32 AM Yishay Weiss wrote: > Thanks for the update, let

playerglobal in maven repo?

2023-01-31 Thread Yishay Weiss
Compiler release is failing [1] due to playerglobal not being found in maven repo. I checked and I can’t find com.adobe.flash there [2] any ideas? [1] Royale_Release_Step_002 #9 Console [Jenkins]

RE: [royale-asjs] branch develop updated: Start updating release notes for 0.9.10

2023-01-23 Thread Yishay Weiss
by this push: new b669131e1d Start updating release notes for 0.9.10 b669131e1d is described below commit b669131e1dffce7077efe3358d5330280650cca7 Author: Yishay Weiss AuthorDate: Mon Jan 23 21:17:27 2023 +0200 Start updating release notes for 0.9.10 --- RELEASE_NOTES.md | 6 ++ 1 fil

Re: 0.9.10 Release

2023-01-17 Thread Yishay Weiss
notes with my changes. I have further changes planned before the release. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Mon, Jan 16, 2023 at 12:40 AM Yishay Weiss wrote: > Hi Guys, > > We’re starting a new release soon. As it’s been a while and I expect some > issues

0.9.10 Release

2023-01-16 Thread Yishay Weiss
Hi Guys, We’re starting a new release soon. As it’s been a while and I expect some issues I have agreed with Harbs to do this release. 0.9.11 should be easier if we don’t wait too long, so the goal is for a different volunteer to do the next one. If anybody wants to commit changes they are

RE: Right click bead for context menu

2023-01-07 Thread Yishay Weiss
Nice. Did you consider separating the display from the bead? For example, Could go under and then Could go under various elements. From: Hugo Ferreira Sent: Sunday, January 8, 2023 1:00 AM To: dev@royale.apache.org

RE: MXtests Are Failing

2023-01-05 Thread Yishay Weiss
691d6 please let me know so we can discuss. For now, mxtests are passing again. Thanks. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, January 5, 2023 9:07 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: MXtests Are Failing

RE: MXtests Are Failing

2023-01-04 Thread Yishay Weiss
under which conditions this flag should be raised. Is it for compiling Flex code (e.g. for an API report), or is it supposed to be raised for MXRoyale code as well? From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, December 22, 2022 9:26 AM To: dev@royale.apache.org<m

RE: Happy New Year team. 2023

2023-01-01 Thread Yishay Weiss
Happy new year! From: Maria Jose Esteve Sent: Sunday, January 1, 2023 2:37 PM To: us...@royale.apache.org; dev@royale.apache.org Subject: Happy New Year team. 2023 Happy New Year team. Let's make 2023 the

MXtests Are Failing

2022-12-21 Thread Yishay Weiss
You can see it in CI build [1], and locally by running ant mxtests in royale-asjs root folder. Line 43 of the flash log [2] shows a stack trace with the following error: Error #1069: Property http://www.adobe.com/2006/flex/mx/internal::setupBindings not found on mx.controls.beads.TitleBarView

RE: Drag multiple files from outside of the browser

2022-12-13 Thread Yishay Weiss
Not that I am aware… From: Hugo Ferreira Sent: Wednesday, December 7, 2022 1:52 AM To: Apache Royale Development Subject: Drag multiple files from outside of the browser Hi, Just as the subject said, is there already an out-of-the-box

RE: Alternative for browseForOpenMultiple

2022-12-12 Thread Yishay Weiss
I had a look at Royale’s mx FileReference emulation to remember the implementation. Doesn’t look like there’s an option for multi select. I think it would require adding a bead that extends org.apache.royale.file.beads.FileBrowser and adds the multiple attribute to the delegate which is an

RE: Compiler not buiding in Ant, any ideas?

2022-12-05 Thread Yishay Weiss
lation so if either of these files is more up2data raw.as.tokenizer.uptodate should be true. [1] Uptodate Task (apache.org)<https://ant.apache.org/manual/Tasks/uptodate.html> From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Tuesday, December 6, 2022 8:23 AM To: dev@royale.

RE: Compiler not buiding in Ant, any ideas?

2022-12-05 Thread Yishay Weiss
the repo would require the .lex files to be processed, similarly to a clean build. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, Dec 4, 2022 at 3:21 AM Yishay Weiss wrote: > Not sure what was happening there, but cloning from repo and running ant > scripts does see

RE: Compiler not buiding in Ant, any ideas?

2022-12-04 Thread Yishay Weiss
Not sure what was happening there, but cloning from repo and running ant scripts does seem to work. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, December 4, 2022 11:20 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Compiler not buiding in An

Compiler not buiding in Ant, any ideas?

2022-12-04 Thread Yishay Weiss
tests: [junit] Running as.ASAbstractClassTests [junit] looking for C:\dev\full_royale_sdk\royale-compiler\env.properties [junit] environment property - FLEX_HOME = C:\MoonshineSDKs\Flex_SDK\Flex_4.16.1_AIR_32.0 [junit] environment property - PLAYERGLOBAL_HOME = C:\dev\player

RE: Using Java 11 for Royale jobs on ci-builds.apache.org

2022-11-29 Thread Yishay Weiss
Thanks for handling that. The Jenkins instance I created is running JDK 17 for that reason. From: Josh Tynjala Sent: Tuesday, November 29, 2022 11:56 PM To: Apache Royale Development Subject: Using Java 11 for Royale jobs on

RE: New CI Update

2022-11-16 Thread Yishay Weiss
]. (Simply letting service interact with desktop does not work unfortunately.) [1] https://stackoverflow.com/questions/9618774/jenkins-selenium-gui-tests-are-not-visible-on-windows From: Josh Tynjala<mailto:joshtynj...@bowlerhat.dev> Sent: Tuesday, November 15, 2022 6:32 PM To: Yishay

New CI Update

2022-11-15 Thread Yishay Weiss
Hi, I have imported most of the settings from Alex’s CI instance. People can look at current state in http://apacheroyale.francecentral.cloudapp.azure.com:8080 Or play around with it using RDP. The credentials are same as Alex’s CI. Currently I’m trying to figure out a royale-asjs failure [1]

RE: Debug mode

2022-11-11 Thread Yishay Weiss
I think you can use compiler.define [1] [1] Compiler Options (apache.github.io) From: Hugo Ferreira Sent: Saturday, November 12, 2022 1:31 AM To: dev@royale.apache.org

Welcome Hugo Ferreira to Apache Royale's PMC

2022-10-27 Thread Yishay Weiss
Hi All, It is with great pleasure that I announce that the Apache Royale PMC members have voted in Hugo Ferreira to the PMC. Please join us in welcoming him. This is in recognition of Hugo’s great work in helping out with Apache Royale's Jewel component set, among other things. Regards,

Re: Jenkins (was Re: Introducing asformat)

2022-10-22 Thread Yishay Weiss
Thanks for the update. Get Outlook for Android<https://aka.ms/AAb9ysg> From: Alex Harui Sent: Saturday, October 22, 2022 5:05:53 AM To: Yishay Weiss ; dev@royale.apache.org ; Maria Jose Esteve Subject: Re: Jenkins (was Re: Introducing asformat) I

RE: Jenkins (was Re: Introducing asformat)

2022-10-21 Thread Yishay Weiss
ctober 21, 2022 9:36 AM To: Yishay Weiss<mailto:yishayj...@hotmail.com>; dev@royale.apache.org<mailto:dev@royale.apache.org>; Maria Jose Esteve<mailto:mjest...@iest.com> Subject: Jenkins (was Re: Introducing asformat) I was wondering when someone would notice that Jenkins CI was

RE: Introducing asformat

2022-10-19 Thread Yishay Weiss
kkot. Harbs > On Sep 28, 2022, at 9:16 PM, Yishay Weiss wrote: > > It’s great to see this progress. I expect to see as-linter replacing > SonarQube in our current project. Do you think it would be hard to integrate > it with GitHub actions? > > The –watch option is already bei

RE: Introducing asformat

2022-10-19 Thread Yishay Weiss
ishay, if you teach me I can be your backup for the releases. Hiedra -Mensaje original- De: Yishay Weiss Enviado el: miércoles, 28 de septiembre de 2022 20:16 Para: dev@royale.apache.org Asunto: RE: Introducing asformat It's great to see this progress. I expect to see as-linter rep

RE: Introducing asformat

2022-09-28 Thread Yishay Weiss
Sounds like a plan From: Harbs<mailto:harbs.li...@gmail.com> Sent: Wednesday, September 28, 2022 9:21 PM To: Apache Royale Development<mailto:dev@royale.apache.org> Subject: Re: Introducing asformat Yishay, I can work on it with you after Sukkot. Harbs > On Sep 28, 2022, at

RE: Introducing asformat

2022-09-28 Thread Yishay Weiss
It’s great to see this progress. I expect to see as-linter replacing SonarQube in our current project. Do you think it would be hard to integrate it with GitHub actions? The –watch option is already being used and is a big productivity boost. I expect I’ll make use of asformat at some point as

RE: Error compiling SDK with latest MX modifications

2022-08-28 Thread Yishay Weiss
o: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Error compiling SDK with latest MX modifications I don't understand why the CI Server compilation didn't give error... I'm curious... I'm going to check the changes. Hiedra -Mensaje original- De: Yishay Weiss Enviado el:

RE: Error compiling SDK with latest MX modifications

2022-08-28 Thread Yishay Weiss
I see the problem, let me try to fix it. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, August 28, 2022 10:20 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Error compiling SDK with latest MX modifications Can you share the log? From

RE: Error compiling SDK with latest MX modifications

2022-08-28 Thread Yishay Weiss
Can you share the log? From: Maria Jose Esteve Sent: Saturday, August 27, 2022 8:56 PM To: dev@royale.apache.org Subject: Error compiling SDK with latest MX modifications Error compiling SDK with latest MX modifications, can you compile

RE: Deploy new Royale static site as-is?

2022-07-18 Thread Yishay Weiss
+1 From: Josh Tynjala Sent: Tuesday, July 19, 2022 12:55 AM To: Apache Royale Development Subject: Deploy new Royale static site as-is? Hi all, I just created a new 11ty branch in the apache/royale-website repo, and I added the

  1   2   3   4   5   6   7   8   9   10   >