RE: [royale-asjs] branch label_fix created (now 1b6170c)

2019-08-01 Thread Yishay Weiss
>Do I understand correctly that the commented code which I removed was never >meant to be fully >implemented and we can add functionality as we go? I meant the code in SkinnableTextBase.text I didn’t remove it, just not relying on it.

Potentially Breaking Changes in FileModel and FileProxy

2019-07-21 Thread Yishay Weiss
Hi, FileModel.blob now returns an Object rather than a BinaryData. FileModel.blob is now read-only. Use FileModel.fileContent to set the blob. FileProxy now requires a model to be added to it explicitly, as in I am also considering to rename IFileModel.blob to IFileModel.data. The rationale

RE: How DateAndTimeFormatter work ?

2019-07-18 Thread Yishay Weiss
Hi Piotr, Maybe this example [1] helps. It was experimental so I suggest you take a look and decide whether it can be used for your purposes, refined, or removed. To the best of my knowledge it’s not used in our app. [1] https://github.com/yishayw/Examples/tree/DateField

Website - create Showcase section

2019-07-24 Thread Yishay Weiss
Hi, Is it time to have a production showcase section? We have Harbs [1] and Justin [2] in production. Hopefully Carlos, Alina, Andrew, et al join them soon. Tour de Flex and documentation app can also be made to be showcase worthy, although perhaps in a different section. What do you all

RE: Website - create Showcase section

2019-07-24 Thread Yishay Weiss
that wants to be listed in our site to sell services and consultancy around Apache Royale. thanks El mié., 24 jul. 2019 a las 8:17, Yishay Weiss () escribió: > Hi, > > Is it time to have a production showcase section? > > We have Harbs [1] and Justin [2] in production. Hopefull

RE: Crux Branch

2019-07-17 Thread Yishay Weiss
Hi Carlos, >So for me is something to market with the rest of Royale (strand, beads, >jewel,...) that we decided together to separate from the marketing of Flex. It’s true we wanted a separated identity, but as I recall we always had In mind to engage the Flex user base. I think it’s important

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
Another option is to specify the renderer class as an mxml att [1]. ItemRenderers are not beads, so adding them to the beads list has no effect (it should actually cause an RTE). [1]

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
he combo box. It might be that we can set the itemRenderer property of the list object as it's created by the combo box's view object, but this feels a little hacky and it would be nicer if we could accomplish this just via MXML or CSS.. cheers -Original Message- From: Yishay Weiss S

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
Actually, have you tried something like this in your css? ComboBoxList { IItemRenderer: ClassReference("com.ccc.myRenderer"); } From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, July 22, 2019 8:08 PM Subject: RE: ComboBox list-item renderer Oh, it looks like

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
Note that the overridden css is of ComboBoxList, which is by default the list created in runtime, not ComboBox, which is the button that creates the list. From: Yishay Weiss Sent: Monday, July 22, 2019 8:13:31 PM To: dev@royale.apache.org Subject: RE

RE: Setting up Royale on Windows

2019-09-26 Thread Yishay Weiss
Yes, they’re in the compiler readme. I don’t have them set and build the compiler regularly. From: Alex Harui Sent: Thursday, September 26, 2019 9:14:50 PM To: dev@royale.apache.org Subject: Re: Setting up Royale on Windows I believe they are only necessary

RE: RoyaleUnit [BeforeClass], [AfterClass], Reflection

2019-09-22 Thread Yishay Weiss
>Is that metadata supposed to go on static methods? All examples I’ve seen use static methods. I’m not sure why.

RoyaleUnit [BeforeClass], [AfterClass], Reflection

2019-09-22 Thread Yishay Weiss
Those are not working for me. I think the problem is that metadata is that only non-static methods are iterated when figuring out the meta-data. But then I run into a different problem, which is how to invoke a static method with reflection. Any ideas?

Re: Compiler Performance (was Re: Problem with Vectors)

2019-06-30 Thread Yishay Weiss
On Sun, Jun 30, 2019, 1:35 AM Yishay Weiss wrote: > On my windows/powershell env there’s a significant improvement (~34 > seconds instead of ~42) when building our app with verbose switched off. > I’m getting a ‘GC overhead limit exceeded’ [1] error though quite often > which brings it

