You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Piotr Zarzycki <pi...@gmail.com> on 2021/05/04 08:48:06 UTC

Re: [EXTERNAL] Re: about releasing 0.9.8

Hi,

I think I have similar error with distribution, but I'm wondering what is
happening here:
Is it because compiler is on 0.9.9 and for some reason one part of whole
process is on 0.9.8.

I hope Yishay get back to that soon, cause we are pretty long without fresh
SDK.

Thanks,
Piotr

pt., 30 kwi 2021 o 11:14 Maria Jose Esteve <mj...@iest.com> napisał(a):

> Hello,
> In line with what Josh says....
> I can't create the distribution to a folder either, but I can compile the
> sdk with Maven and ant in the same project directory.
> In my case, I don't see any AIR error (I don't know if it's getting it
> from .m2 or from the ROYALE_DOWNLOAD_CACHE folder I have configured and
> where I have the AIR zip too), but I can't identify my error. I have
> executed with -e -X and this is the text of the error, see if someone could
> identify it:
>
> ...
> [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [  0.811 s]
> [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [  0.842 s]
> [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Violet-Theme SUCCESS [  0.827 s]
> [INFO] Apache Royale: Framework: Themes:
> Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SUCCESS [  0.842 s]
> [INFO] Apache Royale: Framework: Archetypes ............... SUCCESS [
> 0.578 s]
> [INFO] Apache Royale: Framework: Archetypes: Simple Royale Application
> SUCCESS [  0.982 s]
> [INFO] Apache Royale: Framework: Archetypes: Jewel Royale Application
> SUCCESS [  2.964 s]
> [INFO] Apache Royale: Framework: Archetypes: Jewel Royale Library SUCCESS
> [  0.796 s]
> [INFO] Apache Royale: Framework: Archetypes: Jewel Royale Module
> Application SUCCESS [  0.874 s]
> [INFO] Apache Royale: Framework: Archetypes: Simple Royale Pure-JS
> Application SUCCESS [  0.748 s]
> [INFO] Apache Royale: Framework: Archetypes: Simple Royale Pure-SWF
> Application SUCCESS [  0.765 s]
> [INFO] Apache Royale: Framework: Archetypes: Simple Royale Library SUCCESS
> [  1.185 s]
> [INFO] Apache Royale: Framework: Archetypes: Simple Royale Typedef Library
> SUCCESS [  0.640 s]
> [INFO] compc .............................................. SUCCESS [
> 3.276 s]
> [INFO] compiler-asc ....................................... SUCCESS [
> 1.654 s]
> [INFO] compiler-compc ..................................... SUCCESS [
> 1.466 s]
> [INFO] compiler-compjsc ................................... SUCCESS [
> 1.420 s]
> [INFO] compiler-mxmlc ..................................... SUCCESS [
> 1.388 s]
> [INFO] compiler-mxmljsc ................................... SUCCESS [
> 1.420 s]
> [INFO] compiler-optimizer ................................. SUCCESS [
> 1.388 s]
> [INFO] compiler-swfdump ................................... SUCCESS [
> 1.404 s]
> [INFO] mxmlc .............................................. SUCCESS [
> 1.373 s]
> [INFO] Apache Royale: Distribution ........................ FAILURE [
> 18.439 s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time:  05:35 min
> [INFO] Finished at: 2021-04-30T10:53:40+02: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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: 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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:215)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
>     at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:282)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:225)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:406)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:347)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> create assembly: Error adding file to archive:
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
>     at
> org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> (AbstractAssemblyMojo.java:542)
>     at org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> (SingleAssemblyMojo.java:61)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:210)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
>     at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:282)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:225)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:406)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:347)
> Caused by:
> org.apache.maven.plugins.assembly.archive.ArchiveCreationException: Error
> adding file to archive:
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
>     at
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.execute
> (FileItemAssemblyPhase.java:127)
>     at
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.createArchive
> (DefaultAssemblyArchiver.java:182)
>     at
> org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> (AbstractAssemblyMojo.java:488)
>     at org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> (SingleAssemblyMojo.java:61)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:210)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
>     at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:282)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:225)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:406)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:347)
> Caused by: java.nio.file.NoSuchFileException:
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
>     at sun.nio.fs.WindowsException.translateToIOException
> (WindowsException.java:79)
>     at sun.nio.fs.WindowsException.rethrowAsIOException
> (WindowsException.java:90)
>     at sun.nio.fs.WindowsAclFileAttributeView.getFileSecurity
> (WindowsAclFileAttributeView.java:88)
>     at sun.nio.fs.WindowsAclFileAttributeView.getOwner
> (WindowsAclFileAttributeView.java:121)
>     at sun.nio.fs.FileOwnerAttributeViewImpl.getOwner
> (FileOwnerAttributeViewImpl.java:91)
>     at org.codehaus.plexus.components.io.attributes.FileAttributes.<init>
> (FileAttributes.java:102)
>     at
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributesByPath
> (PlexusIoResourceAttributeUtils.java:203)
>     at
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributes
> (PlexusIoResourceAttributeUtils.java:165)
>     at
> org.codehaus.plexus.components.io.resources.ResourceFactory.createResource
> (ResourceFactory.java:40)
>     at
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.execute
> (FileItemAssemblyPhase.java:120)
>     at
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.createArchive
> (DefaultAssemblyArchiver.java:182)
>     at
> org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> (AbstractAssemblyMojo.java:488)
>     at org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> (SingleAssemblyMojo.java:61)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:210)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:156)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> (MojoExecutor.java:148)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:117)
>     at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> (LifecycleModuleBuilder.java:81)
>     at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke
> (NativeMethodAccessorImpl.java:62)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:498)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> (Launcher.java:282)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> (Launcher.java:225)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> (Launcher.java:406)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> (Launcher.java:347)
> [ERROR]
> [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/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <args> -rf :distribution
>
>
> Thx
> Hiedra
>
> -----Mensaje original-----
> De: Josh Tynjala <jo...@bowlerhat.dev>
> Enviado el: jueves, 29 de abril de 2021 18:11
> Para: Apache Royale Development <de...@royale.apache.org>
> Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8
>
> Unfortunately, Adobe no longer provides AIR SDK 20.0. The only version
> they still offer is AIR 32.0. On macOS, I believe AIR 32.0 is also only
> downloadable in a .dmg format that the Maven plugin doesn't know how to
> process, which makes things even harder. Older versions of the macOS AIR
> SDK used to be available in a different format, like .tbz2 or .tar.gz or
> something like that, but Adobe changed to .dmg only at some point. Anyway,
> this is why building the distribution is failing. Those who can still build
> are lucky enough to have it in their cache from before Adobe removed all of
> the files from the servers.
>
> But, there's hope! If you build the distribution without specifying a
> target folder, it won't try to include Adobe artifacts. It's only when you
> build to a folder that the AIR SDK is used in the build process. When you
> don't specify a target folder, the distribution will go into a zip or
> tar.gz file instead. When the build completes, you can just extract that
> into a folder, and it's basically the same thing. If you need
> playerglobal.swc and the AIR SDK, you can merge them manually (like we used
> to do with the Adobe Flex SDK before the Apache installer).
>
> Basically, in your distribution build command, just remove the
> -DdistributionTargetFolder= (including the path) option, and it should work
> without the AIR SDK. I don't know whether there are other issues on the
> develop branch that might also cause the Maven distribution build to fail,
> but this is how you deal with the AIR SDK part at least.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Wed, Apr 28, 2021 at 6:17 PM Brian Raymes <br...@teotech.com>
> wrote:
>
> > +1 for fixing current state of repo.
> >
> > I haven't been able to successfully build with Maven for quite a long
> > while now due to what looks to be shifts with this release.
> >
> > For one, it seems to repeat ask to install the AIR SDK, but fails to
> > notify something, then fails to download as they can't be found. This
> > happens about 20 times.
> >
> > Example:
> >
> > [INFO]  - Installing Adobe AIR SDK 20.0 Your System-Id: ...........
> > The Adobe SDK license agreement applies to the Adobe AIR SDK. Do you
> > want to install the Adobe AIR SDK? Adobe AIR SDK License:
> > http://www.adobe.com/products/air/sdk-eula.html
> > (In a non-interactive build such as a CI server build, alternatively
> > to typing y or yes you can also set a system property containing your
> > system which is interpreted as equivalent to accepting by typing y or
> yes:
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=...........
> > )
> > Do you accept (Yes/No) ? Yes
> > [WARNING] Failed to notify spy
> > org.apache.flex.utilities.converter.mavenextension.FlexEventSpy:
> > Caught exception while downloading and converting artifact.
> > [INFO] Couldn't find artifact: com.adobe.air:20.0:runtime:pom [INFO]
> > ===========================================================
> >
> > Then, it fails to build the distribution because of a potentially all
> > of these unresolved artifacts for 0.9.9-SNAPSHOT.
> >
> > -----Original Message-----
> > From: Piotr Zarzycki <pi...@gmail.com>
> > Sent: Tuesday, April 27, 2021 6:33 AM
> > To: Apache Royale Development <de...@royale.apache.org>
> > Subject: [EXTERNAL] Re: about releasing 0.9.8
> >
> > Hi Yishay,
> >
> > Where are you with release now ? Build is failing on Maven sight for
> > several days, cause it was switched to 0.9.9. Are you going to make
> > another attempt this week ?
> >
> > Thanks,
> > Piotr
> >
> > niedz., 21 mar 2021 o 11:00 Harbs <ha...@gmail.com> napisał(a):
> >
> > > I think what I started was reverted.
> > >
> > > Thanks for picking up the slack for me…
> > >
> > > Let me know if you need help from me.
> > >
> > > Harbs
> > >
> > > > On Mar 21, 2021, at 11:00 AM, Yishay Weiss
> > > > <yi...@hotmail.com>
> > > wrote:
> > > >
> > > > Hi,
> > > >
> > > > I'd like to start a release again, maybe Harbs will pick this up
> > > > later
> > > when he's less loaded, so if anyone wants to update the release
> > > notes this might be a good time.
> > > >
> > > > I'd like to start afresh, so Harbs, let me know if there are RCs
> > > > for
> > > Royale or for compiler-build-tools that need cancelling.
> > > >
> > > > Thanks
> > > > ________________________________
> > > > From: Carlos Rovira <ca...@apache.org>
> > > > Sent: Friday, November 20, 2020 3:51 PM
> > > > To: Apache Royale Development <de...@royale.apache.org>
> > > > Subject: Re: about releasing 0.9.8
> > > >
> > > > Hi! just finished my list of updates for 0.9.8
> > > >
> > > > Others are welcome to add to it for upcoming release! :)
> > > >
> > > > El mar., 17 nov. 2020 a las 20:07, Josh Tynjala (<
> > > joshtynjala@bowlerhat.dev>)
> > > > escribió:
> > > >
> > > >> I just updated the RELEASE_NOTES.md files in both royale-compiler
> > > >> and royale-asjs with my changes for the 0.9.8 release. Everyone
> > > >> should also
> > > add
> > > >> their own changes to these files.
> > > >>
> > > >> --
> > > >> Josh Tynjala
> > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > >>
> > > >>
> > > >> On Tue, Nov 17, 2020 at 5:25 AM Carlos Rovira
> > > >> <ca...@apache.org>
> > > >> wrote:
> > > >>
> > > >>> Thanks Harbs!
> > > >>>
> > > >>> @Andrew I think we should all try to add to the list of new
> > > >>> features,
> > > >> fixes
> > > >>> and more. If you could prepare different place holders for
> > > >>> compiler-typedefs-asjs, we can all try to fill it
> > > >>>
> > > >>> thanks
> > > >>>
> > > >>> El lun., 16 nov. 2020 a las 19:47, Andrew Wetmore (<
> > > cottage14@gmail.com
> > > >>> )
> > > >>> escribió:
> > > >>>
> > > >>>> Is there a list of new features and fixes since 0.9.7? I would
> > > >>>> like to
> > > >>> see
> > > >>>> if i can at least get good documentation in place about those
> > changes.
> > > >>>>
> > > >>>> a
> > > >>>>
> > > >>>> On Mon, Nov 16, 2020 at 1:23 PM Harbs <ha...@gmail.com>
> > wrote:
> > > >>>>
> > > >>>>> OK. I’ll start tomorrow.
> > > >>>>>
> > > >>>>> (fingers crossed)
> > > >>>>>
> > > >>>>>> On Nov 16, 2020, at 5:55 PM, Carlos Rovira <
> > > >> carlosrovira@apache.org>
> > > >>>>> wrote:
> > > >>>>>>
> > > >>>>>> Hi,
> > > >>>>>>
> > > >>>>>> I think the time zone problems Chris warned are now behind
> > > >>>>>> us, and
> > > >>> want
> > > >>>>> to
> > > >>>>>> open this thread about releasing 0.9.8. Many months have
> > > >>>>>> passed
> > > >> and I
> > > >>>>> think
> > > >>>>>> we need to push a new release soon, I think before the end of
> > > >>>>>> the
> > > >>> year
> > > >>>>> will
> > > >>>>>> be the best for us if possible.
> > > >>>>>>
> > > >>>>>> What do you think? Harbs can we count on you to do the task?
> > > >>>>>>
> > > >>>>>> Thanks in advance
> > > >>>>>>
> > > >>>>>> --
> > > >>>>>> Carlos Rovira
> > > >>>>>> Apache Member & Apache Royale PMC *Apache Software
> > > >>>>>> Foundation* http://about.me/carlosrovira
> > > >>>>>
> > > >>>>>
> > > >>>>
> > > >>>> --
> > > >>>> Andrew Wetmore
> > > >>>>
> > > >>>> http://cottage14.blogspot.com/
> > > >>>>
> > > >>>
> > > >>>
> > > >>> --
> > > >>> Carlos Rovira
> > > >>> Apache Member & Apache Royale PMC *Apache Software Foundation*
> > > >>> http://about.me/carlosrovira
> > > >>>
> > > >>
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > Apache Member & Apache Royale PMC
> > > > *Apache Software Foundation*
> > > > http://about.me/carlosrovira
> > >
> > >
> >
> > --
> >
> > Piotr Zarzycki
> >
>


