Jenkins build is back to normal : royale-typedefs #758

2018-10-02 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs #1416

2018-10-02 Thread apacheroyaleci
See -- [...truncated 2.33 MB...] [mxmlc] Dependencies calculated for 'ExitWhenDone' [mxmlc] Dependencies calculated for 'RoyaleContext' [mxmlc]

Build failed in Jenkins: royale-typedefs #757

2018-10-02 Thread apacheroyaleci
See Changes: [carlosrovira] Revert "when pass first ant and then maven rat-plugin complain about -- Started by an SCM change Building on master

Build failed in Jenkins: royale-asjs_jsonly #1663

2018-10-02 Thread apacheroyaleci
aleci.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/frameworks/mxml-manifest.xml> [delete] Deleting: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/frameworks/spark-manifest.xml> [delete] Deleting: <http://apacheroyaleci.westus2.cloudapp.azure.com:8

Re: [royale-asjs] 03/04: get more Jewel components to show up without crasing on SWF side

2018-10-02 Thread Alex Harui
Hi Carlos, So the defaults.css is a generated file that is under source control? I would think only our source would be under source control. And then this also means we cannot just run the Ant build in frameworks/projects/Jewel to see changes? That's probably going to be confusing to others

Re: [royale-compiler] 01/03: fix bracket access of XML/XMLList

2018-10-02 Thread Alex Harui
Add a test case to the test suite, propose the fix or ask for help on it. -Alex On 10/2/18, 1:03 AM, "Harbs" wrote: I don’t know the reason for this change, but this broke bracket access in XMLList. myList[myList.length()] = xml should be output unchanged. It’s now

Re: Royale AMF not working on SWF side

2018-10-02 Thread Carlos Rovira
ok Alex, I'm fine with it. I'll for it as I have time El mar., 2 oct. 2018 a las 18:20, Alex Harui () escribió: > Hi Carlos, > > It is fine to have two different examples. I don't really care what they > are called. Please make sure the Jewel version does not output SWF so it > is clear there

Build failed in Jenkins: royale-asjs #1415

2018-10-02 Thread apacheroyaleci
fest.xml> [delete] Deleting: <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/ws/ide/flashbuilder/flashbuilder-config.xml> create-description: [echo] build.number is 20181002 js-output-royale-description: swf-js-output-royale-description: create-config: p

