Re: internal types in subclasses

2017-12-19 Thread Alex Harui
Just wondering, what are you trying to "hide"? You could make an interface public but not the class that implements the interface. You would expose the class via some API if you need to. -Alex On 12/18/17, 11:38 AM, "Harbs" wrote: >I can’t think of a way. Hence my question… ;-) > >> On Dec 18

Re: mxmlc - build debug only?

2017-12-19 Thread OmPrakash Muppirala
Yes, that is what I was looking for. Thank you! On Tue, Dec 19, 2017 at 11:05 PM, Alex Harui wrote: > If -debug=true, mxmlc will generate bin/js-debug only. > > Is that what you are asking? > > -Alex > > On 12/19/17, 10:25 PM, "omup...@gmail.com on behalf of OmPrakash > Muppirala" wrote: > > >

Re: mxmlc - build debug only?

2017-12-19 Thread Alex Harui
If -debug=true, mxmlc will generate bin/js-debug only. Is that what you are asking? -Alex On 12/19/17, 10:25 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >Is it possible to run the debug build only, using mxmlc? > >Thanks, >Om

mxmlc - build debug only?

2017-12-19 Thread OmPrakash Muppirala
Is it possible to run the debug build only, using mxmlc? Thanks, Om

Re: Code style guidelines

2017-12-19 Thread Alex Harui
IMO, folks editing AS and Java should set tabs to 4. It would be great if all tools replaced tabs with 4 spaces for AS and Java (and maybe MXML), but I generally consider how hard it would be to follow changes into history if a lot of changes are made to whitespaces or braces before deciding wheth

Re: Code style guidelines

2017-12-19 Thread Piotr Zarzycki
I don't care either about Spaces, Tabs, but I do care about curly brackets and I'm using it exactly same as Harbs describe. I know that in Java more often people tend to started by curly brackets in the same line, not next. Thanks, Piotr 2017-12-19 21:45 GMT+01:00 Harbs : > I think the practice

Re: Code style guidelines

2017-12-19 Thread Harbs
I think the practice for curly braces is that they are on the next line and are only used if there’s more than one line of code. Spaces vs tabs: There’s no consistency on that, and I really don’t care to invest any energy in it. Either four spaces or a tab. All the same to me. Do folks care abo

Re: Code style guidelines

2017-12-19 Thread Olaf Krueger
Erik de Bruin wrote > Since there will now be at least 2 folks working in the compiler projects, > maybe it's time to agree on some code style guidelines?l Doesn't it make sense to basically follow some coding guidelines for all the Royale stuff? Or is the style depending on the particular program

Re: [Royale] Collection work

2017-12-19 Thread Olaf Krueger
Peter, great to read something about these "Collections" and "Hierarchical data" stuff here! Thanks for working on this, have a nice time and enjoy your break! Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: [Try-it-now app] Progress thread

2017-12-19 Thread Piotr Zarzycki
Olaf, Looking forward to your first commit! :) I will review it with pleasure :) Thanks, Piotr 2017-12-19 20:21 GMT+01:00 Olaf Krueger : > >Olaf, that worked! > > Great :-) > > >I'm going to try and add some UI around this. > I am also started to work on this but of course, you are welcome to

Re: [Try-it-now app] Progress thread

2017-12-19 Thread Olaf Krueger
>Olaf, that worked! Great :-) >I'm going to try and add some UI around this. I am also started to work on this but of course, you are welcome to go ahead!! Keep in mind that you maybe have to take care of SOP(Same-Origin-Policy) related issues when you try to call the service from a Royale/HTML

Re: Ant Build Problem

2017-12-19 Thread Alex Harui
OK, try dumping the SWF and see who is referencing IResponder. You can compare to a dump from a SWF on the CI server. It might give us a clue as to why you are getting different results. -Alex On 12/19/17, 10:54 AM, "Erik de Bruin" wrote: >"apache-flex-flexunit-4.2.0-4.12.0-bin.zip" is downlo

Re: Ant Build Problem

2017-12-19 Thread Erik de Bruin
"apache-flex-flexunit-4.2.0-4.12.0-bin.zip" is downloaded and unzipped to the 'royale-asjs/in' directory. I have no other FlexUnit on my system. EdB On Tue, Dec 19, 2017 at 7:47 PM, Alex Harui wrote: > Erik, > > What FlexUnit are you running? My guess is it is different than the one > the re

Re: Ant Build Problem

2017-12-19 Thread Alex Harui
Erik, What FlexUnit are you running? My guess is it is different than the one the rest of are running. -Alex On 12/19/17, 3:15 AM, "Erik de Bruin" wrote: >Some more trace: > >Created dir: >/Users/erik/Documents/git/royale-asjs/frameworks/projects/Basic/src/test/r >oyale/out > [flexunit] Vali

Re: [Try-it-now app] Progress thread