-- 

Piotr Zarzycki

RE: [EXTERNAL] Re: about releasing 0.9.8

Posted by Maria Jose Esteve <mj...@iest.com>.
"False negative", I have rebooted my pc and compiled without distribution correctly.
Sorry for the noise.

Hiedra
-----Mensaje original-----
De: Maria Jose Esteve <mj...@iest.com> 
Enviado el: jueves, 6 de mayo de 2021 9:57
Para: dev@royale.apache.org
Asunto: RE: [EXTERNAL] Re: about releasing 0.9.8

☹
I create perfectly the distribution but, on my other pc, the compilation "without distribution" ant+mvn gives me error: (I have run the compilation several times with the same results)

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx1024m
     [copy] Warning: D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1

BUILD FAILED
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\build.xml:1879: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\build.xml:1966: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\build.xml:97: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\build.xml:76: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:92: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:148: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:197: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:384: Warning: Could not find file D:\Develop_Royale\Projects\Royale-SDK\cache\java-websocket-LICENSE.txt to copy.

Total time: 1 minute 38 seconds
"ip-tests" is not recognized as an internal or external command, program or executable batch file.

Hiedra

-----Mensaje original-----
De: Maria Jose Esteve <mj...@iest.com> Enviado el: jueves, 6 de mayo de 2021 9:40
Para: dev@royale.apache.org
Asunto: RE: [EXTERNAL] Re: about releasing 0.9.8

Hi,
Everything is perfect for me. I have created the distribution without any problem.

Thankssss

Hiedra

-----Mensaje original-----
De: Josh Tynjala <jo...@bowlerhat.dev> Enviado el: jueves, 6 de mayo de 2021 0:19
Para: Apache Royale Development <de...@royale.apache.org>
Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8