Re: [royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.4-rc1 updated (0774539 -> be658de)

2018-10-02 Thread Alex Harui
Hi Carlos, I haven't tried any GUI tools for Git. I'm sure SourceTree is generally fine, but many of the GUIs are caching information. So maybe with all of the reverts that have been happening trying to create a release branch that SourceTree is getting confused. I think Om may have created

Re: Royale AMF not working on SWF side

2018-10-02 Thread Alex Harui
Hi Carlos, It is fine to have two different examples. I don't really care what they are called. Please make sure the Jewel version does not output SWF so it is clear there are no expectations that the SWF version will work correctly. Unless you or other volunteers have the time to get Jewel

Re: [royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.4-rc1 updated (0774539 -> be658de)

2018-10-02 Thread Carlos Rovira
Ok Alex, although I use to restart periodically about 1 time per day...maybe this time was more time up...don't remember. thanks El mar., 2 oct. 2018 a las 18:16, Alex Harui () escribió: > Hi Carlos, > > I haven't tried any GUI tools for Git. I'm sure SourceTree is generally > fine, but many of

NextGenAS tutorials on Royale website

2018-10-02 Thread Carlos Rovira
Hi, I contacted today Josh Tynjala, looking for the NodeJS tutorial he did that I could not find. It seems he refactored his site and change domain and the tutorials aren't not available I asked Josh to republish those tutorials on royale website with the revision to update from FlexJS to Royale.

Re: NextGenAS tutorials on Royale website

2018-10-02 Thread Andrew Wetmore
This will be a great addition. Thanks, Josh! On Tue, Oct 2, 2018 at 2:06 PM Carlos Rovira wrote: > Hi, > > I contacted today Josh Tynjala, looking for the NodeJS tutorial he did that > I could not find. > It seems he refactored his site and change domain and the tutorials aren't > not available

Jenkins build is back to normal : royale-asjs_jsonly #1664

2018-10-02 Thread apacheroyaleci
See

Re: [royale-asjs] 03/04: get more Jewel components to show up without crasing on SWF side

2018-10-02 Thread Carlos Rovira
Hi Alex, when we first discussed about using SASS, the agreement was to have the .css generated source to avoid the need to set up an SASS under ANT. Right now maven is the only one that compiles the SASS into CSS. we could remove .css if someone puts SASS compiler running. As you already see for

Re: [royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.4-rc1 updated (0774539 -> be658de)

2018-10-02 Thread Alex Harui
I would expect once a day is fine, except maybe when there is lots of reverting going on trying to create a release branch. -Alex On 10/2/18, 9:40 AM, "Carlos Rovira" wrote: Ok Alex, although I use to restart periodically about 1 time per day...maybe this time was more time

Build failed in Jenkins: royale-asjs_jsonly #1665

2018-10-02 Thread apacheroyaleci
See Changes: [carlosrovira] add vscode config to remoteobectamftest example [carlosrovira] New RemoteObjectAMFTestBasic -- [...truncated

Re: [royale-compiler] 01/03: fix bracket access of XML/XMLList

2018-10-02 Thread Alex Harui
The recommended practice is to add a test case and make sure it fails appropriately. Then set @ignore on it before committing so it doesn't break the build. Whoever works on the fix can remove the @ignore locally when working on a fix I thought there were already test cases for handling

Re: [royale-compiler] 01/03: fix bracket access of XML/XMLList

2018-10-02 Thread Harbs
I guess I can add a test case, but that’ll make the build fail. I’m not sure what to propose for a fix though. Any indexed (i.e. Number, int or uint type) access should always remain bracketed access. .child() seems wrong for assignment in any case. If anything it should be .setChild(), but

Build failed in Jenkins: royale-asjs #1417

2018-10-02 Thread apacheroyaleci
See Changes: [aharui] clean compile of Emulation RemoteObjectTest [aharui] AMF Test using mx:RemoteObject [aharui] try catching securityerror [carlosrovira] add vscode config to

Jenkins build is back to normal : royale-asjs_jsonly #1666

2018-10-02 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs #1418

2018-10-02 Thread apacheroyaleci
See -- [...truncated 2.33 MB...] [mxmlc] Dependencies calculated for 'ExitWhenDone' [mxmlc] Dependencies calculated for 'RoyaleContext' [mxmlc]

Re: NextGenAS tutorials on Royale website

2018-10-02 Thread Carlos Rovira
One latest thing. There’s a mention to yeti, moonshine and josh’s patreon account. It’s ok to left as is? Just to ensure all is correct Thanks! El El mié, 3 oct 2018 a las 0:41, Carlos Rovira escribió: > Hi , > > just introduced and edited NodeJS tutorial in pre site: > > >

Build failed in Jenkins: royale-asjs #1419

2018-10-02 Thread apacheroyaleci
See Changes: [aharui] try to not fail on permissions error on Jenkins CI -- [...truncated 2.33 MB...] [mxmlc] Dependencies calculated for

Re: NextGenAS tutorials on Royale website

2018-10-02 Thread Carlos Rovira
Hi , just introduced and edited NodeJS tutorial in pre site: https://royale.codeoscopic.com/hello-node-how-to-transpile-actionscript-for-node-js/ If someone could check if all is ok and even try the example, it would be great I run out of time and could try my self. If all is ok, I can publish

Jenkins build is back to normal : royale-asjs #1420

2018-10-02 Thread apacheroyaleci
See

Build failed in Jenkins: royale-asjs_MXTests #13

2018-10-02 Thread apacheroyaleci
See -- Started by upstream project "royale-asjs" build number 1422 originally caused by: Started by upstream project "royale-asjs_jsonly" build number 1668

Build failed in Jenkins: royale-asjs_MXTests #11

2018-10-02 Thread apacheroyaleci
brary-master.zip> into <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs_MXTests/ws/js/lib/google/closure-library> subset-goog: [echo] Subsetting <http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs_MXTests/ws/js/lib/google/closure-library> main:

Re: NextGenAS tutorials on Royale website

2018-10-02 Thread Alex Harui
Personally, I don't have a problem, but I think Apache doesn't like anything that implies that Apache pays for code. IMO, the wording of that section does not say that Apache paid for anything, but it still talks about money and people can get the wrong impression. I would suggest removing that

Jenkins build is back to normal : royale-asjs_MXTests #12

2018-10-02 Thread apacheroyaleci
See

Re: NextGenAS tutorials on Royale website

2018-10-02 Thread OmPrakash Muppirala
I also see a typo in Josh's name :-) Thanks, Om On Tue, Oct 2, 2018 at 4:24 PM Alex Harui wrote: > Personally, I don't have a problem, but I think Apache doesn't like > anything that implies that Apache pays for code. > IMO, the wording of that section does not say that Apache paid for >

Re: NextGenAS tutorials on Royale website

2018-10-02 Thread Andrew Wetmore
I wish there were a paragraph that explains WHY one would want to use Node.js at all. It is not self-evident. On Tue, Oct 2, 2018 at 7:41 PM Carlos Rovira wrote: > Hi , > > just introduced and edited NodeJS tutorial in pre site: > > >

Re: ***UNCHECKED*** Re: [Discuss] Start release process 0.9.3

2018-10-02 Thread OmPrakash Muppirala
I'm going to give this another shot in a couple of hours, unless there are any objections. Thanks, Om On Mon, Oct 1, 2018, 2:04 PM Alex Harui wrote: > Jewel is mentioned in there. I added mention of the migration components > and tour de flex. Not sure if I got the formatting right. I think

Re: [royale-compiler] 01/03: fix bracket access of XML/XMLList

2018-10-02 Thread Harbs
I don’t know the reason for this change, but this broke bracket access in XMLList. myList[myList.length()] = xml should be output unchanged. It’s now output as: myList.child(myList.length()) = xml That’s wrong… Harbs > On Sep 28, 2018, at 6:34 AM, aha...@apache.org wrote: > > This is an

Re: [royale-asjs] branch develop updated: get Jewel TextInput to sort of work on SWF

2018-10-02 Thread Carlos Rovira
This is the same as the other one, in this case this should go to "component/_textinput.sass" El mar., 2 oct. 2018 a las 4:48, escribió: > This is an automated email from the ASF dual-hosted git repository. > > aharui pushed a commit to branch develop > in repository

Build failed in Jenkins: royale-asjs #1413

2018-10-02 Thread apacheroyaleci
See Changes: [noreply] Update SkinnableTextBase.as [noreply] Update SkinnableTextBase.as [noreply] Update SkinnableComponent.as [noreply] Update AdvancedDataGridColumn.as [noreply]

Re: [royale-typedefs] annotated tag org.apache.royale.typedefs-0.9.4-rc1 updated (0774539 -> be658de)

2018-10-02 Thread Carlos Rovira
Hi Alex, I'm using sourcetree (I think as most of the people out there) , this is the screen shot: https://snag.gy/W6NDEg.jpg What scares me is that I don't see any commit that reflects this commit in the screenshot. I eve don't have checkout the tag...and never had So how can I revert

Re: [royale-asjs] branch develop updated: Jewel example pom is not updated to 0.9.4

2018-10-02 Thread Carlos Rovira
Hi Alex, I think is right, the change was in commented part of the pom, I didn't get notice of that when I change that. So is ok that maven don't update it. anyway, I'll don't do more changes of this kind in the future. thanks El lun., 1 oct. 2018 a las 18:31, Alex Harui () escribió: > I did

Re: [royale-asjs] 03/04: get more Jewel components to show up without crasing on SWF side

2018-10-02 Thread Carlos Rovira
Hi Alex, in Jewel you can't change defaults.css directly since is generated by SASS. It must be done in SASS files. In this case is "component/_button.sass", otherwise those lines will get lost in the next sass generation. One thing is important in SASS is tabulate lines correctly or SASS could

Build failed in Jenkins: royale-asjs #1414

2018-10-02 Thread apacheroyaleci
See Changes: [carlosrovira] setting up Jewel Button and TextInput right in SASS to avoid compilation -- [...truncated 2.33 MB...] [mxmlc]

Jenkins build is back to normal : royale-asjs_jsonly #1660

2018-10-02 Thread apacheroyaleci
See

Re: [royale-typedefs] branch develop updated: when pass first ant and then maven rat-plugin complain about files created by ant in ace/target. add the path to rat-plugin exclusions to avoid maven fail

2018-10-02 Thread Carlos Rovira
Hi Alex, ok, I revert this thanks El mar., 2 oct. 2018 a las 1:34, Alex Harui () escribió: > I don't think this is right. If you use Ant and then want to use Maven, > use "ant wipe" to remove all Ant-generated files. Maven's "clean" goal > won't know how to remove these Ant-generated files and