Build failed in Jenkins: royale-asjs_MXTests #112

2018-10-26 Thread apacheroyaleci
See -- Started by upstream project "royale-asjs" build number 1540 originally caused by: Started by upstream project "royale-asjs_jsonly" build number

Build failed in Jenkins: royale-asjs_jsonly #1811

2018-10-26 Thread apacheroyaleci
See -- [...truncated 232.09 KB...] [echo] ${INFO_DOWNLOADING_FILE_FROM} [echo] basedir is C:\Program Files

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

2018-10-26 Thread apacheroyaleci
See

Re: [Discuss] Start release process 0.9.3

2018-10-26 Thread Alex Harui
Hi Yishay, Sounds like you probably have more than one keystore, as described in that wiki post in [1]. I'm not sure how Maven finds the gpg it wants to run, but if it is finding a different one than the one you find the the command prompt then you will have results like you are. There is a

Build failed in Jenkins: royale-asjs #1539

2018-10-26 Thread apacheroyaleci
See Changes: [aharui] get ObjectUtil working well enough in JS to allow HTTPService to work -- [...truncated 989.06 KB...] [java] [java]

RE: [Discuss] Start release process 0.9.3

2018-10-26 Thread Yishay Weiss
Ok, I made some changes to the build script which seem to have resolved this issue. I’m getting this [exec] [INFO] gpg: no default secret key: No secret key [exec] [INFO] gpg: signing failed: No secret key [exec] [INFO] [INFO]

Re: Chrome complains about text input with same id

2018-10-26 Thread Alex Harui
Use localid instead of Id. See https://issues.apache.org/jira/browse/FLEX-35310 -Alex On 10/26/18, 12:33 PM, "Carlos Rovira" wrote: Hi, I create a component in MXML that has a TextInput. Since this component is reusable I have it two instances in my App In chrome I see

Chrome complains about text input with same id

2018-10-26 Thread Carlos Rovira
Hi, I create a component in MXML that has a TextInput. Since this component is reusable I have it two instances in my App In chrome I see [DOM] Found 2 elements with non-unique id #code_ti: (More info: https://goo.gl/9p2vKq) I think there's no problem with the two components, but since chrome

Re: Getting An Emulation Component To Run

2018-10-26 Thread Piotr Zarzycki
Hi Alina, Just to help a bit with all of that. Do you see any output in the Web Browser Console when you running your application ? If yes provide it here. Thanks, Piotr pt., 26 paź 2018 o 14:42 Alina Kazi napisał(a): > Hi Alex, > We have 3 files in our Project > Files Path is : > [1]Project

RE: Getting An Emulation Component To Run

2018-10-26 Thread Alina Kazi
Hi Alex, We have 3 files in our Project Files Path is : [1]Project -> applications.mxml (main file) [2]Project ->shmApplication.as extends mx.core.Application [3]Project-> AppView_ERP.mxml As MX ViewStack , Canvas are working controls. AppView_ERP.mxml has initial tag mx:Canvas

Jenkins build is back to normal : royale-compiler #523

2018-10-26 Thread apacheroyaleci
See

RE: Getting An Emulation Component To Run

2018-10-26 Thread Alina Kazi
Hi Alex, We have replaced import spark.components.Application with import mx.core.Application in our whole Application. After this change we are still able to compile our Application successfully. Are you using SWFLoader to load other applications? Again, your API Report did not mention this.

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

2018-10-26 Thread apacheroyaleci
See

Re: Getting An Emulation Component To Run

2018-10-26 Thread Alex Harui
Hi Alina, Where did you use mx:Application in your application? Somehow it got into the report. What do you mean by needing Spark Application many times? Are you using SWFLoader to load other applications? Again, your API Report did not mention this. Getting Application to work can be

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

2018-10-26 Thread apacheroyaleci
See

RE: Getting An Emulation Component To Run

2018-10-26 Thread Alina Kazi
Hi Alex , I am using skinClass 2 times overall in my Application. I can skip that if it takes a lot of time. I don't know How API report skip some API's. We need SparkApplication at many places in our Application. If you can explain more in [1] , we want to also participate in getting emulation

Re: Getting An Emulation Component To Run

2018-10-26 Thread Alex Harui
Hi Alina, In your API report, only mx.core.Application was referenced. I don't understand why Spark Application was not referenced, yet you are using it now. We have not spent any time getting Spark Application to run. If that's really what you need, I would start copying code from

RE: Getting An Emulation Component To Run

2018-10-26 Thread Alina Kazi
Hi , We are able to compile our Application and Library Projects successfully. Application Launch file uses a file that extends Spark Application.as file. This Spark Application.as file is present in Apache Royale SDK repo and has been emulated. But when we run the application, No visual