I just fixed some of the 0.9.8/0.9.9 conflicts in the develop branch. I can now build a distribution with Maven.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Tue, May 4, 2021 at 1:48 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Hi,
>
> I think I have similar error with distribution, but I'm wondering what 
> is happening here:
> Is it because compiler is on 0.9.9 and for some reason one part of 
> whole process is on 0.9.8.
>
> I hope Yishay get back to that soon, cause we are pretty long without 
> fresh SDK.
>
> Thanks,
> Piotr
>
> pt., 30 kwi 2021 o 11:14 Maria Jose Esteve <mj...@iest.com> napisał(a):
>
> > Hello,
> > In line with what Josh says....
> > I can't create the distribution to a folder either, but I can 
> > compile the sdk with Maven and ant in the same project directory.
> > In my case, I don't see any AIR error (I don't know if it's getting 
> > it from .m2 or from the ROYALE_DOWNLOAD_CACHE folder I have 
> > configured and where I have the AIR zip too), but I can't identify 
> > my error. I have executed with -e -X and this is the text of the 
> > error, see if someone
> could
> > identify it:
> >
> > ...
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [  0.811 s] [INFO] 
> > Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [  0.842 s] 
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Violet-Theme SUCCESS [  0.827 s] [INFO] 
> > Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SUCCESS [  0.842 s] [INFO] 
> > Apache Royale: Framework: Archetypes ............... SUCCESS [
> > 0.578 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale 
> > Application SUCCESS [  0.982 s] [INFO] Apache Royale: Framework:
> > Archetypes: Jewel Royale Application SUCCESS [  2.964 s] [INFO] 
> > Apache Royale: Framework: Archetypes: Jewel Royale Library SUCCESS [
> > 0.796 s] [INFO] Apache Royale: Framework: Archetypes: Jewel Royale 
> > Module Application SUCCESS [  0.874 s] [INFO] Apache Royale:
> > Framework: Archetypes: Simple Royale Pure-JS Application SUCCESS [
> > 0.748 s] [INFO] Apache Royale: Framework: Archetypes: Simple Royale 
> > Pure-SWF Application SUCCESS [  0.765 s] [INFO] Apache Royale:
> > Framework: Archetypes: Simple Royale Library
> SUCCESS
> > [  1.185 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Typedef
> Library
> > SUCCESS [  0.640 s]
> > [INFO] compc .............................................. SUCCESS 
> > [
> > 3.276 s]
> > [INFO] compiler-asc ....................................... SUCCESS 
> > [
> > 1.654 s]
> > [INFO] compiler-compc ..................................... SUCCESS 
> > [
> > 1.466 s]
> > [INFO] compiler-compjsc ................................... SUCCESS 
> > [
> > 1.420 s]
> > [INFO] compiler-mxmlc ..................................... SUCCESS 
> > [
> > 1.388 s]
> > [INFO] compiler-mxmljsc ................................... SUCCESS 
> > [
> > 1.420 s]
> > [INFO] compiler-optimizer ................................. SUCCESS 
> > [
> > 1.388 s]
> > [INFO] compiler-swfdump ................................... SUCCESS 
> > [
> > 1.404 s]
> > [INFO] mxmlc .............................................. SUCCESS 
> > [
> > 1.373 s]
> > [INFO] Apache Royale: Distribution ........................ FAILURE 
> > [
> > 18.439 s]
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] BUILD FAILURE
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] Total time:  05:35 min
> > [INFO] Finished at: 2021-04-30T10:53:40+02: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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> > -> [Help 1]
> > org.apache.maven.lifecycle.LifecycleExecutionException: 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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:215)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to 
> > create assembly: Error adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:542)
> >     at
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by:
> > org.apache.maven.plugins.assembly.archive.ArchiveCreationException: 
> > Error adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.
> execute
> > (FileItemAssemblyPhase.java:127)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.crea
> teArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: java.nio.file.NoSuchFileException:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at sun.nio.fs.WindowsException.translateToIOException
> > (WindowsException.java:79)
> >     at sun.nio.fs.WindowsException.rethrowAsIOException
> > (WindowsException.java:90)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getFileSecurity
> > (WindowsAclFileAttributeView.java:88)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getOwner
> > (WindowsAclFileAttributeView.java:121)
> >     at sun.nio.fs.FileOwnerAttributeViewImpl.getOwner
> > (FileOwnerAttributeViewImpl.java:91)
> >     at
> > org.codehaus.plexus.components.io.attributes.FileAttributes.<init>
> > (FileAttributes.java:102)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttribute
> Utils.getFileAttributesByPath
> > (PlexusIoResourceAttributeUtils.java:203)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttribute
> Utils.getFileAttributes
> > (PlexusIoResourceAttributeUtils.java:165)
> >     at
> >
> org.codehaus.plexus.components.io.resources.ResourceFactory.createReso
> urce
> > (ResourceFactory.java:40)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.
> execute
> > (FileItemAssemblyPhase.java:120)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.crea
> teArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > [ERROR]
> > [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/MojoExecutionExcept
> > ion
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with 
> > the command
> > [ERROR]   mvn <args> -rf :distribution
> >
> >
> > Thx
> > Hiedra
> >
> > -----Mensaje original-----
> > De: Josh Tynjala <jo...@bowlerhat.dev> Enviado el: jueves, 29 
> > de abril de 2021 18:11
> > Para: Apache Royale Development <de...@royale.apache.org>
> > Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8
> >
> > Unfortunately, Adobe no longer provides AIR SDK 20.0. The only 
> > version they still offer is AIR 32.0. On macOS, I believe AIR 32.0 
> > is also only downloadable in a .dmg format that the Maven plugin 
> > doesn't know how to process, which makes things even harder. Older 
> > versions of the macOS AIR SDK used to be available in a different 
> > format, like .tbz2 or .tar.gz or something like that, but Adobe changed to .dmg only at some point.
> Anyway,
> > this is why building the distribution is failing. Those who can 
> > still
> build
> > are lucky enough to have it in their cache from before Adobe removed 
> > all
> of
> > the files from the servers.
> >
> > But, there's hope! If you build the distribution without specifying 
> > a target folder, it won't try to include Adobe artifacts. It's only 
> > when
> you
> > build to a folder that the AIR SDK is used in the build process. 
> > When you don't specify a target folder, the distribution will go 
> > into a zip or tar.gz file instead. When the build completes, you can 
> > just extract that into a folder, and it's basically the same thing.
> > If you need playerglobal.swc and the AIR SDK, you can merge them 
> > manually (like we
> used
> > to do with the Adobe Flex SDK before the Apache installer).
> >
> > Basically, in your distribution build command, just remove the 
> > -DdistributionTargetFolder= (including the path) option, and it 
> > should
> work
> > without the AIR SDK. I don't know whether there are other issues on 
> > the develop branch that might also cause the Maven distribution 
> > build to
> fail,
> > but this is how you deal with the AIR SDK part at least.
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC <https://bowlerhat.dev>
> >
> >
> > On Wed, Apr 28, 2021 at 6:17 PM Brian Raymes 
> > <br...@teotech.com>
> > wrote:
> >
> > > +1 for fixing current state of repo.
> > >
> > > I haven't been able to successfully build with Maven for quite a 
> > > long while now due to what looks to be shifts with this release.
> > >
> > > For one, it seems to repeat ask to install the AIR SDK, but fails 
> > > to notify something, then fails to download as they can't be 
> > > found. This happens about 20 times.
> > >
> > > Example:
> > >
> > > [INFO]  - Installing Adobe AIR SDK 20.0 Your System-Id: ...........
> > > The Adobe SDK license agreement applies to the Adobe AIR SDK. Do 
> > > you want to install the Adobe AIR SDK? Adobe AIR SDK License:
> > > http://www.adobe.com/products/air/sdk-eula.html
> > > (In a non-interactive build such as a CI server build, 
> > > alternatively to typing y or yes you can also set a system 
> > > property containing your system which is interpreted as equivalent 
> > > to accepting by typing y or
> > yes:
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=...........
> > > )
> > > Do you accept (Yes/No) ? Yes
> > > [WARNING] Failed to notify spy
> > > org.apache.flex.utilities.converter.mavenextension.FlexEventSpy:
> > > Caught exception while downloading and converting artifact.
> > > [INFO] Couldn't find artifact: com.adobe.air:20.0:runtime:pom 
> > > [INFO] ===========================================================
> > >
> > > Then, it fails to build the distribution because of a potentially 
> > > all of these unresolved artifacts for 0.9.9-SNAPSHOT.
> > >
> > > -----Original Message-----
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Tuesday, April 27, 2021 6:33 AM
> > > To: Apache Royale Development <de...@royale.apache.org>
> > > Subject: [EXTERNAL] Re: about releasing 0.9.8
> > >
> > > Hi Yishay,
> > >
> > > Where are you with release now ? Build is failing on Maven sight 
> > > for several days, cause it was switched to 0.9.9. Are you going to 
> > > make another attempt this week ?
> > >
> > > Thanks,
> > > Piotr
> > >
> > > niedz., 21 mar 2021 o 11:00 Harbs <ha...@gmail.com> napisał(a):
> > >
> > > > I think what I started was reverted.
> > > >
> > > > Thanks for picking up the slack for me…
> > > >
> > > > Let me know if you need help from me.
> > > >
> > > > Harbs
> > > >
> > > > > On Mar 21, 2021, at 11:00 AM, Yishay Weiss 
> > > > > <yi...@hotmail.com>
> > > > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I'd like to start a release again, maybe Harbs will pick this 
> > > > > up later
> > > > when he's less loaded, so if anyone wants to update the release 
> > > > notes this might be a good time.
> > > > >
> > > > > I'd like to start afresh, so Harbs, let me know if there are 
> > > > > RCs for
> > > > Royale or for compiler-build-tools that need cancelling.
> > > > >
> > > > > Thanks
> > > > > ________________________________
> > > > > From: Carlos Rovira <ca...@apache.org>
> > > > > Sent: Friday, November 20, 2020 3:51 PM
> > > > > To: Apache Royale Development <de...@royale.apache.org>
> > > > > Subject: Re: about releasing 0.9.8
> > > > >
> > > > > Hi! just finished my list of updates for 0.9.8
> > > > >
> > > > > Others are welcome to add to it for upcoming release! :)
> > > > >
> > > > > El mar., 17 nov. 2020 a las 20:07, Josh Tynjala (<
> > > > joshtynjala@bowlerhat.dev>)
> > > > > escribió:
> > > > >
> > > > >> I just updated the RELEASE_NOTES.md files in both 
> > > > >> royale-compiler and royale-asjs with my changes for the 0.9.8 
> > > > >> release. Everyone should also
> > > > add
> > > > >> their own changes to these files.
> > > > >>
> > > > >> --
> > > > >> Josh Tynjala
> > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > >>
> > > > >>
> > > > >> On Tue, Nov 17, 2020 at 5:25 AM Carlos Rovira 
> > > > >> <ca...@apache.org>
> > > > >> wrote:
> > > > >>
> > > > >>> Thanks Harbs!
> > > > >>>
> > > > >>> @Andrew I think we should all try to add to the list of new 
> > > > >>> features,
> > > > >> fixes
> > > > >>> and more. If you could prepare different place holders for 
> > > > >>> compiler-typedefs-asjs, we can all try to fill it
> > > > >>>
> > > > >>> thanks
> > > > >>>
> > > > >>> El lun., 16 nov. 2020 a las 19:47, Andrew Wetmore (<
> > > > cottage14@gmail.com
> > > > >>> )
> > > > >>> escribió:
> > > > >>>
> > > > >>>> Is there a list of new features and fixes since 0.9.7? I 
> > > > >>>> would like to
> > > > >>> see
> > > > >>>> if i can at least get good documentation in place about 
> > > > >>>> those
> > > changes.
> > > > >>>>
> > > > >>>> a
> > > > >>>>
> > > > >>>> On Mon, Nov 16, 2020 at 1:23 PM Harbs 
> > > > >>>> <ha...@gmail.com>
> > > wrote:
> > > > >>>>
> > > > >>>>> OK. I’ll start tomorrow.
> > > > >>>>>
> > > > >>>>> (fingers crossed)
> > > > >>>>>
> > > > >>>>>> On Nov 16, 2020, at 5:55 PM, Carlos Rovira <
> > > > >> carlosrovira@apache.org>
> > > > >>>>> wrote:
> > > > >>>>>>
> > > > >>>>>> Hi,
> > > > >>>>>>
> > > > >>>>>> I think the time zone problems Chris warned are now 
> > > > >>>>>> behind us, and
> > > > >>> want
> > > > >>>>> to
> > > > >>>>>> open this thread about releasing 0.9.8. Many months have 
> > > > >>>>>> passed
> > > > >> and I
> > > > >>>>> think
> > > > >>>>>> we need to push a new release soon, I think before the 
> > > > >>>>>> end of the
> > > > >>> year
> > > > >>>>> will
> > > > >>>>>> be the best for us if possible.
> > > > >>>>>>
> > > > >>>>>> What do you think? Harbs can we count on you to do the task?
> > > > >>>>>>
> > > > >>>>>> Thanks in advance
> > > > >>>>>>
> > > > >>>>>> --
> > > > >>>>>> Carlos Rovira
> > > > >>>>>> Apache Member & Apache Royale PMC *Apache Software
> > > > >>>>>> Foundation* http://about.me/carlosrovira
> > > > >>>>>
> > > > >>>>>
> > > > >>>>
> > > > >>>> --
> > > > >>>> Andrew Wetmore
> > > > >>>>
> > > > >>>> http://cottage14.blogspot.com/
> > > > >>>>
> > > > >>>
> > > > >>>
> > > > >>> --
> > > > >>> Carlos Rovira
> > > > >>> Apache Member & Apache Royale PMC *Apache Software
> > > > >>> Foundation* http://about.me/carlosrovira
> > > > >>>
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > Apache Member & Apache Royale PMC *Apache Software Foundation* 
> > > > > http://about.me/carlosrovira
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> >
>
>
> --
>
> Piotr Zarzycki
>

