Hi Hiedra,

I had not personally tried the 'with-distribution' profile, so I just
tested that locally and was able to repro that issue. I pushed a change
that 'fixes it for me', but I am not sure if it is correct (probably it is
also breaking some sort of maven conventions), as I don't normally use this
profile. Maybe Chris Dutz can check this...

I made the original change because the framework build was using an older
version of the compiler, and we normally have the builds aligned to use the
current compiler code and the current framework code. Usually this is
always at the same version number, but for now it is (temporarily)
misaligned (framework is still at 0.9.8-SNAPSHOT, compiler is at
0.9.9-SNAPSHOT). I expect this will be resolved in the near future.

regards,
Greg



On Tue, Jan 5, 2021 at 12:58 PM Maria Jose Esteve <mjest...@iest.com> wrote:

> Hi, SDK compilation gave me an error with de commit:
>
> Commit: a6bd6adbde6d7344970c196e087432d2ebaa708e [a6bd6ad]
> Parents:
> 1831252c57<rev://localhost/1831252c5710a6613ddcb53f3c23675cdc525999>
> Author: greg-dove <greg.d...@gmail.com>
> Date: martes, 5 de enero de 2021 9:24:07
> Committer: greg-dove
> For now, switching to use latest compiler build (0.9.9-SNAPSHOT) for
> 0.9.8-SNAPSHOT framework build. Includes fixes for XML (and likely others)
>
> ...
> [INFO] compiler-swfdump ................................... SUCCESS [
> 0.438 s]
> [INFO] mxmlc .............................................. SUCCESS [
> 0.470 s]
> [INFO] Apache Royale: Distribution ........................ FAILURE [
> 20.412 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  02:35 min
> [INFO] Finished at: 2021-01-05T00:19:58+01:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:3.2.0:single
> (create-distro-packages) on project distribution: Failed to create
> assembly: Error adding file to archive:
> D:\Royale-git\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.9-SNAPSHOT.jar
> -> [Help 1]
> [ERROR]
> ...
>
> It will compile successfully to commit:
>
> Commit: 1831252c5710a6613ddcb53f3c23675cdc525999 [1831252]
> Parents:
> 2274a85bdb<rev://localhost/2274a85bdb99cc6379c357c0428bab54ee0eaab5>
> Author: Carlos Rovira <carlos.rov...@apache.org>
> Date: lunes, 4 de enero de 2021 19:27:54
> Committer: Carlos Rovira
> tour-de-jewel: updates to CheckBox and RadioButton pages
>
> Goodnight.
> Hiedra
>

Reply via email to