Build failed in Jenkins: royale-asjs_MXTests #1190

2019-09-25 Thread Apache Royale CI Server
See 


--
[...truncated 1004.74 KB...]
[mxmlc] scanning for overrides: ObjectUtil
[mxmlc] scanning for overrides: SolidBorderUtil
[mxmlc] scanning for overrides: StringTrimmer
[mxmlc] scanning for overrides: StringUtil
[mxmlc] scanning for overrides: Timer
[mxmlc] scanning for overrides: UIUtils
[mxmlc] scanning for overrides: Effect
[mxmlc] scanning for overrides: Transition
[mxmlc] scanning for overrides: IFill
[mxmlc] scanning for overrides: SolidColor
[mxmlc] scanning for overrides: IExternalizable
[mxmlc] scanning for overrides: Proxy
[mxmlc] scanning for overrides: CursorBookmark
[mxmlc] scanning for overrides: ICollectionView
[mxmlc] scanning for overrides: IList
[mxmlc] scanning for overrides: IViewCursor
[mxmlc] scanning for overrides: ListCollectionView
[mxmlc] scanning for overrides: ListCollectionViewCursor
[mxmlc] scanning for overrides: ListCollectionViewBookmark
[mxmlc] scanning for overrides: ArrayCollection
[mxmlc] scanning for overrides: ArrayList
[mxmlc] scanning for overrides: XMLListCollection
[mxmlc] scanning for overrides: CanvasLayout
[mxmlc] scanning for overrides: Flex
[mxmlc] scanning for overrides: BoxDirection
[mxmlc] scanning for overrides: HBox
[mxmlc] scanning for overrides: PanelTitleBar
[mxmlc] scanning for overrides: DataGridColumn
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ISelectable
[mxmlc] scanning for overrides: CheckBox
[mxmlc] scanning for overrides: IFocusManagerComponent
[mxmlc] scanning for overrides: ComboBase
[mxmlc] scanning for overrides: ComboBox
[mxmlc] scanning for overrides: ScrollControlBase
[mxmlc] scanning for overrides: ListBase
[mxmlc] scanning for overrides: DataGrid
[mxmlc] scanning for overrides: DateField
[mxmlc] scanning for overrides: Label
[mxmlc] scanning for overrides: List
[mxmlc] scanning for overrides: MenuBar
[mxmlc] scanning for overrides: NumericStepper
[mxmlc] scanning for overrides: RadioButton
[mxmlc] scanning for overrides: RadioButtonGroup
[mxmlc] scanning for overrides: TextArea
[mxmlc] scanning for overrides: ITextInput
[mxmlc] scanning for overrides: TextInput
[mxmlc] scanning for overrides: ITextFieldFactory
[mxmlc] scanning for overrides: Singleton
[mxmlc] scanning for overrides: ItemClickEvent
[mxmlc] scanning for overrides: ListEvent
[mxmlc] scanning for overrides: MenuEvent
[mxmlc] scanning for overrides: MouseEvent
[mxmlc] scanning for overrides: PropertyChangeEventKind
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: IFocusManagerComplexComponent
[mxmlc] scanning for overrides: IFocusManagerGroup
[mxmlc] scanning for overrides: IResourceBundle
[mxmlc] scanning for overrides: ResourceManagerImpl
[mxmlc] scanning for overrides: ResourceModuleInfo
[mxmlc] scanning for overrides: ResourceEventDispatcher
[mxmlc] scanning for overrides: ResourceBundleProxy
[mxmlc] scanning for overrides: GroupBase
[mxmlc] scanning for overrides: SkinnableComponent
[mxmlc] scanning for overrides: ButtonBase
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ErrorArray
[mxmlc] scanning for overrides: RunCodeEvent
[mxmlc] scanning for overrides: PasswordInputBead
[mxmlc] scanning for overrides: ITileLayout
[mxmlc] scanning for overrides: TileLayout
[mxmlc] scanning for overrides: LocaleUtils
[mxmlc] scanning for overrides: StringPadder
[mxmlc] scanning for overrides: UIDUtil
[mxmlc] scanning for overrides: IStroke
[mxmlc] scanning for overrides: CursorError
[mxmlc] scanning for overrides: SortError
[mxmlc] scanning for overrides: ISort
[mxmlc] scanning for overrides: Sort
[mxmlc] scanning for overrides: IXMLNotifiable
[mxmlc] scanning for overrides: XMLListAdapter
[mxmlc] scanning for overrides: FlexChildInfo
[mxmlc] scanning for overrides: BaseListData
[mxmlc] scanning for overrides: IFactory
[mxmlc] scanning for overrides: IUITextField
[mxmlc] scanning for overrides: UITextField
[mxmlc] scanning for overrides: CollectionEvent
[mxmlc] scanning for overrides: CollectionEventKind
[mxmlc] scanning for overrides: LocaleSorter
[mxmlc] scanning for overrides: LocaleID
[mxmlc] scanning for overrides: LocaleRegistry
[mxmlc] scanning for overrides: ResourceBundle
[mxmlc] scanning for overrides: ArrayUtil
[mxmlc] scanning for overrides: StringUtil
[mxmlc] scanning for overrides: UIDUtil
[mxmlc] scanning for overrides: DataGroup
[mxmlc] scanning for overrides: LayoutBase
[mxmlc] scanning for overrides: BasicLayout

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
To get the system property working with ApproveRoyale.xml, I added the
following line to each of the mvn commands in my local copy of
ApproveRoyale.xml:



This should work for anyone using Bash's yes command to quickly approve the
license headers (after you've already done it once manually, of course).

yes | ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3

--
Josh Tynjala
Bowler Hat LLC 


On Wed, Sep 25, 2019 at 2:58 PM Josh Tynjala 
wrote:

> I deleted all com.adobe artifacts in my Maven .m2 folder, and I can see
> the prompt to accept the license for the Adobe dependencies.
>
> The build output suggests that you can set a system property to accept the
> agreement, so I tried adding that property to my command, like this:
>
> ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=
>
> (Where  is replaced by my real system ID)
>
> However, it still asked me to accept the agreement. Perhaps this system
> property isn't getting inherited by the Maven build.
>
> I am using the RC3 ApproveRoyale.xml linked from the Vote thread, and not
> an older one.
>
> --
> Josh Tynjala
> Bowler Hat LLC 
>
>
> On Wed, Sep 25, 2019 at 11:25 AM Carlos Rovira 
> wrote:
>
>> Hi
>> I tried in the meanwhile with your settings and enter in the endless loop
>> as in RC2
>>
>> I'll try to run now adding that to the command and report back
>>
>>
>> El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
>> piotrzarzyck...@gmail.com>) escribió:
>>
>> > The same issue as it was previously. You are missing playerglobal - I
>> don't
>> > know why at all. You can try to switch to my settings - don't forget
>> update
>> > link to maven artifacts in it.
>> >
>> > I'm not sure also but maybe you should try to run approve script with
>> this
>> > one: -Dgenerate.swf.swcs=true and -DskipTests=true.
>> >
>> > śr., 25 wrz 2019 o 18:41 Carlos Rovira 
>> > napisał(a):
>> >
>> > > Hi,
>> > >
>> > > sorry to report that my try failed. I tried with clean .m2 and my own
>> > > settings.xml. Maybe I need to switch to the settings Piotr send to me?
>> > >
>> > > as well I used the instruction provided in email: ant -e -f
>> > > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
>> > >
>> > >
>> > > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
>> > > MB/s)[INFO]
>> > >
>> 
>> > >
>> > > [INFO] Reactor Build Order:
>> > >
>> > > [INFO]
>> > >
>> > > [INFO] Apache Royale: Compiler: Parent
>> > > [pom]
>> > >
>> > > [INFO] Apache Royale: Compiler: Compiler-Common
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Compiler: Test Utils
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Compiler: Externc
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Compiler: Compiler
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Compiler: Compiler-JX
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Compiler: SWFUtils
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Compiler: Debugger
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Compiler: OEM Layer
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Royale Ant Tasks
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: RoyaleUnit Ant Tasks
>> > > [jar]
>> > >
>> > > [INFO] Apache Royale: Royale Maven Plugin
>> > > [maven-plugin]
>> > >
>> > > [INFO]
>> > >
>> > > [INFO] -< org.apache.royale.compiler:royale-compiler-parent
>> > > >--
>> > >
>> > > [INFO] Building Apache Royale: Compiler: Parent 0.9.6
>> > > [1/12]
>> > >
>> > > [INFO] [ pom
>> > > ]-
>> > >
>> > > Downloading from apache-release:
>> > >
>> > >
>> >
>> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
>> > >
>> > > Downloading from central:
>> > >
>> > >
>> >
>> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
>> > >
>> > > [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0
>> is
>> > > missing, no dependency information available
>> > >
>> > > Downloading from apache-release:
>> > >
>> > >
>> >
>> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
>> > >
>> > > Downloading from central:
>> > >
>> > >
>> >
>> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
>> > >
>> > > [INFO]
>> > >
>> 
>> > >
>> > > [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
>> > >
>> > > [INFO]
>> > >
>> > > [INFO] Apache Royale: Compiler: Parent  FAILURE [
>> > > 0.982 s]
>> > >
>> > > [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
>> > >
>> > > [INFO] Apache Royale: 

Build failed in Jenkins: royale-asjs_MXTests #1189

2019-09-25 Thread Apache Royale CI Server
See 


--
[...truncated 1004.48 KB...]
[mxmlc] scanning for overrides: ObjectUtil
[mxmlc] scanning for overrides: SolidBorderUtil
[mxmlc] scanning for overrides: StringTrimmer
[mxmlc] scanning for overrides: StringUtil
[mxmlc] scanning for overrides: Timer
[mxmlc] scanning for overrides: UIUtils
[mxmlc] scanning for overrides: Effect
[mxmlc] scanning for overrides: Transition
[mxmlc] scanning for overrides: IFill
[mxmlc] scanning for overrides: SolidColor
[mxmlc] scanning for overrides: IExternalizable
[mxmlc] scanning for overrides: Proxy
[mxmlc] scanning for overrides: CursorBookmark
[mxmlc] scanning for overrides: ICollectionView
[mxmlc] scanning for overrides: IList
[mxmlc] scanning for overrides: IViewCursor
[mxmlc] scanning for overrides: ListCollectionView
[mxmlc] scanning for overrides: ListCollectionViewCursor
[mxmlc] scanning for overrides: ListCollectionViewBookmark
[mxmlc] scanning for overrides: ArrayCollection
[mxmlc] scanning for overrides: ArrayList
[mxmlc] scanning for overrides: XMLListCollection
[mxmlc] scanning for overrides: CanvasLayout
[mxmlc] scanning for overrides: Flex
[mxmlc] scanning for overrides: BoxDirection
[mxmlc] scanning for overrides: HBox
[mxmlc] scanning for overrides: PanelTitleBar
[mxmlc] scanning for overrides: DataGridColumn
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ISelectable
[mxmlc] scanning for overrides: CheckBox
[mxmlc] scanning for overrides: IFocusManagerComponent
[mxmlc] scanning for overrides: ComboBase
[mxmlc] scanning for overrides: ComboBox
[mxmlc] scanning for overrides: ScrollControlBase
[mxmlc] scanning for overrides: ListBase
[mxmlc] scanning for overrides: DataGrid
[mxmlc] scanning for overrides: DateField
[mxmlc] scanning for overrides: Label
[mxmlc] scanning for overrides: List
[mxmlc] scanning for overrides: MenuBar
[mxmlc] scanning for overrides: NumericStepper
[mxmlc] scanning for overrides: RadioButton
[mxmlc] scanning for overrides: RadioButtonGroup
[mxmlc] scanning for overrides: TextArea
[mxmlc] scanning for overrides: ITextInput
[mxmlc] scanning for overrides: TextInput
[mxmlc] scanning for overrides: ITextFieldFactory
[mxmlc] scanning for overrides: Singleton
[mxmlc] scanning for overrides: ItemClickEvent
[mxmlc] scanning for overrides: ListEvent
[mxmlc] scanning for overrides: MenuEvent
[mxmlc] scanning for overrides: MouseEvent
[mxmlc] scanning for overrides: PropertyChangeEventKind
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: IFocusManagerComplexComponent
[mxmlc] scanning for overrides: IFocusManagerGroup
[mxmlc] scanning for overrides: IResourceBundle
[mxmlc] scanning for overrides: ResourceManagerImpl
[mxmlc] scanning for overrides: ResourceModuleInfo
[mxmlc] scanning for overrides: ResourceEventDispatcher
[mxmlc] scanning for overrides: ResourceBundleProxy
[mxmlc] scanning for overrides: GroupBase
[mxmlc] scanning for overrides: SkinnableComponent
[mxmlc] scanning for overrides: ButtonBase
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ErrorArray
[mxmlc] scanning for overrides: RunCodeEvent
[mxmlc] scanning for overrides: PasswordInputBead
[mxmlc] scanning for overrides: ITileLayout
[mxmlc] scanning for overrides: TileLayout
[mxmlc] scanning for overrides: LocaleUtils
[mxmlc] scanning for overrides: StringPadder
[mxmlc] scanning for overrides: UIDUtil
[mxmlc] scanning for overrides: IStroke
[mxmlc] scanning for overrides: CursorError
[mxmlc] scanning for overrides: SortError
[mxmlc] scanning for overrides: ISort
[mxmlc] scanning for overrides: Sort
[mxmlc] scanning for overrides: IXMLNotifiable
[mxmlc] scanning for overrides: XMLListAdapter
[mxmlc] scanning for overrides: FlexChildInfo
[mxmlc] scanning for overrides: BaseListData
[mxmlc] scanning for overrides: IFactory
[mxmlc] scanning for overrides: IUITextField
[mxmlc] scanning for overrides: UITextField
[mxmlc] scanning for overrides: CollectionEvent
[mxmlc] scanning for overrides: CollectionEventKind
[mxmlc] scanning for overrides: LocaleSorter
[mxmlc] scanning for overrides: LocaleID
[mxmlc] scanning for overrides: LocaleRegistry
[mxmlc] scanning for overrides: ResourceBundle
[mxmlc] scanning for overrides: ArrayUtil
[mxmlc] scanning for overrides: StringUtil
[mxmlc] scanning for overrides: UIDUtil
[mxmlc] scanning for overrides: DataGroup
[mxmlc] scanning for overrides: LayoutBase
[mxmlc] scanning for overrides: BasicLayout

New apache-royale questions for Sep 25 - Stack Exchange

2019-09-25 Thread Stack Exchange
***1 new question in [ApacheRoyale Tag Notifications 
filter]()
 on stackexchange.com***


[What's difference between all Button classes on Apache Royale, which are the 
more 
efficient?]()

Please could you clarify my comprehension of the packages having similar 
component ? For exemple let's take a Button. I have the choice of : 1) 
mx.controls.Button => Ok I read that's for emulated ...

Tagged: actionscript-3

by [Fred]() on 






[Unsubscribe from this 
filter]()
 or change your email preferences by visitingyour [filter subscriptions page on 
stackexchange.com]().

If you no longer want to receive mail from Stack Exchange, unsubscribe from all 
stackexchange.com emails 

Questions? Comments? Let us know on our feedback site at 
.

Stack Exchange, Inc. 110 William St, 28th Floor, NY NY 10038



Re: RemoteObject y addEventListener SyntaxError

2019-09-25 Thread Alex Harui
Hi,

One difference between Royale and Flex is that Royale cannot detect types with 
different access methods at runtime, so you will have to modify your code 
slightly to tell the compiler how to generate the access code.

IOW:  if you write:

remoteObject.GetVersion.addEventListener("result",GetVersionHandler);

Then in Flash, each access (get the property “GetVersion” from “remoteObject”, 
get the function “addEventListener” from “GetVersion”) is handled by Flash and 
it knows that remoteObject is a property so it can call “getProperty” and then 
the runtime examines that, determines it is an Operation and then knows to its 
call “addEventListener”.

In Royale, the JavaScript runtimes don’t know about Proxy (at least in this 
version of Royale).  The compiler knows that remoteObject is a Proxy so it 
calls getProperty, but compiler cannot know the result is an Operation at 
compile time and the JS runtime doesn’t care anyway, so Royale’s compiler 
currently assumes that the result of a getProperty is another Proxy because 
there might be nested trees of ObjectProxys in data structures.

So, the answer is to modify the code to indicate to the compiler what the 
result of the getProperty is:

(remoteObject.GetVersion as 
Operation).addEventListener("result",GetVersionHandler);

You may need to import mx.rpc.remoting.Operation;

HTH,
-Alex

From: Maria Jose Esteve 
Reply-To: "dev@royale.apache.org" 
Date: Wednesday, September 25, 2019 at 10:22 AM
To: "dev@royale.apache.org" 
Subject: RemoteObject y addEventListener SyntaxError

[cid:image001.gif@01D573CB.A02767B0]
Hello,
I am migrating a wrapper between my app. flex and the backend (AMF - FluorineFX 
- .net). (Apache Flex - works ok)
I cannot add the listener of the result of any method. I compile well but when 
I run it gives me an error.

This is the wrapper ...

package flexfx.wpl
{
...
import mx.collections.ArrayCollection;
import mx.core.FlexGlobals;
import mx.messaging.Channel;
import mx.messaging.ChannelSet;
import mx.messaging.channels.AMFChannel;
import mx.messaging.channels.SecureAMFChannel;
import mx.messaging.config.ServerConfig;
import mx.rpc.AsyncToken;
import mx.rpc.IResponder;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
import mx.rpc.remoting.RemoteObject;

import flexfx.wpl.wplNetPrModel;
import flexfx.wpl.vo.CTypeUser;
import flexfx.wpl.voPres.CTypeModelVecIni;
import flexfx.wpl.voPres.CTypeParNotiPres;

public class wplNetPr
{
  private var remoteObject:RemoteObject;
   [Bindable]public var model:wplNetPrModel;
   private var Glb:GlobalVars=GlobalVars.getInstance()
   private var Gnr:General = General.getInstance();
...
  public function wplNetPr( modelo:wplNetPrModel = null )
  {
   var channelSet:ChannelSet = new ChannelSet();
   var channel:Channel;

   if (modelo.isSecure){
  modelo.destination = "fluorineSecure";
  channel = new 
SecureAMFChannel(null,"Gateway.aspx");
   }else{
  modelo.destination = "fluorine";
  channel = new AMFChannel(null,"Gateway.aspx");
   }

   channelSet.addChannel(channel);
   remoteObject  = new RemoteObject(modelo.destination);
   remoteObject.requestTimeout = -1;
   remoteObject.showBusyCursor = true;
   remoteObject.source = "flexfx.wpl.wplNet";
   remoteObject.channelSet = channelSet;

   this.model = modelo
  [ERROR]   
remoteObject.GetVersion.addEventListener("result",GetVersionHandler);
   
remoteObject.inicializar.addEventListener("result",inicializarHandler);
   remoteObject.addEventListener("fault", onFault);
…

SyntaxError: Unexpected token ';'
TypeError: this.flexfx_wpl_wplNetPr_remoteObject.getProperty(...).callProperty 
is not a function
at new flexfx.wpl.wplNetPr 
(h:\Proyectos\TestFluorine\src\main\royale\flexfx\wpl\wplNetPr.as:67:29)
at AppWPNet.AppWPNet_AppComplet 
(h:\Proyectos\TestFluorine\src\main\royale\AppWPNet.mxml:54:14)
at AppWPNet.$EH1 
(h:\Proyectos\TestFluorine\src\main\royale\AppWPNet.mxml:7:28)
at AppWPNet.goog.events.EventTarget.fireListeners 
(h:\Proyectos\TestFluorine\bin\js-debug\library\closure\goog\events\eventtarget.js:284:24)
at Function.goog.events.EventTarget.dispatchEventInternal_ 
(h:\Proyectos\TestFluorine\bin\js-debug\library\closure\goog\events\eventtarget.js:381:27)
at AppWPNet.goog.events.EventTarget.dispatchEvent 
(h:\Proyectos\TestFluorine\bin\js-debug\library\closure\goog\events\eventtarget.js:196:35)
   

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
I deleted all com.adobe artifacts in my Maven .m2 folder, and I can see the
prompt to accept the license for the Adobe dependencies.

The build output suggests that you can set a system property to accept the
agreement, so I tried adding that property to my command, like this:

ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
-Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=

(Where  is replaced by my real system ID)

However, it still asked me to accept the agreement. Perhaps this system
property isn't getting inherited by the Maven build.

I am using the RC3 ApproveRoyale.xml linked from the Vote thread, and not
an older one.

--
Josh Tynjala
Bowler Hat LLC 


On Wed, Sep 25, 2019 at 11:25 AM Carlos Rovira 
wrote:

> Hi
> I tried in the meanwhile with your settings and enter in the endless loop
> as in RC2
>
> I'll try to run now adding that to the command and report back
>
>
> El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
> piotrzarzyck...@gmail.com>) escribió:
>
> > The same issue as it was previously. You are missing playerglobal - I
> don't
> > know why at all. You can try to switch to my settings - don't forget
> update
> > link to maven artifacts in it.
> >
> > I'm not sure also but maybe you should try to run approve script with
> this
> > one: -Dgenerate.swf.swcs=true and -DskipTests=true.
> >
> > śr., 25 wrz 2019 o 18:41 Carlos Rovira 
> > napisał(a):
> >
> > > Hi,
> > >
> > > sorry to report that my try failed. I tried with clean .m2 and my own
> > > settings.xml. Maybe I need to switch to the settings Piotr send to me?
> > >
> > > as well I used the instruction provided in email: ant -e -f
> > > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> > >
> > >
> > > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > > MB/s)[INFO]
> > >
> 
> > >
> > > [INFO] Reactor Build Order:
> > >
> > > [INFO]
> > >
> > > [INFO] Apache Royale: Compiler: Parent
> > > [pom]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-Common
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Test Utils
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Externc
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-JX
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: SWFUtils
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Debugger
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: OEM Layer
> > > [jar]
> > >
> > > [INFO] Apache Royale: Royale Ant Tasks
> > > [jar]
> > >
> > > [INFO] Apache Royale: RoyaleUnit Ant Tasks
> > > [jar]
> > >
> > > [INFO] Apache Royale: Royale Maven Plugin
> > > [maven-plugin]
> > >
> > > [INFO]
> > >
> > > [INFO] -< org.apache.royale.compiler:royale-compiler-parent
> > > >--
> > >
> > > [INFO] Building Apache Royale: Compiler: Parent 0.9.6
> > > [1/12]
> > >
> > > [INFO] [ pom
> > > ]-
> > >
> > > Downloading from apache-release:
> > >
> > >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> > >
> > > Downloading from central:
> > >
> > >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> > >
> > > [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0
> is
> > > missing, no dependency information available
> > >
> > > Downloading from apache-release:
> > >
> > >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> > >
> > > Downloading from central:
> > >
> > >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> > >
> > > [INFO]
> > >
> 
> > >
> > > [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
> > >
> > > [INFO]
> > >
> > > [INFO] Apache Royale: Compiler: Parent  FAILURE [
> > > 0.982 s]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Externc ... SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
> > >
> > > [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
> > >
> > > [INFO] Apache Royale: RoyaleUnit 

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Alex Harui
It depends on what you want to test.

If you want to test the js-only (no Adobe stuff) paths, then yes, you need to 
make sure there are no Adobe environment variables:

AIR_HOME
PLAYERGLOBAL_HOME
FLASHPLAYER_DEBUGGER

If you want to test with the Adobe stuff, then you will need to set all 3 
environment variables.  I thought this was explained in the README.

Make sure you are using the latest ApproveRoyale.xml.  In theory the scripts 
uploaded it to SVN but if you are using an older one, then you will still get 
stuck in that loop about accepting the Adobe downloads.  The latest 
ApproveRoyale.xml should have a few "inputstring" attributes in it.

In theory, ApproveRoyale.xml will set -Dgenerate.swf.swcs if you have set the 
Adobe environment variables.  But if you want to skip tests, you will have to 
try to add that yourself.

HTH,
-Alex

On 9/25/19, 2:20 PM, "Carlos Rovira"  wrote:

Hi Josh,

you're right, I have AIR_HOME in my .bash_profile set, since I left all env
vars set (flex, air, playerglobal, royale)
So,
- should I remove some more in addition to AIR_HOME?

additionally:

- Should I use the settings from Piotr too?
- Should I add -Dgenerate.swf.swcs=true and -DskipTests=true ?

thanks!



El mié., 25 sept. 2019 a las 23:03, Josh Tynjala 
()
escribió:

> Carlos,
>
> Can you check to see if the AIR_HOME environment variable is set or not?
>
> If I'm understanding the logic in ApproveRoyale.xml, then you need to
> ensure that AIR_HOME is *NOT* set, unless you include -Duse-flash=true in
> your command. If AIR_HOME is set, then you should clear it. It may also be
> a good idea to clear both PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER too,
> just to be safe.
>
> --
> Josh Tynjala
> Bowler Hat LLC 

>
>
> On Wed, Sep 25, 2019 at 9:41 AM Carlos Rovira 
> wrote:
>
> > Hi,
> >
> > sorry to report that my try failed. I tried with clean .m2 and my own
> > settings.xml. Maybe I need to switch to the settings Piotr send to me?
> >
> > as well I used the instruction provided in email: ant -e -f
> > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> >
> >
> > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > MB/s)[INFO]
> > 
> >
> > [INFO] Reactor Build Order:
> >
> > [INFO]
> >
> > [INFO] Apache Royale: Compiler: Parent
> > [pom]
> >
> > [INFO] Apache Royale: Compiler: Compiler-Common
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Test Utils
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Externc
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Compiler
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Compiler-JX
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: SWFUtils
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Debugger
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: OEM Layer
> > [jar]
> >
> > [INFO] Apache Royale: Royale Ant Tasks
> > [jar]
> >
> > [INFO] Apache Royale: RoyaleUnit Ant Tasks
> > [jar]
> >
> > [INFO] Apache Royale: Royale Maven Plugin
> > [maven-plugin]
> >
> > [INFO]
> >
> > [INFO] -< org.apache.royale.compiler:royale-compiler-parent
> > >--
> >
> > [INFO] Building Apache Royale: Compiler: Parent 0.9.6
> > [1/12]
> >
> > [INFO] [ pom
> > ]-
> >
> > Downloading from apache-release:
> >
> >
> 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases%2Fcom%2Fadobe%2Fflash%2Fframework%2Fplayerglobal%2F20.0%2Fplayerglobal-20.0.pomdata=02%7C01%7Caharui%40adobe.com%7C35b67c5a16164c43d24308d741fe326f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637050432341593892sdata=Fwg1B8TbdIZlGcYfsFw15xihc7H8j6281k7xTy%2Fy9aQ%3Dreserved=0
> >
> > Downloading from central:
> >
> >
> 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepo.maven.apache.org%2Fmaven2%2Fcom%2Fadobe%2Fflash%2Fframework%2Fplayerglobal%2F20.0%2Fplayerglobal-20.0.pomdata=02%7C01%7Caharui%40adobe.com%7C35b67c5a16164c43d24308d741fe326f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637050432341593892sdata=6g2aW%2FlTUVI%2FriS6Zs%2Bn1kKKNO9Y0fp15s1RKZtMqTs%3Dreserved=0
> >
> > [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0 is
> > 

Re: [royale-asjs] branch develop updated: Make values bindable

2019-09-25 Thread Alex Harui
Mostly I wanted to remind everyone about PAYG, but also, start a discussion on 
patterns and practices for doing this sort of thing.

In many places there are versions of components that are effective 
"write-once".  You set properties on them at initialization time and they do 
their thing.  For PAYG reasons, there is no code to support changing the values 
at runtime.  So then the question is:  how to add runtime property change 
detection?  IMO, the problem is even more challenging when dealing with a base 
class.  We have beads that are write-once and a separate version of the bead 
handles change detection.  That seems right when things are composed of beads.

But in this case, the SVG classes are not composed of beads.  And trying to 
compose them out of beads doesn't really make sense.

In Flash, function calls were really expensive compared to var access and the 
output SWF is usually compressed so doing the "if (parent)" check in several 
places seems like it should be the faster pattern with the least size penalty.  
In JS, I would expect similar tradeoffs of function call vs property access 
performance.  And in Royale, I think we measure size penalty by comparing the 
gzipped difference which should also be negligible in this case.

But if you think ahead, I wonder if eventually most of these same properties 
will start sprouting change event code to support binding.  If that's true, 
then these SVG classes can just dispatch change events and some other bead 
would take over the call to update the view at runtime.

Or maybe there is some other way to "inject" change event dispatching and 
runtime change detection.

Thoughts?
-Alex

On 9/25/19, 5:32 AM, "Harbs"  wrote:

Alex,

Do you want me to make these changes?

Harbs

> On Sep 24, 2019, at 8:33 PM, Harbs  wrote:
> 
> We can either use:
> updateView() which wraps if(parent)drawImpl()
> or we can write if(parent)drawImpl() in every case.
> 
> The former will have less code compiled in the application, but will have 
an extra function call.
> 
> Which one is more PAYG? Dunno. I tend to err on the side of less code.
> 
> If you feel strongly that the second way is better, I’ll be happy to 
change the code.
> 
> Harbs
> 
>> On Sep 24, 2019, at 7:11 PM, Alex Harui mailto:aha...@adobe.com.INVALID>> wrote:
>> 
>> This also seems not PAYG?
>> 
>> -Alex
>> 
>> On 9/24/19, 12:29 AM, "ha...@apache.org " 
mailto:ha...@apache.org>> wrote:
>> 
>>This is an automated email from the ASF dual-hosted git repository.
>> 
>>harbs pushed a commit to branch develop
>>in repository 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.gitdata=02%7C01%7Caharui%40adobe.com%7C5577febd96894a5dc0c708d741b46f8f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637050115536293698sdata=dZ9x3SOjs84NH%2BABe01fyBZ9eFohEX7OQiogYmvdK28%3Dreserved=0
 

>> 
>> 
>>The following commit(s) were added to refs/heads/develop by this push:
>> new b054a0a  Make values bindable
>>b054a0a is described below
>> 
>>commit b054a0a6e3a6131a9cf78b3e0358a2dc08d34bcf
>>Author: Harbs mailto:ha...@in-tools.com>>
>>AuthorDate: Tue Sep 24 10:29:22 2019 +0300
>> 
>>Make values bindable
>>---
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as   
 | 1 +
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Ellipse.as  
 | 4 
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Path.as 
 | 2 ++
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Rect.as 
 | 2 ++
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Text.as 
 | 1 +
>> 5 files changed, 10 insertions(+)
>> 
>>diff --git 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as
>>index f78fada..84984cb 100644
>>--- 
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as
>>+++ 
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as
>>@@ -60,6 +60,7 @@ package org.apache.royale.svg
>> public function set radius(value:Number):void
>> {
>> _radius = value;
>>+updateView();
>> }
>> 
>> COMPILE::JS
>>diff --git 

Build failed in Jenkins: royale-asjs_MXTests #1188

2019-09-25 Thread Apache Royale CI Server
See 


Changes:

[joshtynjala] RoyaleUnit: added Async.requireEvent() and Async.failOnEvent()

[joshtynjala] RoyaleUnit: fixed issue where assert error messages had expected 
and

--
[...truncated 1004.69 KB...]
[mxmlc] scanning for overrides: ObjectUtil
[mxmlc] scanning for overrides: SolidBorderUtil
[mxmlc] scanning for overrides: StringTrimmer
[mxmlc] scanning for overrides: StringUtil
[mxmlc] scanning for overrides: Timer
[mxmlc] scanning for overrides: UIUtils
[mxmlc] scanning for overrides: Effect
[mxmlc] scanning for overrides: Transition
[mxmlc] scanning for overrides: IFill
[mxmlc] scanning for overrides: SolidColor
[mxmlc] scanning for overrides: IExternalizable
[mxmlc] scanning for overrides: Proxy
[mxmlc] scanning for overrides: CursorBookmark
[mxmlc] scanning for overrides: ICollectionView
[mxmlc] scanning for overrides: IList
[mxmlc] scanning for overrides: IViewCursor
[mxmlc] scanning for overrides: ListCollectionView
[mxmlc] scanning for overrides: ListCollectionViewCursor
[mxmlc] scanning for overrides: ListCollectionViewBookmark
[mxmlc] scanning for overrides: ArrayCollection
[mxmlc] scanning for overrides: ArrayList
[mxmlc] scanning for overrides: XMLListCollection
[mxmlc] scanning for overrides: CanvasLayout
[mxmlc] scanning for overrides: Flex
[mxmlc] scanning for overrides: BoxDirection
[mxmlc] scanning for overrides: HBox
[mxmlc] scanning for overrides: PanelTitleBar
[mxmlc] scanning for overrides: DataGridColumn
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ISelectable
[mxmlc] scanning for overrides: CheckBox
[mxmlc] scanning for overrides: IFocusManagerComponent
[mxmlc] scanning for overrides: ComboBase
[mxmlc] scanning for overrides: ComboBox
[mxmlc] scanning for overrides: ScrollControlBase
[mxmlc] scanning for overrides: ListBase
[mxmlc] scanning for overrides: DataGrid
[mxmlc] scanning for overrides: DateField
[mxmlc] scanning for overrides: Label
[mxmlc] scanning for overrides: List
[mxmlc] scanning for overrides: MenuBar
[mxmlc] scanning for overrides: NumericStepper
[mxmlc] scanning for overrides: RadioButton
[mxmlc] scanning for overrides: RadioButtonGroup
[mxmlc] scanning for overrides: TextArea
[mxmlc] scanning for overrides: ITextInput
[mxmlc] scanning for overrides: TextInput
[mxmlc] scanning for overrides: ITextFieldFactory
[mxmlc] scanning for overrides: Singleton
[mxmlc] scanning for overrides: ItemClickEvent
[mxmlc] scanning for overrides: ListEvent
[mxmlc] scanning for overrides: MenuEvent
[mxmlc] scanning for overrides: MouseEvent
[mxmlc] scanning for overrides: PropertyChangeEventKind
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: IFocusManagerComplexComponent
[mxmlc] scanning for overrides: IFocusManagerGroup
[mxmlc] scanning for overrides: IResourceBundle
[mxmlc] scanning for overrides: ResourceManagerImpl
[mxmlc] scanning for overrides: ResourceModuleInfo
[mxmlc] scanning for overrides: ResourceEventDispatcher
[mxmlc] scanning for overrides: ResourceBundleProxy
[mxmlc] scanning for overrides: GroupBase
[mxmlc] scanning for overrides: SkinnableComponent
[mxmlc] scanning for overrides: ButtonBase
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ErrorArray
[mxmlc] scanning for overrides: RunCodeEvent
[mxmlc] scanning for overrides: PasswordInputBead
[mxmlc] scanning for overrides: ITileLayout
[mxmlc] scanning for overrides: TileLayout
[mxmlc] scanning for overrides: LocaleUtils
[mxmlc] scanning for overrides: StringPadder
[mxmlc] scanning for overrides: UIDUtil
[mxmlc] scanning for overrides: IStroke
[mxmlc] scanning for overrides: CursorError
[mxmlc] scanning for overrides: SortError
[mxmlc] scanning for overrides: ISort
[mxmlc] scanning for overrides: Sort
[mxmlc] scanning for overrides: IXMLNotifiable
[mxmlc] scanning for overrides: XMLListAdapter
[mxmlc] scanning for overrides: FlexChildInfo
[mxmlc] scanning for overrides: BaseListData
[mxmlc] scanning for overrides: IFactory
[mxmlc] scanning for overrides: IUITextField
[mxmlc] scanning for overrides: UITextField
[mxmlc] scanning for overrides: CollectionEvent
[mxmlc] scanning for overrides: CollectionEventKind
[mxmlc] scanning for overrides: LocaleSorter
[mxmlc] scanning for overrides: LocaleID
[mxmlc] scanning for overrides: LocaleRegistry
[mxmlc] scanning for overrides: ResourceBundle
[mxmlc] scanning for overrides: ArrayUtil
[mxmlc] scanning for overrides: StringUtil

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi Josh,

you're right, I have AIR_HOME in my .bash_profile set, since I left all env
vars set (flex, air, playerglobal, royale)
So,
- should I remove some more in addition to AIR_HOME?

additionally:

- Should I use the settings from Piotr too?
- Should I add -Dgenerate.swf.swcs=true and -DskipTests=true ?

thanks!



El mié., 25 sept. 2019 a las 23:03, Josh Tynjala ()
escribió:

> Carlos,
>
> Can you check to see if the AIR_HOME environment variable is set or not?
>
> If I'm understanding the logic in ApproveRoyale.xml, then you need to
> ensure that AIR_HOME is *NOT* set, unless you include -Duse-flash=true in
> your command. If AIR_HOME is set, then you should clear it. It may also be
> a good idea to clear both PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER too,
> just to be safe.
>
> --
> Josh Tynjala
> Bowler Hat LLC 
>
>
> On Wed, Sep 25, 2019 at 9:41 AM Carlos Rovira 
> wrote:
>
> > Hi,
> >
> > sorry to report that my try failed. I tried with clean .m2 and my own
> > settings.xml. Maybe I need to switch to the settings Piotr send to me?
> >
> > as well I used the instruction provided in email: ant -e -f
> > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> >
> >
> > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > MB/s)[INFO]
> > 
> >
> > [INFO] Reactor Build Order:
> >
> > [INFO]
> >
> > [INFO] Apache Royale: Compiler: Parent
> > [pom]
> >
> > [INFO] Apache Royale: Compiler: Compiler-Common
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Test Utils
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Externc
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Compiler
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Compiler-JX
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: SWFUtils
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Debugger
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: OEM Layer
> > [jar]
> >
> > [INFO] Apache Royale: Royale Ant Tasks
> > [jar]
> >
> > [INFO] Apache Royale: RoyaleUnit Ant Tasks
> > [jar]
> >
> > [INFO] Apache Royale: Royale Maven Plugin
> > [maven-plugin]
> >
> > [INFO]
> >
> > [INFO] -< org.apache.royale.compiler:royale-compiler-parent
> > >--
> >
> > [INFO] Building Apache Royale: Compiler: Parent 0.9.6
> > [1/12]
> >
> > [INFO] [ pom
> > ]-
> >
> > Downloading from apache-release:
> >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> >
> > Downloading from central:
> >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> >
> > [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0 is
> > missing, no dependency information available
> >
> > Downloading from apache-release:
> >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> >
> > Downloading from central:
> >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> >
> > [INFO]
> > 
> >
> > [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
> >
> > [INFO]
> >
> > [INFO] Apache Royale: Compiler: Parent  FAILURE [
> > 0.982 s]
> >
> > [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Externc ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
> >
> > [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
> >
> > [INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED
> >
> > [INFO] Apache Royale: Royale Maven Plugin . SKIPPED
> >
> > [INFO]
> > 
> >
> > [INFO] BUILD FAILURE
> >
> > [INFO]
> > 
> >
> > [INFO] Total time:  8.438 s
> >
> > [INFO] Finished at: 2019-09-25T18:35:49+02:00
> >
> > [INFO]
> > 
> >
> > [ERROR] Failed to execute goal on project royale-compiler-parent: Could
> not
> > resolve dependencies for project
> > org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not
> find
> > artifact com.adobe.flash.framework:playerglobal:swc:20.0 in
> apache-release
> > 

Re: [VOTE] Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
+1 (Binding)
Package
https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/apache-royale-0.9.6-src.tar.gz
Java 1.8
OS: Mac OS X x86_64 10.14.6
Source kit signatures match: y
Source kit builds: y
README is ok: y
RELEASE_NOTES is ok: y
NOTICE is ok: y
LICENSE is ok: y
No unapproved licenses or archives: y
No unapproved binaries: y

Package
https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/binaries/apache-royale-0.9.6-bin-js-swf.tar.gz
Binary kit signatures match: y
NOTICE is ok: y
LICENSE is ok: y
No unapproved licenses or archives in binary package: y
No unapproved binaries in binary package: y

--
Josh Tynjala
Bowler Hat LLC 


On Wed, Sep 25, 2019 at 7:23 AM Apache Royale CI Server <
apacheroyal...@gmail.com> wrote:

> Hi,
>
> This is the vote for the 0.9.6 release of Apache Royale.
>
> The release candidate can be found here;
> https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/
>
> Before voting please review the section,'What are the ASF requirements on
> approving a release?', at:
> http://www.apache.org/dev/release.html#approving-a-release
>
> At a minimum you would be expected to check that:
> - SHA and signed packages are correct
> - README, RELEASE_NOTES, NOTICE and LICENSE files are all fine
> - That the build script completes successfully
> - That you can compile and cross-compile a simple example using the SDK.
>
> The KEYS file is at https://dist.apache.org/repos/dist/release/royale/KEYS
>
> The source package is a combination of the 3 main Royale repos.
>
> To use the binary package, unzip it into a folder.  The -js package is
> ready-to-use in an IDE or command-line.  If you need SWF output, use the
> -js-swf package and use Apache Ant to run the InstallAdobeSDKs script via:
>   ant -f InstallAdobeSDKs.xml
>
> You may also get the binary packages via NPM.  The -js package can be
> installed via:
>
> npm install
> https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/binaries/apache-royale-0.9.6-bin-js.tar.gz
> -g
>
> The full package with SWF support can be installed via:
>
> npm install
> https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/binaries/apache-royale-0.9.6-bin-js-swf.tar.gz
> -g
>
> Maven artifacts are staged here:
> https://repository.apache.org/content/repositories/orgapacheroyale-1058
>
> Please vote to approve this release:
> +1 Approve the release
> -1 Disapprove the release (please provide specific comments to why)
>
> This vote will be open for 72 hours or until a result can be called.
>
> The vote passes if there is:
> - At least 3 +1 votes from the PMC
> - More positive votes than negative votes
>
> Remember that this is a 'beta-quality' release so expect there
> will be many bugs found.  IMO the goal is not to try to find and fix bugs
> in the RC, but to make sure we have the packaging right, and enough
> functionality that folks will have some success trying to use it.
>
> People who are not in PMC are also encouraged to test out the release and
> vote, although their votes will not be binding, they can influence how the
> PMC votes.
>
> When voting please indicate what OS, IDE, Flash Player version and AIR
> version you tested with.
>
> For your convenience, there is an ant script that automates the common
> steps to validate a release.  Instead of individually downloading the
> package and signature files, unzipping, etc, you can instead:
> 1) create an empty folder,
> 2) download into that folder this file:
> https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/ApproveRoyale.xml
> 3) run the script:
>ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
>If you want to test SWF support during the approval, use:
>ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> -Duse-flash=true
>
> You are not required to use this script, and more testing of the packages
> and build results are always encouraged.
>
> Please put all discussion about this release in the DISCUSSION thread not
> this VOTE thread.
>
> Thanks,
> Piotr


Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Josh Tynjala
Carlos,

Can you check to see if the AIR_HOME environment variable is set or not?

If I'm understanding the logic in ApproveRoyale.xml, then you need to
ensure that AIR_HOME is *NOT* set, unless you include -Duse-flash=true in
your command. If AIR_HOME is set, then you should clear it. It may also be
a good idea to clear both PLAYERGLOBAL_HOME and FLASHPLAYER_DEBUGGER too,
just to be safe.

--
Josh Tynjala
Bowler Hat LLC 


On Wed, Sep 25, 2019 at 9:41 AM Carlos Rovira 
wrote:

> Hi,
>
> sorry to report that my try failed. I tried with clean .m2 and my own
> settings.xml. Maybe I need to switch to the settings Piotr send to me?
>
> as well I used the instruction provided in email: ant -e -f
> ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
>
>
> ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> MB/s)[INFO]
> 
>
> [INFO] Reactor Build Order:
>
> [INFO]
>
> [INFO] Apache Royale: Compiler: Parent
> [pom]
>
> [INFO] Apache Royale: Compiler: Compiler-Common
> [jar]
>
> [INFO] Apache Royale: Compiler: Test Utils
> [jar]
>
> [INFO] Apache Royale: Compiler: Externc
> [jar]
>
> [INFO] Apache Royale: Compiler: Compiler
> [jar]
>
> [INFO] Apache Royale: Compiler: Compiler-JX
> [jar]
>
> [INFO] Apache Royale: Compiler: SWFUtils
> [jar]
>
> [INFO] Apache Royale: Compiler: Debugger
> [jar]
>
> [INFO] Apache Royale: Compiler: OEM Layer
> [jar]
>
> [INFO] Apache Royale: Royale Ant Tasks
> [jar]
>
> [INFO] Apache Royale: RoyaleUnit Ant Tasks
> [jar]
>
> [INFO] Apache Royale: Royale Maven Plugin
> [maven-plugin]
>
> [INFO]
>
> [INFO] -< org.apache.royale.compiler:royale-compiler-parent
> >--
>
> [INFO] Building Apache Royale: Compiler: Parent 0.9.6
> [1/12]
>
> [INFO] [ pom
> ]-
>
> Downloading from apache-release:
>
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
>
> Downloading from central:
>
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
>
> [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0 is
> missing, no dependency information available
>
> Downloading from apache-release:
>
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
>
> Downloading from central:
>
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
>
> [INFO]
> 
>
> [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
>
> [INFO]
>
> [INFO] Apache Royale: Compiler: Parent  FAILURE [
> 0.982 s]
>
> [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
>
> [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
>
> [INFO] Apache Royale: Compiler: Externc ... SKIPPED
>
> [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
>
> [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
>
> [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
>
> [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
>
> [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
>
> [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
>
> [INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED
>
> [INFO] Apache Royale: Royale Maven Plugin . SKIPPED
>
> [INFO]
> 
>
> [INFO] BUILD FAILURE
>
> [INFO]
> 
>
> [INFO] Total time:  8.438 s
>
> [INFO] Finished at: 2019-09-25T18:35:49+02:00
>
> [INFO]
> 
>
> [ERROR] Failed to execute goal on project royale-compiler-parent: Could not
> resolve dependencies for project
> org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not find
> artifact com.adobe.flash.framework:playerglobal:swc:20.0 in apache-release
> (
> https://repository.apache.org/content/repositories/releases) -> [Help 1]
>
> [ERROR]
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
> [ERROR]
>
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
>
> [ERROR] [Help 1]
>
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>
>
> BUILD FAILED
>
> /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:778: The following
> error occurred while executing this line:
>
> /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:801: exec 

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Let's wait to Alex, I suppose something was not working as expected with
the changes he did yesterday to solve this issue.

El mié., 25 sept. 2019 a las 22:57, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> Carlos,
>
> I can only propose copy player global in appropriate place and try again. I
> have no idea how to resolve your problem.
>
> Thanks,
> Piotr
>
>
> On Wed, Sep 25, 2019, 10:37 PM Carlos Rovira 
> wrote:
>
> > Hi, yes, I copied in the RC2 thread what was appearing
> >
> > btw, I tried again adding the proposed commands with no luck. The fail is
> > the same as before:
> >
> > Downloading from central:
> >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> >
> > [INFO]
> > 
> >
> > [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
> >
> > [INFO]
> >
> > [INFO] Apache Royale: Compiler: Parent  FAILURE [
> > 0.953 s]
> >
> > [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Externc ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
> >
> > [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
> >
> > [INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED
> >
> > [INFO] Apache Royale: Royale Maven Plugin . SKIPPED
> >
> > [INFO]
> > 
> >
> > [INFO] BUILD FAILURE
> >
> > [INFO]
> > 
> >
> > [INFO] Total time:  8.704 s
> >
> > [INFO] Finished at: 2019-09-25T21:00:22+02:00
> >
> > [INFO]
> > 
> >
> > [ERROR] Failed to execute goal on project royale-compiler-parent: Could
> not
> > resolve dependencies for project
> > org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not
> find
> > artifact com.adobe.flash.framework:playerglobal:swc:20.0 in
> apache-release
> > (
> > https://repository.apache.org/content/repositories/releases) -> [Help 1]
> >
> > [ERROR]
> >
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> >
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >
> > [ERROR]
> >
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> >
> > [ERROR] [Help 1]
> >
> >
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> >
> >
> > BUILD FAILED
> >
> > /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:778: The
> following
> > error occurred while executing this line:
> >
> > /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:801: exec
> returned:
> > 1
> >
> >
> > Total time: 28 minutes 57 seconds
> >
> >
> >
> >
> >
> > El mié., 25 sept. 2019 a las 21:27, Piotr Zarzycki (<
> > piotrzarzyck...@gmail.com>) escribió:
> >
> > > By endless loop you mean that script cannot download playerglobal -
> > Asking
> > > for the license?
> > >
> > > On Wed, Sep 25, 2019, 8:25 PM Carlos Rovira 
> > > wrote:
> > >
> > > > Hi
> > > > I tried in the meanwhile with your settings and enter in the endless
> > loop
> > > > as in RC2
> > > >
> > > > I'll try to run now adding that to the command and report back
> > > >
> > > >
> > > > El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
> > > > piotrzarzyck...@gmail.com>) escribió:
> > > >
> > > > > The same issue as it was previously. You are missing playerglobal
> - I
> > > > don't
> > > > > know why at all. You can try to switch to my settings - don't
> forget
> > > > update
> > > > > link to maven artifacts in it.
> > > > >
> > > > > I'm not sure also but maybe you should try to run approve script
> with
> > > > this
> > > > > one: -Dgenerate.swf.swcs=true and -DskipTests=true.
> > > > >
> > > > > śr., 25 wrz 2019 o 18:41 Carlos Rovira 
> > > > > napisał(a):
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > sorry to report that my try failed. I tried with clean .m2 and my
> > own
> > > > > > settings.xml. Maybe I need to switch to the settings Piotr send
> to
> > > me?
> > > > > >
> > > > > > as well I used the instruction provided in email: ant -e -f
> > > > > > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> > > > > >
> > > > > >
> > > > > > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > > > > > MB/s)[INFO]
> > > > > >
> > > >
> > 

[DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
Carlos,

I can only propose copy player global in appropriate place and try again. I
have no idea how to resolve your problem.

Thanks,
Piotr


On Wed, Sep 25, 2019, 10:37 PM Carlos Rovira 
wrote:

> Hi, yes, I copied in the RC2 thread what was appearing
>
> btw, I tried again adding the proposed commands with no luck. The fail is
> the same as before:
>
> Downloading from central:
>
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
>
> [INFO]
> 
>
> [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
>
> [INFO]
>
> [INFO] Apache Royale: Compiler: Parent  FAILURE [
> 0.953 s]
>
> [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
>
> [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
>
> [INFO] Apache Royale: Compiler: Externc ... SKIPPED
>
> [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
>
> [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
>
> [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
>
> [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
>
> [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
>
> [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
>
> [INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED
>
> [INFO] Apache Royale: Royale Maven Plugin . SKIPPED
>
> [INFO]
> 
>
> [INFO] BUILD FAILURE
>
> [INFO]
> 
>
> [INFO] Total time:  8.704 s
>
> [INFO] Finished at: 2019-09-25T21:00:22+02:00
>
> [INFO]
> 
>
> [ERROR] Failed to execute goal on project royale-compiler-parent: Could not
> resolve dependencies for project
> org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not find
> artifact com.adobe.flash.framework:playerglobal:swc:20.0 in apache-release
> (
> https://repository.apache.org/content/repositories/releases) -> [Help 1]
>
> [ERROR]
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
> [ERROR]
>
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
>
> [ERROR] [Help 1]
>
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>
>
> BUILD FAILED
>
> /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:778: The following
> error occurred while executing this line:
>
> /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:801: exec returned:
> 1
>
>
> Total time: 28 minutes 57 seconds
>
>
>
>
>
> El mié., 25 sept. 2019 a las 21:27, Piotr Zarzycki (<
> piotrzarzyck...@gmail.com>) escribió:
>
> > By endless loop you mean that script cannot download playerglobal -
> Asking
> > for the license?
> >
> > On Wed, Sep 25, 2019, 8:25 PM Carlos Rovira 
> > wrote:
> >
> > > Hi
> > > I tried in the meanwhile with your settings and enter in the endless
> loop
> > > as in RC2
> > >
> > > I'll try to run now adding that to the command and report back
> > >
> > >
> > > El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
> > > piotrzarzyck...@gmail.com>) escribió:
> > >
> > > > The same issue as it was previously. You are missing playerglobal - I
> > > don't
> > > > know why at all. You can try to switch to my settings - don't forget
> > > update
> > > > link to maven artifacts in it.
> > > >
> > > > I'm not sure also but maybe you should try to run approve script with
> > > this
> > > > one: -Dgenerate.swf.swcs=true and -DskipTests=true.
> > > >
> > > > śr., 25 wrz 2019 o 18:41 Carlos Rovira 
> > > > napisał(a):
> > > >
> > > > > Hi,
> > > > >
> > > > > sorry to report that my try failed. I tried with clean .m2 and my
> own
> > > > > settings.xml. Maybe I need to switch to the settings Piotr send to
> > me?
> > > > >
> > > > > as well I used the instruction provided in email: ant -e -f
> > > > > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> > > > >
> > > > >
> > > > > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > > > > MB/s)[INFO]
> > > > >
> > >
> 
> > > > >
> > > > > [INFO] Reactor Build Order:
> > > > >
> > > > > [INFO]
> > > > >
> > > > > [INFO] Apache Royale: Compiler: Parent
> > > > > [pom]
> > > > >
> > > > > [INFO] Apache Royale: Compiler: Compiler-Common
> > > > > [jar]
> > > > >
> > > > > [INFO] Apache Royale: Compiler: Test Utils
> > > > > [jar]
> > > > >
> > > > > [INFO] Apache Royale: Compiler: Externc
> > > > > [jar]
> > > > >
> > > > > [INFO] Apache Royale: Compiler: Compiler
> > > > > [jar]
> > > > >
> > > > > [INFO] 

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi, yes, I copied in the RC2 thread what was appearing

btw, I tried again adding the proposed commands with no luck. The fail is
the same as before:

Downloading from central:
https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc

[INFO]


[INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:

[INFO]

[INFO] Apache Royale: Compiler: Parent  FAILURE [
0.953 s]

[INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED

[INFO] Apache Royale: Compiler: Test Utils  SKIPPED

[INFO] Apache Royale: Compiler: Externc ... SKIPPED

[INFO] Apache Royale: Compiler: Compiler .. SKIPPED

[INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED

[INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED

[INFO] Apache Royale: Compiler: Debugger .. SKIPPED

[INFO] Apache Royale: Compiler: OEM Layer . SKIPPED

[INFO] Apache Royale: Royale Ant Tasks  SKIPPED

[INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED

[INFO] Apache Royale: Royale Maven Plugin . SKIPPED

[INFO]


[INFO] BUILD FAILURE

[INFO]


[INFO] Total time:  8.704 s

[INFO] Finished at: 2019-09-25T21:00:22+02:00

[INFO]


[ERROR] Failed to execute goal on project royale-compiler-parent: Could not
resolve dependencies for project
org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not find
artifact com.adobe.flash.framework:playerglobal:swc:20.0 in apache-release (
https://repository.apache.org/content/repositories/releases) -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions,
please read the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


BUILD FAILED

/Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:778: The following
error occurred while executing this line:

/Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:801: exec returned:
1


Total time: 28 minutes 57 seconds





El mié., 25 sept. 2019 a las 21:27, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> By endless loop you mean that script cannot download playerglobal - Asking
> for the license?
>
> On Wed, Sep 25, 2019, 8:25 PM Carlos Rovira 
> wrote:
>
> > Hi
> > I tried in the meanwhile with your settings and enter in the endless loop
> > as in RC2
> >
> > I'll try to run now adding that to the command and report back
> >
> >
> > El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
> > piotrzarzyck...@gmail.com>) escribió:
> >
> > > The same issue as it was previously. You are missing playerglobal - I
> > don't
> > > know why at all. You can try to switch to my settings - don't forget
> > update
> > > link to maven artifacts in it.
> > >
> > > I'm not sure also but maybe you should try to run approve script with
> > this
> > > one: -Dgenerate.swf.swcs=true and -DskipTests=true.
> > >
> > > śr., 25 wrz 2019 o 18:41 Carlos Rovira 
> > > napisał(a):
> > >
> > > > Hi,
> > > >
> > > > sorry to report that my try failed. I tried with clean .m2 and my own
> > > > settings.xml. Maybe I need to switch to the settings Piotr send to
> me?
> > > >
> > > > as well I used the instruction provided in email: ant -e -f
> > > > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> > > >
> > > >
> > > > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > > > MB/s)[INFO]
> > > >
> > 
> > > >
> > > > [INFO] Reactor Build Order:
> > > >
> > > > [INFO]
> > > >
> > > > [INFO] Apache Royale: Compiler: Parent
> > > > [pom]
> > > >
> > > > [INFO] Apache Royale: Compiler: Compiler-Common
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Compiler: Test Utils
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Compiler: Externc
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Compiler: Compiler
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Compiler: Compiler-JX
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Compiler: SWFUtils
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Compiler: Debugger
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Compiler: OEM Layer
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Royale Ant Tasks
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: RoyaleUnit Ant Tasks
> > > > [jar]
> > > >
> > > > [INFO] Apache Royale: Royale Maven Plugin
> > > > [maven-plugin]
> > 

New apache-royale questions for Sep 25 - Stack Exchange

2019-09-25 Thread Stack Exchange
***1 new question in [ApacheRoyale Tag Notifications 
filter]()
 on stackexchange.com***


[How to style Button with Apache 
Royale]()

Playing with exemples located in 
apache-royale-0.9.6-bin-js\royale-asjs\examples, I tried to change background 
or font color of a Button. So, I found an exemple of how to use style for 
js|TextButton, ...

Tagged: button

by [Fred]() on 






[Unsubscribe from this 
filter]()
 or change your email preferences by visitingyour [filter subscriptions page on 
stackexchange.com]().

If you no longer want to receive mail from Stack Exchange, unsubscribe from all 
stackexchange.com emails 

Questions? Comments? Let us know on our feedback site at 
.

Stack Exchange, Inc. 110 William St, 28th Floor, NY NY 10038



[DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
By endless loop you mean that script cannot download playerglobal - Asking
for the license?

On Wed, Sep 25, 2019, 8:25 PM Carlos Rovira  wrote:

> Hi
> I tried in the meanwhile with your settings and enter in the endless loop
> as in RC2
>
> I'll try to run now adding that to the command and report back
>
>
> El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
> piotrzarzyck...@gmail.com>) escribió:
>
> > The same issue as it was previously. You are missing playerglobal - I
> don't
> > know why at all. You can try to switch to my settings - don't forget
> update
> > link to maven artifacts in it.
> >
> > I'm not sure also but maybe you should try to run approve script with
> this
> > one: -Dgenerate.swf.swcs=true and -DskipTests=true.
> >
> > śr., 25 wrz 2019 o 18:41 Carlos Rovira 
> > napisał(a):
> >
> > > Hi,
> > >
> > > sorry to report that my try failed. I tried with clean .m2 and my own
> > > settings.xml. Maybe I need to switch to the settings Piotr send to me?
> > >
> > > as well I used the instruction provided in email: ant -e -f
> > > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> > >
> > >
> > > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > > MB/s)[INFO]
> > >
> 
> > >
> > > [INFO] Reactor Build Order:
> > >
> > > [INFO]
> > >
> > > [INFO] Apache Royale: Compiler: Parent
> > > [pom]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-Common
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Test Utils
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Externc
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-JX
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: SWFUtils
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: Debugger
> > > [jar]
> > >
> > > [INFO] Apache Royale: Compiler: OEM Layer
> > > [jar]
> > >
> > > [INFO] Apache Royale: Royale Ant Tasks
> > > [jar]
> > >
> > > [INFO] Apache Royale: RoyaleUnit Ant Tasks
> > > [jar]
> > >
> > > [INFO] Apache Royale: Royale Maven Plugin
> > > [maven-plugin]
> > >
> > > [INFO]
> > >
> > > [INFO] -< org.apache.royale.compiler:royale-compiler-parent
> > > >--
> > >
> > > [INFO] Building Apache Royale: Compiler: Parent 0.9.6
> > > [1/12]
> > >
> > > [INFO] [ pom
> > > ]-
> > >
> > > Downloading from apache-release:
> > >
> > >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> > >
> > > Downloading from central:
> > >
> > >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> > >
> > > [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0
> is
> > > missing, no dependency information available
> > >
> > > Downloading from apache-release:
> > >
> > >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> > >
> > > Downloading from central:
> > >
> > >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> > >
> > > [INFO]
> > >
> 
> > >
> > > [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
> > >
> > > [INFO]
> > >
> > > [INFO] Apache Royale: Compiler: Parent  FAILURE [
> > > 0.982 s]
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Externc ... SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
> > >
> > > [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
> > >
> > > [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
> > >
> > > [INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED
> > >
> > > [INFO] Apache Royale: Royale Maven Plugin . SKIPPED
> > >
> > > [INFO]
> > >
> 
> > >
> > > [INFO] BUILD FAILURE
> > >
> > > [INFO]
> > >
> 
> > >
> > > [INFO] Total time:  8.438 s
> > >
> > > [INFO] Finished at: 2019-09-25T18:35:49+02:00
> > >
> > > [INFO]
> > >
> 
> > >
> > > [ERROR] Failed to execute goal on project royale-compiler-parent: Could
> > not
> > > resolve 

Build failed in Jenkins: royale-asjs_MXTests #1187

2019-09-25 Thread Apache Royale CI Server
See 


Changes:

[joshtynjala] RoyaleUnit: [BeforeClass] and [AfterClass] metadata must be added 
to

[joshtynjala] RoyaleUnit: stricter detection of [Before], [After], 
[BeforeClass],

[joshtynjala] RoyaleUnit: supports expected attribute in [Test] metadata to 
detect

--
[...truncated 1004.20 KB...]
[mxmlc] scanning for overrides: ObjectUtil
[mxmlc] scanning for overrides: SolidBorderUtil
[mxmlc] scanning for overrides: StringTrimmer
[mxmlc] scanning for overrides: StringUtil
[mxmlc] scanning for overrides: Timer
[mxmlc] scanning for overrides: UIUtils
[mxmlc] scanning for overrides: Effect
[mxmlc] scanning for overrides: Transition
[mxmlc] scanning for overrides: IFill
[mxmlc] scanning for overrides: SolidColor
[mxmlc] scanning for overrides: IExternalizable
[mxmlc] scanning for overrides: Proxy
[mxmlc] scanning for overrides: CursorBookmark
[mxmlc] scanning for overrides: ICollectionView
[mxmlc] scanning for overrides: IList
[mxmlc] scanning for overrides: IViewCursor
[mxmlc] scanning for overrides: ListCollectionView
[mxmlc] scanning for overrides: ListCollectionViewCursor
[mxmlc] scanning for overrides: ListCollectionViewBookmark
[mxmlc] scanning for overrides: ArrayCollection
[mxmlc] scanning for overrides: ArrayList
[mxmlc] scanning for overrides: XMLListCollection
[mxmlc] scanning for overrides: CanvasLayout
[mxmlc] scanning for overrides: Flex
[mxmlc] scanning for overrides: BoxDirection
[mxmlc] scanning for overrides: HBox
[mxmlc] scanning for overrides: PanelTitleBar
[mxmlc] scanning for overrides: DataGridColumn
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ISelectable
[mxmlc] scanning for overrides: CheckBox
[mxmlc] scanning for overrides: IFocusManagerComponent
[mxmlc] scanning for overrides: ComboBase
[mxmlc] scanning for overrides: ComboBox
[mxmlc] scanning for overrides: ScrollControlBase
[mxmlc] scanning for overrides: ListBase
[mxmlc] scanning for overrides: DataGrid
[mxmlc] scanning for overrides: DateField
[mxmlc] scanning for overrides: Label
[mxmlc] scanning for overrides: List
[mxmlc] scanning for overrides: MenuBar
[mxmlc] scanning for overrides: NumericStepper
[mxmlc] scanning for overrides: RadioButton
[mxmlc] scanning for overrides: RadioButtonGroup
[mxmlc] scanning for overrides: TextArea
[mxmlc] scanning for overrides: ITextInput
[mxmlc] scanning for overrides: TextInput
[mxmlc] scanning for overrides: ITextFieldFactory
[mxmlc] scanning for overrides: Singleton
[mxmlc] scanning for overrides: ItemClickEvent
[mxmlc] scanning for overrides: ListEvent
[mxmlc] scanning for overrides: MenuEvent
[mxmlc] scanning for overrides: MouseEvent
[mxmlc] scanning for overrides: PropertyChangeEventKind
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: Matrix
[mxmlc] scanning for overrides: IFocusManagerComplexComponent
[mxmlc] scanning for overrides: IFocusManagerGroup
[mxmlc] scanning for overrides: IResourceBundle
[mxmlc] scanning for overrides: ResourceManagerImpl
[mxmlc] scanning for overrides: ResourceModuleInfo
[mxmlc] scanning for overrides: ResourceEventDispatcher
[mxmlc] scanning for overrides: ResourceBundleProxy
[mxmlc] scanning for overrides: GroupBase
[mxmlc] scanning for overrides: SkinnableComponent
[mxmlc] scanning for overrides: ButtonBase
[mxmlc] scanning for overrides: Button
[mxmlc] scanning for overrides: ErrorArray
[mxmlc] scanning for overrides: RunCodeEvent
[mxmlc] scanning for overrides: PasswordInputBead
[mxmlc] scanning for overrides: ITileLayout
[mxmlc] scanning for overrides: TileLayout
[mxmlc] scanning for overrides: LocaleUtils
[mxmlc] scanning for overrides: StringPadder
[mxmlc] scanning for overrides: UIDUtil
[mxmlc] scanning for overrides: IStroke
[mxmlc] scanning for overrides: CursorError
[mxmlc] scanning for overrides: SortError
[mxmlc] scanning for overrides: ISort
[mxmlc] scanning for overrides: Sort
[mxmlc] scanning for overrides: IXMLNotifiable
[mxmlc] scanning for overrides: XMLListAdapter
[mxmlc] scanning for overrides: FlexChildInfo
[mxmlc] scanning for overrides: BaseListData
[mxmlc] scanning for overrides: IFactory
[mxmlc] scanning for overrides: IUITextField
[mxmlc] scanning for overrides: UITextField
[mxmlc] scanning for overrides: CollectionEvent
[mxmlc] scanning for overrides: CollectionEventKind
[mxmlc] scanning for overrides: LocaleSorter
[mxmlc] scanning for overrides: LocaleID
[mxmlc] scanning for overrides: LocaleRegistry
[mxmlc] scanning for overrides: ResourceBundle

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi
I tried in the meanwhile with your settings and enter in the endless loop
as in RC2

I'll try to run now adding that to the command and report back


El mié., 25 sept. 2019 a las 18:59, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> The same issue as it was previously. You are missing playerglobal - I don't
> know why at all. You can try to switch to my settings - don't forget update
> link to maven artifacts in it.
>
> I'm not sure also but maybe you should try to run approve script with this
> one: -Dgenerate.swf.swcs=true and -DskipTests=true.
>
> śr., 25 wrz 2019 o 18:41 Carlos Rovira 
> napisał(a):
>
> > Hi,
> >
> > sorry to report that my try failed. I tried with clean .m2 and my own
> > settings.xml. Maybe I need to switch to the settings Piotr send to me?
> >
> > as well I used the instruction provided in email: ant -e -f
> > ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
> >
> >
> > ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> > MB/s)[INFO]
> > 
> >
> > [INFO] Reactor Build Order:
> >
> > [INFO]
> >
> > [INFO] Apache Royale: Compiler: Parent
> > [pom]
> >
> > [INFO] Apache Royale: Compiler: Compiler-Common
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Test Utils
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Externc
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Compiler
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Compiler-JX
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: SWFUtils
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: Debugger
> > [jar]
> >
> > [INFO] Apache Royale: Compiler: OEM Layer
> > [jar]
> >
> > [INFO] Apache Royale: Royale Ant Tasks
> > [jar]
> >
> > [INFO] Apache Royale: RoyaleUnit Ant Tasks
> > [jar]
> >
> > [INFO] Apache Royale: Royale Maven Plugin
> > [maven-plugin]
> >
> > [INFO]
> >
> > [INFO] -< org.apache.royale.compiler:royale-compiler-parent
> > >--
> >
> > [INFO] Building Apache Royale: Compiler: Parent 0.9.6
> > [1/12]
> >
> > [INFO] [ pom
> > ]-
> >
> > Downloading from apache-release:
> >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> >
> > Downloading from central:
> >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
> >
> > [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0 is
> > missing, no dependency information available
> >
> > Downloading from apache-release:
> >
> >
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> >
> > Downloading from central:
> >
> >
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
> >
> > [INFO]
> > 
> >
> > [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
> >
> > [INFO]
> >
> > [INFO] Apache Royale: Compiler: Parent  FAILURE [
> > 0.982 s]
> >
> > [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Externc ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
> >
> > [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
> >
> > [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
> >
> > [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
> >
> > [INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED
> >
> > [INFO] Apache Royale: Royale Maven Plugin . SKIPPED
> >
> > [INFO]
> > 
> >
> > [INFO] BUILD FAILURE
> >
> > [INFO]
> > 
> >
> > [INFO] Total time:  8.438 s
> >
> > [INFO] Finished at: 2019-09-25T18:35:49+02:00
> >
> > [INFO]
> > 
> >
> > [ERROR] Failed to execute goal on project royale-compiler-parent: Could
> not
> > resolve dependencies for project
> > org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not
> find
> > artifact com.adobe.flash.framework:playerglobal:swc:20.0 in
> apache-release
> > (
> > https://repository.apache.org/content/repositories/releases) -> [Help 1]
> >
> > [ERROR]
> >
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> >
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> >
> > [ERROR]
> >
> > 

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

2019-09-25 Thread Apache Royale CI Server
See 




RemoteObject y addEventListener SyntaxError

2019-09-25 Thread Maria Jose Esteve

Hello,
I am migrating a wrapper between my app. flex and the backend (AMF - FluorineFX 
- .net). (Apache Flex - works ok)
I cannot add the listener of the result of any method. I compile well but when 
I run it gives me an error.

This is the wrapper ...

package flexfx.wpl
{
...
import mx.collections.ArrayCollection;
import mx.core.FlexGlobals;
import mx.messaging.Channel;
import mx.messaging.ChannelSet;
import mx.messaging.channels.AMFChannel;
import mx.messaging.channels.SecureAMFChannel;
import mx.messaging.config.ServerConfig;
import mx.rpc.AsyncToken;
import mx.rpc.IResponder;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
import mx.rpc.remoting.RemoteObject;

import flexfx.wpl.wplNetPrModel;
import flexfx.wpl.vo.CTypeUser;
import flexfx.wpl.voPres.CTypeModelVecIni;
import flexfx.wpl.voPres.CTypeParNotiPres;

public class wplNetPr
{
  private var remoteObject:RemoteObject;
   [Bindable]public var model:wplNetPrModel;
   private var Glb:GlobalVars=GlobalVars.getInstance()
   private var Gnr:General = General.getInstance();
...
  public function wplNetPr( modelo:wplNetPrModel = null )
  {
   var channelSet:ChannelSet = new ChannelSet();
   var channel:Channel;

   if (modelo.isSecure){
  modelo.destination = "fluorineSecure";
  channel = new 
SecureAMFChannel(null,"Gateway.aspx");
   }else{
  modelo.destination = "fluorine";
  channel = new AMFChannel(null,"Gateway.aspx");
   }

   channelSet.addChannel(channel);
   remoteObject  = new RemoteObject(modelo.destination);
   remoteObject.requestTimeout = -1;
   remoteObject.showBusyCursor = true;
   remoteObject.source = "flexfx.wpl.wplNet";
   remoteObject.channelSet = channelSet;

   this.model = modelo
  [ERROR]   
remoteObject.GetVersion.addEventListener("result",GetVersionHandler);
   
remoteObject.inicializar.addEventListener("result",inicializarHandler);
   remoteObject.addEventListener("fault", onFault);
...

SyntaxError: Unexpected token ';'
TypeError: this.flexfx_wpl_wplNetPr_remoteObject.getProperty(...).callProperty 
is not a function
at new flexfx.wpl.wplNetPr 
(h:\Proyectos\TestFluorine\src\main\royale\flexfx\wpl\wplNetPr.as:67:29)
at AppWPNet.AppWPNet_AppComplet 
(h:\Proyectos\TestFluorine\src\main\royale\AppWPNet.mxml:54:14)
at AppWPNet.$EH1 
(h:\Proyectos\TestFluorine\src\main\royale\AppWPNet.mxml:7:28)
at AppWPNet.goog.events.EventTarget.fireListeners 
(h:\Proyectos\TestFluorine\bin\js-debug\library\closure\goog\events\eventtarget.js:284:24)
at Function.goog.events.EventTarget.dispatchEventInternal_ 
(h:\Proyectos\TestFluorine\bin\js-debug\library\closure\goog\events\eventtarget.js:381:27)
at AppWPNet.goog.events.EventTarget.dispatchEvent 
(h:\Proyectos\TestFluorine\bin\js-debug\library\closure\goog\events\eventtarget.js:196:35)
at AppWPNet.org.apache.royale.events.EventDispatcher.dispatchEvent 
(h:\Proyectos\TestFluorine\bin\js-debug\org\apache\royale\events\EventDispatcher.js:71:80)
at AppWPNet.org.apache.royale.core.HTMLElementWrapper.dispatchEvent 
(h:\Proyectos\TestFluorine\bin\js-debug\org\apache\royale\core\HTMLElementWrapper.js:245:81)
at AppWPNet.org.apache.royale.jewel.Application.initialize 
(h:\Proyectos\TestFluorine\bin\js-debug\org\apache\royale\jewel\Application.js:304:9)
at AppWPNet.org.apache.royale.jewel.Application.start 
(h:\Proyectos\TestFluorine\bin\js-debug\org\apache\royale\jewel\Application.js:264:11)
...

I have no idea what happens, can you give me a hand?
Thank you.

M.José



Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
The same issue as it was previously. You are missing playerglobal - I don't
know why at all. You can try to switch to my settings - don't forget update
link to maven artifacts in it.

I'm not sure also but maybe you should try to run approve script with this
one: -Dgenerate.swf.swcs=true and -DskipTests=true.

śr., 25 wrz 2019 o 18:41 Carlos Rovira  napisał(a):

> Hi,
>
> sorry to report that my try failed. I tried with clean .m2 and my own
> settings.xml. Maybe I need to switch to the settings Piotr send to me?
>
> as well I used the instruction provided in email: ant -e -f
> ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
>
>
> ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
> MB/s)[INFO]
> 
>
> [INFO] Reactor Build Order:
>
> [INFO]
>
> [INFO] Apache Royale: Compiler: Parent
> [pom]
>
> [INFO] Apache Royale: Compiler: Compiler-Common
> [jar]
>
> [INFO] Apache Royale: Compiler: Test Utils
> [jar]
>
> [INFO] Apache Royale: Compiler: Externc
> [jar]
>
> [INFO] Apache Royale: Compiler: Compiler
> [jar]
>
> [INFO] Apache Royale: Compiler: Compiler-JX
> [jar]
>
> [INFO] Apache Royale: Compiler: SWFUtils
> [jar]
>
> [INFO] Apache Royale: Compiler: Debugger
> [jar]
>
> [INFO] Apache Royale: Compiler: OEM Layer
> [jar]
>
> [INFO] Apache Royale: Royale Ant Tasks
> [jar]
>
> [INFO] Apache Royale: RoyaleUnit Ant Tasks
> [jar]
>
> [INFO] Apache Royale: Royale Maven Plugin
> [maven-plugin]
>
> [INFO]
>
> [INFO] -< org.apache.royale.compiler:royale-compiler-parent
> >--
>
> [INFO] Building Apache Royale: Compiler: Parent 0.9.6
> [1/12]
>
> [INFO] [ pom
> ]-
>
> Downloading from apache-release:
>
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
>
> Downloading from central:
>
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom
>
> [WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0 is
> missing, no dependency information available
>
> Downloading from apache-release:
>
> https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
>
> Downloading from central:
>
> https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc
>
> [INFO]
> 
>
> [INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:
>
> [INFO]
>
> [INFO] Apache Royale: Compiler: Parent  FAILURE [
> 0.982 s]
>
> [INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED
>
> [INFO] Apache Royale: Compiler: Test Utils  SKIPPED
>
> [INFO] Apache Royale: Compiler: Externc ... SKIPPED
>
> [INFO] Apache Royale: Compiler: Compiler .. SKIPPED
>
> [INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED
>
> [INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED
>
> [INFO] Apache Royale: Compiler: Debugger .. SKIPPED
>
> [INFO] Apache Royale: Compiler: OEM Layer . SKIPPED
>
> [INFO] Apache Royale: Royale Ant Tasks  SKIPPED
>
> [INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED
>
> [INFO] Apache Royale: Royale Maven Plugin . SKIPPED
>
> [INFO]
> 
>
> [INFO] BUILD FAILURE
>
> [INFO]
> 
>
> [INFO] Total time:  8.438 s
>
> [INFO] Finished at: 2019-09-25T18:35:49+02:00
>
> [INFO]
> 
>
> [ERROR] Failed to execute goal on project royale-compiler-parent: Could not
> resolve dependencies for project
> org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not find
> artifact com.adobe.flash.framework:playerglobal:swc:20.0 in apache-release
> (
> https://repository.apache.org/content/repositories/releases) -> [Help 1]
>
> [ERROR]
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
> [ERROR]
>
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
>
> [ERROR] [Help 1]
>
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>
>
> BUILD FAILED
>
> /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:778: The following
> error occurred while executing this line:
>
> /Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:801: exec returned:
> 1
>
>
> Total time: 27 minutes 17 seconds
>
> macbookpro:testrc3 carlosrovira$
>
>
> El mié., 25 sept. 2019 a las 17:56, Piotr Zarzycki 

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi,

sorry to report that my try failed. I tried with clean .m2 and my own
settings.xml. Maybe I need to switch to the settings Piotr send to me?

as well I used the instruction provided in email: ant -e -f
ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3


ache.org/maven2/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 2.7
MB/s)[INFO]


[INFO] Reactor Build Order:

[INFO]

[INFO] Apache Royale: Compiler: Parent
[pom]

[INFO] Apache Royale: Compiler: Compiler-Common
[jar]

[INFO] Apache Royale: Compiler: Test Utils
[jar]

[INFO] Apache Royale: Compiler: Externc
[jar]

[INFO] Apache Royale: Compiler: Compiler
[jar]

[INFO] Apache Royale: Compiler: Compiler-JX
[jar]

[INFO] Apache Royale: Compiler: SWFUtils
[jar]

[INFO] Apache Royale: Compiler: Debugger
[jar]

[INFO] Apache Royale: Compiler: OEM Layer
[jar]

[INFO] Apache Royale: Royale Ant Tasks
[jar]

[INFO] Apache Royale: RoyaleUnit Ant Tasks
[jar]

[INFO] Apache Royale: Royale Maven Plugin
[maven-plugin]

[INFO]

[INFO] -< org.apache.royale.compiler:royale-compiler-parent
>--

[INFO] Building Apache Royale: Compiler: Parent 0.9.6
[1/12]

[INFO] [ pom
]-

Downloading from apache-release:
https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom

Downloading from central:
https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.pom

[WARNING] The POM for com.adobe.flash.framework:playerglobal:swc:20.0 is
missing, no dependency information available

Downloading from apache-release:
https://repository.apache.org/content/repositories/releases/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc

Downloading from central:
https://repo.maven.apache.org/maven2/com/adobe/flash/framework/playerglobal/20.0/playerglobal-20.0.swc

[INFO]


[INFO] Reactor Summary for Apache Royale: Compiler: Parent 0.9.6:

[INFO]

[INFO] Apache Royale: Compiler: Parent  FAILURE [
0.982 s]

[INFO] Apache Royale: Compiler: Compiler-Common ... SKIPPED

[INFO] Apache Royale: Compiler: Test Utils  SKIPPED

[INFO] Apache Royale: Compiler: Externc ... SKIPPED

[INFO] Apache Royale: Compiler: Compiler .. SKIPPED

[INFO] Apache Royale: Compiler: Compiler-JX ... SKIPPED

[INFO] Apache Royale: Compiler: SWFUtils .. SKIPPED

[INFO] Apache Royale: Compiler: Debugger .. SKIPPED

[INFO] Apache Royale: Compiler: OEM Layer . SKIPPED

[INFO] Apache Royale: Royale Ant Tasks  SKIPPED

[INFO] Apache Royale: RoyaleUnit Ant Tasks  SKIPPED

[INFO] Apache Royale: Royale Maven Plugin . SKIPPED

[INFO]


[INFO] BUILD FAILURE

[INFO]


[INFO] Total time:  8.438 s

[INFO] Finished at: 2019-09-25T18:35:49+02:00

[INFO]


[ERROR] Failed to execute goal on project royale-compiler-parent: Could not
resolve dependencies for project
org.apache.royale.compiler:royale-compiler-parent:pom:0.9.6: Could not find
artifact com.adobe.flash.framework:playerglobal:swc:20.0 in apache-release (
https://repository.apache.org/content/repositories/releases) -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions,
please read the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


BUILD FAILED

/Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:778: The following
error occurred while executing this line:

/Users/carlosrovira/Downloads/testrc3/ApproveRoyale.xml:801: exec returned:
1


Total time: 27 minutes 17 seconds

macbookpro:testrc3 carlosrovira$


El mié., 25 sept. 2019 a las 17:56, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> I'm not sure how it happened this time, but yeah we finally have. ;)
>
> śr., 25 wrz 2019 o 17:54 Carlos Rovira 
> napisał(a):
>
> > Hi Piotr,
> > great to see we have different threads in gmail :)
> >
> > El mié., 25 sept. 2019 a las 16:24, Piotr Zarzycki (<
> > piotrzarzyck...@gmail.com>) escribió:
> >
> > > Ok, new and hopefully the last one RC3. I didn't run ApproveScript
> myself
> > > yet, but will do that tomorrow or next week.
> > >
> > > śr., 25 wrz 2019 o 16:23 Apache Royale CI Server <
> > apacheroyal...@gmail.com
> > > >
> > > napisał(a):
> > >
> > > > This is the discussion 

Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
I'm not sure how it happened this time, but yeah we finally have. ;)

śr., 25 wrz 2019 o 17:54 Carlos Rovira  napisał(a):

> Hi Piotr,
> great to see we have different threads in gmail :)
>
> El mié., 25 sept. 2019 a las 16:24, Piotr Zarzycki (<
> piotrzarzyck...@gmail.com>) escribió:
>
> > Ok, new and hopefully the last one RC3. I didn't run ApproveScript myself
> > yet, but will do that tomorrow or next week.
> >
> > śr., 25 wrz 2019 o 16:23 Apache Royale CI Server <
> apacheroyal...@gmail.com
> > >
> > napisał(a):
> >
> > > This is the discussion thread.
> > >
> > > Thanks,
> > > Piotr
> >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > *
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Carlos Rovira
Hi Piotr,
great to see we have different threads in gmail :)

El mié., 25 sept. 2019 a las 16:24, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> Ok, new and hopefully the last one RC3. I didn't run ApproveScript myself
> yet, but will do that tomorrow or next week.
>
> śr., 25 wrz 2019 o 16:23 Apache Royale CI Server  >
> napisał(a):
>
> > This is the discussion thread.
> >
> > Thanks,
> > Piotr
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Piotr Zarzycki
Ok, new and hopefully the last one RC3. I didn't run ApproveScript myself
yet, but will do that tomorrow or next week.

śr., 25 wrz 2019 o 16:23 Apache Royale CI Server 
napisał(a):

> This is the discussion thread.
>
> Thanks,
> Piotr



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
*


[VOTE] Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Apache Royale CI Server
Hi,

This is the vote for the 0.9.6 release of Apache Royale.

The release candidate can be found here;
https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/

Before voting please review the section,'What are the ASF requirements on
approving a release?', at:
http://www.apache.org/dev/release.html#approving-a-release

At a minimum you would be expected to check that:
- SHA and signed packages are correct
- README, RELEASE_NOTES, NOTICE and LICENSE files are all fine
- That the build script completes successfully
- That you can compile and cross-compile a simple example using the SDK.

The KEYS file is at https://dist.apache.org/repos/dist/release/royale/KEYS

The source package is a combination of the 3 main Royale repos.

To use the binary package, unzip it into a folder.  The -js package is
ready-to-use in an IDE or command-line.  If you need SWF output, use the
-js-swf package and use Apache Ant to run the InstallAdobeSDKs script via:
  ant -f InstallAdobeSDKs.xml

You may also get the binary packages via NPM.  The -js package can be installed 
via:

npm install 
https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/binaries/apache-royale-0.9.6-bin-js.tar.gz
 -g

The full package with SWF support can be installed via:

npm install 
https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/binaries/apache-royale-0.9.6-bin-js-swf.tar.gz
 -g

Maven artifacts are staged here:
https://repository.apache.org/content/repositories/orgapacheroyale-1058

Please vote to approve this release:
+1 Approve the release
-1 Disapprove the release (please provide specific comments to why)

This vote will be open for 72 hours or until a result can be called.

The vote passes if there is:
- At least 3 +1 votes from the PMC
- More positive votes than negative votes

Remember that this is a 'beta-quality' release so expect there
will be many bugs found.  IMO the goal is not to try to find and fix bugs
in the RC, but to make sure we have the packaging right, and enough
functionality that folks will have some success trying to use it.

People who are not in PMC are also encouraged to test out the release and
vote, although their votes will not be binding, they can influence how the
PMC votes.

When voting please indicate what OS, IDE, Flash Player version and AIR version 
you tested with.

For your convenience, there is an ant script that automates the common steps to 
validate a release.  Instead of individually downloading the package and 
signature files, unzipping, etc, you can instead:
1) create an empty folder,
2) download into that folder this file:
https://dist.apache.org/repos/dist/dev/royale/0.9.6/rc3/ApproveRoyale.xml
3) run the script:
   ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3
   If you want to test SWF support during the approval, use:
   ant -e -f ApproveRoyale.xml -Drelease.version=0.9.6 -Drc=3 -Duse-flash=true

You are not required to use this script, and more testing of the packages and 
build results are always encouraged.

Please put all discussion about this release in the DISCUSSION thread not this 
VOTE thread.

Thanks,
Piotr

[DISCUSS] Discuss Release Apache Royale 0.9.6 RC3

2019-09-25 Thread Apache Royale CI Server
This is the discussion thread.

Thanks,
Piotr

Re: [royale-asjs] branch develop updated: Make values bindable

2019-09-25 Thread Harbs
Alex,

Do you want me to make these changes?

Harbs

> On Sep 24, 2019, at 8:33 PM, Harbs  wrote:
> 
> We can either use:
> updateView() which wraps if(parent)drawImpl()
> or we can write if(parent)drawImpl() in every case.
> 
> The former will have less code compiled in the application, but will have an 
> extra function call.
> 
> Which one is more PAYG? Dunno. I tend to err on the side of less code.
> 
> If you feel strongly that the second way is better, I’ll be happy to change 
> the code.
> 
> Harbs
> 
>> On Sep 24, 2019, at 7:11 PM, Alex Harui > > wrote:
>> 
>> This also seems not PAYG?
>> 
>> -Alex
>> 
>> On 9/24/19, 12:29 AM, "ha...@apache.org " 
>> mailto:ha...@apache.org>> wrote:
>> 
>>This is an automated email from the ASF dual-hosted git repository.
>> 
>>harbs pushed a commit to branch develop
>>in repository 
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.gitdata=02%7C01%7Caharui%40adobe.com%7Cb9b02ca0486e4843e38408d740c0f2bb%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C637049069761027720sdata=Lllwp6tEywI0Mx3hSCTM79s3%2BcilRhjJuYWlMsOK0L8%3Dreserved=0
>>  
>> 
>> 
>> 
>>The following commit(s) were added to refs/heads/develop by this push:
>> new b054a0a  Make values bindable
>>b054a0a is described below
>> 
>>commit b054a0a6e3a6131a9cf78b3e0358a2dc08d34bcf
>>Author: Harbs mailto:ha...@in-tools.com>>
>>AuthorDate: Tue Sep 24 10:29:22 2019 +0300
>> 
>>Make values bindable
>>---
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as| 
>> 1 +
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Ellipse.as   | 
>> 4 
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Path.as  | 
>> 2 ++
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Rect.as  | 
>> 2 ++
>> .../projects/Basic/src/main/royale/org/apache/royale/svg/Text.as  | 
>> 1 +
>> 5 files changed, 10 insertions(+)
>> 
>>diff --git 
>> a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as 
>> b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as
>>index f78fada..84984cb 100644
>>--- 
>> a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as
>>+++ 
>> b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Circle.as
>>@@ -60,6 +60,7 @@ package org.apache.royale.svg
>> public function set radius(value:Number):void
>> {
>> _radius = value;
>>+updateView();
>> }
>> 
>> COMPILE::JS
>>diff --git 
>> a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Ellipse.as 
>> b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Ellipse.as
>>index 8c7e63a..ce17633 100644
>>--- 
>> a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Ellipse.as
>>+++ 
>> b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Ellipse.as
>>@@ -68,6 +68,7 @@ package org.apache.royale.svg
>>  public function set rx(value:Number):void
>>  {
>>  _rx = value;
>>+updateView();
>>  }
>> 
>>  private var _ry:Number;
>>@@ -88,6 +89,7 @@ package org.apache.royale.svg
>>  public function set ry(value:Number):void
>>  {
>>  _ry = value;
>>+updateView();
>>  }
>> 
>> override public function get width():Number
>>@@ -98,6 +100,7 @@ package org.apache.royale.svg
>> override public function set width(value:Number):void
>> {
>> _rx = value/2;
>>+updateView();
>> }
>> 
>> override public function get height():Number
>>@@ -108,6 +111,7 @@ package org.apache.royale.svg
>> override public function set height(value:Number):void
>> {
>> _ry = value/2;
>>+updateView();
>> }
>> 
>> COMPILE::JS
>>diff --git 
>> a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Path.as 
>> b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Path.as
>>index d6f90ea..90a2c8e 100644
>>--- 
>> a/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Path.as
>>+++ 
>> b/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Path.as
>>@@ -50,6 +50,7 @@ package org.apache.royale.svg
>> {
>>   

Build failed in Jenkins: royale-asjs_jsonly #3591

2019-09-25 Thread Apache Royale CI Server
See 


--
[...truncated 272.90 KB...]
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

check-dependency:
 [echo] checking for C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler/lib/external//lzma-sdk.jar

download-dependency:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

echo-project-jar:
   [delete] Deleting: C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources\project.properties
 [echo] ${INFO_DOWNLOADING_FILE_FROM}
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

download-apache-license:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

download-other-license:
  [get] Getting: https://www.7-zip.org/sdk.html
  [get] To: C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\lib\external\lzma-sdk-LICENSE.html
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

double-check-file:
 [echo] ${env.ROYALE_DOWNLOAD_CACHE}
 [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

fail-if-not-found:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

download-dependency-jar:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

check-cache:

download-jar:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

get-if-not-cached:
  [get] Getting: 
https://repo1.maven.org/maven2/org/b1/pack/lzma-sdk-4j/9.22.0/lzma-sdk-4j-9.22.0.jar
  [get] To: C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\lib\external\lzma-sdk.jar
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

double-check-file:
 [echo] ${env.ROYALE_DOWNLOAD_CACHE}
 [echo] Need file: ${still_no_file}

get-from-cache-if-needed:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

fail-if-not-found:
 [echo] basedir is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler\src\main\resources
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler
 [echo] ROYALE_COMPILER_HOME is C:\Program Files 
(x86)\Jenkins\workspace\royale-compiler\compiler

check-sum:
 [echo] basedir is C:\Program Files 

Release Step 013 Succeeded

2019-09-25 Thread Apache Royale CI Server
>From the royale-asjs repo
1. Run ant -f releasesteps.xml Release_Step_013 -Drelease.version=0.9.6 
-Droyale.swc-date="9/25/19 9:06 -0800" -Dplayerglobal.version=11.7 
-Dflat.donot.ask=true -Drc=3 -DskipTests=true
This will download the artifacts then unzip and compile the source artifact.
2. Validate that the compiled artifacts match the downloaded artifacts.
3. If they do, then run ant -f releasesteps.xml Release_Step_013_Sign 
-Drelease.version=0.9.6
This will PGP sign the source and convenience binary packages
4. Then run ant -f releasesteps.xml Release_Step_013_Upload 
-Drelease.version=0.9.6 -Drc=3
This will upload the signed artifacts to dist.apache.org.

Release Step 012 Succeeded

2019-09-25 Thread Apache Royale CI Server
Folder 0.9.6 already exists.  Continue to next step

Release Step 011 Succeeded

2019-09-25 Thread Apache Royale CI Server
>From the royale-asjs repo:
1. Run ant -f releasesteps.xml Release_Step_011 -Drelease.version=0.9.6 
-DskipTests=true
This will download the artifacts then unzip and compile the source artifact.
2. Validate that the compiled artifacts match the downloaded artifacts.
3. If they do, then run ant -f releasesteps.xml Release_Step_011_Sign 
-Drelease.version=0.9.6
This will PGP sign the source ZIP and compiled JARs
4. Then run ant -f releasesteps.xml Release_Step_011_Upload 
-Drelease.version=0.9.6
This will upload the signed artifacts to Maven Release Staging.  Verify that 
the compiler and typedefs artifacts are there along with the asjs artifacts, 
then hit the close to close the staging repo. (https://repository.apache.org)

Re: Royale_Release_Step_011 - Build # 22 - Still Failing!

2019-09-25 Thread Alex Harui
Try also adding it to arguments:

-Darguments="-DaltReleaseDeploymentRepository=release-repo::default::file:./release-dir
 -Dgenerate.swf.swcs=true"

The release plugin forks a Java Instance and System Properties are not passed 
to the fork.

-Alex

On 9/24/19, 10:46 PM, "Piotr Zarzycki"  wrote:

It looks like this step is running build with that, but it still failing.
Locally adding  generate.swf.swcs=true helps me pass by problems.

C:\apache\apache-maven-3.6.0\bin\mvn.cmd --batch-mode release:perform
-DpushChanges=false -Dusername=piotrzarzycki21

-Darguments=-DaltReleaseDeploymentRepository=release-repo::default::file:./release-dir
-P "generate-swcs-for-swf,release-swcs,main" -Dgenerate.swf.swcs=true
&& exit %%ERRORLEVEL%%


śr., 25 wrz 2019 o 07:32 Apache Royale CI Server 
napisał(a):

> Royale_Release_Step_011 - Build # 22 - Still Failing:
>
> Check console output at
> 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheroyaleci.westus2.cloudapp.azure.com%3A8080%2Fjob%2FRoyale_Release_Step_011%2F22%2Fdata=02%7C01%7Caharui%40adobe.com%7Cb6e4cc31bb0c4181ebac08d7417bb1ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637049871845984697sdata=oLIacjzY8vZQBHFMAym5OHqbHQh1cDyYcuw3LJt9IaY%3Dreserved=0
> to view the results.



-- 

Piotr Zarzycki

Patreon: 
*https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzyckidata=02%7C01%7Caharui%40adobe.com%7Cb6e4cc31bb0c4181ebac08d7417bb1ed%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637049871845984697sdata=Kr6DE5C2Bn6d%2BQcp9oi8R3AvOzVvhN6FnUl%2BOtA2g9o%3Dreserved=0

*