Getting the following error when running the ApproveRoyale ant script... Error: unable to open '/Users/joshtynjala/Desktop/royale/apache-royale-0.9.6-src/royale-asjs/examples/royale/CreditCardValidatorExample/src/main/royale/App.mxml'.
Seems to be caused by this line in build.xml from CreditCardValidatorExample: <property name="example" value="App" /> There is no App.mxml, but there is a CreditCardValidatorExample.mxml, so I think that the value is supposed to be "CreditCardValidatorExample" instead: <property name="example" value="CreditCardValidatorExample" /> I just pushed a commit to develop to fix that for the next release. I will locally adjust ApproveRoyale to skip the examples and finish the rest of the approval process. Assuming that everything else completes successfully, a broken example build script is not enough to prevent me from approving this release candidate. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Sep 17, 2019 at 6:43 AM Apache Royale CI Server < [email protected]> wrote: > This is the discussion thread. > > Thanks, > Piotr