RE: [EXTERNAL] Re: about releasing 0.9.8

Posted by Maria Jose Esteve <mj...@iest.com>.
☹
I create perfectly the distribution but, on my other pc, the compilation "without distribution" ant+mvn gives me error: (I have run the compilation several times with the same results)

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xmx1024m
     [copy] Warning: D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\compiler\in\temp\jflex-1.6.0 does not exist.
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1
     [java] Java Result: 1

BUILD FAILED
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\build.xml:1879: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-asjs-fork\build.xml:1966: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\build.xml:97: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\build.xml:76: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:92: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:148: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:197: The following error occurred while executing this line:
D:\Develop_Royale\Projects\Royale-SDK\royale-compiler\royaleunit-ant-tasks\src\main\resources\downloads.xml:384: Warning: Could not find file D:\Develop_Royale\Projects\Royale-SDK\cache\java-websocket-LICENSE.txt to copy.

Total time: 1 minute 38 seconds
"ip-tests" is not recognized as an internal or external command,
program or executable batch file.

Hiedra

-----Mensaje original-----
De: Maria Jose Esteve <mj...@iest.com> 
Enviado el: jueves, 6 de mayo de 2021 9:40
Para: dev@royale.apache.org
Asunto: RE: [EXTERNAL] Re: about releasing 0.9.8

Hi,
Everything is perfect for me. I have created the distribution without any problem.

Thankssss

Hiedra

-----Mensaje original-----
De: Josh Tynjala <jo...@bowlerhat.dev> Enviado el: jueves, 6 de mayo de 2021 0:19
Para: Apache Royale Development <de...@royale.apache.org>
Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8

