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

2018-09-23 Thread Alex Harui
According to the archives, try running: mvn -s settings-template.xml clean install Thanks, -Alex On 9/23/18, 3:48 PM, "OmPrakash Muppirala" wrote: On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala wrote: > Thanks. I decided to stick with 1.8 :-) > > BTW, t

Re: HTTPService JSON problems

2018-09-23 Thread Alex Harui
I thought that ValueObjects that use [Bindable] or Getter/Setters do not get renamed during minification. We should not be defeating minification and hiding problems in other examples. If you really need to turn off renaming in a single example, add it to the compile-app-config.xml file for th

Re: HTTPService JSON problems

2018-09-23 Thread Alex Harui
What was wrong with the Base64Encoder/Decoder? -Alex On 9/23/18, 11:25 AM, "Carlos Rovira" wrote: Hi, just let you know that IE11 problem wasn't a JSON problem. It was that "atob" and "btoa" functions to decode/encode base64 are not available in IE11...another IE nightmare

Re: Apache Royale

2018-09-23 Thread Alex Harui
Hi Daniel, I think Carlos may have missed your email. I just want to point out that Maven uses pom.xml files. Ant uses build.xml. So if you want to use Maven, and you used the archetypes, you should have ended up with pom.xml files. Also, you can look at the examples folder. Almost all exam

Build failed in Jenkins: royale-typedefs #729

2018-09-23 Thread apacheroyaleci
See -- Started by timer Building on master in workspace > git.exe rev-parse --

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

2018-09-23 Thread OmPrakash Muppirala
On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala wrote: > Thanks. I decided to stick with 1.8 :-) > > BTW, this is when I run: mvn clean install in the royale-asjs directory: > I am seeing this error: > > [ERROR] Failed to execute goal > org.apache.royale.compiler:royale-maven-plugin:0.9.4-

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

2018-09-23 Thread OmPrakash Muppirala
Thanks. I decided to stick with 1.8 :-) I am seeing this error: [ERROR] Failed to execute goal org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as (default-compile-as) on project Core: Could not resolve dependencies for project org.apache.royale.framework:Core:swc:0.9.4-SNAP

Re: New Blog Post to review - Loading Github external data through HTTPService

2018-09-23 Thread Carlos Rovira
Great, thanks! :) El dom., 23 sept. 2018 a las 21:57, Andrew Wetmore () escribió: > Hi: I will look at it in about an hour, when I get to a stopping place in > my current task. > > I need this functionality in most of my apps, so I am really looking > forward to this example. > > On Sun, Sep 23,

Re: New Blog Post to review - Loading Github external data through HTTPService

2018-09-23 Thread Andrew Wetmore
Hi: I will look at it in about an hour, when I get to a stopping place in my current task. I need this functionality in most of my apps, so I am really looking forward to this example. On Sun, Sep 23, 2018 at 3:22 PM Carlos Rovira wrote: > Hi Andrew, > just let you know that I finished the exam

Re: HTTPService JSON problems

2018-09-23 Thread Carlos Rovira
Hi, just let you know that IE11 problem wasn't a JSON problem. It was that "atob" and "btoa" functions to decode/encode base64 are not available in IE11...another IE nightmare... I finaly added a Base64 class with static encode and decode functions to Core to solve this problem cross platform. So

Re: New Blog Post to review - Loading Github external data through HTTPService

2018-09-23 Thread Carlos Rovira
Hi Andrew, just let you know that I finished the example completely and solved the IE11 problem. so it's ready for complete review ;) thanks El dom., 23 sept. 2018 a las 18:15, Carlos Rovira () escribió: > Hi Andrew, > > I have a new blog post for you to review. I still need to check a problem >

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

2018-09-23 Thread apacheroyaleci
See

New Blog Post to review - Loading Github external data through HTTPService

2018-09-23 Thread Carlos Rovira
Hi Andrew, I have a new blog post for you to review. I still need to check a problem in IE11, but I think the post is ready for review and modification. Hope you could take the time and check it Thanks! -- Carlos Rovira http://about.me/carlosrovira

Re: HTTPService JSON problems

2018-09-23 Thread Carlos Rovira
Hi Harbs, thanks! that solves the issue! That's magic! : ) I put this only in pom.xml in this example and in JewelExample, since I'll use it as well. But I think I can't enable it in maven globally, or at least don't know how. I think as you that this should be enabled per case, although, it seem

Build failed in Jenkins: royale-compiler #458

2018-09-23 Thread apacheroyaleci
See -- [...truncated 81.34 KB...] [echo] basedir is

Build failed in Jenkins: royale-asjs #1376

2018-09-23 Thread apacheroyaleci
See Changes: [harbs] I don’t know if we want to keep this option -- [...truncated 381.55 KB...] [java] at org.apache.tools.ant.helper.Defa

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

2018-09-23 Thread apacheroyaleci
See

Re: HTTPService JSON problems

2018-09-23 Thread Harbs
I’m not sure what the problem is with IE11, but the problem with the release version is minification renaming. I just committed a change to the example ant build script to include the “js-dynamic-access-unknown-members” option (new to 0.9.3). That fixes the renaming problem. You can do somethi

HTTPService JSON problems

2018-09-23 Thread Carlos Rovira
Hi, I'm creating this blog example https://royale.codeoscopic.com/loading-github-external-data-through-httpservice/ After fighting with Github services, I finally get the example working locally in Chrome, Firefox and Safari, but not IE11. *IE11 error: Unable to get property 'html' of undefined

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

2018-09-23 Thread Carlos Rovira
Hi Om, I have Java 8 and 10 installed, and I think I was able to compile three repos, but I find AMF java example doesn't work, since BlazeDS needs a Lower version I need to go with 8 for this example. Maybe other part needs as well 7 or 8. I think trying another SDK should be left to some time be

Build failed in Jenkins: royale-asjs #1375

2018-09-23 Thread apacheroyaleci
See Changes: [aharui] set source from constructor [aharui] use ICollectionView support [aharui] need typename so 'type' selector applies [aharui] on JS, pre-load the CSS file [carlosrov

Build failed in Jenkins: royale-asjs_jsonly #1598

2018-09-23 Thread apacheroyaleci
See Changes: [carlosrovira] Firefox and IE11 can give error on JSON.parse(),so better to try-catch [carlosrovira] Make label avoid not break when is multiline and the string doesn