Maven with -X: https://paste.apache.org/ffq08
-- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Wed, Sep 18, 2019 at 8:44 AM Piotr Zarzycki <[email protected]> wrote: > Thanks Josh. In logs there isn't any url from which you are downloading > artifacts. It means probably you are using cached one. One option is to > remove cached artifacts and run build, the second is run build with -X. > It doesn't have to be full build - it's the matter of see what actually > maven do. > > śr., 18 wrz 2019 o 16:40 Josh Tynjala <[email protected]> > napisał(a): > > > Here's the console output from the Maven section of the build: > > > > https://paste.apache.org/cczye > > > > -- > > Josh Tynjala > > Bowler Hat LLC <https://bowlerhat.dev> > > > > > > On Tue, Sep 17, 2019 at 10:20 PM Alex Harui <[email protected]> > > wrote: > > > > > I assume that wasn't the whole log. I think we want to see the part > > where > > > it builds Core, we only see the last bit of Core. Core looks like it > > > thought it was in js-only config and didn't build a swf swc and/or > > Binding > > > thinks it is building swf swcs and is looking for Core's swf swc. > > > > > > FWIW, I am having a bunch of other build issues related to js-only for > > Ant > > > for the ASDoc example. It worked in the past because I still had > > > PLAYERGLOBAL_HOME set in the environment, but when I took that away a > > bunch > > > of new things cropped up. Could be a day or two of work. We could > > still > > > approve the release and folks who want js-only will have to not build > > ASDoc. > > > > > > -Alex > > > > > > On 9/17/19, 8:59 PM, "Piotr Zarzycki" <[email protected]> > > wrote: > > > > > > 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://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F83miv&data=02%7C01%7Caharui%40adobe.com%7C5418ae5d4cb94b454ab208d73beca2c4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637043759850631985&sdata=j%2FYDlKQ7Tx54p2PJfg2tEoGg2I5Mi19BMB5fFcZcKy4%3D&reserved=0 > > > > > > > > -- > > > > Josh Tynjala > > > > Bowler Hat LLC < > > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&data=02%7C01%7Caharui%40adobe.com%7C5418ae5d4cb94b454ab208d73beca2c4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637043759850631985&sdata=%2BTdmGXZr5uiQaJ36dU8QeOQLGIpR8adX5ktk8%2FRo8ME%3D&reserved=0 > > > > > > > > > > > > > > > > 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://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&data=02%7C01%7Caharui%40adobe.com%7C5418ae5d4cb94b454ab208d73beca2c4%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637043759850631985&sdata=%2BTdmGXZr5uiQaJ36dU8QeOQLGIpR8adX5ktk8%2FRo8ME%3D&reserved=0 > > > > > > > > > > > > > > > > > > > On Tue, Sep 17, 2019 at 6:43 AM Apache Royale CI Server < > > > > > [email protected]> wrote: > > > > > > > > > >> This is the discussion thread. > > > > >> > > > > >> Thanks, > > > > >> Piotr > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* >