I just fixed some of the 0.9.8/0.9.9 conflicts in the develop branch. I can now build a distribution with Maven.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Tue, May 4, 2021 at 1:48 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Hi,
>
> I think I have similar error with distribution, but I'm wondering what 
> is happening here:
> Is it because compiler is on 0.9.9 and for some reason one part of 
> whole process is on 0.9.8.
>
> I hope Yishay get back to that soon, cause we are pretty long without 
> fresh SDK.
>
> Thanks,
> Piotr
>
> pt., 30 kwi 2021 o 11:14 Maria Jose Esteve <mj...@iest.com> napisał(a):
>
> > Hello,
> > In line with what Josh says....
> > I can't create the distribution to a folder either, but I can 
> > compile the sdk with Maven and ant in the same project directory.
> > In my case, I don't see any AIR error (I don't know if it's getting 
> > it from .m2 or from the ROYALE_DOWNLOAD_CACHE folder I have 
> > configured and where I have the AIR zip too), but I can't identify 
> > my error. I have executed with -e -X and this is the text of the 
> > error, see if someone
> could
> > identify it:
> >
> > ...
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [  0.811 s] [INFO] 
> > Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [  0.842 s] 
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Violet-Theme SUCCESS [  0.827 s] [INFO] 
> > Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SUCCESS [  0.842 s] [INFO] 
> > Apache Royale: Framework: Archetypes ............... SUCCESS [
> > 0.578 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale 
> > Application SUCCESS [  0.982 s] [INFO] Apache Royale: Framework:
> > Archetypes: Jewel Royale Application SUCCESS [  2.964 s] [INFO] 
> > Apache Royale: Framework: Archetypes: Jewel Royale Library SUCCESS [
> > 0.796 s] [INFO] Apache Royale: Framework: Archetypes: Jewel Royale 
> > Module Application SUCCESS [  0.874 s] [INFO] Apache Royale:
> > Framework: Archetypes: Simple Royale Pure-JS Application SUCCESS [
> > 0.748 s] [INFO] Apache Royale: Framework: Archetypes: Simple Royale 
> > Pure-SWF Application SUCCESS [  0.765 s] [INFO] Apache Royale:
> > Framework: Archetypes: Simple Royale Library
> SUCCESS
> > [  1.185 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Typedef
> Library
> > SUCCESS [  0.640 s]
> > [INFO] compc .............................................. SUCCESS 
> > [
> > 3.276 s]
> > [INFO] compiler-asc ....................................... SUCCESS 
> > [
> > 1.654 s]
> > [INFO] compiler-compc ..................................... SUCCESS 
> > [
> > 1.466 s]
> > [INFO] compiler-compjsc ................................... SUCCESS 
> > [
> > 1.420 s]
> > [INFO] compiler-mxmlc ..................................... SUCCESS 
> > [
> > 1.388 s]
> > [INFO] compiler-mxmljsc ................................... SUCCESS 
> > [
> > 1.420 s]
> > [INFO] compiler-optimizer ................................. SUCCESS 
> > [
> > 1.388 s]
> > [INFO] compiler-swfdump ................................... SUCCESS 
> > [
> > 1.404 s]
> > [INFO] mxmlc .............................................. SUCCESS 
> > [
> > 1.373 s]
> > [INFO] Apache Royale: Distribution ........................ FAILURE 
> > [
> > 18.439 s]
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] BUILD FAILURE
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] Total time:  05:35 min
> > [INFO] Finished at: 2021-04-30T10:53:40+02: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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> > -> [Help 1]
> > org.apache.maven.lifecycle.LifecycleExecutionException: 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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:215)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to 
> > create assembly: Error adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:542)
> >     at
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by:
> > org.apache.maven.plugins.assembly.archive.ArchiveCreationException: 
> > Error adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.
> execute
> > (FileItemAssemblyPhase.java:127)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.crea
> teArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: java.nio.file.NoSuchFileException:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at sun.nio.fs.WindowsException.translateToIOException
> > (WindowsException.java:79)
> >     at sun.nio.fs.WindowsException.rethrowAsIOException
> > (WindowsException.java:90)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getFileSecurity
> > (WindowsAclFileAttributeView.java:88)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getOwner
> > (WindowsAclFileAttributeView.java:121)
> >     at sun.nio.fs.FileOwnerAttributeViewImpl.getOwner
> > (FileOwnerAttributeViewImpl.java:91)
> >     at
> > org.codehaus.plexus.components.io.attributes.FileAttributes.<init>
> > (FileAttributes.java:102)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttribute
> Utils.getFileAttributesByPath
> > (PlexusIoResourceAttributeUtils.java:203)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttribute
> Utils.getFileAttributes
> > (PlexusIoResourceAttributeUtils.java:165)
> >     at
> >
> org.codehaus.plexus.components.io.resources.ResourceFactory.createReso
> urce
> > (ResourceFactory.java:40)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.
> execute
> > (FileItemAssemblyPhase.java:120)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.crea
> teArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > [ERROR]
> > [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/MojoExecutionExcept
> > ion
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with 
> > the command
> > [ERROR]   mvn <args> -rf :distribution
> >
> >
> > Thx
> > Hiedra
> >
> > -----Mensaje original-----
> > De: Josh Tynjala <jo...@bowlerhat.dev> Enviado el: jueves, 29 
> > de abril de 2021 18:11
> > Para: Apache Royale Development <de...@royale.apache.org>
> > Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8
> >
> > Unfortunately, Adobe no longer provides AIR SDK 20.0. The only 
> > version they still offer is AIR 32.0. On macOS, I believe AIR 32.0 
> > is also only downloadable in a .dmg format that the Maven plugin 
> > doesn't know how to process, which makes things even harder. Older 
> > versions of the macOS AIR SDK used to be available in a different 
> > format, like .tbz2 or .tar.gz or something like that, but Adobe changed to .dmg only at some point.
> Anyway,
> > this is why building the distribution is failing. Those who can 
> > still
> build
> > are lucky enough to have it in their cache from before Adobe removed 
> > all
> of
> > the files from the servers.
> >
> > But, there's hope! If you build the distribution without specifying 
> > a target folder, it won't try to include Adobe artifacts. It's only 
> > when
> you
> > build to a folder that the AIR SDK is used in the build process. 
> > When you don't specify a target folder, the distribution will go 
> > into a zip or tar.gz file instead. When the build completes, you can 
> > just extract that into a folder, and it's basically the same thing.
> > If you need playerglobal.swc and the AIR SDK, you can merge them 
> > manually (like we
> used
> > to do with the Adobe Flex SDK before the Apache installer).
> >
> > Basically, in your distribution build command, just remove the 
> > -DdistributionTargetFolder= (including the path) option, and it 
> > should
> work
> > without the AIR SDK. I don't know whether there are other issues on 
> > the develop branch that might also cause the Maven distribution 
> > build to
> fail,
> > but this is how you deal with the AIR SDK part at least.
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC <https://bowlerhat.dev>
> >
> >
> > On Wed, Apr 28, 2021 at 6:17 PM Brian Raymes 
> > <br...@teotech.com>
> > wrote:
> >
> > > +1 for fixing current state of repo.
> > >
> > > I haven't been able to successfully build with Maven for quite a 
> > > long while now due to what looks to be shifts with this release.
> > >
> > > For one, it seems to repeat ask to install the AIR SDK, but fails 
> > > to notify something, then fails to download as they can't be 
> > > found. This happens about 20 times.
> > >
> > > Example:
> > >
> > > [INFO]  - Installing Adobe AIR SDK 20.0 Your System-Id: ...........
> > > The Adobe SDK license agreement applies to the Adobe AIR SDK. Do 
> > > you want to install the Adobe AIR SDK? Adobe AIR SDK License:
> > > http://www.adobe.com/products/air/sdk-eula.html
> > > (In a non-interactive build such as a CI server build, 
> > > alternatively to typing y or yes you can also set a system 
> > > property containing your system which is interpreted as equivalent 
> > > to accepting by typing y or
> > yes:
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=...........
> > > )
> > > Do you accept (Yes/No) ? Yes
> > > [WARNING] Failed to notify spy
> > > org.apache.flex.utilities.converter.mavenextension.FlexEventSpy:
> > > Caught exception while downloading and converting artifact.
> > > [INFO] Couldn't find artifact: com.adobe.air:20.0:runtime:pom 
> > > [INFO] ===========================================================
> > >
> > > Then, it fails to build the distribution because of a potentially 
> > > all of these unresolved artifacts for 0.9.9-SNAPSHOT.
> > >
> > > -----Original Message-----
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Tuesday, April 27, 2021 6:33 AM
> > > To: Apache Royale Development <de...@royale.apache.org>
> > > Subject: [EXTERNAL] Re: about releasing 0.9.8
> > >
> > > Hi Yishay,
> > >
> > > Where are you with release now ? Build is failing on Maven sight 
> > > for several days, cause it was switched to 0.9.9. Are you going to 
> > > make another attempt this week ?
> > >
> > > Thanks,
> > > Piotr
> > >
> > > niedz., 21 mar 2021 o 11:00 Harbs <ha...@gmail.com> napisał(a):
> > >
> > > > I think what I started was reverted.
> > > >
> > > > Thanks for picking up the slack for me…
> > > >
> > > > Let me know if you need help from me.
> > > >
> > > > Harbs
> > > >
> > > > > On Mar 21, 2021, at 11:00 AM, Yishay Weiss 
> > > > > <yi...@hotmail.com>
> > > > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I'd like to start a release again, maybe Harbs will pick this 
> > > > > up later
> > > > when he's less loaded, so if anyone wants to update the release 
> > > > notes this might be a good time.
> > > > >
> > > > > I'd like to start afresh, so Harbs, let me know if there are 
> > > > > RCs for
> > > > Royale or for compiler-build-tools that need cancelling.
> > > > >
> > > > > Thanks
> > > > > ________________________________
> > > > > From: Carlos Rovira <ca...@apache.org>
> > > > > Sent: Friday, November 20, 2020 3:51 PM
> > > > > To: Apache Royale Development <de...@royale.apache.org>
> > > > > Subject: Re: about releasing 0.9.8
> > > > >
> > > > > Hi! just finished my list of updates for 0.9.8
> > > > >
> > > > > Others are welcome to add to it for upcoming release! :)
> > > > >
> > > > > El mar., 17 nov. 2020 a las 20:07, Josh Tynjala (<
> > > > joshtynjala@bowlerhat.dev>)
> > > > > escribió:
> > > > >
> > > > >> I just updated the RELEASE_NOTES.md files in both 
> > > > >> royale-compiler and royale-asjs with my changes for the 0.9.8 
> > > > >> release. Everyone should also
> > > > add
> > > > >> their own changes to these files.
> > > > >>
> > > > >> --
> > > > >> Josh Tynjala
> > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > >>
> > > > >>
> > > > >> On Tue, Nov 17, 2020 at 5:25 AM Carlos Rovira 
> > > > >> <ca...@apache.org>
> > > > >> wrote:
> > > > >>
> > > > >>> Thanks Harbs!
> > > > >>>
> > > > >>> @Andrew I think we should all try to add to the list of new 
> > > > >>> features,
> > > > >> fixes
> > > > >>> and more. If you could prepare different place holders for 
> > > > >>> compiler-typedefs-asjs, we can all try to fill it
> > > > >>>
> > > > >>> thanks
> > > > >>>
> > > > >>> El lun., 16 nov. 2020 a las 19:47, Andrew Wetmore (<
> > > > cottage14@gmail.com
> > > > >>> )
> > > > >>> escribió:
> > > > >>>
> > > > >>>> Is there a list of new features and fixes since 0.9.7? I 
> > > > >>>> would like to
> > > > >>> see
> > > > >>>> if i can at least get good documentation in place about 
> > > > >>>> those
> > > changes.
> > > > >>>>
> > > > >>>> a
> > > > >>>>
> > > > >>>> On Mon, Nov 16, 2020 at 1:23 PM Harbs 
> > > > >>>> <ha...@gmail.com>
> > > wrote:
> > > > >>>>
> > > > >>>>> OK. I’ll start tomorrow.
> > > > >>>>>
> > > > >>>>> (fingers crossed)
> > > > >>>>>
> > > > >>>>>> On Nov 16, 2020, at 5:55 PM, Carlos Rovira <
> > > > >> carlosrovira@apache.org>
> > > > >>>>> wrote:
> > > > >>>>>>
> > > > >>>>>> Hi,
> > > > >>>>>>
> > > > >>>>>> I think the time zone problems Chris warned are now 
> > > > >>>>>> behind us, and
> > > > >>> want
> > > > >>>>> to
> > > > >>>>>> open this thread about releasing 0.9.8. Many months have 
> > > > >>>>>> passed
> > > > >> and I
> > > > >>>>> think
> > > > >>>>>> we need to push a new release soon, I think before the 
> > > > >>>>>> end of the
> > > > >>> year
> > > > >>>>> will
> > > > >>>>>> be the best for us if possible.
> > > > >>>>>>
> > > > >>>>>> What do you think? Harbs can we count on you to do the task?
> > > > >>>>>>
> > > > >>>>>> Thanks in advance
> > > > >>>>>>
> > > > >>>>>> --
> > > > >>>>>> Carlos Rovira
> > > > >>>>>> Apache Member & Apache Royale PMC *Apache Software
> > > > >>>>>> Foundation* http://about.me/carlosrovira
> > > > >>>>>
> > > > >>>>>
> > > > >>>>
> > > > >>>> --
> > > > >>>> Andrew Wetmore
> > > > >>>>
> > > > >>>> http://cottage14.blogspot.com/
> > > > >>>>
> > > > >>>
> > > > >>>
> > > > >>> --
> > > > >>> Carlos Rovira
> > > > >>> Apache Member & Apache Royale PMC *Apache Software
> > > > >>> Foundation* http://about.me/carlosrovira
> > > > >>>
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > Apache Member & Apache Royale PMC *Apache Software Foundation* 
> > > > > http://about.me/carlosrovira
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> >
>
>
> --
>
> Piotr Zarzycki
>

RE: [EXTERNAL] Re: about releasing 0.9.8

Posted by Maria Jose Esteve <mj...@iest.com>.
Hi,
Everything is perfect for me. I have created the distribution without any problem.

Thankssss

Hiedra

-----Mensaje original-----
De: Josh Tynjala <jo...@bowlerhat.dev> 
Enviado el: jueves, 6 de mayo de 2021 0:19
Para: Apache Royale Development <de...@royale.apache.org>
Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8