2017-12-19 Thread OmPrakash Muppirala
Olaf, that worked! I'm going to try and add some UI around this. Do you want to simply check this into our apache github repo? Thanks, Om On Dec 18, 2017 1:37 PM, "Olaf Krueger" wrote: > OmPrakash Muppirala wrote > > Can you give an > > example of what the POST payload should look like? > > I

Re: [Royale] Collection work

2017-12-19 Thread Carlos Rovira
Hi Peter, sound very good. That was something needed to work more near of what Flex is. I hope to come back soon to the project this days, and check that, slider and other things done. Have a great break and thanks for the gifts! :) Carlos 2017-12-19 14:09 GMT+01:00 Peter Ent : > The branch is

Re: [Royale] Collection work

2017-12-19 Thread Peter Ent
The branch is pushed. It is not in features because I don't want it building and possibly failing. Its just for looking. I'll dispose of the branch once things are integrated. ‹peter On 12/18/17, 5:31 PM, "Piotr Zarzycki" wrote: >Hi Peter, > >It looks pretty exciting! This new stuff may help wi

Re: Ant Build Problem

2017-12-19 Thread Erik de Bruin
Some more trace: Created dir: /Users/erik/Documents/git/royale-asjs/frameworks/projects/Basic/src/test/royale/out [flexunit] Validating task attributes ... [flexunit] Generating default values ... [flexunit] Using the following settings for the test run: [flexunit] haltonfailure: [false] [fle

Re: Ant Build Problem

2017-12-19 Thread Erik de Bruin
I get an error dialog from the swf being tested, "VerifyError: Error #1014: Class IResponder could not be found.". When I dismiss the dialog, test test times out and the ant build fails. EdB On Tue, Dec 19, 2017 at 11:25 AM, Alex Harui wrote: > What error do you get if you don't apply the wor

Re: Ant Build Problem

2017-12-19 Thread Alex Harui
What error do you get if you don't apply the workaround? -Alex On 12/19/17, 2:02 AM, "Erik de Bruin" wrote: >Just to keep this fresh: > >This is still an issue, and the workaround below is required for me to be >able to run 'ant' on the royale-asjs project... > >EdB > > > >On Thu, Nov 16, 2017

Re: Ant Build Problem

2017-12-19 Thread Erik de Bruin
Just to keep this fresh: This is still an issue, and the workaround below is required for me to be able to run 'ant' on the royale-asjs project... EdB On Thu, Nov 16, 2017 at 8:01 AM, Erik de Bruin wrote: > I did several fresh pulls of the repos yesterday while testing as2wasm and > I can fa

Re: Access to build servers

2017-12-19 Thread Piotr Zarzycki
I have never had to look into the settings from that way. I'm always logging into the Jenkins - links which I have provide you. You have Configuration for each JOB. Since this is Alex's machine it would be better if he provide you access to remote Machine. I think you have for sure login and passwo

Re: Access to build servers

2017-12-19 Thread Erik de Bruin
I guess I am... I want to look at the settings for some of the builds, and I think I need to be logged in to do that, right? EdB On Tue, Dec 19, 2017 at 10:44 AM, Piotr Zarzycki wrote: > Erik, > > You basically wanted to access to the remote machine yes ? That's what you > are asking ? > > Th

Code style guidelines

2017-12-19 Thread Erik de Bruin
Hi, Since there will now be at least 2 folks working in the compiler projects, maybe it's time to agree on some code style guidelines? Do we indent with spaces or tabs; do we use 2 or 4 spaces? Do we put the opening curly on the first line of the block: "if (this == that) {" or do we put it on a

Re: Access to build servers

2017-12-19 Thread Piotr Zarzycki
Erik, You basically wanted to access to the remote machine yes ? That's what you are asking ? Thanks, Piotr 2017-12-19 10:42 GMT+01:00 Erik de Bruin : > I do, but I didn't know where they lived :-) > > Thanks, > > EdB > > > > On Tue, Dec 19, 2017 at 10:04 AM, Piotr Zarzycki < > piotrzarzyck...

Re: Access to build servers

2017-12-19 Thread Erik de Bruin
I do, but I didn't know where they lived :-) Thanks, EdB On Tue, Dec 19, 2017 at 10:04 AM, Piotr Zarzycki wrote: > Hi Erik, > > Are you asking about that [1] ? You don't have access to that severs ? > > [1] http://apacheflexbuild.cloudapp.net:8080/ > [2] http://apacheflexbuild.cloudapp.net:8

Re: Access to build servers

2017-12-19 Thread Piotr Zarzycki
Hi Erik, Are you asking about that [1] ? You don't have access to that severs ? [1] http://apacheflexbuild.cloudapp.net:8080/ [2] http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/ [3] http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs-jsonly/ Thanks, Piotr 2017-12-19 9:23 GMT+01:

Access to build servers

2017-12-19 Thread Erik de Bruin
Hi, Where can I find the build servers (URLs) and how can I access the settings? I'm having great difficulty getting the compiler projects to work in Eclipse, mainly due to a lot of tests (~30%) failing. Alex informed me that all tests are passing on the build servers, so I would like to take a p