RE: Build failed in Jenkins: royale-asjs_MXTests #74

2019-10-31 Thread Yishay Weiss
/step_timeout ? From: Yishay Weiss Sent: Thursday, October 31, 2019 8:25:37 PM To: dev@royale.apache.org Subject: RE: Build failed in Jenkins: royale-asjs_MXTests #74 This is weird. All the tests pass on my local machine. From

RE: Build failed in Jenkins: royale-asjs_MXTests #74

2019-10-31 Thread Yishay Weiss
This is weird. All the tests pass on my local machine. From: apacheroyal...@gmail.com Sent: Thursday, October 31, 2019 12:58:23 PM To: dev@royale.apache.org Subject: Build failed in Jenkins: royale-asjs_MXTests #74 See

RE: [royale-asjs] branch develop updated: color-piker-example: add license headers to avoid broken build

2019-11-10 Thread Yishay Weiss
Thanks, Carlos. From: carlosrov...@apache.org Sent: Sunday, November 10, 2019 6:02:35 PM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated: color-piker-example: add license headers to avoid broken build This is an automated email from

RE: Component Conflicts redux

2019-12-15 Thread Yishay Weiss
Yes, adding -theme=src/main.css seems to get rid of the offending css. Thanks. From: Alex Harui Sent: Monday, December 16, 2019 1:55 AM To: dev@royale.apache.org Subject: Re: Component Conflicts redux The CSS referenced appears to be

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-27 Thread Yishay Weiss
were broken by having ListItemRenderer as a child of Basic DataGroup/DataGridListArea/DataGridColumnList. I created UIComponent-based DataGridListArea/DataGridColumnList and had to make more abstractions in the Basic DataGridViews. And then the flashgraphics bug showed up as well. -Alex

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-27 Thread Yishay Weiss
Sometimes works sometimes I get this message, so not sure what’s going on. Anyway, when the tests do run they don’t fail. From: Yishay Weiss Sent: Sunday, October 27, 2019 3:19:20 PM To: dev@royale.apache.org Subject: RE: [royale-asjs] branch develop updated

RE: Emulation of labelFunction in ADG

2019-10-22 Thread Yishay Weiss
In my opinion it’s easier and more elegant to add the missing functionality in a bead (e.g. DataItemRendererFactoryForICollectionViewAdvancedDataGridData ) rather than reproduce Flex’s class hierarchy. The only reason to do the latter would be to make code that depends on a particular class

UIComponent.setVisible() versus UIComponet.visible

2019-10-24 Thread Yishay Weiss
I noticed the implementations were different. .visible changes style.visibility while .setVisible() changes style.display. This can cause inconsistencies if different client call different methods. This happens in ViewStack for instance.

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Yishay Weiss
Thanks for fixing this. Can you explain the problems you saw and how you fixed them? From: aha...@apache.org Sent: Wednesday, October 23, 2019 10:11:05 PM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated: get MXTests to pass again.

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Yishay Weiss
DataGridColumnList and had to make more abstractions in the Basic DataGridViews. And then the flashgraphics bug showed up as well. -Alex On 10/24/19, 4:36 AM, "Yishay Weiss" wrote: Thanks for fixing this. Can you explain the problems you

RE: migrating from flex

2019-10-29 Thread Yishay Weiss
>How can I export this project to HTML and JS files? >In your documentation on the website you say: add "+configname=flex" to >the compiler option, can I have an example? Where should I add this line? >Maybe this information is useful: this is not a FlexJS project, but an >ActionScript project

RE: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Yishay Weiss
Welcome, Greg. Well deserved. From: Serkan Taş Sent: Tuesday, October 29, 2019 12:17:34 PM To: dev@royale.apache.org ; us...@royale.apache.org Subject: Re: Welcome Greg Dove to Apache Royale's PMC Congrats. Greg, Good luck ! Serkan 29.10.2019 11:05

RE: IDataGridView in Basic instead of Core

2019-11-25 Thread Yishay Weiss
It appears to me like a question of how much energy we want to invest in abstractions. If we can make a good abstraction that is likely to be used in most component sets, then it should belong in Core. But I’m not sure if that’s the case for Basic’s IDataGridView. From: Carlos

RE: Build failed in Jenkins: royale-asjs_jsonly #223