I just fixed some of the 0.9.8/0.9.9 conflicts in the develop branch. I can now build a distribution with Maven.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Tue, May 4, 2021 at 1:48 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Hi,
>
> I think I have similar error with distribution, but I'm wondering what 
> is happening here:
> Is it because compiler is on 0.9.9 and for some reason one part of 
> whole process is on 0.9.8.
>
> I hope Yishay get back to that soon, cause we are pretty long without 
> fresh SDK.
>
> Thanks,
> Piotr
>
> pt., 30 kwi 2021 o 11:14 Maria Jose Esteve <mj...@iest.com> napisał(a):
>
> > Hello,
> > In line with what Josh says....
> > I can't create the distribution to a folder either, but I can 
> > compile the sdk with Maven and ant in the same project directory.
> > In my case, I don't see any AIR error (I don't know if it's getting 
> > it from .m2 or from the ROYALE_DOWNLOAD_CACHE folder I have 
> > configured and where I have the AIR zip too), but I can't identify 
> > my error. I have executed with -e -X and this is the text of the 
> > error, see if someone
> could
> > identify it:
> >
> > ...
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [  0.811 s] [INFO] 
> > Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [  0.842 s] 
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Violet-Theme SUCCESS [  0.827 s] [INFO] 
> > Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SUCCESS [  0.842 s] [INFO] 
> > Apache Royale: Framework: Archetypes ............... SUCCESS [
> > 0.578 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale 
> > Application SUCCESS [  0.982 s] [INFO] Apache Royale: Framework: 
> > Archetypes: Jewel Royale Application SUCCESS [  2.964 s] [INFO] 
> > Apache Royale: Framework: Archetypes: Jewel Royale Library SUCCESS [  
> > 0.796 s] [INFO] Apache Royale: Framework: Archetypes: Jewel Royale 
> > Module Application SUCCESS [  0.874 s] [INFO] Apache Royale: 
> > Framework: Archetypes: Simple Royale Pure-JS Application SUCCESS [  
> > 0.748 s] [INFO] Apache Royale: Framework: Archetypes: Simple Royale 
> > Pure-SWF Application SUCCESS [  0.765 s] [INFO] Apache Royale: 
> > Framework: Archetypes: Simple Royale Library
> SUCCESS
> > [  1.185 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Typedef
> Library
> > SUCCESS [  0.640 s]
> > [INFO] compc .............................................. SUCCESS 
> > [
> > 3.276 s]
> > [INFO] compiler-asc ....................................... SUCCESS 
> > [
> > 1.654 s]
> > [INFO] compiler-compc ..................................... SUCCESS 
> > [
> > 1.466 s]
> > [INFO] compiler-compjsc ................................... SUCCESS 
> > [
> > 1.420 s]
> > [INFO] compiler-mxmlc ..................................... SUCCESS 
> > [
> > 1.388 s]
> > [INFO] compiler-mxmljsc ................................... SUCCESS 
> > [
> > 1.420 s]
> > [INFO] compiler-optimizer ................................. SUCCESS 
> > [
> > 1.388 s]
> > [INFO] compiler-swfdump ................................... SUCCESS 
> > [
> > 1.404 s]
> > [INFO] mxmlc .............................................. SUCCESS 
> > [
> > 1.373 s]
> > [INFO] Apache Royale: Distribution ........................ FAILURE 
> > [
> > 18.439 s]
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] BUILD FAILURE
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] Total time:  05:35 min
> > [INFO] Finished at: 2021-04-30T10:53:40+02: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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> > -> [Help 1]
> > org.apache.maven.lifecycle.LifecycleExecutionException: 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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:215)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to 
> > create assembly: Error adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:542)
> >     at 
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by:
> > org.apache.maven.plugins.assembly.archive.ArchiveCreationException: 
> > Error adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.
> execute
> > (FileItemAssemblyPhase.java:127)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.crea
> teArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at 
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: java.nio.file.NoSuchFileException:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\co
> mpiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at sun.nio.fs.WindowsException.translateToIOException
> > (WindowsException.java:79)
> >     at sun.nio.fs.WindowsException.rethrowAsIOException
> > (WindowsException.java:90)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getFileSecurity
> > (WindowsAclFileAttributeView.java:88)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getOwner
> > (WindowsAclFileAttributeView.java:121)
> >     at sun.nio.fs.FileOwnerAttributeViewImpl.getOwner
> > (FileOwnerAttributeViewImpl.java:91)
> >     at 
> > org.codehaus.plexus.components.io.attributes.FileAttributes.<init>
> > (FileAttributes.java:102)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttribute
> Utils.getFileAttributesByPath
> > (PlexusIoResourceAttributeUtils.java:203)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttribute
> Utils.getFileAttributes
> > (PlexusIoResourceAttributeUtils.java:165)
> >     at
> >
> org.codehaus.plexus.components.io.resources.ResourceFactory.createReso
> urce
> > (ResourceFactory.java:40)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.
> execute
> > (FileItemAssemblyPhase.java:120)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.crea
> teArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at 
> > org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProj
> > ect
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThrea
> dedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at 
> > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > [ERROR]
> > [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/MojoExecutionExcept
> > ion
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with 
> > the command
> > [ERROR]   mvn <args> -rf :distribution
> >
> >
> > Thx
> > Hiedra
> >
> > -----Mensaje original-----
> > De: Josh Tynjala <jo...@bowlerhat.dev> Enviado el: jueves, 29 
> > de abril de 2021 18:11
> > Para: Apache Royale Development <de...@royale.apache.org>
> > Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8
> >
> > Unfortunately, Adobe no longer provides AIR SDK 20.0. The only 
> > version they still offer is AIR 32.0. On macOS, I believe AIR 32.0 
> > is also only downloadable in a .dmg format that the Maven plugin 
> > doesn't know how to process, which makes things even harder. Older 
> > versions of the macOS AIR SDK used to be available in a different 
> > format, like .tbz2 or .tar.gz or something like that, but Adobe changed to .dmg only at some point.
> Anyway,
> > this is why building the distribution is failing. Those who can 
> > still
> build
> > are lucky enough to have it in their cache from before Adobe removed 
> > all
> of
> > the files from the servers.
> >
> > But, there's hope! If you build the distribution without specifying 
> > a target folder, it won't try to include Adobe artifacts. It's only 
> > when
> you
> > build to a folder that the AIR SDK is used in the build process. 
> > When you don't specify a target folder, the distribution will go 
> > into a zip or tar.gz file instead. When the build completes, you can 
> > just extract that into a folder, and it's basically the same thing. 
> > If you need playerglobal.swc and the AIR SDK, you can merge them 
> > manually (like we
> used
> > to do with the Adobe Flex SDK before the Apache installer).
> >
> > Basically, in your distribution build command, just remove the 
> > -DdistributionTargetFolder= (including the path) option, and it 
> > should
> work
> > without the AIR SDK. I don't know whether there are other issues on 
> > the develop branch that might also cause the Maven distribution 
> > build to
> fail,
> > but this is how you deal with the AIR SDK part at least.
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC <https://bowlerhat.dev>
> >
> >
> > On Wed, Apr 28, 2021 at 6:17 PM Brian Raymes 
> > <br...@teotech.com>
> > wrote:
> >
> > > +1 for fixing current state of repo.
> > >
> > > I haven't been able to successfully build with Maven for quite a 
> > > long while now due to what looks to be shifts with this release.
> > >
> > > For one, it seems to repeat ask to install the AIR SDK, but fails 
> > > to notify something, then fails to download as they can't be 
> > > found. This happens about 20 times.
> > >
> > > Example:
> > >
> > > [INFO]  - Installing Adobe AIR SDK 20.0 Your System-Id: ...........
> > > The Adobe SDK license agreement applies to the Adobe AIR SDK. Do 
> > > you want to install the Adobe AIR SDK? Adobe AIR SDK License:
> > > http://www.adobe.com/products/air/sdk-eula.html
> > > (In a non-interactive build such as a CI server build, 
> > > alternatively to typing y or yes you can also set a system 
> > > property containing your system which is interpreted as equivalent 
> > > to accepting by typing y or
> > yes:
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=...........
> > > )
> > > Do you accept (Yes/No) ? Yes
> > > [WARNING] Failed to notify spy
> > > org.apache.flex.utilities.converter.mavenextension.FlexEventSpy:
> > > Caught exception while downloading and converting artifact.
> > > [INFO] Couldn't find artifact: com.adobe.air:20.0:runtime:pom 
> > > [INFO] ===========================================================
> > >
> > > Then, it fails to build the distribution because of a potentially 
> > > all of these unresolved artifacts for 0.9.9-SNAPSHOT.
> > >
> > > -----Original Message-----
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Tuesday, April 27, 2021 6:33 AM
> > > To: Apache Royale Development <de...@royale.apache.org>
> > > Subject: [EXTERNAL] Re: about releasing 0.9.8
> > >
> > > Hi Yishay,
> > >
> > > Where are you with release now ? Build is failing on Maven sight 
> > > for several days, cause it was switched to 0.9.9. Are you going to 
> > > make another attempt this week ?
> > >
> > > Thanks,
> > > Piotr
> > >
> > > niedz., 21 mar 2021 o 11:00 Harbs <ha...@gmail.com> napisał(a):
> > >
> > > > I think what I started was reverted.
> > > >
> > > > Thanks for picking up the slack for me…
> > > >
> > > > Let me know if you need help from me.
> > > >
> > > > Harbs
> > > >
> > > > > On Mar 21, 2021, at 11:00 AM, Yishay Weiss 
> > > > > <yi...@hotmail.com>
> > > > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I'd like to start a release again, maybe Harbs will pick this 
> > > > > up later
> > > > when he's less loaded, so if anyone wants to update the release 
> > > > notes this might be a good time.
> > > > >
> > > > > I'd like to start afresh, so Harbs, let me know if there are 
> > > > > RCs for
> > > > Royale or for compiler-build-tools that need cancelling.
> > > > >
> > > > > Thanks
> > > > > ________________________________
> > > > > From: Carlos Rovira <ca...@apache.org>
> > > > > Sent: Friday, November 20, 2020 3:51 PM
> > > > > To: Apache Royale Development <de...@royale.apache.org>
> > > > > Subject: Re: about releasing 0.9.8
> > > > >
> > > > > Hi! just finished my list of updates for 0.9.8
> > > > >
> > > > > Others are welcome to add to it for upcoming release! :)
> > > > >
> > > > > El mar., 17 nov. 2020 a las 20:07, Josh Tynjala (<
> > > > joshtynjala@bowlerhat.dev>)
> > > > > escribió:
> > > > >
> > > > >> I just updated the RELEASE_NOTES.md files in both 
> > > > >> royale-compiler and royale-asjs with my changes for the 0.9.8 
> > > > >> release. Everyone should also
> > > > add
> > > > >> their own changes to these files.
> > > > >>
> > > > >> --
> > > > >> Josh Tynjala
> > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > >>
> > > > >>
> > > > >> On Tue, Nov 17, 2020 at 5:25 AM Carlos Rovira 
> > > > >> <ca...@apache.org>
> > > > >> wrote:
> > > > >>
> > > > >>> Thanks Harbs!
> > > > >>>
> > > > >>> @Andrew I think we should all try to add to the list of new 
> > > > >>> features,
> > > > >> fixes
> > > > >>> and more. If you could prepare different place holders for 
> > > > >>> compiler-typedefs-asjs, we can all try to fill it
> > > > >>>
> > > > >>> thanks
> > > > >>>
> > > > >>> El lun., 16 nov. 2020 a las 19:47, Andrew Wetmore (<
> > > > cottage14@gmail.com
> > > > >>> )
> > > > >>> escribió:
> > > > >>>
> > > > >>>> Is there a list of new features and fixes since 0.9.7? I 
> > > > >>>> would like to
> > > > >>> see
> > > > >>>> if i can at least get good documentation in place about 
> > > > >>>> those
> > > changes.
> > > > >>>>
> > > > >>>> a
> > > > >>>>
> > > > >>>> On Mon, Nov 16, 2020 at 1:23 PM Harbs 
> > > > >>>> <ha...@gmail.com>
> > > wrote:
> > > > >>>>
> > > > >>>>> OK. I’ll start tomorrow.
> > > > >>>>>
> > > > >>>>> (fingers crossed)
> > > > >>>>>
> > > > >>>>>> On Nov 16, 2020, at 5:55 PM, Carlos Rovira <
> > > > >> carlosrovira@apache.org>
> > > > >>>>> wrote:
> > > > >>>>>>
> > > > >>>>>> Hi,
> > > > >>>>>>
> > > > >>>>>> I think the time zone problems Chris warned are now 
> > > > >>>>>> behind us, and
> > > > >>> want
> > > > >>>>> to
> > > > >>>>>> open this thread about releasing 0.9.8. Many months have 
> > > > >>>>>> passed
> > > > >> and I
> > > > >>>>> think
> > > > >>>>>> we need to push a new release soon, I think before the 
> > > > >>>>>> end of the
> > > > >>> year
> > > > >>>>> will
> > > > >>>>>> be the best for us if possible.
> > > > >>>>>>
> > > > >>>>>> What do you think? Harbs can we count on you to do the task?
> > > > >>>>>>
> > > > >>>>>> Thanks in advance
> > > > >>>>>>
> > > > >>>>>> --
> > > > >>>>>> Carlos Rovira
> > > > >>>>>> Apache Member & Apache Royale PMC *Apache Software
> > > > >>>>>> Foundation* http://about.me/carlosrovira
> > > > >>>>>
> > > > >>>>>
> > > > >>>>
> > > > >>>> --
> > > > >>>> Andrew Wetmore
> > > > >>>>
> > > > >>>> http://cottage14.blogspot.com/
> > > > >>>>
> > > > >>>
> > > > >>>
> > > > >>> --
> > > > >>> Carlos Rovira
> > > > >>> Apache Member & Apache Royale PMC *Apache Software 
> > > > >>> Foundation* http://about.me/carlosrovira
> > > > >>>
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > Apache Member & Apache Royale PMC *Apache Software Foundation* 
> > > > > http://about.me/carlosrovira
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> >
>
>
> --
>
> Piotr Zarzycki
>

