Re: test email

2020-10-21 Thread Andrew Wetmore
The email worked! On Wed, Oct 21, 2020 at 6:22 PM praveen captenarul wrote: > > -- Andrew Wetmore http://cottage14.blogspot.com/

test email

2020-10-21 Thread praveen captenarul

Re: ANT vs Maven

2020-10-21 Thread Hugo Ferreira
Nice. It's one place with many presentations for newcomers. Carlos Rovira escreveu no dia quarta, 21/10/2020 à(s) 16:33: > Hi, > > I added to presentations here: > https://apache.github.io/royale-docs/presentations/presentations.html > There's also another one from Chris for the ApacheCon 2017

Re: Clarify the different component sets

2020-10-21 Thread Andrew Wetmore
More than that, I think each directory should have a README file that explains the goal or intended use of that component set. On Wed, Oct 21, 2020 at 10:46 AM Andrew Wetmore wrote: > I think we should list the component sets that are not complete in a > separate list below the mention of Basic

Re: ANT vs Maven

2020-10-21 Thread Carlos Rovira
Hi, I added to presentations here: https://apache.github.io/royale-docs/presentations/presentations.html There's also another one from Chris for the ApacheCon 2017 in that page ;) - Building FlexJS applications with Maven - Christofer Dutz, codecentric AG

Re: Clarify the different component sets

2020-10-21 Thread Andrew Wetmore
I think we should list the component sets that are not complete in a separate list below the mention of Basic and Jewel...and MDL? I can get to that later today. Andrew On Wed, Oct 21, 2020 at 5:57 AM Hugo Ferreira wrote: > Thank you again. > It is all clear for me now :) > > Carlos Rovira

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
Chris, If you can add such profile it would be helpful not only for Yishay. To understand it fully: 1) I'm building distribution for whole Royale 2) Thanks to your profile I can build 1 module and artifacts will install into distribution folder Am I understand it right ? Thanks, Piotr śr.,

Re: ANT vs Maven

2020-10-21 Thread Hugo Ferreira
Hi Christofer, This is very helpful. Thank you very much. Christofer Dutz escreveu no dia quarta, 21/10/2020 à(s) 11:09: > Hi Hugo, > > if you are interested in learning: > https://vimeo.com/167857327 > > I did a recording of one of my Maven Trainings which was adjusted > explicitly for the

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
Carlos, What contains the distribution folder ? Thanks, Piotr śr., 21 paź 2020 o 12:09 Carlos Rovira napisał(a): > Hi Piotr, > > something strange is happening. Don't think it is a problem of win vs mac. > Are you doing exactly as I do? > >- cd distribution > - mvn clean install > >

Re: ANT vs Maven

2020-10-21 Thread Christofer Dutz
Hi Hugo, if you are interested in learning: https://vimeo.com/167857327 I did a recording of one of my Maven Trainings which was adjusted explicitly for the Flex project (There was no Royale project then) ;-) Chris Am 21.10.20, 11:31 schrieb "Hugo Ferreira" : Thank you all. I

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Carlos Rovira
Hi Piotr, something strange is happening. Don't think it is a problem of win vs mac. Are you doing exactly as I do? - cd distribution - mvn clean install -DdistributionTargetFolder=/Users//Dev/Royale/Sdks/apache-royale-maven thanks El mié., 21 oct. 2020 a las 10:56, Piotr

Re: ANT vs Maven

2020-10-21 Thread Carlos Rovira
Yeah, I think SVN vs Git although different systems and purposes captures the essence. In SVN you can do the same as in GIT, but GIT gives you much more and you really can work on branches which is very very difficult in SVN and for that reason all the industry is working with GIT these days. El

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Christofer Dutz
Hi Piotr, IntelliJ seems to be picking up the changes almost instantly ... But as I said, we could add a profile to automatically also install artifacts to the distribution, if that helps reduce the build time on Windows (dam ... gonna be interesting how my build times will change once I

Re: ANT vs Maven

2020-10-21 Thread Hugo Ferreira
Thank you all. I have known ANT for years but never used Maven before, just know that it's a build tool to do a similar job as ANT. It worked well the first time on my machine because as you said, I have everything in its place but for a server build or a new machine or just something that would

Re: Clarify the different component sets

2020-10-21 Thread Hugo Ferreira
Thank you again. It is all clear for me now :) Carlos Rovira escreveu no dia quarta, 21/10/2020 à(s) 09:54: > I think Express was a good idea some years ago, but was not developed, so > maybe the problem is that it didn't go so far, but maybe others want to > develop that one. > In the other

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
On Windows it takes around 20-30 minutes ;) śr., 21 paź 2020 o 10:55 Carlos Rovira napisał(a): > yeah just 1 minute 20 secs > > El mié., 21 oct. 2020 a las 10:52, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > > > Carlos, > > > > It's one minute and 20 seconds ? > > > > śr., 21 paź

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Carlos Rovira
yeah just 1 minute 20 secs El mié., 21 oct. 2020 a las 10:52, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Carlos, > > It's one minute and 20 seconds ? > > śr., 21 paź 2020 o 10:50 Carlos Rovira > napisał(a): > > > Hi Piotr and Chris, > > > > we can add something to add directly to

Re: Clarify the different component sets