2019-11-19 Thread Yishay Weiss
Fixed, thanks. From: Piotr Zarzycki Sent: Tuesday, November 19, 2019 4:22:01 PM To: dev@royale.apache.org Subject: Re: Build failed in Jenkins: royale-asjs_jsonly #223 Hey Yishay, Please look into that. wt., 19 lis 2019 o 13:29 napisał(a): > See < >

FW: VSCode as3mxml extension issues

2019-11-11 Thread Yishay Weiss
From: Idylog - Nicolas Granon Sent: Monday, November 11, 2019 11:28:42 PM To: yishayj...@hotmail.com Subject: VSCode as3mxml extension issues Hi, We are a small software development shop. We have been using FlashBuilder for years and would like to move

Re: Royale user languages

2019-12-20 Thread Yishay Weiss
I think you’ll find it easier to look at an existing survey [1]. If you’re looking for a ‘right to left’ language I can help you with Hebrew or Arabic. But from a plain usage perspective it looks like Russian and Spanish are next in line. [1]

RE: [MAVEN-BUILD] Royale-asjs - Build # 2405 - Still Failing

2019-12-20 Thread Yishay Weiss
Harbs, I think this is related to your recent changes in EventConverter. Take a look at the EventConverter branch for my fix, and feel free to merge at will. Thanks. From: Piotr Zarzycki Sent: Friday, December 20, 2019 1:56 PM To:

Smart Selectors for Beads

2019-12-23 Thread Yishay Weiss
I need to add a bead to all Table objects in our application, but not to Table objects contained within another specific css class. So in our css I’ve defined j|Table { IBeadView: ClassReference("classes.beads.GridLikeTableView"); } But now I find that tables in a calendar are also affected,

More Typedefs and Licenses

2020-02-13 Thread Yishay Weiss
Does this [1] mean we include CKEditoer [2] in royale-typedefs ? [1] https://www.apache.org/licenses/GPL-compatibility.html [2] https://ckeditor.com/docs/ckeditor4/latest/guide/dev_license.html

RE: More Typedefs and Licenses

2020-02-13 Thread Yishay Weiss
: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, February 13, 2020 2:22 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: More Typedefs and Licenses Does this [1] mean we include CKEditoer [2] in royale-typedefs ? [1] https://www.apache.org/

RE: Embed in Royale

2020-02-26 Thread Yishay Weiss
oyale is a simple URL reference: (once you have placed the relevant image in the *icons* folder). [1] https://apache.github.io/royale-docs/migrate-an-existing-app/flex-equivalents On Wed, Feb 26, 2020 at 9:18 AM Yishay Weiss wrote: > Does Embed work in Royale? > > I’m working on a POC to

RE: Flexlib Emulation

2020-01-21 Thread Yishay Weiss
nitionByName; ? flash.utils.getQualifiedClassName; ? flash.utils.getTimer; org.apache.royale.utils.getTimer; flash.utils.Timer; org.apache.royale.utils.Timer flash.xml.XMLNode; ? On Tue, Jan 21, 2020 at 3:25 AM Yishay Weiss wrote: > That would be helpful. Thanks. > > From

RE: [royale-asjs] branch develop updated: Only contorllers truly intersted in multiselection will dipatch a multiselection event.

2020-01-28 Thread Yishay Weiss
If guess I figured most of the beads (and item renderers) were fine for my use-case so I might as well just use them as they are. We were not in immediate needs of anchors, for example. I realize directly instantiating a bead breaks IoC so I might have been following an example, but I don’t see

RE: YFiles, EPL, Apache

2020-02-04 Thread Yishay Weiss
vaScript, so an AST (different from the one that we generate from MXML/AS) can be created from Closure-compatible JavaScript. It may be possible/better to work from the Closure AST in this case. HTH, -Alex On 2/3/20, 6:57 PM, "Yishay Weiss" wrote: Yes, they

RE: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, February 3, 2020 2:57 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Cc: sebastian.muel...@yworks.com<mailto:sebastian.muel...@yworks.com> Subject: RE: YFiles, EPL, Apache As promised, here is the summ

