Hi Josh, Do you have in your Maven config setup link to Maven artifacts? Cause error is saying that it was attempt of downloading them from Snapshot. However Core build successfully, so I'm a bit confused.
Thanks, Piotr On Tue, Sep 17, 2019, 11:47 PM Josh Tynjala <[email protected]> wrote: > Unfortunately, I'm seeing that the Maven part of ApproveRoyale is failing > too. Here's the end of my console output: > > https://paste.apache.org/83miv > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Tue, Sep 17, 2019 at 2:22 PM Josh Tynjala <[email protected]> > wrote: > > > 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 > > > > >
