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 that example.

Thanks,
-Alex

On 9/23/18, 2:49 AM, "Harbs" <[email protected]> wrote:

    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 something similar for Maven and/or VS Code builds.
    
    I’m not suggesting that globally enabling this option (like I did) is the 
best way to go, but I have limited time today and I wanted to demonstrate how 
to use it.
    
    Good luck,
    Harbs
    
    > On Sep 23, 2018, at 12:24 PM, Carlos Rovira <[email protected]> 
wrote:
    > 
    > Hi,
    > 
    > I'm creating this blog example
    > 
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Froyale.codeoscopic.com%2Floading-github-external-data-through-httpservice%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Ccee27eb1869f443abb5f08d62139ea28%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636732929983635846&amp;sdata=mo%2FMRbY3rVrKZt9a5Q%2Bka90qjKRB5wf%2BVtjdtqdNrnc%3D&amp;reserved=0
    > 
    > 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 or null reference*
    > 
    > That I think is when trying to retrieve the var 
"*service.json._links.html"*
    > 
    > *service.json._links.html*
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fexamples%2Fblog%2FBE0011_Loading_Github_external_data_through_HTTPService%2Fsrc%2Fmain%2Froyale%2FBE0011_Loading_Github_external_data_through_HTTPService.mxml&amp;data=02%7C01%7Caharui%40adobe.com%7Ccee27eb1869f443abb5f08d62139ea28%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636732929983635846&amp;sdata=aW%2B0%2F0Jon6BHlID7p4DQG%2Fy3ZhIWUkLA5hWMZF7%2F3%2B8%3D&amp;reserved=0
    > 
    > 
    > But, then uploading this to preproduction server it does not work in any
    > browser
    > 
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Froyale.codeoscopic.com%2Fblog-examples%2FBE0011_Loading_Github_external_data_through_HTTPService%2Findex.html&amp;data=02%7C01%7Caharui%40adobe.com%7Ccee27eb1869f443abb5f08d62139ea28%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636732929983635846&amp;sdata=InRwvRpdu8e%2BOpmXwWjPLGumzRD%2B2acG2v9gs9ixY4s%3D&amp;reserved=0
    > 
    > Errors are mostly the same in all browsers:
    > 
    > *undefined is not an object (evaluating 'this.service.json.Mi.html')*
    > 
    > So hope someone could give a hand here since I'm a bit lost with this kind
    > of problems.
    > 
    > I'll be off for some hours now, so I'll catch up when I come back at 
night.
    > 
    > Thanks for any help here
    > 
    > 
    > -- 
    > Carlos Rovira
    > 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Ccee27eb1869f443abb5f08d62139ea28%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636732929983635846&amp;sdata=rfLrIWuSlrzyjwtbQzi%2FseLCwgVTiIoNF83KdtHQdPQ%3D&amp;reserved=0
    
    

Reply via email to