Re: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
ok like. Maybe we can quickly write a tool to generate the typedefs. -Alex On 2/3/20, 5:07 AM, "Yishay Weiss" wrote: Sebastian, on the subject of derivative work on public repos, you might want to contact the author of this [1] externs file. He has a long list of externs files [

RE: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
using "classic" TypeScript/JavaScript and wrapping the resulting component up in a small Royale component with a tiny API surface is the superios and more efficient approach. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, January 12, 2020 11:37 PM To: dev@royale.apache.

Re: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
edefs. -Alex On 2/3/20, 5:07 AM, "Yishay Weiss" wrote: Sebastian, on the subject of derivative work on public repos, you might want to contact the author of this [1] externs file. He has a long list of externs files [2] that were derived from around 3 years ago from

RE: [royale-asjs] branch develop updated: ToolTipRemovalWhenItemRemoved: new bead to abstract best practice showcased in #697

2020-01-28 Thread Yishay Weiss
Thanks for adding this. Since this behavior could be desirable in all component sets I’d like to suggest the following: 1. Move it to Basic 2. Create an interface ITooltipBead which includes removeTip() 3. Have all tooltip beads implement it 4. Use strand.getBeadByType(ITooltipBead)

RE: YFiles, EPL, Apache

2020-02-05 Thread Yishay Weiss
line 22's JSDoc and see if the warning goes away and the Map class is generated. If you write a tool, it could just for a.b.c.x being defined before a.b.c. HTH, -Alex On 2/4/20, 7:18 AM, "Yishay Weiss" wrote: The interfaces seem to be generated ok, but not classes. I’m getting

Testing Again

2020-02-05 Thread Yishay Weiss

Re: YFiles, EPL, Apache

2020-02-05 Thread Yishay Weiss
tility that flips the order of APIs in the JS file to see if the result would be a valid Google Closure Externs file. But he is right that being able to consume d.ts files would be much more general purpose. -Alex On 2/5/20, 12:06 AM, "Yishay Weiss" wrote: You’re right about yfile

RE: List of existing emulations?

2020-01-09 Thread Yishay Weiss
The list in issue #136 is mostly implemented because it’s being used in Alina’s app. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, January 9, 2020 3:41 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: List of existing emulations? Y

RE: List of existing emulations?

2020-01-09 Thread Yishay Weiss
To my knowledge, the best approximation of this would be here https://github.com/apache/royale-asjs/issues/136 From: Andrew Wetmore Sent: Thursday, January 9, 2020 3:03 PM To: dev@royale.apache.org Subject: List of existing emulations?

RE: List of existing emulations?

2020-01-09 Thread Yishay Weiss
s.as Thanks, Piotr czw., 9 sty 2020 o 14:27 Andrew Wetmore napisał(a): > Ooo! Excellent. > > On Thu, Jan 9, 2020 at 9:19 AM Yishay Weiss > wrote: > > > To my knowledge, the best approximation of this would be here > > > > https://github.com/apache/royale-asj

RE: YFiles, EPL, Apache

2020-01-12 Thread Yishay Weiss
are done, it will be more difficult to do. El dom., 12 ene. 2020 a las 16:30, Yishay Weiss () escribió: > > Hi, > > Before I start making inquiries in legal I wonder if anyone here can give > me some guidance. > > I want to create typedefs for yFiles [1], using an externs [2] file

RE: Including Royale in Apache's trademarks list

2020-01-19 Thread Yishay Weiss
Sounds promising. Can’t wait to read it. From: Andrew Wetmore Sent: Sunday, January 19, 2020 3:52:23 PM To: dev@royale.apache.org Subject: Re: Including Royale in Apache's trademarks list I am visiting kids and grandkids in Toronto and so work patterns are a

RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

2020-01-20 Thread Yishay Weiss
Oh, I see that you used it. Ignore my last comment. From: Yishay Weiss Sent: Monday, January 20, 2020 11:04:29 AM To: dev@royale.apache.org ; comm...@royale.apache.org Subject: RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

2020-01-20 Thread Yishay Weiss
This was supposed to be covered in royale-asjs\frameworks\projects\Basic\src\main\royale\org\apache\royale\html\beads\controllers\ColorSpectrumMouseController.as From: aha...@apache.org Sent: Monday, January 20, 2020 10:47 AM To:

RE: "has" vs "is": sharing code, swapping out subsystems, and more...

2020-01-16 Thread Yishay Weiss
We do use [1] hasOwnProperty(). What went wrong? Maybe this needs to be in a different thread though, because the original thread is more about a getBeadByType() search. [1]

RE: ms.messaging.Consumer

2020-01-20 Thread Yishay Weiss
of the RemoteObject/AMF changes that was pending at that time. So I think is safe to work with. In case something is not working, you should contact Greg since he knows that part very well. El lun., 20 ene. 2020 a las 18:38, Yishay Weiss () escribió: > Hi, > > We are evaluating some cli

ms.messaging.Consumer

2020-01-20 Thread Yishay Weiss
Hi, We are evaluating some client needs and have run across code using mx.messaging.Consumer. Has anyone got this working? Are there examples? Thanks.

RE: Flexlib Emulation

2020-01-20 Thread Yishay Weiss
Hi Taskeshita, How is this progressing? We might find this useful very soon. Maybe we can work on this together. Thanks, Yisay From: Takeshita Shoichiro Sent: Thursday, January 9, 2020 7:43 PM To: dev@royale.apache.org Subject: Flexlib

RE: Flexlib Emulation

2020-01-20 Thread Yishay Weiss
or emulation for other areas. I will find time today. Will share my progress with you for working together. 2020年1月21日(火) 3:13 Yishay Weiss : > > Hi Taskeshita, > > How is this progressing? We might find this useful very soon. Maybe we can > work on this together. > > Th

YFiles, EPL, Apache

2020-01-12 Thread Yishay Weiss
Hi, Before I start making inquiries in legal I wonder if anyone here can give me some guidance. I want to create typedefs for yFiles [1], using an externs [2] file that’s under an EPL [3]. Should that be a problem? This issue [4] makes me extra cautious. Thanks. [1]

RE: API Report Failure

2019-12-31 Thread Yishay Weiss
assets from framework.swc he could try commenting out those embeds for now. HTH, -Alex On 12/30/19, 11:18 PM, "Yishay Weiss" wrote: Hi, We are trying to help Rahul generate an API report. He’s getting the following error: Error: Duplicate class definition: fr

API Report Failure

2019-12-30 Thread Yishay Weiss
Hi, We are trying to help Rahul generate an API report. He’s getting the following error: Error: Duplicate class definition: framework_swc|Assets_swf$4a14e2edbe288a1ccaf2e67ed40cd5a8564688293. Any ideas? Thanks.

RE: API Report Failure

2020-01-01 Thread Yishay Weiss
ing assets from framework.swc he could try commenting out those embeds for now. HTH, -Alex On 12/30/19, 11:18 PM, "Yishay Weiss" wrote: Hi, We are trying to help Rahul generate an API report. He’s getting the following error: Error: Duplicate class definition:

RE: Smart Selectors for Beads

2019-12-24 Thread Yishay Weiss
On 12/23/19, 7:22 AM, "Yishay Weiss" wrote: I need to add a bead to all Table objects in our application, but not to Table objects contained within another specific css class. So in our css I’ve defined j|Table { IBeadView: ClassReference("classes.beads.Gr

RE: Smart Selectors for Beads

2019-12-24 Thread Yishay Weiss
; descendant selectors. Cuz it is 'Simple' > > -Alex > > On 12/23/19, 7:22 AM, "Yishay Weiss" wrote: > > I need to add a bead to all Table objects in our application, but not > to Table objects contained within another specific css class. So in o

RE: Issue with ElementWrapper and HTMLElementWrapper

2019-12-25 Thread Yishay Weiss
It’s looking ok to me. Piotr, do you still see issues? From: Piotr Zarzycki Sent: Tuesday, December 24, 2019 2:10:13 PM To: dev@royale.apache.org Subject: Re: Issue with ElementWrapper and HTMLElementWrapper Hi Guys, I have just used all changes which has been

Re: About Jewel Table component

2020-01-04 Thread Yishay Weiss
We've been using it as a grid replacement. We'll probably switch to grid now that you've got that working. From: Carlos Rovira Sent: Friday, January 3, 2020 5:50:24 PM To: dev@royale.apache.org Subject: About Jewel Table component Hi, one of the things for 1.0

RE: About Jewel Table component

2020-01-05 Thread Yishay Weiss
d the API ok? (I refer to "selectedItem"/"selectedItemProperty"), I'm thinking to left it as is. Maybe DataGrid could be ok for some cases, but Table has some other advantages too. thanks El dom., 5 ene. 2020 a las 7:52, Yishay Weiss () escribió: > We've been using it as

RE: Trying to load external SVG with sag:Image

2020-03-12 Thread Yishay Weiss
svg|Image { vertical-align: top; IBeadModel: ClassReference("org.apache.royale.html.beads.models.ImageModel"); IBeadView: ClassReference("org.apache.royale.svg.beads.ImageView"); } This is what I have under

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-14 Thread Yishay Weiss
Good idea. Pretty sure it won’t break anything in our apps. From: Alex Harui Sent: Saturday, March 14, 2020 7:12 AM To: dev@royale.apache.org Subject: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules Hi, I am

RE: Reflection Question

2020-03-15 Thread Yishay Weiss
protected. HTH, -Alex On 3/15/20, 12:50 AM, "Yishay Weiss" wrote: I have Flex code: _value = this[_formatter].format(dtTest); where _formatter == “_dateFormat” In the same class, I have private var _dateFormat:DateFormatter; which is populated In Flex this[

RE: Layouts: Changing widthChanged/heightChanged/sizeChanged event rules

2020-03-16 Thread Yishay Weiss
I won’t have time to investigate it today. Rolling back to d3e27d65344ad27912000e1e3205b96243d8828e fixes it. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, March 16, 2020 10:09 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Layou

RE: Royale Releases

2020-04-08 Thread Yishay Weiss
>sounds good :) Hi Carlos, This sounds like a good plan to me too. Alex and I will do our best to get 0.9.7 out in April. Harbs will be in charge of releasing 0.9.8 in May, and you will be in charge of releasing 0.9.9 in June. Are we still in agreement on that? Thanks, Yishay From: Carlos

RE: Royale Compiler Build Tools Release Step 002 Succeeded

2020-04-13 Thread Yishay Weiss
ke any sense there) Chris Am 13.04.20, 12:46 schrieb "Yishay Weiss" : >2. Validate that the compiled artifacts match the downloaded artifacts. What does this mean? Looks to me like the jars are different [1]. I’ll see if I understand why. [1] C:\temp1>git diff C:\temp1\arti

[RESULT] Release Apache Royale Compiler Build Tools 1.2.0

2020-04-15 Thread Yishay Weiss
that automates the common > > steps to validate a release. Instead of individually downloading the > > package and signature files, unzipping, etc, you can instead: > > 1) create an empty folder, > > 2) download into that folder this file: > > > > > https://dist.apache.org/repos/dist/dev/royale/compiler-build-tools/1.2.0/rc3/ApproveBuildTools.xml > > 3) run the script: > >ant -e -f ApproveBuildTools.xml -Drelease.version=1.2.0 -Drc=3 > > > > You are not required to use this script, and more testing of the packages > > and build results are always encouraged. > > > > Please put all discussion about this release in the DISCUSSION thread not > > this VOTE thread. > > > > Thanks, > > Yishay Weiss >