2020-10-21 Thread Carlos Rovira
I think Express was a good idea some years ago, but was not developed, so maybe the problem is that it didn't go so far, but maybe others want to develop that one. In the other hand we have other UI sets that was just experiments like CreateJS or Flat, I think those could be removed or something

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
Carlos, It's one minute and 20 seconds ? śr., 21 paź 2020 o 10:50 Carlos Rovira napisał(a): > Hi Piotr and Chris, > > we can add something to add directly to distribution as Chris says but > sincerely I think the time it take to build all distribution is very very > fast. Just did while

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
Hi Chris, What I mean is If I change Button in Basic module - I build by ANT it - I have swc - When user point in IDE folder with Royale sources that changes in Button will be seen in code completion. If I do the same with Maven - I won't see those changes, unless I do full rebuild with

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Carlos Rovira
Hi Piotr and Chris, we can add something to add directly to distribution as Chris says but sincerely I think the time it take to build all distribution is very very fast. Just did while writing this, and 1'20" seems to me very good :) [*INFO*]

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Christofer Dutz
Hi Piotr, do you mean that if you build a single module that only this module is updated in the distribution? Cause if you use maven in your IDE actually just doing a "mvn install" should be all you need. We could probably add a profile to automatically install a copy of the resources in the

Re: ANT vs Maven

2020-10-21 Thread Carlos Rovira
In an example I think it can be better to understand. If you go to this project I did some weeks ago: https://github.com/codeoscopic/avant2-website You should be able to do "mvn install" in the library and then in the project without anything more in your machine. Since Maven will download

Re: ANT vs Maven

2020-10-21 Thread Christofer Dutz
Hi Hugo, being possibly one of the biggest Maven advocats here, I think I could respond to this. You are right, you can get the job of building a Royale application done with both tools. Having been working as an IT consultant for about 16 years now and having come across a lot of companies,

Re: ANT vs Maven

2020-10-21 Thread Piotr Zarzycki
My personal feelings of course. :) Ant is also good, but it all depends how scripts are written, I know that I have no idea what is inside scripts after a week, with Maven when I get back to scripts after months I know what is happening - this is the advantage of having some specific structure.

Re: ANT vs Maven

2020-10-21 Thread Carlos Rovira
Hi Hugo, both are ways to build but Maven does much more. What do you get using Maven over ANT? Sure others with more knowledge can give more points, but these are the ones I think are the best. You get your dependencies managed. The libraries that you use to build your project are known

Re: ANT vs Maven

2020-10-21 Thread Piotr Zarzycki
Hi Hugo, Usually it is, but I have found Maven less problematic over the years and with new project much more easy to setup. If someone checkout your project with Maven pom file - he doesn't need Royale SDK at all, cause everything will be downloaded on the first build. Plus Maven scripts are

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
Carlos, I'm skipping rat stuff on my own responsibility and I know how it may end up. :) Problem with Maven way is that in this specific case which Yishay experience there is no way workaround it. In ANT you can build one module and have it seen immediately in IDE - with Maven you have to build

Re: Clarify the different component sets

2020-10-21 Thread Hugo Ferreira
I may be wrong but: Express appears before Jewel ? Seems natural to me to pick up Express if I want to started and we would not have any other option but this is not the case today and with Jewel that evolved a lot, seems that Express end up alone. However if for some reason, someone want to

Re: Clarify the different component sets

2020-10-21 Thread Carlos Rovira
Hope Andrew can add the missing description with a better explanation and wording than me thanks El mié., 21 oct. 2020 a las 10:05, Hugo Ferreira () escribió: > Hi, > > Thank you Carlos. > In fact in saw the referenced page and asked because was missing this 2 > options as you said. > > Carlos

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Carlos Rovira
Hi Yishay, Piotr to complement, If you have a VSCode window with MXRoyale openned you can build in the VSCode terminal: ( first a warning: -Drat.skip=true -> doing this will not check rat, and if you add a class without license will break the build so better don't use it -Dgenerate.swf.swcs=true

Re: FocusEvent and Jewel TextInput

2020-10-21 Thread Hugo Ferreira
Hi, Thank you all very much. Today later I will test it. Carlos Rovira escreveu no dia quarta, 21/10/2020 à(s) 08:48: > Hi, > > just to give a bit more of background and complement. Until now we were > using the DispatchInputFinishedBead basic bead. It worked well, but I think > the new one

ANT vs Maven

2020-10-21 Thread Hugo Ferreira
Hi, For test fix and possibility new features, I apply the code in Royale source code and build with ANT but Royale also support build with Maven. I never use Maven before, so, what is the advantage in Royale to build with ANT or Maven. I searched a lot and seems to be only a metter of personal

Re: Clarify the different component sets

2020-10-21 Thread Hugo Ferreira
Hi, Thank you Carlos. In fact in saw the referenced page and asked because was missing this 2 options as you said. Carlos Rovira escreveu no dia quarta, 21/10/2020 à(s) 08:56: > Hi > > we need to update that page since it doesn't give info about the sets Hugo > is asking for: > > - HTML and

Re: Clarify the different component sets

2020-10-21 Thread Carlos Rovira
Hi we need to update that page since it doesn't give info about the sets Hugo is asking for: - HTML and HTML5: Are the components that use Basic underneath but provide basic HTML(or HTML5) component tags. For example, if you want div, header, section, button tags from HTML you must use this.

Re: FocusEvent and Jewel TextInput

2020-10-21 Thread Carlos Rovira
Hi, just to give a bit more of background and complement. Until now we were using the DispatchInputFinishedBead basic bead. It worked well, but I think the new one from Greg is a much better approach since it is more near to what we had on Flex and provides both the focus in and out. El mié.,

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
I think smart IDE like Intellij is able to recognize changes using Maven script, but VSCode or Moonshine definitely not. śr., 21 paź 2020 o 08:04 Piotr Zarzycki napisał(a): > Well if you wanted to have code completion etc - you have to do that > again, but in general you are using Maven (to try

Re: Using Mvn Build as SDK Home

2020-10-21 Thread Piotr Zarzycki
Well if you wanted to have code completion etc - you have to do that again, but in general you are using Maven (to try your Royale code) and do distribution build once in a while. When I add property in Button - I usually don't care whether I see it immediately in code completion - I'm checking