Re: [EXTERNAL] Re: about releasing 0.9.8

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
I just fixed some of the 0.9.8/0.9.9 conflicts in the develop branch. I can
now build a distribution with Maven.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Tue, May 4, 2021 at 1:48 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Hi,
>
> I think I have similar error with distribution, but I'm wondering what is
> happening here:
> Is it because compiler is on 0.9.9 and for some reason one part of whole
> process is on 0.9.8.
>
> I hope Yishay get back to that soon, cause we are pretty long without fresh
> SDK.
>
> Thanks,
> Piotr
>
> pt., 30 kwi 2021 o 11:14 Maria Jose Esteve <mj...@iest.com> napisał(a):
>
> > Hello,
> > In line with what Josh says....
> > I can't create the distribution to a folder either, but I can compile the
> > sdk with Maven and ant in the same project directory.
> > In my case, I don't see any AIR error (I don't know if it's getting it
> > from .m2 or from the ROYALE_DOWNLOAD_CACHE folder I have configured and
> > where I have the AIR zip too), but I can't identify my error. I have
> > executed with -e -X and this is the text of the error, see if someone
> could
> > identify it:
> >
> > ...
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Topaz-Theme SUCCESS [  0.811 s]
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Turquoise-Theme SUCCESS [  0.842 s]
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Violet-Theme SUCCESS [  0.827 s]
> > [INFO] Apache Royale: Framework: Themes:
> > Jewel-Dark-NoFlat-Emphasized-Yellow-Theme SUCCESS [  0.842 s]
> > [INFO] Apache Royale: Framework: Archetypes ............... SUCCESS [
> > 0.578 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Application
> > SUCCESS [  0.982 s]
> > [INFO] Apache Royale: Framework: Archetypes: Jewel Royale Application
> > SUCCESS [  2.964 s]
> > [INFO] Apache Royale: Framework: Archetypes: Jewel Royale Library SUCCESS
> > [  0.796 s]
> > [INFO] Apache Royale: Framework: Archetypes: Jewel Royale Module
> > Application SUCCESS [  0.874 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Pure-JS
> > Application SUCCESS [  0.748 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Pure-SWF
> > Application SUCCESS [  0.765 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Library
> SUCCESS
> > [  1.185 s]
> > [INFO] Apache Royale: Framework: Archetypes: Simple Royale Typedef
> Library
> > SUCCESS [  0.640 s]
> > [INFO] compc .............................................. SUCCESS [
> > 3.276 s]
> > [INFO] compiler-asc ....................................... SUCCESS [
> > 1.654 s]
> > [INFO] compiler-compc ..................................... SUCCESS [
> > 1.466 s]
> > [INFO] compiler-compjsc ................................... SUCCESS [
> > 1.420 s]
> > [INFO] compiler-mxmlc ..................................... SUCCESS [
> > 1.388 s]
> > [INFO] compiler-mxmljsc ................................... SUCCESS [
> > 1.420 s]
> > [INFO] compiler-optimizer ................................. SUCCESS [
> > 1.388 s]
> > [INFO] compiler-swfdump ................................... SUCCESS [
> > 1.404 s]
> > [INFO] mxmlc .............................................. SUCCESS [
> > 1.373 s]
> > [INFO] Apache Royale: Distribution ........................ FAILURE [
> > 18.439 s]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  05:35 min
> > [INFO] Finished at: 2021-04-30T10:53:40+02: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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> > -> [Help 1]
> > org.apache.maven.lifecycle.LifecycleExecutionException: 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:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:215)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to
> > create assembly: Error adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:542)
> >     at org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by:
> > org.apache.maven.plugins.assembly.archive.ArchiveCreationException: Error
> > adding file to archive:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.execute
> > (FileItemAssemblyPhase.java:127)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.createArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > Caused by: java.nio.file.NoSuchFileException:
> >
> D:\Develop_Royale\Projects\Royale-SDK\royale-asjs\distribution\jars\compiler-mxmljsc\target\compiler-mxmljsc-0.9.8-SNAPSHOT.jar
> >     at sun.nio.fs.WindowsException.translateToIOException
> > (WindowsException.java:79)
> >     at sun.nio.fs.WindowsException.rethrowAsIOException
> > (WindowsException.java:90)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getFileSecurity
> > (WindowsAclFileAttributeView.java:88)
> >     at sun.nio.fs.WindowsAclFileAttributeView.getOwner
> > (WindowsAclFileAttributeView.java:121)
> >     at sun.nio.fs.FileOwnerAttributeViewImpl.getOwner
> > (FileOwnerAttributeViewImpl.java:91)
> >     at org.codehaus.plexus.components.io.attributes.FileAttributes.<init>
> > (FileAttributes.java:102)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributesByPath
> > (PlexusIoResourceAttributeUtils.java:203)
> >     at
> >
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributes
> > (PlexusIoResourceAttributeUtils.java:165)
> >     at
> >
> org.codehaus.plexus.components.io.resources.ResourceFactory.createResource
> > (ResourceFactory.java:40)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.phase.FileItemAssemblyPhase.execute
> > (FileItemAssemblyPhase.java:120)
> >     at
> >
> org.apache.maven.plugins.assembly.archive.DefaultAssemblyArchiver.createArchive
> > (DefaultAssemblyArchiver.java:182)
> >     at
> > org.apache.maven.plugins.assembly.mojos.AbstractAssemblyMojo.execute
> > (AbstractAssemblyMojo.java:488)
> >     at org.apache.maven.plugins.assembly.mojos.SingleAssemblyMojo.execute
> > (SingleAssemblyMojo.java:61)
> >     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo
> > (DefaultBuildPluginManager.java:137)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:210)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:156)
> >     at org.apache.maven.lifecycle.internal.MojoExecutor.execute
> > (MojoExecutor.java:148)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:117)
> >     at
> > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
> > (LifecycleModuleBuilder.java:81)
> >     at
> >
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
> > (SingleThreadedBuilder.java:56)
> >     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute
> > (LifecycleStarter.java:128)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> >     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> >     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> >     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
> >     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> >     at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> >     at sun.reflect.NativeMethodAccessorImpl.invoke
> > (NativeMethodAccessorImpl.java:62)
> >     at sun.reflect.DelegatingMethodAccessorImpl.invoke
> > (DelegatingMethodAccessorImpl.java:43)
> >     at java.lang.reflect.Method.invoke (Method.java:498)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
> > (Launcher.java:282)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.launch
> > (Launcher.java:225)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
> > (Launcher.java:406)
> >     at org.codehaus.plexus.classworlds.launcher.Launcher.main
> > (Launcher.java:347)
> > [ERROR]
> > [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/MojoExecutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <args> -rf :distribution
> >
> >
> > Thx
> > Hiedra
> >
> > -----Mensaje original-----
> > De: Josh Tynjala <jo...@bowlerhat.dev>
> > Enviado el: jueves, 29 de abril de 2021 18:11
> > Para: Apache Royale Development <de...@royale.apache.org>
> > Asunto: Re: [EXTERNAL] Re: about releasing 0.9.8
> >
> > Unfortunately, Adobe no longer provides AIR SDK 20.0. The only version
> > they still offer is AIR 32.0. On macOS, I believe AIR 32.0 is also only
> > downloadable in a .dmg format that the Maven plugin doesn't know how to
> > process, which makes things even harder. Older versions of the macOS AIR
> > SDK used to be available in a different format, like .tbz2 or .tar.gz or
> > something like that, but Adobe changed to .dmg only at some point.
> Anyway,
> > this is why building the distribution is failing. Those who can still
> build
> > are lucky enough to have it in their cache from before Adobe removed all
> of
> > the files from the servers.
> >
> > But, there's hope! If you build the distribution without specifying a
> > target folder, it won't try to include Adobe artifacts. It's only when
> you
> > build to a folder that the AIR SDK is used in the build process. When you
> > don't specify a target folder, the distribution will go into a zip or
> > tar.gz file instead. When the build completes, you can just extract that
> > into a folder, and it's basically the same thing. If you need
> > playerglobal.swc and the AIR SDK, you can merge them manually (like we
> used
> > to do with the Adobe Flex SDK before the Apache installer).
> >
> > Basically, in your distribution build command, just remove the
> > -DdistributionTargetFolder= (including the path) option, and it should
> work
> > without the AIR SDK. I don't know whether there are other issues on the
> > develop branch that might also cause the Maven distribution build to
> fail,
> > but this is how you deal with the AIR SDK part at least.
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC <https://bowlerhat.dev>
> >
> >
> > On Wed, Apr 28, 2021 at 6:17 PM Brian Raymes <br...@teotech.com>
> > wrote:
> >
> > > +1 for fixing current state of repo.
> > >
> > > I haven't been able to successfully build with Maven for quite a long
> > > while now due to what looks to be shifts with this release.
> > >
> > > For one, it seems to repeat ask to install the AIR SDK, but fails to
> > > notify something, then fails to download as they can't be found. This
> > > happens about 20 times.
> > >
> > > Example:
> > >
> > > [INFO]  - Installing Adobe AIR SDK 20.0 Your System-Id: ...........
> > > The Adobe SDK license agreement applies to the Adobe AIR SDK. Do you
> > > want to install the Adobe AIR SDK? Adobe AIR SDK License:
> > > http://www.adobe.com/products/air/sdk-eula.html
> > > (In a non-interactive build such as a CI server build, alternatively
> > > to typing y or yes you can also set a system property containing your
> > > system which is interpreted as equivalent to accepting by typing y or
> > yes:
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=...........
> > > )
> > > Do you accept (Yes/No) ? Yes
> > > [WARNING] Failed to notify spy
> > > org.apache.flex.utilities.converter.mavenextension.FlexEventSpy:
> > > Caught exception while downloading and converting artifact.
> > > [INFO] Couldn't find artifact: com.adobe.air:20.0:runtime:pom [INFO]
> > > ===========================================================
> > >
> > > Then, it fails to build the distribution because of a potentially all
> > > of these unresolved artifacts for 0.9.9-SNAPSHOT.
> > >
> > > -----Original Message-----
> > > From: Piotr Zarzycki <pi...@gmail.com>
> > > Sent: Tuesday, April 27, 2021 6:33 AM
> > > To: Apache Royale Development <de...@royale.apache.org>
> > > Subject: [EXTERNAL] Re: about releasing 0.9.8
> > >
> > > Hi Yishay,
> > >
> > > Where are you with release now ? Build is failing on Maven sight for
> > > several days, cause it was switched to 0.9.9. Are you going to make
> > > another attempt this week ?
> > >
> > > Thanks,
> > > Piotr
> > >
> > > niedz., 21 mar 2021 o 11:00 Harbs <ha...@gmail.com> napisał(a):
> > >
> > > > I think what I started was reverted.
> > > >
> > > > Thanks for picking up the slack for me…
> > > >
> > > > Let me know if you need help from me.
> > > >
> > > > Harbs
> > > >
> > > > > On Mar 21, 2021, at 11:00 AM, Yishay Weiss
> > > > > <yi...@hotmail.com>
> > > > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I'd like to start a release again, maybe Harbs will pick this up
> > > > > later
> > > > when he's less loaded, so if anyone wants to update the release
> > > > notes this might be a good time.
> > > > >
> > > > > I'd like to start afresh, so Harbs, let me know if there are RCs
> > > > > for
> > > > Royale or for compiler-build-tools that need cancelling.
> > > > >
> > > > > Thanks
> > > > > ________________________________
> > > > > From: Carlos Rovira <ca...@apache.org>
> > > > > Sent: Friday, November 20, 2020 3:51 PM
> > > > > To: Apache Royale Development <de...@royale.apache.org>
> > > > > Subject: Re: about releasing 0.9.8
> > > > >
> > > > > Hi! just finished my list of updates for 0.9.8
> > > > >
> > > > > Others are welcome to add to it for upcoming release! :)
> > > > >
> > > > > El mar., 17 nov. 2020 a las 20:07, Josh Tynjala (<
> > > > joshtynjala@bowlerhat.dev>)
> > > > > escribió:
> > > > >
> > > > >> I just updated the RELEASE_NOTES.md files in both royale-compiler
> > > > >> and royale-asjs with my changes for the 0.9.8 release. Everyone
> > > > >> should also
> > > > add
> > > > >> their own changes to these files.
> > > > >>
> > > > >> --
> > > > >> Josh Tynjala
> > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > >>
> > > > >>
> > > > >> On Tue, Nov 17, 2020 at 5:25 AM Carlos Rovira
> > > > >> <ca...@apache.org>
> > > > >> wrote:
> > > > >>
> > > > >>> Thanks Harbs!
> > > > >>>
> > > > >>> @Andrew I think we should all try to add to the list of new
> > > > >>> features,
> > > > >> fixes
> > > > >>> and more. If you could prepare different place holders for
> > > > >>> compiler-typedefs-asjs, we can all try to fill it
> > > > >>>
> > > > >>> thanks
> > > > >>>
> > > > >>> El lun., 16 nov. 2020 a las 19:47, Andrew Wetmore (<
> > > > cottage14@gmail.com
> > > > >>> )
> > > > >>> escribió:
> > > > >>>
> > > > >>>> Is there a list of new features and fixes since 0.9.7? I would
> > > > >>>> like to
> > > > >>> see
> > > > >>>> if i can at least get good documentation in place about those
> > > changes.
> > > > >>>>
> > > > >>>> a
> > > > >>>>
> > > > >>>> On Mon, Nov 16, 2020 at 1:23 PM Harbs <ha...@gmail.com>
> > > wrote:
> > > > >>>>
> > > > >>>>> OK. I’ll start tomorrow.
> > > > >>>>>
> > > > >>>>> (fingers crossed)
> > > > >>>>>
> > > > >>>>>> On Nov 16, 2020, at 5:55 PM, Carlos Rovira <
> > > > >> carlosrovira@apache.org>
> > > > >>>>> wrote:
> > > > >>>>>>
> > > > >>>>>> Hi,
> > > > >>>>>>
> > > > >>>>>> I think the time zone problems Chris warned are now behind
> > > > >>>>>> us, and
> > > > >>> want
> > > > >>>>> to
> > > > >>>>>> open this thread about releasing 0.9.8. Many months have
> > > > >>>>>> passed
> > > > >> and I
> > > > >>>>> think
> > > > >>>>>> we need to push a new release soon, I think before the end of
> > > > >>>>>> the
> > > > >>> year
> > > > >>>>> will
> > > > >>>>>> be the best for us if possible.
> > > > >>>>>>
> > > > >>>>>> What do you think? Harbs can we count on you to do the task?
> > > > >>>>>>
> > > > >>>>>> Thanks in advance
> > > > >>>>>>
> > > > >>>>>> --
> > > > >>>>>> Carlos Rovira
> > > > >>>>>> Apache Member & Apache Royale PMC *Apache Software
> > > > >>>>>> Foundation* http://about.me/carlosrovira
> > > > >>>>>
> > > > >>>>>
> > > > >>>>
> > > > >>>> --
> > > > >>>> Andrew Wetmore
> > > > >>>>
> > > > >>>> http://cottage14.blogspot.com/
> > > > >>>>
> > > > >>>
> > > > >>>
> > > > >>> --
> > > > >>> Carlos Rovira
> > > > >>> Apache Member & Apache Royale PMC *Apache Software Foundation*
> > > > >>> http://about.me/carlosrovira
> > > > >>>
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > Apache Member & Apache Royale PMC
> > > > > *Apache Software Foundation*
> > > > > http://about.me/carlosrovira
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> >
>
>
> --
>
> Piotr Zarzycki
>