RE: Problems to create AS3 externs when JS library returns some kind of object

2020-04-15 Thread Yishay Weiss
You can just return null. I think the best thing for you to do is to go to one of the typedefs, build, and look at the generated sources. For example cd …\royale-typedefs cd google_maps ant; cd target\generated-sources Explore the .as classes there. Hope this helps. From: Carlos

RE: [DISCUSS] Discuss Release Apache Royale 1.2.0

2020-04-15 Thread Yishay Weiss
t; > > > And change it to this: > > > > > > > > I think that most people will be fine, but I just wanted to mention it. > > > > -- > > Josh Tynjala > > Bowler Hat LLC <https://bowlerhat.dev> > > > > > > On Mon, Apr 13, 2020 at 1:33 PM wrote: > > > > > This is the discussion thread. > > > > > > Thanks, > > > Yishay Weiss > > > > > -- > Carlos Rovira > http://about.me/carlosrovira >

RE: [DISCUSS] Discuss Release Apache Royale 1.2.0

2020-04-15 Thread Yishay Weiss
hours or until a result can be called. The vote passes if there is: - At least 3 +1 votes from the PMC - More positive votes than negative votes" So this seems ok, right? Thanks Carlos El mié., 15 abr. 2020 a las 10:47, Yishay Weiss () escribió: > Hi C

RE: [royale-asjs] branch develop updated: jewel-scrollToIndex: remove isolated function

2020-04-17 Thread Yishay Weiss
d > > El vie., 17 abr. 2020 a las 14:44, Yishay Weiss () > escribió: > >> Is Jewel building for you? Even after that change it fails for me. >> >> >> From: Carlos Rovira >> Sent: Friday, April 17, 2020 3:34:21 PM >>

RE: [royale-compiler] branch develop updated: fix build

2020-04-17 Thread Yishay Weiss
Thanks. Doesn’t it make more sense to recursively exclude *.md files, something like **/*.md ? From: aha...@apache.org Sent: Friday, April 17, 2020 7:14 PM To: comm...@royale.apache.org Subject: [royale-compiler] branch develop

RE: [royale-asjs] branch develop updated: jewel-scrollToIndex: remove isolated function

2020-04-17 Thread Yishay Weiss
function Hi Yishay, just committed, sorry, I was not repairing on that file since is a new one and I had several others new sorry for the confusion now all should work ok Thanks El vie., 17 abr. 2020 a las 19:05, Yishay Weiss () escribió: > I’m getting > > [java] > C:\dev\flexj

RE: [royale-asjs] branch develop updated: jewel-scrollToIndex: remove isolated function

2020-04-17 Thread Yishay Weiss
Oops, looks like I need to rebuild Core. Ignore this. From: Yishay Weiss Sent: Friday, April 17, 2020 8:05:06 PM To: dev@royale.apache.org Subject: RE: [royale-asjs] branch develop updated: jewel-scrollToIndex: remove isolated function I’m getting [java

RE: Prioritize Release Jobs on CI

2020-04-16 Thread Yishay Weiss
-84d8fba8103e From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Wednesday, April 15, 2020 5:09 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: Prioritize Release Jobs on CI I’d like to try and install an ssh server. Can anyone think of a reason not to do that

RE: How to build users project using ANT to JS only

2020-04-07 Thread Yishay Weiss
sers project using ANT to JS only Got it! :) Moonshine sets ROYALE_COMPILER_HOME as well. It looks like it shouldn't ? wt., 7 kwi 2020 o 18:49 Yishay Weiss napisał(a): > Bumping this. I’m wondering if Moonshine accidentally injects that file > which may cause these kinds of bugs. The sc

RE: How to build users project using ANT to JS only

2020-04-07 Thread Yishay Weiss
Bumping this. I’m wondering if Moonshine accidentally injects that file which may cause these kinds of bugs. The script should verify your ROYALE_COMPILER_HOME env var by checking for ROYALE_COMPILER_HOME\lib\jsc.jar. It probably should not be there in your case. From: Yishay Weiss

RE: Royale_Compiler_Build_Tools_Release_Step_004 - Build # 13 - Still Failing!

2020-04-13 Thread Yishay Weiss
Actually, this was the message that I saw: Folder 1.2.0 already exists. Continue to next step. From: Alex Harui Sent: Monday, April 13, 2020 9:49:37 PM To: dev@royale.apache.org ; dev@royale.apache.org Subject: Re:

RE: Royale Compiler Build Tools Release Step 003 Succeeded

2020-04-13 Thread Yishay Weiss
004 is failing because you missed the last instruction in 002's email. -Alex On 4/13/20, 12:08 PM, "Yishay Weiss" wrote: Looks like the email wasn’t sent correctly, which is why I got the ‘folder already exists’ message instead. From: apacheroyal...@gmail.com<mailt

Staging Folder Number

2020-04-13 Thread Yishay Weiss
I couldn’t figure it out using these instructions [1]. How do I look for the folder name? [1] The number of the staging folder in https://repository.apache.org. The folder name will be something like orgapacheroyale-1234. Only enter the 1234.

RE: Add Key to Royale Key Server

2020-04-13 Thread Yishay Weiss
tml#gnupg > [3] https://infra.apache.org/release-signing.html#keyserver-upload > > I don't think there is a keyserver there. I think you use the commands in > the header mentioned in [1] and manually copy your public key into that > file. I think that's what they mean by "append

RE: Add Key to Royale Key Server

2020-04-13 Thread Yishay Weiss
> Please run a diff before committing to make sure nothing else got changed. I guess what I was missing was how to commit files to dist.a.o On 4/13/20, 10:26 AM, "Yishay Weiss" wrote: Hi Andrew, It’s not clear to me from our docs [1] what the equivalent of –keyserver is

RE: Royale Compiler Build Tools Release Step 003 Succeeded

2020-04-13 Thread Yishay Weiss
Looks like the email wasn’t sent correctly, which is why I got the ‘folder already exists’ message instead. From: apacheroyal...@gmail.com Sent: Saturday, April 11, 2020 8:36 AM To: dev@royale.apache.org Subject: Royale Compiler

RE: Royale Compiler Build Tools Release Step 001 Succeeded

2020-04-12 Thread Yishay Weiss
Pardon the silly question but how do I login tp the server and open a command prompt? From: apacheroyal...@gmail.com Sent: Sunday, April 12, 2020 12:45 PM To: dev@royale.apache.org Subject: Royale Compiler Build Tools Release Step

RE: Royale Compiler Build Tools Release Step 001 Succeeded

2020-04-12 Thread Yishay Weiss
ucceeded Oh, thank you! I was too shy to ask that. On Sun, Apr 12, 2020 at 7:21 AM Yishay Weiss wrote: > Pardon the silly question but how do I login tp the server and open a > command prompt? > > From: apacheroyal...@gmail.com<mailto:apacheroyal...@gmail.com> > Sent: Sunday,

Prioritize Release Jobs on CI

2020-04-12 Thread Yishay Weiss
One thing that bothers me with the CI is that if there are jobs already running or in the queue, it might take a long time to see the results of a release step. I’d like to be able to tell Jenkins to prioritize the release steps and reschedule all running or waiting jobs, which is what this

RE: Royale Compiler Build Tools Release Step 001 Succeeded

2020-04-12 Thread Yishay Weiss
change commit. Otherwise the release will be 1.2.1. Can you revert and start over? Let me know if you need help with the revert. -Alex On 4/12/20, 5:19 AM, "Yishay Weiss" wrote: I used remote dektop. PMC members should see the correct access info now. From: Andr

RE: Prioritize Release Jobs on CI

2020-04-12 Thread Yishay Weiss
I agree with that. It would be nice to have instant feedback, but the issue is more with waiting on the non-release jobs. From: Alex Harui Sent: Sunday, April 12, 2020 9:45 PM To: dev@royale.apache.org Subject: Re: Prioritize Release

Maven Plugin Problems

2020-04-20 Thread Yishay Weiss
I’m having trouble building royale-asjs with mvn, both on my machine and on Jenkins. On my machine [1] it looks like royale-maven-plugin:0.9.7 can’t be found. When was it supposed to be created and stored? On Jenkins [2] I’m getting 1. [exec] [ERROR] Failed to execute goal

RE: Maven Plugin Problems

2020-04-20 Thread Yishay Weiss
From: Yishay Weiss Sent: Monday, April 20, 2020 7:23:10 PM To: dev@royale.apache.org Subject: Maven Plugin Problems I’m having trouble building royale-asjs with mvn, both on my machine and on Jenkins. On my machine [1] it looks like royale-maven-plugin

RE: Maven Plugin Problems

2020-04-21 Thread Yishay Weiss
run a "mvn install" on it. Chris Am 20.04.20, 19:17 schrieb "Yishay Weiss" : I’m having trouble building royale-asjs with mvn, both on my machine and on Jenkins. On my machine [1] it looks like royale-maven-plugin:0.9.7 can’t be found. When was it supposed to be create

RE: How did you folks get past step 007?

2020-04-21 Thread Yishay Weiss
This is premature in my opinion. We are still working on it, and have not announced a release. From: Christofer Dutz Sent: Tuesday, April 21, 2020 9:10 AM To: dev@royale.apache.org Subject: Re: How did you folks get past step 007?

RE: Prioritize Release Jobs on CI

2020-04-21 Thread Yishay Weiss
> Thanks, >> > >> >>> > Om >> > >> >>> > >> > >> >>> > >> > >> >>> > On Sat, Apr 18, 2020, 12:28 AM Alex

<    1   2   3   4   5   6   7   8   9   10   >