You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Carlos Rovira <ca...@apache.org> on 2020/01/21 11:11:59 UTC

Maven Distribution SDK fixed and working for IDEs

Hi,

just fixed the maven distribution, and now it creates a valid SDK that can
be used with IDEs. I think this is a long awaited fix.

So with the new maven distribution the generated SDK allows you to get code
intelligence and IDEs can find compilers and use it to get a valid
compilation. I tried only VSCode with Josh AS3&MXML extension, hope others
using Moonshine can provide feedback.

Additionally you get the normal maven way of build with "mvn install" that
will be more near to your deploy needs.

So people using Maven does not need to use ANT anymore to generate a valid
SDK, and we get finally to have two independent ways of building separated
one from the other.

I'll be doing some refining this days with classpaths since I left some
versions hardcoded that I want to remove to make it valid as we change
versions.

I'll be upgrading maven docs to reflect this change.



-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Carlos,

When you go to Moonshine website there is Big Download button - near that
button is arrow with drop down menu - Do you see it?

Choose non sandbox version for Mac.

Thanks,
Piotr

On Sun, Feb 9, 2020, 7:08 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi Piotr,
>
> link I use is this [1], and from there I downloaded this [2]
>
> [1] Nightly (Sandbox and Non-sandbox)
> <https://moonshine-ide.com/downloads/releases/dev/macos/>
> [2] Moonshine_Signed_NonSandbox.pkg
> <
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> >
>
> El dom., 9 feb. 2020 a las 17:40, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>)
> escribió:
>
> > Hi Carlos,
> >
> > From the logs it doesn't looks like Nightly build, but official release,
> > unless there is something wrong with the logs.
> >
> > You'd should have in logs Moonshine 2.6.0 instead 2.5.0.
> >
> > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > Hi,
> > >
> > > I installed latest Moonshine nightly. After configuring initial things
> > > loaded TDJ project. I'm getting Permission denied:
> > >
> > > : Moonshine IDE™ 2.5.0
> > > : Copyright © Prominic.NET, Inc. All rights reserved.
> > > : Source code is under Apache License, Version 2.0
> > > : https://github.com/prominic/Moonshine-IDE
> > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache
> License
> > > 2.0), NativeApplicationUpdater (LGPL)
> > > : Running on Adobe AIR 28.0.0.125
> > > : Compiling TourDeJewel
> > > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > : Sending to mxmlx: export
> > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> &&
> > > export
> > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
> > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > -load-config+=obj/TourDeJewelConfig.xml
> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > -html-template=src/main/resources/jewel-example-index-template.html
> > > -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
> > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > : /bin/bash:
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > Permission denied
> > >
> > > How can I fix it?
> > >
> > > Thanks
> > >
> > >
> > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> > joshtynjala@bowlerhat.dev
> > > >)
> > > escribió:
> > >
> > > > Yeah, I don't see why Moonshine is reporting those errors, but VSCode
> > > does
> > > > not. If royale-config.xml is referencing SWCs that don't exist, that
> > > should
> > > > affect both IDEs.
> > > >
> > > > Regardless, like you explained, the same issue should reproduce when
> > > > compiling from a terminal without Moonshine.
> > > >
> > > > --
> > > > Josh Tynjala
> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > >
> > > >
> > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> > piotrzarzycki21@gmail.com
> > > >
> > > > wrote:
> > > >
> > > > > Hi Carlos,
> > > > >
> > > > > Yeah it would be pretty great if you could setup Moonshine, but you
> > > don't
> > > > > have to do that actually to reproduce the issue. Command which I
> have
> > > > > pasted in this thread can be copy and used in Terminal with small
> > path
> > > > > adjustment. Try it on any project you have using distribution build
> > and
> > > > for
> > > > > sure you will get the error.
> > > > >
> > > > > In case of Moonshine we have freez code for commits and prepare for
> > > > > release, we have some internal problems with bamboo build - if it
> > will
> > > > get
> > > > > resolved we should have release early next week. You can always try
> > > > Nightly
> > > > > build.
> > > > >
> > > > > I'm really surprised that VSCode do not throwing the same error -
> > What
> > > > > could be the case Josh? The only difference is that we are using
> > mxmlc
> > > > file
> > > > > and VSCode is probably using jar file, but playerglobal.swc doesn't
> > > > exists
> > > > > so both should report same issue.
> > > > >
> > > > > Thanks,
> > > > > Piotr
> > > > >
> > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > > > > napisał(a):
> > > > >
> > > > > > Hi Piotr,
> > > > > >
> > > > > > so I think you're a bit closer (not farther ;)), since compiler
> was
> > > > > found.
> > > > > > Now is a matter to find what's missing.
> > > > > > What's curious for me is VSCode recognizes but Moonshine not. I
> > think
> > > > the
> > > > > > problem is each IDE is looking at different things to match a
> valid
> > > > SDK,
> > > > > > and maybe even we could be setting duplicate artifacts in the SDK
> > so
> > > > > VSCode
> > > > > > finds all but Moonshine not.
> > > > > > I'll be setup Moonshine as I have time to try it.
> > > > > > I think you plan to launch a new one soon right? should I wait
> for
> > > it?
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > >
> > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > > > > piotrzarzycki21@gmail.com>)
> > > > > > escribió:
> > > > > >
> > > > > > > Hi Carlos,
> > > > > > >
> > > > > > > I just tried your changes and I'm a bit farther. Now I'm
> getting
> > > > > > following
> > > > > > > errors. It's throwing that errors cause in JS only binaries
> > > prepared
> > > > by
> > > > > > ant
> > > > > > > we have in following location
> > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > > > > playerglobal.swc, so distribution should probably have the
> same.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > -debug=true
> > > > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > > >
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > > : Using Royale Compiler codebase:
> > > > > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > : Using Royale SDK:
> > > > > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > : MXMLJSC
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > > : -debug=true
> > > > > > > > : -source-map=true
> > > > > > > > : -compiler.targets=JSRoyale
> > > > > > > > :
> > > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 74)
> > > > > > > > :       </external-library-path>
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 81)
> > > > > > > > :       </js-external-library-path>
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 81)
> > > > > > > > :       </js-external-library-path>
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 99)
> > > > > > > > :       </library-path>
> > > > > > > > : 1.034449561 seconds
> > > > > > >
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Piotr
> > > > > > >
> > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
> carlosrovira@apache.org>
> > > > > > > napisał(a):
> > > > > > >
> > > > > > > > Thanks Josh for pointing that out I think I got it.
> > > > > > > >
> > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please try with
> my
> > > > > latest
> > > > > > > > commit. I couldn't test myself, but I think it should work
> now
> > > for
> > > > > > > > Moonshine.
> > > > > > > > VSCode still work with this changes.
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > Carlos
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > > > > joshtynjala@bowlerhat.dev>)
> > > > > > > > escribió:
> > > > > > > >
> > > > > > > >> If I had to guess, this classpath is wrong:
> > > > > > > >>
> > > > > > > >> <Class-Path>args4j.jar org.json.jar
> > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > > >> Class-Path>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > > > > >>
> > > > > > > >> I think that the names of those JAR files all include a
> > version
> > > > > number
> > > > > > > in
> > > > > > > >> the Maven distribution.
> > > > > > > >>
> > > > > > > >> --
> > > > > > > >> Josh Tynjala
> > > > > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > > > > carlosrovira@apache.org>
> > > > > > > >> wrote:
> > > > > > > >>
> > > > > > > >> > ok didn't notice.
> > > > > > > >> > So maybe is a classpath problem?
> > > > > > > >> > It's clear that VSCode goes to the same place and find it
> > > since
> > > > > > mxmlc
> > > > > > > >> is a
> > > > > > > >> > dummy jar that has exactly that class, but Moonshine goes
> > and
> > > > > didn't
> > > > > > > >> find
> > > > > > > >> > it.
> > > > > > > >> > If not any clue what could be happening?
> > > > > > > >> > Thanks
> > > > > > > >> >
> > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > > > > >> > piotrzarzycki21@gmail.com>)
> > > > > > > >> > escribió:
> > > > > > > >> >
> > > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > > > > >> > >
> > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > > > joshtynjala@bowlerhat.dev
> > > > > >
> > > > > > > >> > > napisał(a):
> > > > > > > >> > >
> > > > > > > >> > > > You can see from the output that Moonshine is calling
> > the
> > > > > > command
> > > > > > > >> line
> > > > > > > >> > > > scripts in js/bin.
> > > > > > > >> > > >
> > > > > > > >> > > > --
> > > > > > > >> > > > Josh Tynjala
> > > > > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > > > > >> carlosrovira@apache.org>
> > > > > > > >> > > > wrote:
> > > > > > > >> > > >
> > > > > > > >> > > > > Hi Piotr,
> > > > > > > >> > > > >
> > > > > > > >> > > > > That was a problem I had with VSCode when started to
> > > work
> > > > on
> > > > > > fix
> > > > > > > >> SDK
> > > > > > > >> > > for
> > > > > > > >> > > > > IDE.
> > > > > > > >> > > > > Josh told me that VSCode tries to find that class in
> > > > > > > >> > /js/lib/mxmlc.jar
> > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > > > > >> > > > >
> > > > > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > > > > >> > > > >
> > > > > > > >> > > > > Thanks
> > > > > > > >> > > > >
> > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > > > > >> > > > > escribió:
> > > > > > > >> > > > >
> > > > > > > >> > > > > > Hi Carlos,
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly
> > Build
> > > of
> > > > > > > >> > Moonshine. I
> > > > > > > >> > > > > > cannot build Hello World. I'm getting following
> > error:
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > > > >> > > > > >
> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > >> -debug=true
> > > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > > >> > > > > >
> > > > > > > >> >
> > > > > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > >> > > > > > : Using Royale Compiler codebase:
> > > > > > > >> > > > > >
> > > > > > > >>
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > >> > > > > > : Using Royale SDK:
> > > > > > > >> > > > > >
> > > > > > > >>
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > >> > > > > > : Error: Could not find or load main class
> > > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > > > > >> carlosrovira@apache.org>
> > > > > > > >> > > > > > napisał(a):
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > > Hi Piotr,
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > right, are simplified too and does not have any
> > > > profile
> > > > > or
> > > > > > > >> > > variable.
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > "-U clean install" is standard maven commands,
> > > nothing
> > > > > to
> > > > > > do
> > > > > > > >> with
> > > > > > > >> > > us
> > > > > > > >> > > > in
> > > > > > > >> > > > > > > particular, so you can left that
> > > > > > > >> > > > > > > "-P main,utils" are not needed anymore, since
> now
> > > > > there's
> > > > > > no
> > > > > > > >> > > > > > > differentiation between a "first build" against
> > rest
> > > > of
> > > > > > > >> builds.
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr
> Zarzycki
> > (<
> > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > > Hi Carlos,
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > Builds for framework is updated. What about
> > > compiler
> > > > > and
> > > > > > > >> > > typedefs ?
> > > > > > > >> > > > > For
> > > > > > > >> > > > > > > > compiler on the server we have:
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > -U clean install
> > > > > > > >> > > > > > > > -P -main,utils
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > It looks like that those profiles also
> > deprecated
> > > -
> > > > > can
> > > > > > > you
> > > > > > > >> > > > confirm ?
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > Thanks,
> > > > > > > >> > > > > > > > Piotr
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > > > > >> > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > napisał(a):
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > > Hi Piotr,
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > it surprise me that due all the changes done
> > in
> > > > > maven
> > > > > > > >> > > builds.a.o
> > > > > > > >> > > > > was
> > > > > > > >> > > > > > > not
> > > > > > > >> > > > > > > > > failing. I've even didn't repare that will
> > need
> > > to
> > > > > be
> > > > > > > >> > updated.
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > >
> > > > > > > >>
> > > > > > >
> > > > >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > Here's the updated doc for maven simplified
> > [1]
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > In sort:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > > > > >> FLASHPLAYER_DEBUGGER
> > > > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
> > > reliable
> > > > > > > >> (something
> > > > > > > >> > > that
> > > > > > > >> > > > > > was a
> > > > > > > >> > > > > > > > > real headache)
> > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >    - with-ui-testsuite
> > > > > > > >> > > > > > > > >    - option-with-swf
> > > > > > > >> > > > > > > > >    - with-examples
> > > > > > > >> > > > > > > > >    - with-distribution
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this
> > profiles?
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > [1]
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
> > > Zarzycki
> > > > (<
> > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > > Carlos,
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > What has change more in case of Maven
> build
> > > for
> > > > > > > >> framework?
> > > > > > > >> > On
> > > > > > > >> > > > > > > > builds.a.o
> > > > > > > >> > > > > > > > > we
> > > > > > > >> > > > > > > > > > have following command which running
> > > > royale-asjs.
> > > > > It
> > > > > > > >> looks
> > > > > > > >> > > like
> > > > > > > >> > > > > > > > something
> > > > > > > >> > > > > > > > > > is missing, cause I have removed locally
> my
> > > > > > > >> > org.apache.royale
> > > > > > > >> > > > > > folder
> > > > > > > >> > > > > > > > from
> > > > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc.
> [1] -
> > > It
> > > > > > throws
> > > > > > > >> > > > exception
> > > > > > > >> > > > > > now.
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Could not resolve dependencies for project
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > >
> > > > > > > >>
> > > > >
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > > >> > > > > > > > > > Failure to find
> > > > > > > >> > > > > > >
> > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > > >> > > > > > > > > in
> > > > > > > >> > > > > > > > > >
> > > > > > > >> >
> > https://repository.apache.org/content/repositories/snapshots
> > > > > > > >> > > > was
> > > > > > > >> > > > > > > > cached
> > > > > > > >> > > > > > > > > in
> > > > > > > >> > > > > > > > > > the local repository, resolution will not
> be
> > > > > > > reattempted
> > > > > > > >> > > until
> > > > > > > >> > > > > the
> > > > > > > >> > > > > > > > update
> > > > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed
> or
> > > > > updates
> > > > > > > are
> > > > > > > >> > > forced
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Above means that it probably doesn't
> exists
> > in
> > > > > > Apache
> > > > > > > >> Maven
> > > > > > > >> > > > > > > central...
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Command on builds.a.o:
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > -U
> > > > > > > >> > > > > > > > > > clean
> > > > > > > >> > > > > > > > > > deploy
> > > > > > > >> > > > > > > > > > -P
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > > >> > > > > > > > > > -Dgenerate.swf
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > [1]
> > > > > > > >> > > > > > >
> > > > > > > >> >
> > > > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Thanks,
> > > > > > > >> > > > > > > > > > Piotr
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > > > > >> > > > > piotrzarzycki21@gmail.com
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > > > > napisał(a):
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
> > > actually
> > > > > know
> > > > > > > >> what
> > > > > > > >> > is
> > > > > > > >> > > > the
> > > > > > > >> > > > > > > > version.
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > > > > >> > > > > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > > > > napisał(a):
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > >> Hi Piotr,
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> I explained in this thread that I
> > couldn't
> > > > find
> > > > > > in
> > > > > > > >> maven
> > > > > > > >> > > the
> > > > > > > >> > > > > > same
> > > > > > > >> > > > > > > > > exact
> > > > > > > >> > > > > > > > > > >> version that ANT one, I put the closest
> > in
> > > > date
> > > > > > > >> > available
> > > > > > > >> > > > from
> > > > > > > >> > > > > > > maven
> > > > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> > > > ANT/MAVEN
> > > > > to
> > > > > > > the
> > > > > > > >> > same
> > > > > > > >> > > > one
> > > > > > > >> > > > > > > that
> > > > > > > >> > > > > > > > > > works.
> > > > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
> > > > search
> > > > > > and
> > > > > > > >> the
> > > > > > > >> > > > version
> > > > > > > >> > > > > > > could
> > > > > > > >> > > > > > > > > > >> exists, in that case hope other can
> > > indicate
> > > > > the
> > > > > > > >> maven
> > > > > > > >> > > > > > descriptor
> > > > > > > >> > > > > > > to
> > > > > > > >> > > > > > > > > > >> update
> > > > > > > >> > > > > > > > > > >> it.
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> thanks
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11,
> Piotr
> > > > > Zarzycki
> > > > > > > (<
> > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> > > > version ?
> > > > > > > Maybe
> > > > > > > >> > this
> > > > > > > >> > > > is
> > > > > > > >> > > > > > the
> > > > > > > >> > > > > > > > > reason
> > > > > > > >> > > > > > > > > > >> why
> > > > > > > >> > > > > > > > > > >> > my application is failing.
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > > >> > > > > > > > > > >> >
> > <groupId>com.google.javascript</groupId>
> > > > > > > >> > > > > > > > > > >> >
> > <artifactId>closure-compiler</artifactId>
> > > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > > >> > > > > > > > > > >> >
> > > > > <artifactId>google-closure-library</artifactId>
> > > > > > > >> > > > > > > > > > >> >
> > <version>0.0-20190213-2033d5d9</version>
> > > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos
> Rovira
> > <
> > > > > > > >> > > > > > carlosrovira@apache.org
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > > > >> > napisał(a):
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used
> the
> > > > > closest
> > > > > > > >> one in
> > > > > > > >> > > > dates
> > > > > > > >> > > > > > to
> > > > > > > >> > > > > > > > the
> > > > > > > >> > > > > > > > > > one
> > > > > > > >> > > > > > > > > > >> in
> > > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how
> > can
> > > I
> > > > > > ensure
> > > > > > > >> > > > > > compatibility?
> > > > > > > >> > > > > > > > > Where
> > > > > > > >> > > > > > > > > > >> to
> > > > > > > >> > > > > > > > > > >> > > check that?
> > > > > > > >> > > > > > > > > > >> > > But what I really want to do is
> > update
> > > > > > > ANT/MAVEN
> > > > > > > >> to
> > > > > > > >> > > the
> > > > > > > >> > > > > same
> > > > > > > >> > > > > > > one
> > > > > > > >> > > > > > > > > > that
> > > > > > > >> > > > > > > > > > >> is
> > > > > > > >> > > > > > > > > > >> > ok
> > > > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure
> one
> > > that
> > > > > is
> > > > > > > >> > available
> > > > > > > >> > > > for
> > > > > > > >> > > > > > > both.
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > thanks
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41,
> > Alex
> > > > > Harui
> > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > > >> > > > > > > > > > >> > >)
> > > > > > > >> > > > > > > > > > >> > > escribió:
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > > You may not want the latest
> closure
> > > > > > library.
> > > > > > > >> You
> > > > > > > >> > > > > probably
> > > > > > > >> > > > > > > > want
> > > > > > > >> > > > > > > > > > one
> > > > > > > >> > > > > > > > > > >> > that
> > > > > > > >> > > > > > > > > > >> > > > is compatible with the closure
> > > > compiler.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > > HTH,
> > > > > > > >> > > > > > > > > > >> > > > -Alex
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
> > > Rovira" <
> > > > > > > >> > > > > > > > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > > > >> wrote:
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     Hi,
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     Josh discover that there was
> an
> > > > > issue.
> > > > > > If
> > > > > > > >> we
> > > > > > > >> > > have
> > > > > > > >> > > > > > > > GOOG_HOME
> > > > > > > >> > > > > > > > > > env
> > > > > > > >> > > > > > > > > > >> var
> > > > > > > >> > > > > > > > > > >> > > the
> > > > > > > >> > > > > > > > > > >> > > >     maven distribution worked
> > right,
> > > > but
> > > > > if
> > > > > > > you
> > > > > > > >> > > don't
> > > > > > > >> > > > > > have,
> > > > > > > >> > > > > > > > > > >> compilation
> > > > > > > >> > > > > > > > > > >> > > > fails.
> > > > > > > >> > > > > > > > > > >> > > >     I have it in my system while
> > > > > developing
> > > > > > > >> this.
> > > > > > > >> > > So I
> > > > > > > >> > > > > > just
> > > > > > > >> > > > > > > > > fixed
> > > > > > > >> > > > > > > > > > it
> > > > > > > >> > > > > > > > > > >> > some
> > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> > > > artifact
> > > > > > for
> > > > > > > >> the
> > > > > > > >> > > > > > > > closure-library
> > > > > > > >> > > > > > > > > > >> > > v20180910
> > > > > > > >> > > > > > > > > > >> > > > (the
> > > > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > > > > >> > > > 0.0-20190213-2033d5d9,
> > > > > > > >> > > > > > so
> > > > > > > >> > > > > > > we
> > > > > > > >> > > > > > > > > > need
> > > > > > > >> > > > > > > > > > >> to
> > > > > > > >> > > > > > > > > > >> > > use
> > > > > > > >> > > > > > > > > > >> > > > that
> > > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too
> > bad
> > > > > > trying
> > > > > > > to
> > > > > > > >> > find
> > > > > > > >> > > > the
> > > > > > > >> > > > > > > > > > >> corresponding
> > > > > > > >> > > > > > > > > > >> > > > maven
> > > > > > > >> > > > > > > > > > >> > > >     artifact, so if someone
> knows,
> > > > please
> > > > > > let
> > > > > > > >> me
> > > > > > > >> > > > know!).
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
> > > v20190213
> > > > > > too?
> > > > > > > >> From
> > > > > > > >> > > now
> > > > > > > >> > > > > on,
> > > > > > > >> > > > > > we
> > > > > > > >> > > > > > > > > > should
> > > > > > > >> > > > > > > > > > >> > check
> > > > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and
> > MAVEN
> > > > > > > >> artifacts.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > > > > piotrzarzycki21@gmail.com
> > > > > > > >> >
> > > > > > > >> > > let
> > > > > > > >> > > > me
> > > > > > > >> > > > > > > know
> > > > > > > >> > > > > > > > if
> > > > > > > >> > > > > > > > > > you
> > > > > > > >> > > > > > > > > > >> > can
> > > > > > > >> > > > > > > > > > >> > > > get it
> > > > > > > >> > > > > > > > > > >> > > >     work with latest changes just
> > > done.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     Thanks
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
> > > 17:53,
> > > > > > Carlos
> > > > > > > >> > Rovira
> > > > > > > >> > > > (<
> > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > > >> > > > > > > > > > >> > > >     escribió:
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
> > > command,
> > > > > > maven
> > > > > > > >> was
> > > > > > > >> > > > > > extremely
> > > > > > > >> > > > > > > > > > >> simplified
> > > > > > > >> > > > > > > > > > >> > > > thanks to
> > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1
> or
> > 2
> > > > > months
> > > > > > > >> ago.
> > > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does
> not
> > > > > exists.
> > > > > > > >> Check
> > > > > > > >> > the
> > > > > > > >> > > > > > > > > instructions
> > > > > > > >> > > > > > > > > > I
> > > > > > > >> > > > > > > > > > >> put
> > > > > > > >> > > > > > > > > > >> > > or
> > > > > > > >> > > > > > > > > > >> > > > go to
> > > > > > > >> > > > > > > > > > >> > > >     > the updated docs here [1].
> I
> > > > > updated
> > > > > > > that
> > > > > > > >> > page
> > > > > > > >> > > > to
> > > > > > > >> > > > > > have
> > > > > > > >> > > > > > > > all
> > > > > > > >> > > > > > > > > > the
> > > > > > > >> > > > > > > > > > >> > > > latest valid
> > > > > > > >> > > > > > > > > > >> > > >     > info.
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to
> > work
> > > > > soon
> > > > > > in
> > > > > > > >> more
> > > > > > > >> > > > > > > > improvements:
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution
> > for
> > > > > > js-only
> > > > > > > >> > (just
> > > > > > > >> > > > > > removing
> > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one
> repo
> > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release
> process
> > > > based
> > > > > > on 2
> > > > > > > >> (and
> > > > > > > >> > > yes
> > > > > > > >> > > > > > > having
> > > > > > > >> > > > > > > > > ANT
> > > > > > > >> > > > > > > > > > >> into
> > > > > > > >> > > > > > > > > > >> > > > account)
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > I will want to release
> every
> > 1
> > > > to 2
> > > > > > > >> month.
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > [1]
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
> > > > 17:40,
> > > > > > > Piotr
> > > > > > > >> > > > Zarzycki
> > > > > > > >> > > > > (<
> > > > > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com
> >)
> > > > > > escribió:
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my
> > fault.
> > > I
> > > > > > didn't
> > > > > > > >> > catch
> > > > > > > >> > > up
> > > > > > > >> > > > > > full
> > > > > > > >> > > > > > > > > > >> > instruction.
> > > > > > > >> > > > > > > > > > >> > > > Let me
> > > > > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29
> > Piotr
> > > > > > > Zarzycki
> > > > > > > >> <
> > > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this
> [1]
> > on
> > > > my
> > > > > > Mac
> > > > > > > >> > > > > distribution
> > > > > > > >> > > > > > is
> > > > > > > >> > > > > > > > not
> > > > > > > >> > > > > > > > > > >> > > > generated. :/
> > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > > > > > successfully,
> > > > > > > >> > but
> > > > > > > >> > > > > > without
> > > > > > > >> > > > > > > > > > >> > distribution.
> > > > > > > >> > > > > > > > > > >> > > > I don't
> > > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > > > > -DskipTests
> > > > > > > >> > > > > -Drat.skip=true
> > > > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > >
> > > > > > > >> > > >
> > > > > > > >>
> > > > >
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
> > > > Carlos
> > > > > > > >> Rovira <
> > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does not
> affect
> > > FB,
> > > > so
> > > > > > > don't
> > > > > > > >> > > worry
> > > > > > > >> > > > > > about
> > > > > > > >> > > > > > > > it.
> > > > > > > >> > > > > > > > > > But
> > > > > > > >> > > > > > > > > > >> we
> > > > > > > >> > > > > > > > > > >> > > > hope you
> > > > > > > >> > > > > > > > > > >> > > >     >> try
> > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some
> newer
> > > IDE
> > > > in
> > > > > > the
> > > > > > > >> > > future!
> > > > > > > >> > > > ;)
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a
> > las
> > > > > > 12:26,
> > > > > > > >> > Antonis
> > > > > > > >> > > > > > > Kalodimos
> > > > > > > >> > > > > > > > > (<
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > antonis.kalodimos@gmail.com
> > > > >)
> > > > > > > >> escribió:
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news
> > for
> > > > > > someone
> > > > > > > >> to
> > > > > > > >> > be
> > > > > > > >> > > > > > involved
> > > > > > > >> > > > > > > > > with
> > > > > > > >> > > > > > > > > > >> > royale.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of
> you
> > > who
> > > > > > know
> > > > > > > >> the
> > > > > > > >> > > > > > > requirements
> > > > > > > >> > > > > > > > > > don't
> > > > > > > >> > > > > > > > > > >> > break
> > > > > > > >> > > > > > > > > > >> > > > the
> > > > > > > >> > > > > > > > > > >> > > >     >> royale
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used
> and
> > in
> > > > the
> > > > > > > >> > > > flashbuilder.
> > > > > > > >> > > > > > Even
> > > > > > > >> > > > > > > > it
> > > > > > > >> > > > > > > > > is
> > > > > > > >> > > > > > > > > > >> old
> > > > > > > >> > > > > > > > > > >> > > is a
> > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old
> users
> > > > that
> > > > > > are
> > > > > > > >> > > searching
> > > > > > > >> > > > > > where
> > > > > > > >> > > > > > > > to
> > > > > > > >> > > > > > > > > > jump
> > > > > > > >> > > > > > > > > > >> > for
> > > > > > > >> > > > > > > > > > >> > > > upgrade
> > > > > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue
> the
> > > > great
> > > > > > job
> > > > > > > >> that
> > > > > > > >> > > you
> > > > > > > >> > > > > are
> > > > > > > >> > > > > > > > > doing.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020
> > > στις
> > > > > 1:15
> > > > > > > >> μ.μ.,
> > > > > > > >> > > ο/η
> > > > > > > >> > > > > > Piotr
> > > > > > > >> > > > > > > > > > >> Zarzycki <
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > piotrzarzycki21@gmail.com>
> > > > > > > έγραψε:
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> > > > provide
> > > > > > on
> > > > > > > >> > mailing
> > > > > > > >> > > > > list
> > > > > > > >> > > > > > > > > command
> > > > > > > >> > > > > > > > > > to
> > > > > > > >> > > > > > > > > > >> > > build
> > > > > > > >> > > > > > > > > > >> > > >     >> framework
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so
> > users
> > > > > could
> > > > > > > know
> > > > > > > >> > how
> > > > > > > >> > > to
> > > > > > > >> > > > > do
> > > > > > > >> > > > > > > > that.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o
> > > 12:12
> > > > > > Carlos
> > > > > > > >> > > Rovira <
> > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the
> > maven
> > > > > > > >> distribution,
> > > > > > > >> > > and
> > > > > > > >> > > > > now
> > > > > > > >> > > > > > > it
> > > > > > > >> > > > > > > > > > >> creates a
> > > > > > > >> > > > > > > > > > >> > > > valid SDK
> > > > > > > >> > > > > > > > > > >> > > >     >> >> that
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with
> IDEs.
> > I
> > > > > think
> > > > > > > this
> > > > > > > >> > is a
> > > > > > > >> > > > > long
> > > > > > > >> > > > > > > > > awaited
> > > > > > > >> > > > > > > > > > >> fix.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new
> > maven
> > > > > > > >> distribution
> > > > > > > >> > > the
> > > > > > > >> > > > > > > > generated
> > > > > > > >> > > > > > > > > > SDK
> > > > > > > >> > > > > > > > > > >> > > > allows you
> > > > > > > >> > > > > > > > > > >> > > >     >> to
> > > > > > > >> > > > > > > > > > >> > > >     >> >> get
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence
> > and
> > > > > IDEs
> > > > > > > can
> > > > > > > >> > find
> > > > > > > >> > > > > > > compilers
> > > > > > > >> > > > > > > > > and
> > > > > > > >> > > > > > > > > > >> use
> > > > > > > >> > > > > > > > > > >> > it
> > > > > > > >> > > > > > > > > > >> > > > to get a
> > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I
> > tried
> > > > only
> > > > > > > >> VSCode
> > > > > > > >> > > with
> > > > > > > >> > > > > Josh
> > > > > > > >> > > > > > > > > > AS3&MXML
> > > > > > > >> > > > > > > > > > >> > > > extension,
> > > > > > > >> > > > > > > > > > >> > > >     >> hope
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine
> can
> > > > > provide
> > > > > > > >> > > feedback.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you
> > get
> > > > the
> > > > > > > normal
> > > > > > > >> > > maven
> > > > > > > >> > > > > way
> > > > > > > >> > > > > > of
> > > > > > > >> > > > > > > > > build
> > > > > > > >> > > > > > > > > > >> with
> > > > > > > >> > > > > > > > > > >> > > > "mvn
> > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near
> > to
> > > > your
> > > > > > > >> deploy
> > > > > > > >> > > > needs.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using
> > Maven
> > > > > does
> > > > > > > not
> > > > > > > >> > need
> > > > > > > >> > > to
> > > > > > > >> > > > > use
> > > > > > > >> > > > > > > ANT
> > > > > > > >> > > > > > > > > > >> anymore
> >

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

link I use is this [1], and from there I downloaded this [2]

[1] Nightly (Sandbox and Non-sandbox)
<https://moonshine-ide.com/downloads/releases/dev/macos/>
[2] Moonshine_Signed_NonSandbox.pkg
<https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg>

El dom., 9 feb. 2020 a las 17:40, Piotr Zarzycki (<pi...@gmail.com>)
escribió:

> Hi Carlos,
>
> From the logs it doesn't looks like Nightly build, but official release,
> unless there is something wrong with the logs.
>
> You'd should have in logs Moonshine 2.6.0 instead 2.5.0.
>
> On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi,
> >
> > I installed latest Moonshine nightly. After configuring initial things
> > loaded TDJ project. I'm getting Permission denied:
> >
> > : Moonshine IDE™ 2.5.0
> > : Copyright © Prominic.NET, Inc. All rights reserved.
> > : Source code is under Apache License, Version 2.0
> > : https://github.com/prominic/Moonshine-IDE
> > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache License
> > 2.0), NativeApplicationUpdater (LGPL)
> > : Running on Adobe AIR 28.0.0.125
> > : Compiling TourDeJewel
> > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > : Sending to mxmlx: export
> >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven" &&
> > export
> >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
> >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > -load-config+=obj/TourDeJewelConfig.xml
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > -html-template=src/main/resources/jewel-example-index-template.html
> > -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
> >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > : /bin/bash:
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > Permission denied
> >
> > How can I fix it?
> >
> > Thanks
> >
> >
> > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> joshtynjala@bowlerhat.dev
> > >)
> > escribió:
> >
> > > Yeah, I don't see why Moonshine is reporting those errors, but VSCode
> > does
> > > not. If royale-config.xml is referencing SWCs that don't exist, that
> > should
> > > affect both IDEs.
> > >
> > > Regardless, like you explained, the same issue should reproduce when
> > > compiling from a terminal without Moonshine.
> > >
> > > --
> > > Josh Tynjala
> > > Bowler Hat LLC <https://bowlerhat.dev>
> > >
> > >
> > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> > >
> > > wrote:
> > >
> > > > Hi Carlos,
> > > >
> > > > Yeah it would be pretty great if you could setup Moonshine, but you
> > don't
> > > > have to do that actually to reproduce the issue. Command which I have
> > > > pasted in this thread can be copy and used in Terminal with small
> path
> > > > adjustment. Try it on any project you have using distribution build
> and
> > > for
> > > > sure you will get the error.
> > > >
> > > > In case of Moonshine we have freez code for commits and prepare for
> > > > release, we have some internal problems with bamboo build - if it
> will
> > > get
> > > > resolved we should have release early next week. You can always try
> > > Nightly
> > > > build.
> > > >
> > > > I'm really surprised that VSCode do not throwing the same error -
> What
> > > > could be the case Josh? The only difference is that we are using
> mxmlc
> > > file
> > > > and VSCode is probably using jar file, but playerglobal.swc doesn't
> > > exists
> > > > so both should report same issue.
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > > > napisał(a):
> > > >
> > > > > Hi Piotr,
> > > > >
> > > > > so I think you're a bit closer (not farther ;)), since compiler was
> > > > found.
> > > > > Now is a matter to find what's missing.
> > > > > What's curious for me is VSCode recognizes but Moonshine not. I
> think
> > > the
> > > > > problem is each IDE is looking at different things to match a valid
> > > SDK,
> > > > > and maybe even we could be setting duplicate artifacts in the SDK
> so
> > > > VSCode
> > > > > finds all but Moonshine not.
> > > > > I'll be setup Moonshine as I have time to try it.
> > > > > I think you plan to launch a new one soon right? should I wait for
> > it?
> > > > >
> > > > > Thanks
> > > > >
> > > > >
> > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > > > piotrzarzycki21@gmail.com>)
> > > > > escribió:
> > > > >
> > > > > > Hi Carlos,
> > > > > >
> > > > > > I just tried your changes and I'm a bit farther. Now I'm getting
> > > > > following
> > > > > > errors. It's throwing that errors cause in JS only binaries
> > prepared
> > > by
> > > > > ant
> > > > > > we have in following location
> > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > > > playerglobal.swc, so distribution should probably have the same.
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > -debug=true
> > > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > : Using Royale Compiler codebase:
> > > > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > : Using Royale SDK:
> > > > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > : MXMLJSC
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > : -debug=true
> > > > > > > : -source-map=true
> > > > > > > : -compiler.targets=JSRoyale
> > > > > > > :
> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 74)
> > > > > > > :       </external-library-path>
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 81)
> > > > > > > :       </js-external-library-path>
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 81)
> > > > > > > :       </js-external-library-path>
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 99)
> > > > > > > :       </library-path>
> > > > > > > : 1.034449561 seconds
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > > Piotr
> > > > > >
> > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> > > > > > napisał(a):
> > > > > >
> > > > > > > Thanks Josh for pointing that out I think I got it.
> > > > > > >
> > > > > > > @Piotr Zarzycki <pi...@gmail.com> please try with my
> > > > latest
> > > > > > > commit. I couldn't test myself, but I think it should work now
> > for
> > > > > > > Moonshine.
> > > > > > > VSCode still work with this changes.
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > Carlos
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > > > joshtynjala@bowlerhat.dev>)
> > > > > > > escribió:
> > > > > > >
> > > > > > >> If I had to guess, this classpath is wrong:
> > > > > > >>
> > > > > > >> <Class-Path>args4j.jar org.json.jar
> > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > >> Class-Path>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > > > >>
> > > > > > >> I think that the names of those JAR files all include a
> version
> > > > number
> > > > > > in
> > > > > > >> the Maven distribution.
> > > > > > >>
> > > > > > >> --
> > > > > > >> Josh Tynjala
> > > > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > >>
> > > > > > >>
> > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > > > carlosrovira@apache.org>
> > > > > > >> wrote:
> > > > > > >>
> > > > > > >> > ok didn't notice.
> > > > > > >> > So maybe is a classpath problem?
> > > > > > >> > It's clear that VSCode goes to the same place and find it
> > since
> > > > > mxmlc
> > > > > > >> is a
> > > > > > >> > dummy jar that has exactly that class, but Moonshine goes
> and
> > > > didn't
> > > > > > >> find
> > > > > > >> > it.
> > > > > > >> > If not any clue what could be happening?
> > > > > > >> > Thanks
> > > > > > >> >
> > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > > > >> > piotrzarzycki21@gmail.com>)
> > > > > > >> > escribió:
> > > > > > >> >
> > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > > > >> > >
> > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > > joshtynjala@bowlerhat.dev
> > > > >
> > > > > > >> > > napisał(a):
> > > > > > >> > >
> > > > > > >> > > > You can see from the output that Moonshine is calling
> the
> > > > > command
> > > > > > >> line
> > > > > > >> > > > scripts in js/bin.
> > > > > > >> > > >
> > > > > > >> > > > --
> > > > > > >> > > > Josh Tynjala
> > > > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > > > >> carlosrovira@apache.org>
> > > > > > >> > > > wrote:
> > > > > > >> > > >
> > > > > > >> > > > > Hi Piotr,
> > > > > > >> > > > >
> > > > > > >> > > > > That was a problem I had with VSCode when started to
> > work
> > > on
> > > > > fix
> > > > > > >> SDK
> > > > > > >> > > for
> > > > > > >> > > > > IDE.
> > > > > > >> > > > > Josh told me that VSCode tries to find that class in
> > > > > > >> > /js/lib/mxmlc.jar
> > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > > > >> > > > >
> > > > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > > > >> > > > >
> > > > > > >> > > > > Thanks
> > > > > > >> > > > >
> > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > > > >> > > > > escribió:
> > > > > > >> > > > >
> > > > > > >> > > > > > Hi Carlos,
> > > > > > >> > > > > >
> > > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly
> Build
> > of
> > > > > > >> > Moonshine. I
> > > > > > >> > > > > > cannot build Hello World. I'm getting following
> error:
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > > >> > > > > >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > >> -debug=true
> > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > >> > > > > >
> > > > > > >> >
> > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > >> > > > > > : Using Royale Compiler codebase:
> > > > > > >> > > > > >
> > > > > > >>
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > >> > > > > > : Using Royale SDK:
> > > > > > >> > > > > >
> > > > > > >>
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > >> > > > > > : Error: Could not find or load main class
> > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > > > >> carlosrovira@apache.org>
> > > > > > >> > > > > > napisał(a):
> > > > > > >> > > > > >
> > > > > > >> > > > > > > Hi Piotr,
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > right, are simplified too and does not have any
> > > profile
> > > > or
> > > > > > >> > > variable.
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > "-U clean install" is standard maven commands,
> > nothing
> > > > to
> > > > > do
> > > > > > >> with
> > > > > > >> > > us
> > > > > > >> > > > in
> > > > > > >> > > > > > > particular, so you can left that
> > > > > > >> > > > > > > "-P main,utils" are not needed anymore, since now
> > > > there's
> > > > > no
> > > > > > >> > > > > > > differentiation between a "first build" against
> rest
> > > of
> > > > > > >> builds.
> > > > > > >> > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki
> (<
> > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > > Hi Carlos,
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > Builds for framework is updated. What about
> > compiler
> > > > and
> > > > > > >> > > typedefs ?
> > > > > > >> > > > > For
> > > > > > >> > > > > > > > compiler on the server we have:
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > -U clean install
> > > > > > >> > > > > > > > -P -main,utils
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > It looks like that those profiles also
> deprecated
> > -
> > > > can
> > > > > > you
> > > > > > >> > > > confirm ?
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > Thanks,
> > > > > > >> > > > > > > > Piotr
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > > > >> > carlosrovira@apache.org>
> > > > > > >> > > > > > > > napisał(a):
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > > Hi Piotr,
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > it surprise me that due all the changes done
> in
> > > > maven
> > > > > > >> > > builds.a.o
> > > > > > >> > > > > was
> > > > > > >> > > > > > > not
> > > > > > >> > > > > > > > > failing. I've even didn't repare that will
> need
> > to
> > > > be
> > > > > > >> > updated.
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > >
> > > > > > >> > >
> > > > > > >>
> > > > > >
> > > >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > Here's the updated doc for maven simplified
> [1]
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > In sort:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > > > >> FLASHPLAYER_DEBUGGER
> > > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
> > reliable
> > > > > > >> (something
> > > > > > >> > > that
> > > > > > >> > > > > > was a
> > > > > > >> > > > > > > > > real headache)
> > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >    - with-ui-testsuite
> > > > > > >> > > > > > > > >    - option-with-swf
> > > > > > >> > > > > > > > >    - with-examples
> > > > > > >> > > > > > > > >    - with-distribution
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this
> profiles?
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > [1]
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
> > Zarzycki
> > > (<
> > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > > Carlos,
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > What has change more in case of Maven build
> > for
> > > > > > >> framework?
> > > > > > >> > On
> > > > > > >> > > > > > > > builds.a.o
> > > > > > >> > > > > > > > > we
> > > > > > >> > > > > > > > > > have following command which running
> > > royale-asjs.
> > > > It
> > > > > > >> looks
> > > > > > >> > > like
> > > > > > >> > > > > > > > something
> > > > > > >> > > > > > > > > > is missing, cause I have removed locally my
> > > > > > >> > org.apache.royale
> > > > > > >> > > > > > folder
> > > > > > >> > > > > > > > from
> > > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] -
> > It
> > > > > throws
> > > > > > >> > > > exception
> > > > > > >> > > > > > now.
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Could not resolve dependencies for project
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > >
> > > > > > >>
> > > >
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > >> > > > > > > > > > Failure to find
> > > > > > >> > > > > > >
> > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > >> > > > > > > > > in
> > > > > > >> > > > > > > > > >
> > > > > > >> >
> https://repository.apache.org/content/repositories/snapshots
> > > > > > >> > > > was
> > > > > > >> > > > > > > > cached
> > > > > > >> > > > > > > > > in
> > > > > > >> > > > > > > > > > the local repository, resolution will not be
> > > > > > reattempted
> > > > > > >> > > until
> > > > > > >> > > > > the
> > > > > > >> > > > > > > > update
> > > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed or
> > > > updates
> > > > > > are
> > > > > > >> > > forced
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Above means that it probably doesn't exists
> in
> > > > > Apache
> > > > > > >> Maven
> > > > > > >> > > > > > > central...
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Command on builds.a.o:
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > -U
> > > > > > >> > > > > > > > > > clean
> > > > > > >> > > > > > > > > > deploy
> > > > > > >> > > > > > > > > > -P
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > >> > > > > > > > > > -Dgenerate.swf
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > [1]
> > > > > > >> > > > > > >
> > > > > > >> >
> > > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Thanks,
> > > > > > >> > > > > > > > > > Piotr
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > > > >> > > > > piotrzarzycki21@gmail.com
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > > > > napisał(a):
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
> > actually
> > > > know
> > > > > > >> what
> > > > > > >> > is
> > > > > > >> > > > the
> > > > > > >> > > > > > > > version.
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > > > >> > > > > carlosrovira@apache.org>
> > > > > > >> > > > > > > > > > > napisał(a):
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > >> Hi Piotr,
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> I explained in this thread that I
> couldn't
> > > find
> > > > > in
> > > > > > >> maven
> > > > > > >> > > the
> > > > > > >> > > > > > same
> > > > > > >> > > > > > > > > exact
> > > > > > >> > > > > > > > > > >> version that ANT one, I put the closest
> in
> > > date
> > > > > > >> > available
> > > > > > >> > > > from
> > > > > > >> > > > > > > maven
> > > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> > > ANT/MAVEN
> > > > to
> > > > > > the
> > > > > > >> > same
> > > > > > >> > > > one
> > > > > > >> > > > > > > that
> > > > > > >> > > > > > > > > > works.
> > > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
> > > search
> > > > > and
> > > > > > >> the
> > > > > > >> > > > version
> > > > > > >> > > > > > > could
> > > > > > >> > > > > > > > > > >> exists, in that case hope other can
> > indicate
> > > > the
> > > > > > >> maven
> > > > > > >> > > > > > descriptor
> > > > > > >> > > > > > > to
> > > > > > >> > > > > > > > > > >> update
> > > > > > >> > > > > > > > > > >> it.
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> thanks
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr
> > > > Zarzycki
> > > > > > (<
> > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> > > version ?
> > > > > > Maybe
> > > > > > >> > this
> > > > > > >> > > > is
> > > > > > >> > > > > > the
> > > > > > >> > > > > > > > > reason
> > > > > > >> > > > > > > > > > >> why
> > > > > > >> > > > > > > > > > >> > my application is failing.
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > >> > > > > > > > > > >> >
> <groupId>com.google.javascript</groupId>
> > > > > > >> > > > > > > > > > >> >
> <artifactId>closure-compiler</artifactId>
> > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > >> > > > > > > > > > >> >
> > > > <artifactId>google-closure-library</artifactId>
> > > > > > >> > > > > > > > > > >> >
> <version>0.0-20190213-2033d5d9</version>
> > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira
> <
> > > > > > >> > > > > > carlosrovira@apache.org
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > > > >> > napisał(a):
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used the
> > > > closest
> > > > > > >> one in
> > > > > > >> > > > dates
> > > > > > >> > > > > > to
> > > > > > >> > > > > > > > the
> > > > > > >> > > > > > > > > > one
> > > > > > >> > > > > > > > > > >> in
> > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how
> can
> > I
> > > > > ensure
> > > > > > >> > > > > > compatibility?
> > > > > > >> > > > > > > > > Where
> > > > > > >> > > > > > > > > > >> to
> > > > > > >> > > > > > > > > > >> > > check that?
> > > > > > >> > > > > > > > > > >> > > But what I really want to do is
> update
> > > > > > ANT/MAVEN
> > > > > > >> to
> > > > > > >> > > the
> > > > > > >> > > > > same
> > > > > > >> > > > > > > one
> > > > > > >> > > > > > > > > > that
> > > > > > >> > > > > > > > > > >> is
> > > > > > >> > > > > > > > > > >> > ok
> > > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure one
> > that
> > > > is
> > > > > > >> > available
> > > > > > >> > > > for
> > > > > > >> > > > > > > both.
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > thanks
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41,
> Alex
> > > > Harui
> > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > >> > > > > > > > > > >> > >)
> > > > > > >> > > > > > > > > > >> > > escribió:
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > > You may not want the latest closure
> > > > > library.
> > > > > > >> You
> > > > > > >> > > > > probably
> > > > > > >> > > > > > > > want
> > > > > > >> > > > > > > > > > one
> > > > > > >> > > > > > > > > > >> > that
> > > > > > >> > > > > > > > > > >> > > > is compatible with the closure
> > > compiler.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > > HTH,
> > > > > > >> > > > > > > > > > >> > > > -Alex
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
> > Rovira" <
> > > > > > >> > > > > > > > carlosrovira@apache.org>
> > > > > > >> > > > > > > > > > >> wrote:
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     Hi,
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     Josh discover that there was an
> > > > issue.
> > > > > If
> > > > > > >> we
> > > > > > >> > > have
> > > > > > >> > > > > > > > GOOG_HOME
> > > > > > >> > > > > > > > > > env
> > > > > > >> > > > > > > > > > >> var
> > > > > > >> > > > > > > > > > >> > > the
> > > > > > >> > > > > > > > > > >> > > >     maven distribution worked
> right,
> > > but
> > > > if
> > > > > > you
> > > > > > >> > > don't
> > > > > > >> > > > > > have,
> > > > > > >> > > > > > > > > > >> compilation
> > > > > > >> > > > > > > > > > >> > > > fails.
> > > > > > >> > > > > > > > > > >> > > >     I have it in my system while
> > > > developing
> > > > > > >> this.
> > > > > > >> > > So I
> > > > > > >> > > > > > just
> > > > > > >> > > > > > > > > fixed
> > > > > > >> > > > > > > > > > it
> > > > > > >> > > > > > > > > > >> > some
> > > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> > > artifact
> > > > > for
> > > > > > >> the
> > > > > > >> > > > > > > > closure-library
> > > > > > >> > > > > > > > > > >> > > v20180910
> > > > > > >> > > > > > > > > > >> > > > (the
> > > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > > > >> > > > 0.0-20190213-2033d5d9,
> > > > > > >> > > > > > so
> > > > > > >> > > > > > > we
> > > > > > >> > > > > > > > > > need
> > > > > > >> > > > > > > > > > >> to
> > > > > > >> > > > > > > > > > >> > > use
> > > > > > >> > > > > > > > > > >> > > > that
> > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too
> bad
> > > > > trying
> > > > > > to
> > > > > > >> > find
> > > > > > >> > > > the
> > > > > > >> > > > > > > > > > >> corresponding
> > > > > > >> > > > > > > > > > >> > > > maven
> > > > > > >> > > > > > > > > > >> > > >     artifact, so if someone knows,
> > > please
> > > > > let
> > > > > > >> me
> > > > > > >> > > > know!).
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
> > v20190213
> > > > > too?
> > > > > > >> From
> > > > > > >> > > now
> > > > > > >> > > > > on,
> > > > > > >> > > > > > we
> > > > > > >> > > > > > > > > > should
> > > > > > >> > > > > > > > > > >> > check
> > > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and
> MAVEN
> > > > > > >> artifacts.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > > > piotrzarzycki21@gmail.com
> > > > > > >> >
> > > > > > >> > > let
> > > > > > >> > > > me
> > > > > > >> > > > > > > know
> > > > > > >> > > > > > > > if
> > > > > > >> > > > > > > > > > you
> > > > > > >> > > > > > > > > > >> > can
> > > > > > >> > > > > > > > > > >> > > > get it
> > > > > > >> > > > > > > > > > >> > > >     work with latest changes just
> > done.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     Thanks
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
> > 17:53,
> > > > > Carlos
> > > > > > >> > Rovira
> > > > > > >> > > > (<
> > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > >> > > > > > > > > > >> > > >     escribió:
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
> > command,
> > > > > maven
> > > > > > >> was
> > > > > > >> > > > > > extremely
> > > > > > >> > > > > > > > > > >> simplified
> > > > > > >> > > > > > > > > > >> > > > thanks to
> > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or
> 2
> > > > months
> > > > > > >> ago.
> > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not
> > > > exists.
> > > > > > >> Check
> > > > > > >> > the
> > > > > > >> > > > > > > > > instructions
> > > > > > >> > > > > > > > > > I
> > > > > > >> > > > > > > > > > >> put
> > > > > > >> > > > > > > > > > >> > > or
> > > > > > >> > > > > > > > > > >> > > > go to
> > > > > > >> > > > > > > > > > >> > > >     > the updated docs here [1]. I
> > > > updated
> > > > > > that
> > > > > > >> > page
> > > > > > >> > > > to
> > > > > > >> > > > > > have
> > > > > > >> > > > > > > > all
> > > > > > >> > > > > > > > > > the
> > > > > > >> > > > > > > > > > >> > > > latest valid
> > > > > > >> > > > > > > > > > >> > > >     > info.
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to
> work
> > > > soon
> > > > > in
> > > > > > >> more
> > > > > > >> > > > > > > > improvements:
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution
> for
> > > > > js-only
> > > > > > >> > (just
> > > > > > >> > > > > > removing
> > > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release process
> > > based
> > > > > on 2
> > > > > > >> (and
> > > > > > >> > > yes
> > > > > > >> > > > > > > having
> > > > > > >> > > > > > > > > ANT
> > > > > > >> > > > > > > > > > >> into
> > > > > > >> > > > > > > > > > >> > > > account)
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > I will want to release every
> 1
> > > to 2
> > > > > > >> month.
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > [1]
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
> > > 17:40,
> > > > > > Piotr
> > > > > > >> > > > Zarzycki
> > > > > > >> > > > > (<
> > > > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> > > > > escribió:
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my
> fault.
> > I
> > > > > didn't
> > > > > > >> > catch
> > > > > > >> > > up
> > > > > > >> > > > > > full
> > > > > > >> > > > > > > > > > >> > instruction.
> > > > > > >> > > > > > > > > > >> > > > Let me
> > > > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29
> Piotr
> > > > > > Zarzycki
> > > > > > >> <
> > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this [1]
> on
> > > my
> > > > > Mac
> > > > > > >> > > > > distribution
> > > > > > >> > > > > > is
> > > > > > >> > > > > > > > not
> > > > > > >> > > > > > > > > > >> > > > generated. :/
> > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > > > > successfully,
> > > > > > >> > but
> > > > > > >> > > > > > without
> > > > > > >> > > > > > > > > > >> > distribution.
> > > > > > >> > > > > > > > > > >> > > > I don't
> > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > > > -DskipTests
> > > > > > >> > > > > -Drat.skip=true
> > > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > >
> > > > > > >> > > >
> > > > > > >>
> > > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
> > > Carlos
> > > > > > >> Rovira <
> > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> all this does not affect
> > FB,
> > > so
> > > > > > don't
> > > > > > >> > > worry
> > > > > > >> > > > > > about
> > > > > > >> > > > > > > > it.
> > > > > > >> > > > > > > > > > But
> > > > > > >> > > > > > > > > > >> we
> > > > > > >> > > > > > > > > > >> > > > hope you
> > > > > > >> > > > > > > > > > >> > > >     >> try
> > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some newer
> > IDE
> > > in
> > > > > the
> > > > > > >> > > future!
> > > > > > >> > > > ;)
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a
> las
> > > > > 12:26,
> > > > > > >> > Antonis
> > > > > > >> > > > > > > Kalodimos
> > > > > > >> > > > > > > > > (<
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > antonis.kalodimos@gmail.com
> > > >)
> > > > > > >> escribió:
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news
> for
> > > > > someone
> > > > > > >> to
> > > > > > >> > be
> > > > > > >> > > > > > involved
> > > > > > >> > > > > > > > > with
> > > > > > >> > > > > > > > > > >> > royale.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of you
> > who
> > > > > know
> > > > > > >> the
> > > > > > >> > > > > > > requirements
> > > > > > >> > > > > > > > > > don't
> > > > > > >> > > > > > > > > > >> > break
> > > > > > >> > > > > > > > > > >> > > > the
> > > > > > >> > > > > > > > > > >> > > >     >> royale
> > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used and
> in
> > > the
> > > > > > >> > > > flashbuilder.
> > > > > > >> > > > > > Even
> > > > > > >> > > > > > > > it
> > > > > > >> > > > > > > > > is
> > > > > > >> > > > > > > > > > >> old
> > > > > > >> > > > > > > > > > >> > > is a
> > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old users
> > > that
> > > > > are
> > > > > > >> > > searching
> > > > > > >> > > > > > where
> > > > > > >> > > > > > > > to
> > > > > > >> > > > > > > > > > jump
> > > > > > >> > > > > > > > > > >> > for
> > > > > > >> > > > > > > > > > >> > > > upgrade
> > > > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the
> > > great
> > > > > job
> > > > > > >> that
> > > > > > >> > > you
> > > > > > >> > > > > are
> > > > > > >> > > > > > > > > doing.
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020
> > στις
> > > > 1:15
> > > > > > >> μ.μ.,
> > > > > > >> > > ο/η
> > > > > > >> > > > > > Piotr
> > > > > > >> > > > > > > > > > >> Zarzycki <
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > piotrzarzycki21@gmail.com>
> > > > > > έγραψε:
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> > > provide
> > > > > on
> > > > > > >> > mailing
> > > > > > >> > > > > list
> > > > > > >> > > > > > > > > command
> > > > > > >> > > > > > > > > > to
> > > > > > >> > > > > > > > > > >> > > build
> > > > > > >> > > > > > > > > > >> > > >     >> framework
> > > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so
> users
> > > > could
> > > > > > know
> > > > > > >> > how
> > > > > > >> > > to
> > > > > > >> > > > > do
> > > > > > >> > > > > > > > that.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o
> > 12:12
> > > > > Carlos
> > > > > > >> > > Rovira <
> > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the
> maven
> > > > > > >> distribution,
> > > > > > >> > > and
> > > > > > >> > > > > now
> > > > > > >> > > > > > > it
> > > > > > >> > > > > > > > > > >> creates a
> > > > > > >> > > > > > > > > > >> > > > valid SDK
> > > > > > >> > > > > > > > > > >> > > >     >> >> that
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs.
> I
> > > > think
> > > > > > this
> > > > > > >> > is a
> > > > > > >> > > > > long
> > > > > > >> > > > > > > > > awaited
> > > > > > >> > > > > > > > > > >> fix.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new
> maven
> > > > > > >> distribution
> > > > > > >> > > the
> > > > > > >> > > > > > > > generated
> > > > > > >> > > > > > > > > > SDK
> > > > > > >> > > > > > > > > > >> > > > allows you
> > > > > > >> > > > > > > > > > >> > > >     >> to
> > > > > > >> > > > > > > > > > >> > > >     >> >> get
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence
> and
> > > > IDEs
> > > > > > can
> > > > > > >> > find
> > > > > > >> > > > > > > compilers
> > > > > > >> > > > > > > > > and
> > > > > > >> > > > > > > > > > >> use
> > > > > > >> > > > > > > > > > >> > it
> > > > > > >> > > > > > > > > > >> > > > to get a
> > > > > > >> > > > > > > > > > >> > > >     >> >> valid
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I
> tried
> > > only
> > > > > > >> VSCode
> > > > > > >> > > with
> > > > > > >> > > > > Josh
> > > > > > >> > > > > > > > > > AS3&MXML
> > > > > > >> > > > > > > > > > >> > > > extension,
> > > > > > >> > > > > > > > > > >> > > >     >> hope
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can
> > > > provide
> > > > > > >> > > feedback.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you
> get
> > > the
> > > > > > normal
> > > > > > >> > > maven
> > > > > > >> > > > > way
> > > > > > >> > > > > > of
> > > > > > >> > > > > > > > > build
> > > > > > >> > > > > > > > > > >> with
> > > > > > >> > > > > > > > > > >> > > > "mvn
> > > > > > >> > > > > > > > > > >> > > >     >> >> install"
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near
> to
> > > your
> > > > > > >> deploy
> > > > > > >> > > > needs.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using
> Maven
> > > > does
> > > > > > not
> > > > > > >> > need
> > > > > > >> > > to
> > > > > > >> > > > > use
> > > > > > >> > > > > > > ANT
> > > > > > >> > > > > > > > > > >> anymore
> > > > > > >> > > > > > > > > > >> > to
> > > > > > >> > > > > > > > > > >> > > >     >> generate a
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get
> > finally
> > > > to
> > > > > > have
> > > > > > >> > two
> > > > > > >> > > > > > > > independent
> > > > > > >> > > > > > > > > > >> ways of
> > > > > > >> > > > > > > > > > >> > > > building
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > separated
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some
> > > > refining
> > > > > > >> this
> > > > > > >> > > days
> > > > > > >> > > > > with
> > > > > > >> > > > > > > > > > >> classpaths
> > > > > > >> > > > > > > > > > >> > > > since I
> > > > > > >> > > > > > > > > > >> > > >     >> left
> > > > > > >> > > > > > > > > > >> > > >     >> >> some
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded
> > > that I
> > > > > > want
> > > > > > >> to
> > > > > > >> > > > remove
> > > > > > >> > > > > > to
> > > > > > >> > > > > > > > make
> > > > > > >> > > > > > > > > > it
> > > > > > >> > > > > > > > > > >> > valid
> > > > > > >> > > > > > > > > > >> > > > as we
> > > > > > >> > > > > > > > > > >> > > >     >> >> change
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading
> > maven
> > > > > docs
> > > > > > to
> > > > > > >> > > > reflect
> > > > > > >> > > > > > this
> > > > > > >> > > > > > > > > > change.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > --
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > --
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > <
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > > >*
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> --
> > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

From the logs it doesn't looks like Nightly build, but official release,
unless there is something wrong with the logs.

You'd should have in logs Moonshine 2.6.0 instead 2.5.0.

On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi,
>
> I installed latest Moonshine nightly. After configuring initial things
> loaded TDJ project. I'm getting Permission denied:
>
> : Moonshine IDE™ 2.5.0
> : Copyright © Prominic.NET, Inc. All rights reserved.
> : Source code is under Apache License, Version 2.0
> : https://github.com/prominic/Moonshine-IDE
> : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache License
> 2.0), NativeApplicationUpdater (LGPL)
> : Running on Adobe AIR 28.0.0.125
> : Compiling TourDeJewel
> : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> : Sending to mxmlx: export
>
>  royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven" &&
> export
>
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
>
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> -load-config+=obj/TourDeJewelConfig.xml
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> -html-template=src/main/resources/jewel-example-index-template.html
> -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
>
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> : /bin/bash:
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> Permission denied
>
> How can I fix it?
>
> Thanks
>
>
> El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<joshtynjala@bowlerhat.dev
> >)
> escribió:
>
> > Yeah, I don't see why Moonshine is reporting those errors, but VSCode
> does
> > not. If royale-config.xml is referencing SWCs that don't exist, that
> should
> > affect both IDEs.
> >
> > Regardless, like you explained, the same issue should reproduce when
> > compiling from a terminal without Moonshine.
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC <https://bowlerhat.dev>
> >
> >
> > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
> > wrote:
> >
> > > Hi Carlos,
> > >
> > > Yeah it would be pretty great if you could setup Moonshine, but you
> don't
> > > have to do that actually to reproduce the issue. Command which I have
> > > pasted in this thread can be copy and used in Terminal with small path
> > > adjustment. Try it on any project you have using distribution build and
> > for
> > > sure you will get the error.
> > >
> > > In case of Moonshine we have freez code for commits and prepare for
> > > release, we have some internal problems with bamboo build - if it will
> > get
> > > resolved we should have release early next week. You can always try
> > Nightly
> > > build.
> > >
> > > I'm really surprised that VSCode do not throwing the same error - What
> > > could be the case Josh? The only difference is that we are using mxmlc
> > file
> > > and VSCode is probably using jar file, but playerglobal.swc doesn't
> > exists
> > > so both should report same issue.
> > >
> > > Thanks,
> > > Piotr
> > >
> > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Hi Piotr,
> > > >
> > > > so I think you're a bit closer (not farther ;)), since compiler was
> > > found.
> > > > Now is a matter to find what's missing.
> > > > What's curious for me is VSCode recognizes but Moonshine not. I think
> > the
> > > > problem is each IDE is looking at different things to match a valid
> > SDK,
> > > > and maybe even we could be setting duplicate artifacts in the SDK so
> > > VSCode
> > > > finds all but Moonshine not.
> > > > I'll be setup Moonshine as I have time to try it.
> > > > I think you plan to launch a new one soon right? should I wait for
> it?
> > > >
> > > > Thanks
> > > >
> > > >
> > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > > piotrzarzycki21@gmail.com>)
> > > > escribió:
> > > >
> > > > > Hi Carlos,
> > > > >
> > > > > I just tried your changes and I'm a bit farther. Now I'm getting
> > > > following
> > > > > errors. It's throwing that errors cause in JS only binaries
> prepared
> > by
> > > > ant
> > > > > we have in following location
> > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > > playerglobal.swc, so distribution should probably have the same.
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> -debug=true
> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > : Using Royale Compiler codebase:
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > : Using Royale SDK:
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > : MXMLJSC
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > : -debug=true
> > > > > > : -source-map=true
> > > > > > : -compiler.targets=JSRoyale
> > > > > > :
> > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 74)
> > > > > > :       </external-library-path>
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 81)
> > > > > > :       </js-external-library-path>
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 81)
> > > > > > :       </js-external-library-path>
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 99)
> > > > > > :       </library-path>
> > > > > > : 1.034449561 seconds
> > > > >
> > > > >
> > > > > Thanks,
> > > > > Piotr
> > > > >
> > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> > > > > napisał(a):
> > > > >
> > > > > > Thanks Josh for pointing that out I think I got it.
> > > > > >
> > > > > > @Piotr Zarzycki <pi...@gmail.com> please try with my
> > > latest
> > > > > > commit. I couldn't test myself, but I think it should work now
> for
> > > > > > Moonshine.
> > > > > > VSCode still work with this changes.
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > Carlos
> > > > > >
> > > > > >
> > > > > >
> > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > > joshtynjala@bowlerhat.dev>)
> > > > > > escribió:
> > > > > >
> > > > > >> If I had to guess, this classpath is wrong:
> > > > > >>
> > > > > >> <Class-Path>args4j.jar org.json.jar
> > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > >> Class-Path>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > > >>
> > > > > >> I think that the names of those JAR files all include a version
> > > number
> > > > > in
> > > > > >> the Maven distribution.
> > > > > >>
> > > > > >> --
> > > > > >> Josh Tynjala
> > > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > >>
> > > > > >>
> > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > > > >> wrote:
> > > > > >>
> > > > > >> > ok didn't notice.
> > > > > >> > So maybe is a classpath problem?
> > > > > >> > It's clear that VSCode goes to the same place and find it
> since
> > > > mxmlc
> > > > > >> is a
> > > > > >> > dummy jar that has exactly that class, but Moonshine goes and
> > > didn't
> > > > > >> find
> > > > > >> > it.
> > > > > >> > If not any clue what could be happening?
> > > > > >> > Thanks
> > > > > >> >
> > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > > >> > piotrzarzycki21@gmail.com>)
> > > > > >> > escribió:
> > > > > >> >
> > > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > > >> > >
> > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > joshtynjala@bowlerhat.dev
> > > >
> > > > > >> > > napisał(a):
> > > > > >> > >
> > > > > >> > > > You can see from the output that Moonshine is calling the
> > > > command
> > > > > >> line
> > > > > >> > > > scripts in js/bin.
> > > > > >> > > >
> > > > > >> > > > --
> > > > > >> > > > Josh Tynjala
> > > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > > >> carlosrovira@apache.org>
> > > > > >> > > > wrote:
> > > > > >> > > >
> > > > > >> > > > > Hi Piotr,
> > > > > >> > > > >
> > > > > >> > > > > That was a problem I had with VSCode when started to
> work
> > on
> > > > fix
> > > > > >> SDK
> > > > > >> > > for
> > > > > >> > > > > IDE.
> > > > > >> > > > > Josh told me that VSCode tries to find that class in
> > > > > >> > /js/lib/mxmlc.jar
> > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > > >> > > > >
> > > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > > >> > > > >
> > > > > >> > > > > Thanks
> > > > > >> > > > >
> > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > > >> > > > > escribió:
> > > > > >> > > > >
> > > > > >> > > > > > Hi Carlos,
> > > > > >> > > > > >
> > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly Build
> of
> > > > > >> > Moonshine. I
> > > > > >> > > > > > cannot build Hello World. I'm getting following error:
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > >> > > > > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > >> -debug=true
> > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > >> > > > > >
> > > > > >> >
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > >> > > > > > : Using Royale Compiler codebase:
> > > > > >> > > > > >
> > > > > >>
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > >> > > > > > : Using Royale SDK:
> > > > > >> > > > > >
> > > > > >>
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > >> > > > > > : Error: Could not find or load main class
> > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > > >> carlosrovira@apache.org>
> > > > > >> > > > > > napisał(a):
> > > > > >> > > > > >
> > > > > >> > > > > > > Hi Piotr,
> > > > > >> > > > > > >
> > > > > >> > > > > > > right, are simplified too and does not have any
> > profile
> > > or
> > > > > >> > > variable.
> > > > > >> > > > > > >
> > > > > >> > > > > > > "-U clean install" is standard maven commands,
> nothing
> > > to
> > > > do
> > > > > >> with
> > > > > >> > > us
> > > > > >> > > > in
> > > > > >> > > > > > > particular, so you can left that
> > > > > >> > > > > > > "-P main,utils" are not needed anymore, since now
> > > there's
> > > > no
> > > > > >> > > > > > > differentiation between a "first build" against rest
> > of
> > > > > >> builds.
> > > > > >> > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > >> > > > > > >
> > > > > >> > > > > > > > Hi Carlos,
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Builds for framework is updated. What about
> compiler
> > > and
> > > > > >> > > typedefs ?
> > > > > >> > > > > For
> > > > > >> > > > > > > > compiler on the server we have:
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > -U clean install
> > > > > >> > > > > > > > -P -main,utils
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > It looks like that those profiles also deprecated
> -
> > > can
> > > > > you
> > > > > >> > > > confirm ?
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Thanks,
> > > > > >> > > > > > > > Piotr
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > > >> > carlosrovira@apache.org>
> > > > > >> > > > > > > > napisał(a):
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > > Hi Piotr,
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > it surprise me that due all the changes done in
> > > maven
> > > > > >> > > builds.a.o
> > > > > >> > > > > was
> > > > > >> > > > > > > not
> > > > > >> > > > > > > > > failing. I've even didn't repare that will need
> to
> > > be
> > > > > >> > updated.
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > >
> > > > > >> > >
> > > > > >>
> > > > >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > Here's the updated doc for maven simplified [1]
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > In sort:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > > >> FLASHPLAYER_DEBUGGER
> > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
> reliable
> > > > > >> (something
> > > > > >> > > that
> > > > > >> > > > > > was a
> > > > > >> > > > > > > > > real headache)
> > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >    - with-ui-testsuite
> > > > > >> > > > > > > > >    - option-with-swf
> > > > > >> > > > > > > > >    - with-examples
> > > > > >> > > > > > > > >    - with-distribution
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > [1]
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
> Zarzycki
> > (<
> > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > > Carlos,
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > What has change more in case of Maven build
> for
> > > > > >> framework?
> > > > > >> > On
> > > > > >> > > > > > > > builds.a.o
> > > > > >> > > > > > > > > we
> > > > > >> > > > > > > > > > have following command which running
> > royale-asjs.
> > > It
> > > > > >> looks
> > > > > >> > > like
> > > > > >> > > > > > > > something
> > > > > >> > > > > > > > > > is missing, cause I have removed locally my
> > > > > >> > org.apache.royale
> > > > > >> > > > > > folder
> > > > > >> > > > > > > > from
> > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] -
> It
> > > > throws
> > > > > >> > > > exception
> > > > > >> > > > > > now.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Could not resolve dependencies for project
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > >
> > > > > >>
> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > >> > > > > > > > > > Failure to find
> > > > > >> > > > > > >
> > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > >> > > > > > > > > in
> > > > > >> > > > > > > > > >
> > > > > >> > https://repository.apache.org/content/repositories/snapshots
> > > > > >> > > > was
> > > > > >> > > > > > > > cached
> > > > > >> > > > > > > > > in
> > > > > >> > > > > > > > > > the local repository, resolution will not be
> > > > > reattempted
> > > > > >> > > until
> > > > > >> > > > > the
> > > > > >> > > > > > > > update
> > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed or
> > > updates
> > > > > are
> > > > > >> > > forced
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Above means that it probably doesn't exists in
> > > > Apache
> > > > > >> Maven
> > > > > >> > > > > > > central...
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Command on builds.a.o:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > -U
> > > > > >> > > > > > > > > > clean
> > > > > >> > > > > > > > > > deploy
> > > > > >> > > > > > > > > > -P
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > >> > > > > > > > > > -Dgenerate.swf
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > [1]
> > > > > >> > > > > > >
> > > > > >> >
> > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > Piotr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > > >> > > > > piotrzarzycki21@gmail.com
> > > > > >> > > > > > >
> > > > > >> > > > > > > > > > napisał(a):
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
> actually
> > > know
> > > > > >> what
> > > > > >> > is
> > > > > >> > > > the
> > > > > >> > > > > > > > version.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > > >> > > > > carlosrovira@apache.org>
> > > > > >> > > > > > > > > > > napisał(a):
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > >> Hi Piotr,
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> I explained in this thread that I couldn't
> > find
> > > > in
> > > > > >> maven
> > > > > >> > > the
> > > > > >> > > > > > same
> > > > > >> > > > > > > > > exact
> > > > > >> > > > > > > > > > >> version that ANT one, I put the closest in
> > date
> > > > > >> > available
> > > > > >> > > > from
> > > > > >> > > > > > > maven
> > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> > ANT/MAVEN
> > > to
> > > > > the
> > > > > >> > same
> > > > > >> > > > one
> > > > > >> > > > > > > that
> > > > > >> > > > > > > > > > works.
> > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
> > search
> > > > and
> > > > > >> the
> > > > > >> > > > version
> > > > > >> > > > > > > could
> > > > > >> > > > > > > > > > >> exists, in that case hope other can
> indicate
> > > the
> > > > > >> maven
> > > > > >> > > > > > descriptor
> > > > > >> > > > > > > to
> > > > > >> > > > > > > > > > >> update
> > > > > >> > > > > > > > > > >> it.
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> thanks
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr
> > > Zarzycki
> > > > > (<
> > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> > version ?
> > > > > Maybe
> > > > > >> > this
> > > > > >> > > > is
> > > > > >> > > > > > the
> > > > > >> > > > > > > > > reason
> > > > > >> > > > > > > > > > >> why
> > > > > >> > > > > > > > > > >> > my application is failing.
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > > >> > > > > > > > > > >> > <dependency>
> > > > > >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > > >> > > > > > > > > > >> > </dependency>
> > > > > >> > > > > > > > > > >> > <dependency>
> > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > >> > > > > > > > > > >> >
> > > <artifactId>google-closure-library</artifactId>
> > > > > >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > >> > > > > > > > > > >> > </dependency>
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > > > >> > > > > > carlosrovira@apache.org
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > > > >> > napisał(a):
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used the
> > > closest
> > > > > >> one in
> > > > > >> > > > dates
> > > > > >> > > > > > to
> > > > > >> > > > > > > > the
> > > > > >> > > > > > > > > > one
> > > > > >> > > > > > > > > > >> in
> > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how can
> I
> > > > ensure
> > > > > >> > > > > > compatibility?
> > > > > >> > > > > > > > > Where
> > > > > >> > > > > > > > > > >> to
> > > > > >> > > > > > > > > > >> > > check that?
> > > > > >> > > > > > > > > > >> > > But what I really want to do is update
> > > > > ANT/MAVEN
> > > > > >> to
> > > > > >> > > the
> > > > > >> > > > > same
> > > > > >> > > > > > > one
> > > > > >> > > > > > > > > > that
> > > > > >> > > > > > > > > > >> is
> > > > > >> > > > > > > > > > >> > ok
> > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure one
> that
> > > is
> > > > > >> > available
> > > > > >> > > > for
> > > > > >> > > > > > > both.
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > thanks
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex
> > > Harui
> > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > >> > > > > > > > > > >> > >)
> > > > > >> > > > > > > > > > >> > > escribió:
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > > You may not want the latest closure
> > > > library.
> > > > > >> You
> > > > > >> > > > > probably
> > > > > >> > > > > > > > want
> > > > > >> > > > > > > > > > one
> > > > > >> > > > > > > > > > >> > that
> > > > > >> > > > > > > > > > >> > > > is compatible with the closure
> > compiler.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > > HTH,
> > > > > >> > > > > > > > > > >> > > > -Alex
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
> Rovira" <
> > > > > >> > > > > > > > carlosrovira@apache.org>
> > > > > >> > > > > > > > > > >> wrote:
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     Hi,
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     Josh discover that there was an
> > > issue.
> > > > If
> > > > > >> we
> > > > > >> > > have
> > > > > >> > > > > > > > GOOG_HOME
> > > > > >> > > > > > > > > > env
> > > > > >> > > > > > > > > > >> var
> > > > > >> > > > > > > > > > >> > > the
> > > > > >> > > > > > > > > > >> > > >     maven distribution worked right,
> > but
> > > if
> > > > > you
> > > > > >> > > don't
> > > > > >> > > > > > have,
> > > > > >> > > > > > > > > > >> compilation
> > > > > >> > > > > > > > > > >> > > > fails.
> > > > > >> > > > > > > > > > >> > > >     I have it in my system while
> > > developing
> > > > > >> this.
> > > > > >> > > So I
> > > > > >> > > > > > just
> > > > > >> > > > > > > > > fixed
> > > > > >> > > > > > > > > > it
> > > > > >> > > > > > > > > > >> > some
> > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> > artifact
> > > > for
> > > > > >> the
> > > > > >> > > > > > > > closure-library
> > > > > >> > > > > > > > > > >> > > v20180910
> > > > > >> > > > > > > > > > >> > > > (the
> > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > > >> > > > 0.0-20190213-2033d5d9,
> > > > > >> > > > > > so
> > > > > >> > > > > > > we
> > > > > >> > > > > > > > > > need
> > > > > >> > > > > > > > > > >> to
> > > > > >> > > > > > > > > > >> > > use
> > > > > >> > > > > > > > > > >> > > > that
> > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad
> > > > trying
> > > > > to
> > > > > >> > find
> > > > > >> > > > the
> > > > > >> > > > > > > > > > >> corresponding
> > > > > >> > > > > > > > > > >> > > > maven
> > > > > >> > > > > > > > > > >> > > >     artifact, so if someone knows,
> > please
> > > > let
> > > > > >> me
> > > > > >> > > > know!).
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
> v20190213
> > > > too?
> > > > > >> From
> > > > > >> > > now
> > > > > >> > > > > on,
> > > > > >> > > > > > we
> > > > > >> > > > > > > > > > should
> > > > > >> > > > > > > > > > >> > check
> > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
> > > > > >> artifacts.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > > piotrzarzycki21@gmail.com
> > > > > >> >
> > > > > >> > > let
> > > > > >> > > > me
> > > > > >> > > > > > > know
> > > > > >> > > > > > > > if
> > > > > >> > > > > > > > > > you
> > > > > >> > > > > > > > > > >> > can
> > > > > >> > > > > > > > > > >> > > > get it
> > > > > >> > > > > > > > > > >> > > >     work with latest changes just
> done.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     Thanks
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
> 17:53,
> > > > Carlos
> > > > > >> > Rovira
> > > > > >> > > > (<
> > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > >> > > > > > > > > > >> > > >     escribió:
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
> command,
> > > > maven
> > > > > >> was
> > > > > >> > > > > > extremely
> > > > > >> > > > > > > > > > >> simplified
> > > > > >> > > > > > > > > > >> > > > thanks to
> > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2
> > > months
> > > > > >> ago.
> > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not
> > > exists.
> > > > > >> Check
> > > > > >> > the
> > > > > >> > > > > > > > > instructions
> > > > > >> > > > > > > > > > I
> > > > > >> > > > > > > > > > >> put
> > > > > >> > > > > > > > > > >> > > or
> > > > > >> > > > > > > > > > >> > > > go to
> > > > > >> > > > > > > > > > >> > > >     > the updated docs here [1]. I
> > > updated
> > > > > that
> > > > > >> > page
> > > > > >> > > > to
> > > > > >> > > > > > have
> > > > > >> > > > > > > > all
> > > > > >> > > > > > > > > > the
> > > > > >> > > > > > > > > > >> > > > latest valid
> > > > > >> > > > > > > > > > >> > > >     > info.
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work
> > > soon
> > > > in
> > > > > >> more
> > > > > >> > > > > > > > improvements:
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for
> > > > js-only
> > > > > >> > (just
> > > > > >> > > > > > removing
> > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release process
> > based
> > > > on 2
> > > > > >> (and
> > > > > >> > > yes
> > > > > >> > > > > > > having
> > > > > >> > > > > > > > > ANT
> > > > > >> > > > > > > > > > >> into
> > > > > >> > > > > > > > > > >> > > > account)
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > I will want to release every 1
> > to 2
> > > > > >> month.
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > [1]
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
> > 17:40,
> > > > > Piotr
> > > > > >> > > > Zarzycki
> > > > > >> > > > > (<
> > > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> > > > escribió:
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault.
> I
> > > > didn't
> > > > > >> > catch
> > > > > >> > > up
> > > > > >> > > > > > full
> > > > > >> > > > > > > > > > >> > instruction.
> > > > > >> > > > > > > > > > >> > > > Let me
> > > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > > >> > > > > > > > > > >> > > >     >>
> > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr
> > > > > Zarzycki
> > > > > >> <
> > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > >> > > > > > > > > > >> > > >     >>
> > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on
> > my
> > > > Mac
> > > > > >> > > > > distribution
> > > > > >> > > > > > is
> > > > > >> > > > > > > > not
> > > > > >> > > > > > > > > > >> > > > generated. :/
> > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > > > successfully,
> > > > > >> > but
> > > > > >> > > > > > without
> > > > > >> > > > > > > > > > >> > distribution.
> > > > > >> > > > > > > > > > >> > > > I don't
> > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > > -DskipTests
> > > > > >> > > > > -Drat.skip=true
> > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > >
> > > > > >> > > >
> > > > > >>
> > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
> > Carlos
> > > > > >> Rovira <
> > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> all this does not affect
> FB,
> > so
> > > > > don't
> > > > > >> > > worry
> > > > > >> > > > > > about
> > > > > >> > > > > > > > it.
> > > > > >> > > > > > > > > > But
> > > > > >> > > > > > > > > > >> we
> > > > > >> > > > > > > > > > >> > > > hope you
> > > > > >> > > > > > > > > > >> > > >     >> try
> > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some newer
> IDE
> > in
> > > > the
> > > > > >> > > future!
> > > > > >> > > > ;)
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las
> > > > 12:26,
> > > > > >> > Antonis
> > > > > >> > > > > > > Kalodimos
> > > > > >> > > > > > > > > (<
> > > > > >> > > > > > > > > > >> > > >     >> >>
> antonis.kalodimos@gmail.com
> > >)
> > > > > >> escribió:
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news for
> > > > someone
> > > > > >> to
> > > > > >> > be
> > > > > >> > > > > > involved
> > > > > >> > > > > > > > > with
> > > > > >> > > > > > > > > > >> > royale.
> > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of you
> who
> > > > know
> > > > > >> the
> > > > > >> > > > > > > requirements
> > > > > >> > > > > > > > > > don't
> > > > > >> > > > > > > > > > >> > break
> > > > > >> > > > > > > > > > >> > > > the
> > > > > >> > > > > > > > > > >> > > >     >> royale
> > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used and in
> > the
> > > > > >> > > > flashbuilder.
> > > > > >> > > > > > Even
> > > > > >> > > > > > > > it
> > > > > >> > > > > > > > > is
> > > > > >> > > > > > > > > > >> old
> > > > > >> > > > > > > > > > >> > > is a
> > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old users
> > that
> > > > are
> > > > > >> > > searching
> > > > > >> > > > > > where
> > > > > >> > > > > > > > to
> > > > > >> > > > > > > > > > jump
> > > > > >> > > > > > > > > > >> > for
> > > > > >> > > > > > > > > > >> > > > upgrade
> > > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the
> > great
> > > > job
> > > > > >> that
> > > > > >> > > you
> > > > > >> > > > > are
> > > > > >> > > > > > > > > doing.
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020
> στις
> > > 1:15
> > > > > >> μ.μ.,
> > > > > >> > > ο/η
> > > > > >> > > > > > Piotr
> > > > > >> > > > > > > > > > >> Zarzycki <
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> piotrzarzycki21@gmail.com>
> > > > > έγραψε:
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> > provide
> > > > on
> > > > > >> > mailing
> > > > > >> > > > > list
> > > > > >> > > > > > > > > command
> > > > > >> > > > > > > > > > to
> > > > > >> > > > > > > > > > >> > > build
> > > > > >> > > > > > > > > > >> > > >     >> framework
> > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so users
> > > could
> > > > > know
> > > > > >> > how
> > > > > >> > > to
> > > > > >> > > > > do
> > > > > >> > > > > > > > that.
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o
> 12:12
> > > > Carlos
> > > > > >> > > Rovira <
> > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
> > > > > >> distribution,
> > > > > >> > > and
> > > > > >> > > > > now
> > > > > >> > > > > > > it
> > > > > >> > > > > > > > > > >> creates a
> > > > > >> > > > > > > > > > >> > > > valid SDK
> > > > > >> > > > > > > > > > >> > > >     >> >> that
> > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I
> > > think
> > > > > this
> > > > > >> > is a
> > > > > >> > > > > long
> > > > > >> > > > > > > > > awaited
> > > > > >> > > > > > > > > > >> fix.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
> > > > > >> distribution
> > > > > >> > > the
> > > > > >> > > > > > > > generated
> > > > > >> > > > > > > > > > SDK
> > > > > >> > > > > > > > > > >> > > > allows you
> > > > > >> > > > > > > > > > >> > > >     >> to
> > > > > >> > > > > > > > > > >> > > >     >> >> get
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and
> > > IDEs
> > > > > can
> > > > > >> > find
> > > > > >> > > > > > > compilers
> > > > > >> > > > > > > > > and
> > > > > >> > > > > > > > > > >> use
> > > > > >> > > > > > > > > > >> > it
> > > > > >> > > > > > > > > > >> > > > to get a
> > > > > >> > > > > > > > > > >> > > >     >> >> valid
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried
> > only
> > > > > >> VSCode
> > > > > >> > > with
> > > > > >> > > > > Josh
> > > > > >> > > > > > > > > > AS3&MXML
> > > > > >> > > > > > > > > > >> > > > extension,
> > > > > >> > > > > > > > > > >> > > >     >> hope
> > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can
> > > provide
> > > > > >> > > feedback.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get
> > the
> > > > > normal
> > > > > >> > > maven
> > > > > >> > > > > way
> > > > > >> > > > > > of
> > > > > >> > > > > > > > > build
> > > > > >> > > > > > > > > > >> with
> > > > > >> > > > > > > > > > >> > > > "mvn
> > > > > >> > > > > > > > > > >> > > >     >> >> install"
> > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near to
> > your
> > > > > >> deploy
> > > > > >> > > > needs.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven
> > > does
> > > > > not
> > > > > >> > need
> > > > > >> > > to
> > > > > >> > > > > use
> > > > > >> > > > > > > ANT
> > > > > >> > > > > > > > > > >> anymore
> > > > > >> > > > > > > > > > >> > to
> > > > > >> > > > > > > > > > >> > > >     >> generate a
> > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get
> finally
> > > to
> > > > > have
> > > > > >> > two
> > > > > >> > > > > > > > independent
> > > > > >> > > > > > > > > > >> ways of
> > > > > >> > > > > > > > > > >> > > > building
> > > > > >> > > > > > > > > > >> > > >     >> >> > > separated
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some
> > > refining
> > > > > >> this
> > > > > >> > > days
> > > > > >> > > > > with
> > > > > >> > > > > > > > > > >> classpaths
> > > > > >> > > > > > > > > > >> > > > since I
> > > > > >> > > > > > > > > > >> > > >     >> left
> > > > > >> > > > > > > > > > >> > > >     >> >> some
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded
> > that I
> > > > > want
> > > > > >> to
> > > > > >> > > > remove
> > > > > >> > > > > > to
> > > > > >> > > > > > > > make
> > > > > >> > > > > > > > > > it
> > > > > >> > > > > > > > > > >> > valid
> > > > > >> > > > > > > > > > >> > > > as we
> > > > > >> > > > > > > > > > >> > > >     >> >> change
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading
> maven
> > > > docs
> > > > > to
> > > > > >> > > > reflect
> > > > > >> > > > > > this
> > > > > >> > > > > > > > > > change.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > --
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > --
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >> >> > > <
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > > >*
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> --
> > > > > >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Thanks! Good luck!

pon., 10 lut 2020 o 15:22 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi Piotr,
>
> trying now in command line and VSCode is failing. So I need to check latest
> commits since something is wrong.
> I'll track this as I get some available time to see what changed since my
> latest successful test.
>
>
>
> El lun., 10 feb. 2020 a las 12:51, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > I do revisit all of your points - in fact I'm on it right now and it
> takes
> > couple of days. However the question is - did you try reproduce problem
> in
> > console ?
> >
> > pon., 10 lut 2020 o 12:31 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi Piotr,
> > >
> > > one thing I see is that Moonshine generates a folder obj with an .xml
> > file.
> > > In TDJ it's TourDeJewelConfig.xmlm, with this content that is pointing
> to
> > > Flash Player 20.0.0:
> > >
> > > <?xml version="1.0" encoding="utf-8"?>
> > > <!--This Adobe Flex compiler configuration file was generated by a
> > tool.-->
> > > <!--Any modifications you make may be lost.-->
> > > <flex-config>
> > > <target-player>20.0.0</target-player>
> > > <compiler>
> > > <source-path append="true">
> > > <path-element>
> > >
> > >
> >
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale
> > > </path-element>
> > > </source-path>
> > > </compiler>
> > > <file-specs>
> > > <path-element>
> > >
> > >
> >
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale/App.mxml
> > > </path-element>
> > > </file-specs>
> > > <default-background-color>#FFFFFF</default-background-color>
> > > <default-frame-rate>60</default-frame-rate>
> > > <default-size>
> > > <width>800</width>
> > > <height>600</height>
> > > </default-size>
> > > </flex-config>
> > >
> > > Could this be interfering? I think Moonshine should revise the
> requisites
> > > needed to compile a project since VSCode does not need to do things
> like
> > > this, and we are using a JS-only SDK that does not know anything about
> > > flash player and air.
> > >
> > > My point is: If VSCode can handle it, then Moonshine should do it as
> > well,
> > > isn't it?
> > >
> > > Let me know if I could be wrong.
> > >
> > > Thanks
> > >
> > >
> > > El lun., 10 feb. 2020 a las 10:50, Piotr Zarzycki (<
> > > piotrzarzycki21@gmail.com>) escribió:
> > >
> > > > Hi Carlos,
> > > >
> > > > I told you to download Nightly build, but I didn't said how. It looks
> > > like
> > > > it's not an obvious from our website fully how to get it, but I'm not
> > > sure
> > > > whether it actually should be. Anyway I'm happy that you was able to
> > > > download it finally.
> > > >
> > > > Apart of issues with Moonshine do you have some thought about our
> main
> > > > issue with distribution ? It doesn't work still with that IDE, but
> > issue
> > > is
> > > > not related to IDE itself - you should be able reproduce it trough
> > > console
> > > > as well.
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > >
> > > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

trying now in command line and VSCode is failing. So I need to check latest
commits since something is wrong.
I'll track this as I get some available time to see what changed since my
latest successful test.



El lun., 10 feb. 2020 a las 12:51, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> I do revisit all of your points - in fact I'm on it right now and it takes
> couple of days. However the question is - did you try reproduce problem in
> console ?
>
> pon., 10 lut 2020 o 12:31 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi Piotr,
> >
> > one thing I see is that Moonshine generates a folder obj with an .xml
> file.
> > In TDJ it's TourDeJewelConfig.xmlm, with this content that is pointing to
> > Flash Player 20.0.0:
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <!--This Adobe Flex compiler configuration file was generated by a
> tool.-->
> > <!--Any modifications you make may be lost.-->
> > <flex-config>
> > <target-player>20.0.0</target-player>
> > <compiler>
> > <source-path append="true">
> > <path-element>
> >
> >
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale
> > </path-element>
> > </source-path>
> > </compiler>
> > <file-specs>
> > <path-element>
> >
> >
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale/App.mxml
> > </path-element>
> > </file-specs>
> > <default-background-color>#FFFFFF</default-background-color>
> > <default-frame-rate>60</default-frame-rate>
> > <default-size>
> > <width>800</width>
> > <height>600</height>
> > </default-size>
> > </flex-config>
> >
> > Could this be interfering? I think Moonshine should revise the requisites
> > needed to compile a project since VSCode does not need to do things like
> > this, and we are using a JS-only SDK that does not know anything about
> > flash player and air.
> >
> > My point is: If VSCode can handle it, then Moonshine should do it as
> well,
> > isn't it?
> >
> > Let me know if I could be wrong.
> >
> > Thanks
> >
> >
> > El lun., 10 feb. 2020 a las 10:50, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Hi Carlos,
> > >
> > > I told you to download Nightly build, but I didn't said how. It looks
> > like
> > > it's not an obvious from our website fully how to get it, but I'm not
> > sure
> > > whether it actually should be. Anyway I'm happy that you was able to
> > > download it finally.
> > >
> > > Apart of issues with Moonshine do you have some thought about our main
> > > issue with distribution ? It doesn't work still with that IDE, but
> issue
> > is
> > > not related to IDE itself - you should be able reproduce it trough
> > console
> > > as well.
> > >
> > > Thanks,
> > > Piotr
> > >
> > >
> > > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
I do revisit all of your points - in fact I'm on it right now and it takes
couple of days. However the question is - did you try reproduce problem in
console ?

pon., 10 lut 2020 o 12:31 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi Piotr,
>
> one thing I see is that Moonshine generates a folder obj with an .xml file.
> In TDJ it's TourDeJewelConfig.xmlm, with this content that is pointing to
> Flash Player 20.0.0:
>
> <?xml version="1.0" encoding="utf-8"?>
> <!--This Adobe Flex compiler configuration file was generated by a tool.-->
> <!--Any modifications you make may be lost.-->
> <flex-config>
> <target-player>20.0.0</target-player>
> <compiler>
> <source-path append="true">
> <path-element>
>
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale
> </path-element>
> </source-path>
> </compiler>
> <file-specs>
> <path-element>
>
> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale/App.mxml
> </path-element>
> </file-specs>
> <default-background-color>#FFFFFF</default-background-color>
> <default-frame-rate>60</default-frame-rate>
> <default-size>
> <width>800</width>
> <height>600</height>
> </default-size>
> </flex-config>
>
> Could this be interfering? I think Moonshine should revise the requisites
> needed to compile a project since VSCode does not need to do things like
> this, and we are using a JS-only SDK that does not know anything about
> flash player and air.
>
> My point is: If VSCode can handle it, then Moonshine should do it as well,
> isn't it?
>
> Let me know if I could be wrong.
>
> Thanks
>
>
> El lun., 10 feb. 2020 a las 10:50, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Hi Carlos,
> >
> > I told you to download Nightly build, but I didn't said how. It looks
> like
> > it's not an obvious from our website fully how to get it, but I'm not
> sure
> > whether it actually should be. Anyway I'm happy that you was able to
> > download it finally.
> >
> > Apart of issues with Moonshine do you have some thought about our main
> > issue with distribution ? It doesn't work still with that IDE, but issue
> is
> > not related to IDE itself - you should be able reproduce it trough
> console
> > as well.
> >
> > Thanks,
> > Piotr
> >
> >
> > --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

one thing I see is that Moonshine generates a folder obj with an .xml file.
In TDJ it's TourDeJewelConfig.xmlm, with this content that is pointing to
Flash Player 20.0.0:

<?xml version="1.0" encoding="utf-8"?>
<!--This Adobe Flex compiler configuration file was generated by a tool.-->
<!--Any modifications you make may be lost.-->
<flex-config>
<target-player>20.0.0</target-player>
<compiler>
<source-path append="true">
<path-element>
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale
</path-element>
</source-path>
</compiler>
<file-specs>
<path-element>
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/src/main/royale/App.mxml
</path-element>
</file-specs>
<default-background-color>#FFFFFF</default-background-color>
<default-frame-rate>60</default-frame-rate>
<default-size>
<width>800</width>
<height>600</height>
</default-size>
</flex-config>

Could this be interfering? I think Moonshine should revise the requisites
needed to compile a project since VSCode does not need to do things like
this, and we are using a JS-only SDK that does not know anything about
flash player and air.

My point is: If VSCode can handle it, then Moonshine should do it as well,
isn't it?

Let me know if I could be wrong.

Thanks


El lun., 10 feb. 2020 a las 10:50, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Carlos,
>
> I told you to download Nightly build, but I didn't said how. It looks like
> it's not an obvious from our website fully how to get it, but I'm not sure
> whether it actually should be. Anyway I'm happy that you was able to
> download it finally.
>
> Apart of issues with Moonshine do you have some thought about our main
> issue with distribution ? It doesn't work still with that IDE, but issue is
> not related to IDE itself - you should be able reproduce it trough console
> as well.
>
> Thanks,
> Piotr
>
>
> --
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

I told you to download Nightly build, but I didn't said how. It looks like
it's not an obvious from our website fully how to get it, but I'm not sure
whether it actually should be. Anyway I'm happy that you was able to
download it finally.

Apart of issues with Moonshine do you have some thought about our main
issue with distribution ? It doesn't work still with that IDE, but issue is
not related to IDE itself - you should be able reproduce it trough console
as well.

Thanks,
Piotr

pon., 10 lut 2020 o 09:48 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi,
>
> @Piotr Zarzycki <pi...@gmail.com> I was over the big button to
> nightly builds, since you told me to download that. So from the big button
> I choosed "other downloads" and choosed non sandbox one. Both url goes to
> the same link: Moonshine_Signed_NonSandbox.pkg
> <https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg>
> 07-Feb-2020 21:11 156571205
>
> About the permissions: My guess is that is something related to Moonshine,
> not to user or maven, since VSCode is dealing with the same SDK without
> complain. I can give permissions to try this, but I suggest the moonshine
> team could look to how VSCode work with user files and mimic that to
> avoid this kind of problem.
>
> Thanks
>
>
> El lun., 10 feb. 2020 a las 5:50, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
>
>> IMO, the Maven commands that build the Distribution SDK should change the
>> permissions.
>>
>> My 2 cents,
>> -Alex
>>
>> On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>>
>>     Permission to "mxmlc" file in SDK. - You have to add permission for
>> usage
>>     manually to that file.
>>
>>     I will explain you more on Monday if you won't figure it out your
>> self,
>>     what is all about.
>>
>>     You can literally paste in Google last sentence from stack trace
>> error and
>>     add: How to add permission to file on Mac.
>>
>>
>>
>>     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <ca...@apache.org>
>> wrote:
>>
>>     > Hi Piotr,
>>     >
>>     > but what kind of permission? to the moonshine executable?
>>     >
>>     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
>>     > piotrzarzycki21@gmail.com>)
>>     > escribió:
>>     >
>>     > > If you are using your own SDK (not downloaded trough Moonshine
>> getting
>>     > > started) you have to add permission to mxmlc file. There is a
>> command on
>>     > > Mac chmod - try to search using that command on a Google.
>>     > >
>>     > > Thanks,
>>     > > Piotr
>>     > >
>>     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
>> carlosrovira@apache.org>
>>     > > wrote:
>>     > >
>>     > > > Hi,
>>     > > >
>>     > > > I installed latest Moonshine nightly. After configuring initial
>> things
>>     > > > loaded TDJ project. I'm getting Permission denied:
>>     > > >
>>     > > > : Moonshine IDE™ 2.5.0
>>     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
>>     > > > : Source code is under Apache License, Version 2.0
>>     > > > :
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>>     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks
>> (Apache
>>     > License
>>     > > > 2.0), NativeApplicationUpdater (LGPL)
>>     > > > : Running on Adobe AIR 28.0.0.125
>>     > > > : Compiling TourDeJewel
>>     > > > : SDK path:
>> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>>     > > > : Sending to mxmlx: export
>>     > > >
>>     > > >
>>     > >
>>     >
>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>>     > > >
>> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>>     > &&
>>     > > > export
>>     > > >
>>     > > >
>>     > >
>>     >
>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>>     > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
>>     > > >
>>     > > >
>>     > >
>>     >
>> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>>     > > >
>> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>>     > > > -load-config+=obj/TourDeJewelConfig.xml
>>     > > >
>> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>>     > > >
>> -html-template=src/main/resources/jewel-example-index-template.html
>>     > > > -js-dynamic-access-unknown-members=true
>> -compiler.targets=JSRoyale
>>     > > >
>>     > > >
>>     > >
>>     >
>> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>>     > > > : /bin/bash:
>>     > > >
>> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>>     > > > Permission denied
>>     > > >
>>     > > > How can I fix it?
>>     > > >
>>     > > > Thanks
>>     > > >
>>     > > >
>>     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
>>     > > joshtynjala@bowlerhat.dev
>>     > > > >)
>>     > > > escribió:
>>     > > >
>>     > > > > Yeah, I don't see why Moonshine is reporting those errors,
>> but VSCode
>>     > > > does
>>     > > > > not. If royale-config.xml is referencing SWCs that don't
>> exist, that
>>     > > > should
>>     > > > > affect both IDEs.
>>     > > > >
>>     > > > > Regardless, like you explained, the same issue should
>> reproduce when
>>     > > > > compiling from a terminal without Moonshine.
>>     > > > >
>>     > > > > --
>>     > > > > Josh Tynjala
>>     > > > > Bowler Hat LLC <
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>> >
>>     > > > >
>>     > > > >
>>     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
>>     > > piotrzarzycki21@gmail.com
>>     > > > >
>>     > > > > wrote:
>>     > > > >
>>     > > > > > Hi Carlos,
>>     > > > > >
>>     > > > > > Yeah it would be pretty great if you could setup Moonshine,
>> but you
>>     > > > don't
>>     > > > > > have to do that actually to reproduce the issue. Command
>> which I
>>     > have
>>     > > > > > pasted in this thread can be copy and used in Terminal with
>> small
>>     > > path
>>     > > > > > adjustment. Try it on any project you have using
>> distribution build
>>     > > and
>>     > > > > for
>>     > > > > > sure you will get the error.
>>     > > > > >
>>     > > > > > In case of Moonshine we have freez code for commits and
>> prepare for
>>     > > > > > release, we have some internal problems with bamboo build -
>> if it
>>     > > will
>>     > > > > get
>>     > > > > > resolved we should have release early next week. You can
>> always try
>>     > > > > Nightly
>>     > > > > > build.
>>     > > > > >
>>     > > > > > I'm really surprised that VSCode do not throwing the same
>> error -
>>     > > What
>>     > > > > > could be the case Josh? The only difference is that we are
>> using
>>     > > mxmlc
>>     > > > > file
>>     > > > > > and VSCode is probably using jar file, but playerglobal.swc
>> doesn't
>>     > > > > exists
>>     > > > > > so both should report same issue.
>>     > > > > >
>>     > > > > > Thanks,
>>     > > > > > Piotr
>>     > > > > >
>>     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
>> carlosrovira@apache.org>
>>     > > > > > napisał(a):
>>     > > > > >
>>     > > > > > > Hi Piotr,
>>     > > > > > >
>>     > > > > > > so I think you're a bit closer (not farther ;)), since
>> compiler
>>     > was
>>     > > > > > found.
>>     > > > > > > Now is a matter to find what's missing.
>>     > > > > > > What's curious for me is VSCode recognizes but Moonshine
>> not. I
>>     > > think
>>     > > > > the
>>     > > > > > > problem is each IDE is looking at different things to
>> match a
>>     > valid
>>     > > > > SDK,
>>     > > > > > > and maybe even we could be setting duplicate artifacts in
>> the SDK
>>     > > so
>>     > > > > > VSCode
>>     > > > > > > finds all but Moonshine not.
>>     > > > > > > I'll be setup Moonshine as I have time to try it.
>>     > > > > > > I think you plan to launch a new one soon right? should I
>> wait
>>     > for
>>     > > > it?
>>     > > > > > >
>>     > > > > > > Thanks
>>     > > > > > >
>>     > > > > > >
>>     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
>>     > > > > > > piotrzarzycki21@gmail.com>)
>>     > > > > > > escribió:
>>     > > > > > >
>>     > > > > > > > Hi Carlos,
>>     > > > > > > >
>>     > > > > > > > I just tried your changes and I'm a bit farther. Now I'm
>>     > getting
>>     > > > > > > following
>>     > > > > > > > errors. It's throwing that errors cause in JS only
>> binaries
>>     > > > prepared
>>     > > > > by
>>     > > > > > > ant
>>     > > > > > > > we have in following location
>>     > > > > > > >
>> /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
>>     > > > > > > > playerglobal.swc, so distribution should probably have
>> the
>>     > same.
>>     > > > > > > >
>>     > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>>     > > > > > > > >
>> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>>     > > > -debug=true
>>     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
>>     > > > > > > > >
>>     > > > >
>> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>>     > > > > > > > > : Using Royale Compiler codebase:
>>     > > > > > > > >
>>     > > >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>     > > > > > > > > : Using Royale SDK:
>>     > > > > > > > >
>>     > > >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>     > > > > > > > > : MXMLJSC
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>>     > > > > > > > > :
>> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>>     > > > > > > > > : -debug=true
>>     > > > > > > > > : -source-map=true
>>     > > > > > > > > : -compiler.targets=JSRoyale
>>     > > > > > > > > :
>>     > > > >
>> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>>     > > > > > > > > col: 0 Error: unable to open
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>     > > > > > > > > (line: 74)
>>     > > > > > > > > :       </external-library-path>
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>>     > > > > > > > > col: 0 Error: unable to open
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>     > > > > > > > > (line: 81)
>>     > > > > > > > > :       </js-external-library-path>
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>>     > > > > > > > > col: 0 Error: unable to open
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>     > > > > > > > > (line: 81)
>>     > > > > > > > > :       </js-external-library-path>
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>>     > > > > > > > > col: 0 Error: unable to open
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>>     > > > > > > > > :
>>     > > > > > > > >
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>     > > > > > > > > (line: 99)
>>     > > > > > > > > :       </library-path>
>>     > > > > > > > > : 1.034449561 seconds
>>     > > > > > > >
>>     > > > > > > >
>>     > > > > > > > Thanks,
>>     > > > > > > > Piotr
>>     > > > > > > >
>>     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
>>     > carlosrovira@apache.org>
>>     > > > > > > > napisał(a):
>>     > > > > > > >
>>     > > > > > > > > Thanks Josh for pointing that out I think I got it.
>>     > > > > > > > >
>>     > > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please
>> try with
>>     > my
>>     > > > > > latest
>>     > > > > > > > > commit. I couldn't test myself, but I think it should
>> work
>>     > now
>>     > > > for
>>     > > > > > > > > Moonshine.
>>     > > > > > > > > VSCode still work with this changes.
>>     > > > > > > > >
>>     > > > > > > > > Thanks
>>     > > > > > > > >
>>     > > > > > > > > Carlos
>>     > > > > > > > >
>>     > > > > > > > >
>>     > > > > > > > >
>>     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
>>     > > > > > > > joshtynjala@bowlerhat.dev>)
>>     > > > > > > > > escribió:
>>     > > > > > > > >
>>     > > > > > > > >> If I had to guess, this classpath is wrong:
>>     > > > > > > > >>
>>     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
>>     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>>     > > > > > > > >> Class-Path>
>>     > > > > > > > >>
>>     > > > > > > > >>
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>>     > > > > > > > >>
>>     > > > > > > > >> I think that the names of those JAR files all
>> include a
>>     > > version
>>     > > > > > number
>>     > > > > > > > in
>>     > > > > > > > >> the Maven distribution.
>>     > > > > > > > >>
>>     > > > > > > > >> --
>>     > > > > > > > >> Josh Tynjala
>>     > > > > > > > >> Bowler Hat LLC <
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>> >
>>     > > > > > > > >>
>>     > > > > > > > >>
>>     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
>>     > > > > > > carlosrovira@apache.org>
>>     > > > > > > > >> wrote:
>>     > > > > > > > >>
>>     > > > > > > > >> > ok didn't notice.
>>     > > > > > > > >> > So maybe is a classpath problem?
>>     > > > > > > > >> > It's clear that VSCode goes to the same place and
>> find it
>>     > > > since
>>     > > > > > > mxmlc
>>     > > > > > > > >> is a
>>     > > > > > > > >> > dummy jar that has exactly that class, but
>> Moonshine goes
>>     > > and
>>     > > > > > didn't
>>     > > > > > > > >> find
>>     > > > > > > > >> > it.
>>     > > > > > > > >> > If not any clue what could be happening?
>>     > > > > > > > >> > Thanks
>>     > > > > > > > >> >
>>     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
>>     > > > > > > > >> > piotrzarzycki21@gmail.com>)
>>     > > > > > > > >> > escribió:
>>     > > > > > > > >> >
>>     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
>>     > > > > > > > >> > >
>>     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
>>     > > > > joshtynjala@bowlerhat.dev
>>     > > > > > >
>>     > > > > > > > >> > > napisał(a):
>>     > > > > > > > >> > >
>>     > > > > > > > >> > > > You can see from the output that Moonshine is
>> calling
>>     > > the
>>     > > > > > > command
>>     > > > > > > > >> line
>>     > > > > > > > >> > > > scripts in js/bin.
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > > > --
>>     > > > > > > > >> > > > Josh Tynjala
>>     > > > > > > > >> > > > Bowler Hat LLC <
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>> >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
>>     > > > > > > > >> carlosrovira@apache.org>
>>     > > > > > > > >> > > > wrote:
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > > > > Hi Piotr,
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > > > That was a problem I had with VSCode when
>> started to
>>     > > > work
>>     > > > > on
>>     > > > > > > fix
>>     > > > > > > > >> SDK
>>     > > > > > > > >> > > for
>>     > > > > > > > >> > > > > IDE.
>>     > > > > > > > >> > > > > Josh told me that VSCode tries to find that
>> class in
>>     > > > > > > > >> > /js/lib/mxmlc.jar
>>     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > > > Maybe Moonshine is looking in other path?
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > > > Thanks
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr
>> Zarzycki (<
>>     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
>>     > > > > > > > >> > > > > escribió:
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > > > > Hi Carlos,
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > > > I have build on my Mac SDK and tried in
>> Nightly
>>     > > Build
>>     > > > of
>>     > > > > > > > >> > Moonshine. I
>>     > > > > > > > >> > > > > > cannot build Hello World. I'm getting
>> following
>>     > > error:
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > >
>>     > > > > > > > >> >
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>>     > > > > > > > >> > > > > >
>>     > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>>     > > > > > > > >> -debug=true
>>     > > > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> >
>>     > > > > > >
>>     > >
>> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>>     > > > > > > > >> > > > > > : Using Royale Compiler codebase:
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >>
>>     > > > >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>     > > > > > > > >> > > > > > : Using Royale SDK:
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >>
>>     > > > >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>     > > > > > > > >> > > > > > : Error: Could not find or load main class
>>     > > > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
>>     > > > > > > > >> carlosrovira@apache.org>
>>     > > > > > > > >> > > > > > napisał(a):
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > > > > Hi Piotr,
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > > > right, are simplified too and does not
>> have any
>>     > > > > profile
>>     > > > > > or
>>     > > > > > > > >> > > variable.
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > > > "-U clean install" is standard maven
>> commands,
>>     > > > nothing
>>     > > > > > to
>>     > > > > > > do
>>     > > > > > > > >> with
>>     > > > > > > > >> > > us
>>     > > > > > > > >> > > > in
>>     > > > > > > > >> > > > > > > particular, so you can left that
>>     > > > > > > > >> > > > > > > "-P main,utils" are not needed anymore,
>> since
>>     > now
>>     > > > > > there's
>>     > > > > > > no
>>     > > > > > > > >> > > > > > > differentiation between a "first build"
>> against
>>     > > rest
>>     > > > > of
>>     > > > > > > > >> builds.
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr
>>     > Zarzycki
>>     > > (<
>>     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > > > > Hi Carlos,
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > > > Builds for framework is updated. What
>> about
>>     > > > compiler
>>     > > > > > and
>>     > > > > > > > >> > > typedefs ?
>>     > > > > > > > >> > > > > For
>>     > > > > > > > >> > > > > > > > compiler on the server we have:
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > > > -U clean install
>>     > > > > > > > >> > > > > > > > -P -main,utils
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > > > It looks like that those profiles also
>>     > > deprecated
>>     > > > -
>>     > > > > > can
>>     > > > > > > > you
>>     > > > > > > > >> > > > confirm ?
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > > > Thanks,
>>     > > > > > > > >> > > > > > > > Piotr
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira
>> <
>>     > > > > > > > >> > carlosrovira@apache.org>
>>     > > > > > > > >> > > > > > > > napisał(a):
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > > > > Hi Piotr,
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > it surprise me that due all the
>> changes done
>>     > > in
>>     > > > > > maven
>>     > > > > > > > >> > > builds.a.o
>>     > > > > > > > >> > > > > was
>>     > > > > > > > >> > > > > > > not
>>     > > > > > > > >> > > > > > > > > failing. I've even didn't repare
>> that will
>>     > > need
>>     > > > to
>>     > > > > > be
>>     > > > > > > > >> > updated.
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > These profiles does not exist
>> anymore:
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > >
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > >
>>     > > >
>>     >
>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > Here's the updated doc for maven
>> simplified
>>     > > [1]
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > In sort:
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now
>> is
>>     > > > > > > > >> FLASHPLAYER_DEBUGGER
>>     > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is now
>> more
>>     > > > reliable
>>     > > > > > > > >> (something
>>     > > > > > > > >> > > that
>>     > > > > > > > >> > > > > > was a
>>     > > > > > > > >> > > > > > > > > real headache)
>>     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
>>     > > > > > > > >> > > > > > > > >    - option-with-swf
>>     > > > > > > > >> > > > > > > > >    - with-examples
>>     > > > > > > > >> > > > > > > > >    - with-distribution
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use
>> this
>>     > > profiles?
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > [1]
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > >
>>     > > > > > > > >> >
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40,
>> Piotr
>>     > > > Zarzycki
>>     > > > > (<
>>     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>)
>> escribió:
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > Carlos,
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > What has change more in case of
>> Maven
>>     > build
>>     > > > for
>>     > > > > > > > >> framework?
>>     > > > > > > > >> > On
>>     > > > > > > > >> > > > > > > > builds.a.o
>>     > > > > > > > >> > > > > > > > > we
>>     > > > > > > > >> > > > > > > > > > have following command which
>> running
>>     > > > > royale-asjs.
>>     > > > > > It
>>     > > > > > > > >> looks
>>     > > > > > > > >> > > like
>>     > > > > > > > >> > > > > > > > something
>>     > > > > > > > >> > > > > > > > > > is missing, cause I have removed
>> locally
>>     > my
>>     > > > > > > > >> > org.apache.royale
>>     > > > > > > > >> > > > > > folder
>>     > > > > > > > >> > > > > > > > from
>>     > > > > > > > >> > > > > > > > > > .m2 and start building PureMVC to
>> swc.
>>     > [1] -
>>     > > > It
>>     > > > > > > throws
>>     > > > > > > > >> > > > exception
>>     > > > > > > > >> > > > > > now.
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > Could not resolve dependencies for
>> project
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >>
>>     > > > > >
>>     > >
>> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>>     > > > > > > > >> > > > > > > > > > Failure to find
>>     > > > > > > > >> > > > > > >
>>     > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>>     > > > > > > > >> > > > > > > > > in
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> >
>>     > >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
>>     > > > > > > > >> > > > was
>>     > > > > > > > >> > > > > > > > cached
>>     > > > > > > > >> > > > > > > > > in
>>     > > > > > > > >> > > > > > > > > > the local repository, resolution
>> will not
>>     > be
>>     > > > > > > > reattempted
>>     > > > > > > > >> > > until
>>     > > > > > > > >> > > > > the
>>     > > > > > > > >> > > > > > > > update
>>     > > > > > > > >> > > > > > > > > > interval of apache-snapshots has
>> elapsed
>>     > or
>>     > > > > > updates
>>     > > > > > > > are
>>     > > > > > > > >> > > forced
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > Above means that it probably
>> doesn't
>>     > exists
>>     > > in
>>     > > > > > > Apache
>>     > > > > > > > >> Maven
>>     > > > > > > > >> > > > > > > central...
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > -U
>>     > > > > > > > >> > > > > > > > > > clean
>>     > > > > > > > >> > > > > > > > > > deploy
>>     > > > > > > > >> > > > > > > > > > -P
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > >
>>     > > > > > > > >> >
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > >
>>     > > > > > > > >> >
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > >
>>     > > > > > > > >> >
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>>     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
>>     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > [1]
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> >
>>     > > > > >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > Thanks,
>>     > > > > > > > >> > > > > > > > > > Piotr
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr
>> Zarzycki <
>>     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > > > > > > napisał(a):
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether
>> someone
>>     > > > actually
>>     > > > > > know
>>     > > > > > > > >> what
>>     > > > > > > > >> > is
>>     > > > > > > > >> > > > the
>>     > > > > > > > >> > > > > > > > version.
>>     > > > > > > > >> > > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos
>> Rovira <
>>     > > > > > > > >> > > > > carlosrovira@apache.org>
>>     > > > > > > > >> > > > > > > > > > > napisał(a):
>>     > > > > > > > >> > > > > > > > > > >
>>     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > > > > >> I explained in this thread that
>> I
>>     > > couldn't
>>     > > > > find
>>     > > > > > > in
>>     > > > > > > > >> maven
>>     > > > > > > > >> > > the
>>     > > > > > > > >> > > > > > same
>>     > > > > > > > >> > > > > > > > > exact
>>     > > > > > > > >> > > > > > > > > > >> version that ANT one, I put the
>> closest
>>     > > in
>>     > > > > date
>>     > > > > > > > >> > available
>>     > > > > > > > >> > > > from
>>     > > > > > > > >> > > > > > > maven
>>     > > > > > > > >> > > > > > > > > > >> I proposed as well if we can
>> upgrade
>>     > > > > ANT/MAVEN
>>     > > > > > to
>>     > > > > > > > the
>>     > > > > > > > >> > same
>>     > > > > > > > >> > > > one
>>     > > > > > > > >> > > > > > > that
>>     > > > > > > > >> > > > > > > > > > works.
>>     > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I
>> fail in the
>>     > > > > search
>>     > > > > > > and
>>     > > > > > > > >> the
>>     > > > > > > > >> > > > version
>>     > > > > > > > >> > > > > > > could
>>     > > > > > > > >> > > > > > > > > > >> exists, in that case hope other
>> can
>>     > > > indicate
>>     > > > > > the
>>     > > > > > > > >> maven
>>     > > > > > > > >> > > > > > descriptor
>>     > > > > > > > >> > > > > > > to
>>     > > > > > > > >> > > > > > > > > > >> update
>>     > > > > > > > >> > > > > > > > > > >> it.
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > > > > >> thanks
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las
>> 12:11,
>>     > Piotr
>>     > > > > > Zarzycki
>>     > > > > > > > (<
>>     > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>)
>> escribió:
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly
>> the same
>>     > > > > version ?
>>     > > > > > > > Maybe
>>     > > > > > > > >> > this
>>     > > > > > > > >> > > > is
>>     > > > > > > > >> > > > > > the
>>     > > > > > > > >> > > > > > > > > reason
>>     > > > > > > > >> > > > > > > > > > >> why
>>     > > > > > > > >> > > > > > > > > > >> > my application is failing.
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
>>     > > > > > > > >> > > > > > > > > > >> > <dependency>
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > <groupId>com.google.javascript</groupId>
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > <artifactId>closure-compiler</artifactId>
>>     > > > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
>>     > > > > > > > >> > > > > > > > > > >> > </dependency>
>>     > > > > > > > >> > > > > > > > > > >> > <dependency>
>>     > > > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > > > > <artifactId>google-closure-library</artifactId>
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > <version>0.0-20190213-2033d5d9</version>
>>     > > > > > > > >> > > > > > > > > > >> > </dependency>
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52
>> Carlos
>>     > Rovira
>>     > > <
>>     > > > > > > > >> > > > > > carlosrovira@apache.org
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > > > > > >> > napisał(a):
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
>>     > > > > > > > >> > > > > > > > > > >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest
>> one. Used
>>     > the
>>     > > > > > closest
>>     > > > > > > > >> one in
>>     > > > > > > > >> > > > dates
>>     > > > > > > > >> > > > > > to
>>     > > > > > > > >> > > > > > > > the
>>     > > > > > > > >> > > > > > > > > > one
>>     > > > > > > > >> > > > > > > > > > >> in
>>     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid?
>> And how
>>     > > can
>>     > > > I
>>     > > > > > > ensure
>>     > > > > > > > >> > > > > > compatibility?
>>     > > > > > > > >> > > > > > > > > Where
>>     > > > > > > > >> > > > > > > > > > >> to
>>     > > > > > > > >> > > > > > > > > > >> > > check that?
>>     > > > > > > > >> > > > > > > > > > >> > > But what I really want to
>> do is
>>     > > update
>>     > > > > > > > ANT/MAVEN
>>     > > > > > > > >> to
>>     > > > > > > > >> > > the
>>     > > > > > > > >> > > > > same
>>     > > > > > > > >> > > > > > > one
>>     > > > > > > > >> > > > > > > > > > that
>>     > > > > > > > >> > > > > > > > > > >> is
>>     > > > > > > > >> > > > > > > > > > >> > ok
>>     > > > > > > > >> > > > > > > > > > >> > > for all of us. We need to
>> ensure
>>     > one
>>     > > > that
>>     > > > > > is
>>     > > > > > > > >> > available
>>     > > > > > > > >> > > > for
>>     > > > > > > > >> > > > > > > both.
>>     > > > > > > > >> > > > > > > > > > >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > thanks
>>     > > > > > > > >> > > > > > > > > > >> > >
>>     > > > > > > > >> > > > > > > > > > >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las
>> 2:41,
>>     > > Alex
>>     > > > > > Harui
>>     > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
>>     > > > > > > > >> > > > > > > > > > >> > >)
>>     > > > > > > > >> > > > > > > > > > >> > > escribió:
>>     > > > > > > > >> > > > > > > > > > >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > > You may not want the
>> latest
>>     > closure
>>     > > > > > > library.
>>     > > > > > > > >> You
>>     > > > > > > > >> > > > > probably
>>     > > > > > > > >> > > > > > > > want
>>     > > > > > > > >> > > > > > > > > > one
>>     > > > > > > > >> > > > > > > > > > >> > that
>>     > > > > > > > >> > > > > > > > > > >> > > > is compatible with the
>> closure
>>     > > > > compiler.
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > > HTH,
>>     > > > > > > > >> > > > > > > > > > >> > > > -Alex
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM,
>> "Carlos
>>     > > > Rovira" <
>>     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
>>     > > > > > > > >> > > > > > > > > > >> wrote:
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     Josh discover that
>> there was
>>     > an
>>     > > > > > issue.
>>     > > > > > > If
>>     > > > > > > > >> we
>>     > > > > > > > >> > > have
>>     > > > > > > > >> > > > > > > > GOOG_HOME
>>     > > > > > > > >> > > > > > > > > > env
>>     > > > > > > > >> > > > > > > > > > >> var
>>     > > > > > > > >> > > > > > > > > > >> > > the
>>     > > > > > > > >> > > > > > > > > > >> > > >     maven distribution
>> worked
>>     > > right,
>>     > > > > but
>>     > > > > > if
>>     > > > > > > > you
>>     > > > > > > > >> > > don't
>>     > > > > > > > >> > > > > > have,
>>     > > > > > > > >> > > > > > > > > > >> compilation
>>     > > > > > > > >> > > > > > > > > > >> > > > fails.
>>     > > > > > > > >> > > > > > > > > > >> > > >     I have it in my
>> system while
>>     > > > > > developing
>>     > > > > > > > >> this.
>>     > > > > > > > >> > > So I
>>     > > > > > > > >> > > > > > just
>>     > > > > > > > >> > > > > > > > > fixed
>>     > > > > > > > >> > > > > > > > > > it
>>     > > > > > > > >> > > > > > > > > > >> > some
>>     > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     One thing: There's no
>> maven
>>     > > > > artifact
>>     > > > > > > for
>>     > > > > > > > >> the
>>     > > > > > > > >> > > > > > > > closure-library
>>     > > > > > > > >> > > > > > > > > > >> > > v20180910
>>     > > > > > > > >> > > > > > > > > > >> > > > (the
>>     > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT),
>> next one is
>>     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
>>     > > > > > > > >> > > > > > so
>>     > > > > > > > >> > > > > > > we
>>     > > > > > > > >> > > > > > > > > > need
>>     > > > > > > > >> > > > > > > > > > >> to
>>     > > > > > > > >> > > > > > > > > > >> > > use
>>     > > > > > > > >> > > > > > > > > > >> > > > that
>>     > > > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I
>> was too
>>     > > bad
>>     > > > > > > trying
>>     > > > > > > > to
>>     > > > > > > > >> > find
>>     > > > > > > > >> > > > the
>>     > > > > > > > >> > > > > > > > > > >> corresponding
>>     > > > > > > > >> > > > > > > > > > >> > > > maven
>>     > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if
>> someone
>>     > knows,
>>     > > > > please
>>     > > > > > > let
>>     > > > > > > > >> me
>>     > > > > > > > >> > > > know!).
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade
>> ANT to
>>     > > > v20190213
>>     > > > > > > too?
>>     > > > > > > > >> From
>>     > > > > > > > >> > > now
>>     > > > > > > > >> > > > > on,
>>     > > > > > > > >> > > > > > we
>>     > > > > > > > >> > > > > > > > > > should
>>     > > > > > > > >> > > > > > > > > > >> > check
>>     > > > > > > > >> > > > > > > > > > >> > > >     versions exists for
>> ANT and
>>     > > MAVEN
>>     > > > > > > > >> artifacts.
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
>>     > > > > > > > piotrzarzycki21@gmail.com
>>     > > > > > > > >> >
>>     > > > > > > > >> > > let
>>     > > > > > > > >> > > > me
>>     > > > > > > > >> > > > > > > know
>>     > > > > > > > >> > > > > > > > if
>>     > > > > > > > >> > > > > > > > > > you
>>     > > > > > > > >> > > > > > > > > > >> > can
>>     > > > > > > > >> > > > > > > > > > >> > > > get it
>>     > > > > > > > >> > > > > > > > > > >> > > >     work with latest
>> changes just
>>     > > > done.
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020
>> a las
>>     > > > 17:53,
>>     > > > > > > Carlos
>>     > > > > > > > >> > Rovira
>>     > > > > > > > >> > > > (<
>>     > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
>>     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using
>> an old
>>     > > > command,
>>     > > > > > > maven
>>     > > > > > > > >> was
>>     > > > > > > > >> > > > > > extremely
>>     > > > > > > > >> > > > > > > > > > >> simplified
>>     > > > > > > > >> > > > > > > > > > >> > > > thanks to
>>     > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz
>> contribution 1
>>     > or
>>     > > 2
>>     > > > > > months
>>     > > > > > > > >> ago.
>>     > > > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs'
>> does
>>     > not
>>     > > > > > exists.
>>     > > > > > > > >> Check
>>     > > > > > > > >> > the
>>     > > > > > > > >> > > > > > > > > instructions
>>     > > > > > > > >> > > > > > > > > > I
>>     > > > > > > > >> > > > > > > > > > >> put
>>     > > > > > > > >> > > > > > > > > > >> > > or
>>     > > > > > > > >> > > > > > > > > > >> > > > go to
>>     > > > > > > > >> > > > > > > > > > >> > > >     > the updated docs
>> here [1].
>>     > I
>>     > > > > > updated
>>     > > > > > > > that
>>     > > > > > > > >> > page
>>     > > > > > > > >> > > > to
>>     > > > > > > > >> > > > > > have
>>     > > > > > > > >> > > > > > > > all
>>     > > > > > > > >> > > > > > > > > > the
>>     > > > > > > > >> > > > > > > > > > >> > > > latest valid
>>     > > > > > > > >> > > > > > > > > > >> > > >     > info.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with
>> Chris, to
>>     > > work
>>     > > > > > soon
>>     > > > > > > in
>>     > > > > > > > >> more
>>     > > > > > > > >> > > > > > > > improvements:
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
>> distribution
>>     > > for
>>     > > > > > > js-only
>>     > > > > > > > >> > (just
>>     > > > > > > > >> > > > > > removing
>>     > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
>>     > > > > > > > >> > > > > > > > > > >> > > >     > that now is
>> required)
>>     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have
>> just one
>>     > repo
>>     > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release
>>     > process
>>     > > > > based
>>     > > > > > > on 2
>>     > > > > > > > >> (and
>>     > > > > > > > >> > > yes
>>     > > > > > > > >> > > > > > > having
>>     > > > > > > > >> > > > > > > > > ANT
>>     > > > > > > > >> > > > > > > > > > >> into
>>     > > > > > > > >> > > > > > > > > > >> > > > account)
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >     > I will want to
>> release
>>     > every
>>     > > 1
>>     > > > > to 2
>>     > > > > > > > >> month.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > >
>>     > > > > > > > >> > > > > > > > > > >> >
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > > > >
>>     > > > > > > > >> > > > > > > > >
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > > > > >
>>     > > > > > > > >> > > > > >
>>     > > > > > > > >> > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >> > >
>>     > > > > > > > >> >
>>     > > > > > > > >>
>>     > > > > > > >
>>     > > > > > >
>>     > > > > >
>>     > > > >
>>     > > >
>>     > >
>>     >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene.
>> 2020 a las
>>     > > > > 17:40,
>>     > > > > > > > Piotr
>>     > > > > > > > >> > > > Zarzycki
>>     > > > > > > > >> > > > > (<
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>> piotrzarzycki21@gmail.com
>>     > >)
>>     > > > > > > escribió:
>>     > > > > > > > >> > > > > > > > > > >> > > >     >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like
>> it my
>>     > > fault.
>>     > > > I
>>     > > > > > > didn't
>>     > > > > > > > >> > catch
>>     > > > > > > > >> > > up
>>     > > > > > > > >> > > > > > full
>>     > > > > > > > >> > > > > > > > > > >> > instruction.
>>     > > > > > > > >> > > > > > > > > > >> > > > Let me
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o
>> 17:29
>>     > > Piotr
>>     > > > > > > > Zarzycki
>>     > > > > > > > >> <
>>     > > > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
>>     > > > > > > > >> > > > > > > > > > >> > > >     >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running
>> this
>>     > [1]
>>     > > on
>>     > > > > my
>>     > > > > > > Mac
>>     > > > > > > > >> > > > > distribution
>>     > > > > > > > >> > > > > > is
>>     > > > > > > > >> > > > > > > > not
>>     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is
>> being build
>>     > > > > > > > successfully,
>>     > > > > > > > >> > but
>>     > > > > > > > >> > > > > > without
>>     > > > > > > > >> > > > > > > > > > >> > distribution.
>>     > > > > > > > >> > > > > > > > > > >> > > > I don't
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean
>> install
>>     > > > > > -DskipTests
>>     > > > > > > > >> > > > > -Drat.skip=true
>>     > > > > > > > >> > > > > > > > > > >> > > >     >>
>> -Dgenerate.swf.swcs=true
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >>
>>     > > > > > > > >> > > > > > > >
>>     > > > > > > > >> > > >
>>     > > > > > > > >>
>>     > > > > >
>>     >
>> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020
>> o 12:44
>>     > > > > Carlos
>>     > > > > > > > >> Rovira <
>>     > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
>>     > > > > > > > >> > > > > > > > > > >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does
>> not
>>     > affect
>>     > > > FB,
>>     > > > > so
>>     > > > > > > > don't
>>     > > > > > > > >> > > worry
>>     > > > > > > > >> > > > > > about
>>     > > > > > > > >> > > > > > > > it.
>>     > > > > > > > >> > > > > > > > > > But
>>     > > > > > > > >> > > > > > > > > > >> we
>>     > > > > > > > >> > > > > > > > > > >> > > > hope you
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> try
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to
>> some
>>     > newer
>>     > > > IDE
>>     > > > > in
>>     > > > > > > the
>>     > > > > > > > >> > > future!
>>     > > > > > > > >> > > > ;)
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21
>> ene. 2020 a
>>     > > las
>>     > > > > > > 12:26,
>>     > > > > > > > >> > Antonis
>>     > > > > > > > >> > > > > > > Kalodimos
>>     > > > > > > > >> > > > > > > > > (<
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>     > > > antonis.kalodimos@gmail.com
>>     > > > > >)
>>     > > > > > > > >> escribió:
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds
>> good news
>>     > > for
>>     > > > > > > someone
>>     > > > > > > > >> to
>>     > > > > > > > >> > be
>>     > > > > > > > >> > > > > > involved
>>     > > > > > > > >> > > > > > > > > with
>>     > > > > > > > >> > > > > > > > > > >> > royale.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i
>> someone of
>>     > you
>>     > > > who
>>     > > > > > > know
>>     > > > > > > > >> the
>>     > > > > > > > >> > > > > > > requirements
>>     > > > > > > > >> > > > > > > > > > don't
>>     > > > > > > > >> > > > > > > > > > >> > break
>>     > > > > > > > >> > > > > > > > > > >> > > > the
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be
>> used
>>     > and
>>     > > in
>>     > > > > the
>>     > > > > > > > >> > > > flashbuilder.
>>     > > > > > > > >> > > > > > Even
>>     > > > > > > > >> > > > > > > > it
>>     > > > > > > > >> > > > > > > > > is
>>     > > > > > > > >> > > > > > > > > > >> old
>>     > > > > > > > >> > > > > > > > > > >> > > is a
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the
>> old
>>     > users
>>     > > > > that
>>     > > > > > > are
>>     > > > > > > > >> > > searching
>>     > > > > > > > >> > > > > > where
>>     > > > > > > > >> > > > > > > > to
>>     > > > > > > > >> > > > > > > > > > jump
>>     > > > > > > > >> > > > > > > > > > >> > for
>>     > > > > > > > >> > > > > > > > > > >> > > > upgrade
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you,
>> continue
>>     > the
>>     > > > > great
>>     > > > > > > job
>>     > > > > > > > >> that
>>     > > > > > > > >> > > you
>>     > > > > > > > >> > > > > are
>>     > > > > > > > >> > > > > > > > > doing.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21
>> Ιαν 2020
>>     > > > στις
>>     > > > > > 1:15
>>     > > > > > > > >> μ.μ.,
>>     > > > > > > > >> > > ο/η
>>     > > > > > > > >> > > > > > Piotr
>>     > > > > > > > >> > > > > > > > > > >> Zarzycki <
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>     > > > piotrzarzycki21@gmail.com>
>>     > > > > > > > έγραψε:
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats!
>> Could you
>>     > > > > provide
>>     > > > > > > on
>>     > > > > > > > >> > mailing
>>     > > > > > > > >> > > > > list
>>     > > > > > > > >> > > > > > > > > command
>>     > > > > > > > >> > > > > > > > > > to
>>     > > > > > > > >> > > > > > > > > > >> > > build
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> framework
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> distribution, so
>>     > > users
>>     > > > > > could
>>     > > > > > > > know
>>     > > > > > > > >> > how
>>     > > > > > > > >> > > to
>>     > > > > > > > >> > > > > do
>>     > > > > > > > >> > > > > > > > that.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty
>> 2020 o
>>     > > > 12:12
>>     > > > > > > Carlos
>>     > > > > > > > >> > > Rovira <
>>     > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just
>> fixed the
>>     > > maven
>>     > > > > > > > >> distribution,
>>     > > > > > > > >> > > and
>>     > > > > > > > >> > > > > now
>>     > > > > > > > >> > > > > > > it
>>     > > > > > > > >> > > > > > > > > > >> creates a
>>     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used
>> with
>>     > IDEs.
>>     > > I
>>     > > > > > think
>>     > > > > > > > this
>>     > > > > > > > >> > is a
>>     > > > > > > > >> > > > > long
>>     > > > > > > > >> > > > > > > > > awaited
>>     > > > > > > > >> > > > > > > > > > >> fix.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with
>> the new
>>     > > maven
>>     > > > > > > > >> distribution
>>     > > > > > > > >> > > the
>>     > > > > > > > >> > > > > > > > generated
>>     > > > > > > > >> > > > > > > > > > SDK
>>     > > > > > > > >> > > > > > > > > > >> > > > allows you
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> to
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code
>> intelligence
>>     > > and
>>     > > > > > IDEs
>>     > > > > > > > can
>>     > > > > > > > >> > find
>>     > > > > > > > >> > > > > > > compilers
>>     > > > > > > > >> > > > > > > > > and
>>     > > > > > > > >> > > > > > > > > > >> use
>>     > > > > > > > >> > > > > > > > > > >> > it
>>     > > > > > > > >> > > > > > > > > > >> > > > to get a
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> compilation. I
>>     > > tried
>>     > > > > only
>>     > > > > > > > >> VSCode
>>     > > > > > > > >> > > with
>>     > > > > > > > >> > > > > Josh
>>     > > > > > > > >> > > > > > > > > > AS3&MXML
>>     > > > > > > > >> > > > > > > > > > >> > > > extension,
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using
>> Moonshine
>>     > can
>>     > > > > > provide
>>     > > > > > > > >> > > feedback.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> Additionally you
>>     > > get
>>     > > > > the
>>     > > > > > > > normal
>>     > > > > > > > >> > > maven
>>     > > > > > > > >> > > > > way
>>     > > > > > > > >> > > > > > of
>>     > > > > > > > >> > > > > > > > > build
>>     > > > > > > > >> > > > > > > > > > >> with
>>     > > > > > > > >> > > > > > > > > > >> > > > "mvn
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be
>> more near
>>     > > to
>>     > > > > your
>>     > > > > > > > >> deploy
>>     > > > > > > > >> > > > needs.
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people
>> using
>>     > > Maven
>>     > > > > > does
>>     > > > > > > > not
>>     > > > > > > > >> > need
>>     > > > > > > > >> > > to
>>     > > > > > > > >> > > > > use
>>     > > > > > > > >> > > > > > > ANT
>>     > > > > > > > >> > > > > > > > > > >> anymore
>>     > > > > > > > >> > > > > > > > > > >> > to
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
>>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
>>     > > > > > > > >> > > > > > > > > > >>
>>
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Ok,
hope Josh could let us know what could be missing and why VSCode is able to
get it. Probably will be more efficient than try to see ourselves.
Thanks!

El jue., 26 mar. 2020 a las 19:15, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Carlos,
>
> No you don't need to configure anything in Moonshine TDJ project, it should
> build with SDK right away - Remember I didn't try Maven SDK distribution
> with TDJ - I did try only with hello world, so your problem indicates that
> there is something which is missing.
>
> ${royalelib} -> This should be filled automatically by I'm not sure
> Language server ? Maybe Josh can shed some light I don't remember who
> filled that part, for sure not Moonshine itself. I do remember there were
> discussion about that variable on mailing list. :)
>
> Thanks,
> Piotr
>
> czw., 26 mar 2020 o 19:09 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi Chris,
> >
> > not sure is a problem of the Maven sdk since the same is working in
> VSCode
> >
> > The offending line is:
> >
> > The error is: command line Error: unable to open
> > '/themes/JewelTheme/src/main/resources/defaults.css'.
> >
> > The config in Moonshine is in TourDejewel.as3proj has this:
> >
> > <option
> >
> >
> additional="-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > -html-template=src/main/resources/jewel-example-index-template.html
> > -js-dynamic-access-unknown-members=true"/>
> >
> > So don't know how ${royalelib} is worked in Moonshine. Maybe is
> something I
> > don't have configured yet in Moonshine
> >
> > @Piotr, could you let me know if is something that I need to configure?
> can
> > you try to compile TDJ with Moonshine and the maven distribution too?
> >
> > The full output for the record is:
> >
> >
> > : Compiling TourDeJewel
> > : Command:
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/bin/mxmlc"
> > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > -html-template=src/main/resources/jewel-example-index-template.html
> > -js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
> > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > : Sending to mxmlc: export
> >
> ROYALE_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven;export
> > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en"; export
> >
> >
> ROYALE_SWF_COMPILER_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven&&
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > -html-template=src/main/resources/jewel-example-index-template.html
> > -js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
> > -compiler.targets=SWF
> > : Using Royale Compiler codebase:
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/../..
> > : Using Royale SDK:
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > : MXMLJSC
> > :
> >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > :
> >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > : -load-config+=obj/TourDeJewelConfig.xml
> > : -optimize=false
> > : -theme=/themes/JewelTheme/src/main/resources/defaults.css
> > : -html-template=src/main/resources/jewel-example-index-template.html
> > : -js-dynamic-access-unknown-members=true
> > : -debug=true
> > : -o
> > : bin-debug/App.swf
> > : -compiler.targets=SWF
> > : command line Error: unable to open
> > '/themes/JewelTheme/src/main/resources/defaults.css'.
> > : 0.676110556 seconds
> > : Compilation of TourDeJewel finished.
> >
> >
> > El jue., 26 mar. 2020 a las 18:20, Christofer Dutz (<
> > christofer.dutz@c-ware.de>) escribió:
> >
> > > Hi all,
> > >
> > > Good to know it's now working.
> > >
> > > So what is still the difference between the Maven and the Ant
> > distribution?
> > >
> > > I'm asking cause I would love to make the maven distribution match the
> > Ant
> > > version and just use the one Maven created in the future.
> > >
> > > Chris
> > >
> > >
> > > Am 26.03.20, 17:58 schrieb "Carlos Rovira" <ca...@apache.org>:
> > >
> > >     Hi Piotr,
> > >
> > >     just downloaded latest nightly and could finally compile the TDJ.
> > >     Is failing due to some config issue, but that's an issue to solve
> in
> > > TDJ
> > >     config
> > >     Congrats y think I can at last use Moonshine and explore it! :)
> > >
> > >
> > >
> > >     El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
> > >     piotrzarzycki21@gmail.com>) escribió:
> > >
> > >     > Hi Carlos,
> > >     >
> > >     > Colleague from the Team was able to reproduce your problem with
> > > "Build
> > >     > Project". It looks like he fixed that - you can download Nightly
> > > Build of
> > >     > Moonshine and check.
> > >     >
> > >     > Thanks,
> > >     > Piotr
> > >     >
> > >     > pon., 23 mar 2020 o 15:10 Carlos Rovira <carlosrovira@apache.org
> >
> > >     > napisał(a):
> > >     >
> > >     > > Yeah, hope someone on your team could know where we can start
> > > looking :)
> > >     > > thanks!
> > >     > > Carlos
> > >     > >
> > >     > > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
> > >     > > piotrzarzycki21@gmail.com>) escribió:
> > >     > >
> > >     > > > Next is reproduce your problem with Moonshine. ;)
> > >     > > >
> > >     > > > pon., 23 mar 2020 o 15:02 Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > >     > > > napisał(a):
> > >     > > >
> > >     > > > > Very cool Piotr!
> > >     > > > > seems we finally has Maven distribution sdk working! :)
> > >     > > > >
> > >     > > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
> > >     > > > > piotrzarzycki21@gmail.com>) escribió:
> > >     > > > >
> > >     > > > > > Hi Guys,
> > >     > > > > >
> > >     > > > > > I just checked Maven Distribution with Moonshine and I
> was
> > > able to
> > >     > > > build
> > >     > > > > > Jewel Hello World and TourDeJewel. :)
> > >     > > > > >
> > >     > > > > > Thanks,
> > >     > > > > > Piotr
> > >     > > > > >
> > >     > > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <
> > > carlosrovira@apache.org
> > >     > >
> > >     > > > > > napisał(a):
> > >     > > > > >
> > >     > > > > > > Hi Piotr,
> > >     > > > > > >
> > >     > > > > > > nothing happens or log is printed in the console, is
> like
> > > if I
> > >     > > didn't
> > >     > > > > > push
> > >     > > > > > > the menu button.
> > >     > > > > > > I ensured that I have the SDK setup, maybe something
> more
> > > is
> > >     > > needed,
> > >     > > > > and
> > >     > > > > > > I'm missing something.
> > >     > > > > > > As well I understand that "Project > Build Project" is
> > the
> > > right
> > >     > > > option
> > >     > > > > > in
> > >     > > > > > > the menu to push
> > >     > > > > > >
> > >     > > > > > > Thanks
> > >     > > > > > >
> > >     > > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> > >     > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > >     > > > > > >
> > >     > > > > > > > Carlos,
> > >     > > > > > > >
> > >     > > > > > > > By saying that nothing happens - you don't get any
> > > information
> > >     > on
> > >     > > > the
> > >     > > > > > > > console at all?
> > >     > > > > > > >
> > >     > > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
> > >     > > > carlosrovira@apache.org
> > >     > > > > >
> > >     > > > > > > > wrote:
> > >     > > > > > > >
> > >     > > > > > > > > Hi Chris and Piotr,
> > >     > > > > > > > >
> > >     > > > > > > > > I was having the same issue. After latest PR from
> > > Chris, I
> > >     > can
> > >     > > > > > confirm
> > >     > > > > > > is
> > >     > > > > > > > > working ok :)
> > >     > > > > > > > > Piotr, please, a last attempt. I think you'll get
> > > working
> > >     > right
> > >     > > > now
> > >     > > > > > > from
> > >     > > > > > > > > Moonshine.
> > >     > > > > > > > >
> > >     > > > > > > > > As well I'm curious about how to build with IDE in
> > > Moonshine,
> > >     > > or
> > >     > > > > why
> > >     > > > > > > > >  Project > Build Project is not working for me
> > >     > > > > > > > > something I must have into account?
> > >     > > > > > > > >
> > >     > > > > > > > > Thanks
> > >     > > > > > > > >
> > >     > > > > > > > > Carlos
> > >     > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz
> (<
> > >     > > > > > > > > christofer.dutz@c-ware.de>) escribió:
> > >     > > > > > > > >
> > >     > > > > > > > > > Yeah ... sorry for that.
> > >     > > > > > > > > >
> > >     > > > > > > > > > I noticed that I took care of the "SNAPSHOT"
> > instead
> > > of the
> > >     > > > > > > Timestamp,
> > >     > > > > > > > > but
> > >     > > > > > > > > > I forgot to add the classifier ... will be in the
> > > next PR.
> > >     > > > > > > > > > Can you confirm that now the files have a
> > "SNAPSHOT"
> > >     > instead
> > >     > > of
> > >     > > > > the
> > >     > > > > > > > > > Timestamp?
> > >     > > > > > > > > >
> > >     > > > > > > > > > Chris
> > >     > > > > > > > > >
> > >     > > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> > >     > > > > > > > piotrzarzycki21@gmail.com
> > >     > > > > > > > > >:
> > >     > > > > > > > > >
> > >     > > > > > > > > >     Hi Chris,
> > >     > > > > > > > > >
> > >     > > > > > > > > >     Nothing changed I have exactly same issue
> after
> > > pulling
> > >     > > all
> > >     > > > > > > changes
> > >     > > > > > > > > and
> > >     > > > > > > > > >     rebuilding sdk.
> > >     > > > > > > > > >
> > >     > > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> > >     > > > > > > carlosrovira@apache.org
> > >     > > > > > > > >
> > >     > > > > > > > > >     napisał(a):
> > >     > > > > > > > > >
> > >     > > > > > > > > >     > Hi,
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >     > Many thanks for the fix Chris.
> > >     > > > > > > > > >     > Piotr, can you try again and confirm if all
> > is
> > > ok
> > >     > now?
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >     > thanks
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47,
> Christofer
> > > Dutz (<
> > >     > > > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >     > > Hi Piotr,
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > > I had a look and you are right ... even
> if
> > > this
> > >     > only
> > >     > > > > seems
> > >     > > > > > to
> > >     > > > > > > > > > happen if
> > >     > > > > > > > > >     > > you haven't built the typedefs on your
> > > machine that
> > >     > > day
> > >     > > > > > > before
> > >     > > > > > > > > > building
> > >     > > > > > > > > >     > the
> > >     > > > > > > > > >     > > distribution. I just pushed a PR that
> > should
> > > fix
> > >     > > this.
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > > Chris
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr
> > Zarzycki" <
> > >     > > > > > > > > > piotrzarzycki21@gmail.com
> > >     > > > > > > > > >     > >:
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     Hi Carlos,
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     I've just build royale-asjs with
> > > following
> > >     > > command:
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     mvn clean install -P
> > >     > > > > > > > > with-distribution,option-with-sass-compile
> > >     > > > > > > > > >     > >     -DdistributionTargetFolder=path
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     Created new Royale Jewel project with
> > > latest
> > >     > > > nightly
> > >     > > > > > non
> > >     > > > > > > > > > sandbox
> > >     > > > > > > > > >     > build
> > >     > > > > > > > > >     > > of
> > >     > > > > > > > > >     > >     Moonshine and I got following result
> > > during
> > >     > build
> > >     > > > [1]
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     [1] https://paste.apache.org/u5j0a
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     Thanks,
> > >     > > > > > > > > >     > >     Piotr
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos
> > Rovira <
> > >     > > > > > > > > > carlosrovira@apache.org>
> > >     > > > > > > > > >     > >     napisał(a):
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     > >     > Hi Piotr,
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > Chris, just made maven distribution
> > > mxmlc and
> > >     > > > compc
> > >     > > > > > > > > > executables.
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >    - I test and VSCode works fine
> > >     > > > > > > > > >     > >     >    - command line worked too [1]
> > >     > > > > > > > > >     > >     >    - Moonshine:  I couldn't launch
> a
> > >     > > compilation
> > >     > > > > with
> > >     > > > > > > > SDK.
> > >     > > > > > > > > > Just
> > >     > > > > > > > > >     > > upgrade
> > >     > > > > > > > > >     > >     >    to latest version as Moonshine
> > > requested
> > >     > > me. I
> > >     > > > > > have
> > >     > > > > > > > the
> > >     > > > > > > > > > SDK
> > >     > > > > > > > > >     > > configured to
> > >     > > > > > > > > >     > >     >    the distribution created with
> > > Maven. Then
> > >     > > with
> > >     > > > > TDJ
> > >     > > > > > > > > project
> > >     > > > > > > > > >     > loaded
> > >     > > > > > > > > >     > > when to
> > >     > > > > > > > > >     > >     >    Project > Build Project, but
> > > nothings
> > >     > happen
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > So just need to see how to check
> > > Moonshine so
> > >     > > we
> > >     > > > > can
> > >     > > > > > > > check
> > >     > > > > > > > > > Maven
> > >     > > > > > > > > >     > >     > distribution is completed at last.
> I
> > > want to
> > >     > > have
> > >     > > > > > that
> > >     > > > > > > > for
> > >     > > > > > > > > > this
> > >     > > > > > > > > >     > > release
> > >     > > > > > > > > >     > >     > 0.9.7
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > Thanks
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > Carlos
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > [1] output in command line for Tour
> > de
> > > Jewel:
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel
> carlosrovira$
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     >
> > >     > > > > > > > >
> > >     > > > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > >     > > > > > > > > >     > >     >
> > -load-config+=obj/TourDeJewelConfig.xml
> > >     > > > -debug=true
> > >     > > > > > > > > >     > -source-map=true
> > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > >
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel
> carlosrovira$
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     >
> > >     > > > > > > > >
> > >     > > > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > >     > > > > > > > > >     > >     >
> > -load-config+=obj/TourDeJewelConfig.xml
> > >     > > > -debug=true
> > >     > > > > > > > > >     > -source-map=true
> > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > Using Royale Compiler codebase:
> > >     > > > > > > > > >     > >     >
> > >     > > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > Using Royale SDK:
> > >     > > > > > > > > >     > >
> > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > MXMLJSC
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >
> > -load-config+=obj/TourDeJewelConfig.xml
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > -debug=true
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > -source-map=true
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > The project 'App' has been
> > successfully
> > >     > > compiled.
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > 7.080432099 seconds
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19,
> > > Carlos
> > >     > > Rovira
> > >     > > > (<
> > >     > > > > > > > > >     > > carlosrovira@apache.org>)
> > >     > > > > > > > > >     > >     > escribió:
> > >     > > > > > > > > >     > >     >
> > >     > > > > > > > > >     > >     >> Ok Josh,
> > >     > > > > > > > > >     > >     >> understood, will take into account
> > as
> > > I
> > >     > check
> > >     > > > > what's
> > >     > > > > > > > going
> > >     > > > > > > > > > on with
> > >     > > > > > > > > >     > > latest
> > >     > > > > > > > > >     > >     >> fails
> > >     > > > > > > > > >     > >     >> thanks
> > >     > > > > > > > > >     > >     >>
> > >     > > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16,
> > > Josh
> > >     > > Tynjala
> > >     > > > (<
> > >     > > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>)
> > escribió:
> > >     > > > > > > > > >     > >     >>
> > >     > > > > > > > > >     > >     >>> VSCode happens to run the JAR
> files
> > >     > directly
> > >     > > > with
> > >     > > > > > > Java,
> > >     > > > > > > > > and
> > >     > > > > > > > > >     > > doesn't run
> > >     > > > > > > > > >     > >     >>> anything in js/bin. If the
> contents
> > > of
> > >     > js/bin
> > >     > > > do
> > >     > > > > > not
> > >     > > > > > > > have
> > >     > > > > > > > > > the
> > >     > > > > > > > > >     > > correct
> > >     > > > > > > > > >     > >     >>> exectuable permissions, it
> wouldn't
> > > affect
> > >     > > > > VSCode.
> > >     > > > > > > > > However,
> > >     > > > > > > > > >     > fixing
> > >     > > > > > > > > >     > > those
> > >     > > > > > > > > >     > >     >>> permissions would still be a
> > problem
> > > that
> > >     > > > should
> > >     > > > > be
> > >     > > > > > > > > > addressed to
> > >     > > > > > > > > >     > > have a
> > >     > > > > > > > > >     > >     >>> proper distribution. Moonshine is
> > > not doing
> > >     > > > > > anything
> > >     > > > > > > > out
> > >     > > > > > > > > > of the
> > >     > > > > > > > > >     > > ordinary
> > >     > > > > > > > > >     > >     >>> by
> > >     > > > > > > > > >     > >     >>> running js/bin/mxmlc (and that's
> > what
> > >     > someone
> > >     > > > > > > compiling
> > >     > > > > > > > > > from the
> > >     > > > > > > > > >     > > command
> > >     > > > > > > > > >     > >     >>> line without Maven or Ant would
> use
> > > too).
> > >     > If
> > >     > > > > > > anything,
> > >     > > > > > > > > it's
> > >     > > > > > > > > >     > VSCode
> > >     > > > > > > > > >     > > that
> > >     > > > > > > > > >     > >     >>> is
> > >     > > > > > > > > >     > >     >>> not doing things in the ordinary
> > way.
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >     >>> --
> > >     > > > > > > > > >     > >     >>> Josh Tynjala
> > >     > > > > > > > > >     > >     >>> Bowler Hat LLC <
> > > https://bowlerhat.dev>
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM
> > > Carlos
> > >     > > Rovira
> > >     > > > <
> > >     > > > > > > > > >     > > carlosrovira@apache.org>
> > >     > > > > > > > > >     > >     >>> wrote:
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >     >>> > Hi,
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>> > @Piotr Zarzycki <
> > >     > piotrzarzycki21@gmail.com
> > >     > > >
> > >     > > > I
> > >     > > > > > was
> > >     > > > > > > > over
> > >     > > > > > > > > > the big
> > >     > > > > > > > > >     > > button
> > >     > > > > > > > > >     > >     >>> to
> > >     > > > > > > > > >     > >     >>> > nightly builds, since you told
> me
> > > to
> > >     > > download
> > >     > > > > > that.
> > >     > > > > > > > So
> > >     > > > > > > > > > from the
> > >     > > > > > > > > >     > > big
> > >     > > > > > > > > >     > >     >>> button
> > >     > > > > > > > > >     > >     >>> > I choosed "other downloads" and
> > > choosed
> > >     > non
> > >     > > > > > sandbox
> > >     > > > > > > > > one.
> > >     > > > > > > > > > Both
> > >     > > > > > > > > >     > > url goes
> > >     > > > > > > > > >     > >     >>> to
> > >     > > > > > > > > >     > >     >>> > the same link:
> > >     > > > Moonshine_Signed_NonSandbox.pkg
> > >     > > > > > > > > >     > >     >>> > <
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>> > About the permissions: My guess
> > is
> > > that
> > >     > is
> > >     > > > > > > something
> > >     > > > > > > > > > related to
> > >     > > > > > > > > >     > >     >>> Moonshine,
> > >     > > > > > > > > >     > >     >>> > not to user or maven, since
> > VSCode
> > > is
> > >     > > dealing
> > >     > > > > > with
> > >     > > > > > > > the
> > >     > > > > > > > > > same SDK
> > >     > > > > > > > > >     > > without
> > >     > > > > > > > > >     > >     >>> > complain. I can give
> permissions
> > > to try
> > >     > > this,
> > >     > > > > > but I
> > >     > > > > > > > > > suggest the
> > >     > > > > > > > > >     > >     >>> moonshine
> > >     > > > > > > > > >     > >     >>> > team could look to how VSCode
> > work
> > > with
> > >     > > user
> > >     > > > > > files
> > >     > > > > > > > and
> > >     > > > > > > > > > mimic
> > >     > > > > > > > > >     > > that to
> > >     > > > > > > > > >     > >     >>> > avoid this kind of problem.
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>> > Thanks
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las
> 5:50,
> > > Alex
> > >     > > Harui
> > >     > > > > > > > > >     > > (<aharui@adobe.com.invalid
> > >     > > > > > > > > >     > >     >>> >)
> > >     > > > > > > > > >     > >     >>> > escribió:
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>> > > IMO, the Maven commands that
> > > build the
> > >     > > > > > > Distribution
> > >     > > > > > > > > SDK
> > >     > > > > > > > > >     > should
> > >     > > > > > > > > >     > >     >>> change the
> > >     > > > > > > > > >     > >     >>> > > permissions.
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > > My 2 cents,
> > >     > > > > > > > > >     > >     >>> > > -Alex
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr
> > > Zarzycki" <
> > >     > > > > > > > > >     > > piotrzarzycki21@gmail.com>
> > >     > > > > > > > > >     > >     >>> > wrote:
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > >     Permission to "mxmlc"
> file
> > > in SDK.
> > >     > -
> > >     > > > You
> > >     > > > > > have
> > >     > > > > > > > to
> > >     > > > > > > > > > add
> > >     > > > > > > > > >     > > permission
> > >     > > > > > > > > >     > >     >>> for
> > >     > > > > > > > > >     > >     >>> > > usage
> > >     > > > > > > > > >     > >     >>> > >     manually to that file.
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > >     I will explain you more
> on
> > > Monday
> > >     > if
> > >     > > > you
> > >     > > > > > > won't
> > >     > > > > > > > > > figure it
> > >     > > > > > > > > >     > > out your
> > >     > > > > > > > > >     > >     >>> > self,
> > >     > > > > > > > > >     > >     >>> > >     what is all about.
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > >     You can literally paste
> in
> > > Google
> > >     > > last
> > >     > > > > > > sentence
> > >     > > > > > > > > > from
> > >     > > > > > > > > >     > stack
> > >     > > > > > > > > >     > > trace
> > >     > > > > > > > > >     > >     >>> > error
> > >     > > > > > > > > >     > >     >>> > > and
> > >     > > > > > > > > >     > >     >>> > >     add: How to add
> permission
> > > to file
> > >     > on
> > >     > > > > Mac.
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09
> > PM
> > > Carlos
> > >     > > > > Rovira
> > >     > > > > > <
> > >     > > > > > > > > >     > >     >>> carlosrovira@apache.org>
> > >     > > > > > > > > >     > >     >>> > > wrote:
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> > >     > Hi Piotr,
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >     > but what kind of
> > > permission? to
> > >     > the
> > >     > > > > > > moonshine
> > >     > > > > > > > > >     > executable?
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a
> > las
> > > 17:49,
> > >     > > > Piotr
> > >     > > > > > > > > Zarzycki
> > >     > > > > > > > > > (<
> > >     > > > > > > > > >     > >     >>> > >     >
> > piotrzarzycki21@gmail.com
> > > >)
> > >     > > > > > > > > >     > >     >>> > >     > escribió:
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >     > > If you are using your
> > > own SDK
> > >     > > (not
> > >     > > > > > > > downloaded
> > >     > > > > > > > > > trough
> > >     > > > > > > > > >     > >     >>> Moonshine
> > >     > > > > > > > > >     > >     >>> > > getting
> > >     > > > > > > > > >     > >     >>> > >     > > started) you have to
> > add
> > >     > > permission
> > >     > > > > to
> > >     > > > > > > > mxmlc
> > >     > > > > > > > > > file.
> > >     > > > > > > > > >     > > There is a
> > >     > > > > > > > > >     > >     >>> > > command on
> > >     > > > > > > > > >     > >     >>> > >     > > Mac chmod - try to
> > > search using
> > >     > > > that
> > >     > > > > > > > command
> > >     > > > > > > > > > on a
> > >     > > > > > > > > >     > > Google.
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     > > Thanks,
> > >     > > > > > > > > >     > >     >>> > >     > > Piotr
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020,
> > > 5:29 PM
> > >     > > Carlos
> > >     > > > > > > Rovira
> > >     > > > > > > > <
> > >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > >     > > > > > > > > >     > >     >>> > >     > > wrote:
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     > > > Hi,
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > I installed latest
> > > Moonshine
> > >     > > > > nightly.
> > >     > > > > > > > After
> > >     > > > > > > > > >     > > configuring
> > >     > > > > > > > > >     > >     >>> initial
> > >     > > > > > > > > >     > >     >>> > > things
> > >     > > > > > > > > >     > >     >>> > >     > > > loaded TDJ project.
> > I'm
> > >     > getting
> > >     > > > > > > > Permission
> > >     > > > > > > > > > denied:
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > : Moonshine IDE™
> > 2.5.0
> > >     > > > > > > > > >     > >     >>> > >     > > > : Copyright ©
> > > Prominic.NET,
> > >     > > Inc.
> > >     > > > > All
> > >     > > > > > > > rights
> > >     > > > > > > > > >     > reserved.
> > >     > > > > > > > > >     > >     >>> > >     > > > : Source code is
> > under
> > > Apache
> > >     > > > > > License,
> > >     > > > > > > > > > Version 2.0
> > >     > > > > > > > > >     > >     >>> > >     > > > :
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > >     > > > > > > > > >     > >     >>> > >     > > > : Uses as3abc
> (LGPL),
> > > as3swf
> > >     > > > (MIT),
> > >     > > > > > > fzip
> > >     > > > > > > > > > (ZLIB),
> > >     > > > > > > > > >     > > asblocks
> > >     > > > > > > > > >     > >     >>> > (Apache
> > >     > > > > > > > > >     > >     >>> > >     > License
> > >     > > > > > > > > >     > >     >>> > >     > > > 2.0),
> > >     > NativeApplicationUpdater
> > >     > > > > (LGPL)
> > >     > > > > > > > > >     > >     >>> > >     > > > : Running on Adobe
> > AIR
> > >     > > 28.0.0.125
> > >     > > > > > > > > >     > >     >>> > >     > > > : Compiling
> > TourDeJewel
> > >     > > > > > > > > >     > >     >>> > >     > > > : SDK path:
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > >     > > > > > > > > >     > >     >>> > >     > > > : Sending to mxmlx:
> > > export
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >
> > >     > > > > >
> > >     >
> > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > >     > > > > > > > > >     > >     >>> > >     > &&
> > >     > > > > > > > > >     > >     >>> > >     > > > export
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> > >     > > > > > > > > >     > > -Duser.region=en" &&
> > >     > > > > > > > > >     > >     >>> export
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >
> > >     > > > > > >
> > >     > > >
> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > -load-config+=obj/TourDeJewelConfig.xml
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >
> > >     > > > > >
> > >     >
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > >
> > >     > > >
> > > -html-template=src/main/resources/jewel-example-index-template.html
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > -js-dynamic-access-unknown-members=true
> > >     > > > > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > >     > > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >
> > >     > > > > >
> > >     >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > >     > > > > > > > > >     > >     >>> > >     > > > Permission denied
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > How can I fix it?
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > Thanks
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > El jue., 6 feb.
> 2020
> > a
> > > las
> > >     > > 17:24,
> > >     > > > > > Josh
> > >     > > > > > > > > > Tynjala (<
> > >     > > > > > > > > >     > >     >>> > >     > >
> > > joshtynjala@bowlerhat.dev
> > >     > > > > > > > > >     > >     >>> > >     > > > >)
> > >     > > > > > > > > >     > >     >>> > >     > > > escribió:
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > Yeah, I don't see
> > why
> > >     > > Moonshine
> > >     > > > > is
> > >     > > > > > > > > > reporting
> > >     > > > > > > > > >     > those
> > >     > > > > > > > > >     > >     >>> errors,
> > >     > > > > > > > > >     > >     >>> > but
> > >     > > > > > > > > >     > >     >>> > > VSCode
> > >     > > > > > > > > >     > >     >>> > >     > > > does
> > >     > > > > > > > > >     > >     >>> > >     > > > > not. If
> > > royale-config.xml
> > >     > is
> > >     > > > > > > > referencing
> > >     > > > > > > > > > SWCs
> > >     > > > > > > > > >     > that
> > >     > > > > > > > > >     > > don't
> > >     > > > > > > > > >     > >     >>> > > exist, that
> > >     > > > > > > > > >     > >     >>> > >     > > > should
> > >     > > > > > > > > >     > >     >>> > >     > > > > affect both IDEs.
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > Regardless, like
> > you
> > >     > > explained,
> > >     > > > > the
> > >     > > > > > > > same
> > >     > > > > > > > > > issue
> > >     > > > > > > > > >     > > should
> > >     > > > > > > > > >     > >     >>> > > reproduce when
> > >     > > > > > > > > >     > >     >>> > >     > > > > compiling from a
> > > terminal
> > >     > > > without
> > >     > > > > > > > > > Moonshine.
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > --
> > >     > > > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
> > >     > > > > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > >     > > > > > > > > >     > >     >>> > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6,
> 2020
> > > at 5:10
> > >     > > AM
> > >     > > > > > Piotr
> > >     > > > > > > > > > Zarzycki <
> > >     > > > > > > > > >     > >     >>> > >     > >
> > > piotrzarzycki21@gmail.com
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > wrote:
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > Yeah it would
> be
> > > pretty
> > >     > > great
> > >     > > > > if
> > >     > > > > > > you
> > >     > > > > > > > > > could
> > >     > > > > > > > > >     > setup
> > >     > > > > > > > > >     > >     >>> Moonshine,
> > >     > > > > > > > > >     > >     >>> > > but you
> > >     > > > > > > > > >     > >     >>> > >     > > > don't
> > >     > > > > > > > > >     > >     >>> > >     > > > > > have to do that
> > > actually
> > >     > to
> > >     > > > > > > reproduce
> > >     > > > > > > > > the
> > >     > > > > > > > > >     > issue.
> > >     > > > > > > > > >     > >     >>> Command
> > >     > > > > > > > > >     > >     >>> > > which I
> > >     > > > > > > > > >     > >     >>> > >     > have
> > >     > > > > > > > > >     > >     >>> > >     > > > > > pasted in this
> > > thread can
> > >     > > be
> > >     > > > > copy
> > >     > > > > > > and
> > >     > > > > > > > > > used in
> > >     > > > > > > > > >     > > Terminal
> > >     > > > > > > > > >     > >     >>> with
> > >     > > > > > > > > >     > >     >>> > > small
> > >     > > > > > > > > >     > >     >>> > >     > > path
> > >     > > > > > > > > >     > >     >>> > >     > > > > > adjustment. Try
> > it
> > > on any
> > >     > > > > project
> > >     > > > > > > you
> > >     > > > > > > > > > have
> > >     > > > > > > > > >     > using
> > >     > > > > > > > > >     > >     >>> > > distribution build
> > >     > > > > > > > > >     > >     >>> > >     > > and
> > >     > > > > > > > > >     > >     >>> > >     > > > > for
> > >     > > > > > > > > >     > >     >>> > >     > > > > > sure you will
> get
> > > the
> > >     > > error.
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > In case of
> > > Moonshine we
> > >     > > have
> > >     > > > > > freez
> > >     > > > > > > > code
> > >     > > > > > > > > > for
> > >     > > > > > > > > >     > > commits and
> > >     > > > > > > > > >     > >     >>> > > prepare for
> > >     > > > > > > > > >     > >     >>> > >     > > > > > release, we
> have
> > > some
> > >     > > > internal
> > >     > > > > > > > problems
> > >     > > > > > > > > > with
> > >     > > > > > > > > >     > > bamboo
> > >     > > > > > > > > >     > >     >>> build -
> > >     > > > > > > > > >     > >     >>> > > if it
> > >     > > > > > > > > >     > >     >>> > >     > > will
> > >     > > > > > > > > >     > >     >>> > >     > > > > get
> > >     > > > > > > > > >     > >     >>> > >     > > > > > resolved we
> > should
> > > have
> > >     > > > release
> > >     > > > > > > early
> > >     > > > > > > > > > next
> > >     > > > > > > > > >     > week.
> > >     > > > > > > > > >     > > You
> > >     > > > > > > > > >     > >     >>> can
> > >     > > > > > > > > >     > >     >>> > > always try
> > >     > > > > > > > > >     > >     >>> > >     > > > > Nightly
> > >     > > > > > > > > >     > >     >>> > >     > > > > > build.
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > I'm really
> > > surprised that
> > >     > > > > VSCode
> > >     > > > > > do
> > >     > > > > > > > not
> > >     > > > > > > > > >     > throwing
> > >     > > > > > > > > >     > > the
> > >     > > > > > > > > >     > >     >>> same
> > >     > > > > > > > > >     > >     >>> > > error -
> > >     > > > > > > > > >     > >     >>> > >     > > What
> > >     > > > > > > > > >     > >     >>> > >     > > > > > could be the
> case
> > > Josh?
> > >     > The
> > >     > > > > only
> > >     > > > > > > > > > difference is
> > >     > > > > > > > > >     > > that we
> > >     > > > > > > > > >     > >     >>> are
> > >     > > > > > > > > >     > >     >>> > > using
> > >     > > > > > > > > >     > >     >>> > >     > > mxmlc
> > >     > > > > > > > > >     > >     >>> > >     > > > > file
> > >     > > > > > > > > >     > >     >>> > >     > > > > > and VSCode is
> > > probably
> > >     > > using
> > >     > > > > jar
> > >     > > > > > > > file,
> > >     > > > > > > > > > but
> > >     > > > > > > > > >     > >     >>> playerglobal.swc
> > >     > > > > > > > > >     > >     >>> > > doesn't
> > >     > > > > > > > > >     > >     >>> > >     > > > > exists
> > >     > > > > > > > > >     > >     >>> > >     > > > > > so both should
> > > report
> > >     > same
> > >     > > > > issue.
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > Thanks,
> > >     > > > > > > > > >     > >     >>> > >     > > > > > Piotr
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > czw., 6 lut
> 2020
> > o
> > > 13:02
> > >     > > > Carlos
> > >     > > > > > > > Rovira
> > >     > > > > > > > > <
> > >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > napisał(a):
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > so I think
> > > you're a bit
> > >     > > > > closer
> > >     > > > > > > (not
> > >     > > > > > > > > > farther
> > >     > > > > > > > > >     > > ;)),
> > >     > > > > > > > > >     > >     >>> since
> > >     > > > > > > > > >     > >     >>> > > compiler
> > >     > > > > > > > > >     > >     >>> > >     > was
> > >     > > > > > > > > >     > >     >>> > >     > > > > > found.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > Now is a
> matter
> > > to find
> > >     > > > > what's
> > >     > > > > > > > > missing.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > What's
> curious
> > > for me
> > >     > is
> > >     > > > > VSCode
> > >     > > > > > > > > > recognizes
> > >     > > > > > > > > >     > but
> > >     > > > > > > > > >     > >     >>> Moonshine
> > >     > > > > > > > > >     > >     >>> > > not. I
> > >     > > > > > > > > >     > >     >>> > >     > > think
> > >     > > > > > > > > >     > >     >>> > >     > > > > the
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > problem is
> each
> > > IDE is
> > >     > > > > looking
> > >     > > > > > at
> > >     > > > > > > > > > different
> > >     > > > > > > > > >     > > things to
> > >     > > > > > > > > >     > >     >>> > > match a
> > >     > > > > > > > > >     > >     >>> > >     > valid
> > >     > > > > > > > > >     > >     >>> > >     > > > > SDK,
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > and maybe
> even
> > > we could
> > >     > > be
> > >     > > > > > > setting
> > >     > > > > > > > > > duplicate
> > >     > > > > > > > > >     > >     >>> artifacts in
> > >     > > > > > > > > >     > >     >>> > > the SDK
> > >     > > > > > > > > >     > >     >>> > >     > > so
> > >     > > > > > > > > >     > >     >>> > >     > > > > > VSCode
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > finds all but
> > > Moonshine
> > >     > > > not.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > I'll be setup
> > > Moonshine
> > >     > > as
> > >     > > > I
> > >     > > > > > have
> > >     > > > > > > > > time
> > >     > > > > > > > > > to try
> > >     > > > > > > > > >     > > it.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > I think you
> > plan
> > > to
> > >     > > launch
> > >     > > > a
> > >     > > > > > new
> > >     > > > > > > > one
> > >     > > > > > > > > > soon
> > >     > > > > > > > > >     > > right?
> > >     > > > > > > > > >     > >     >>> should I
> > >     > > > > > > > > >     > >     >>> > > wait
> > >     > > > > > > > > >     > >     >>> > >     > for
> > >     > > > > > > > > >     > >     >>> > >     > > > it?
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > Thanks
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > El jue., 6
> feb.
> > > 2020 a
> > >     > > las
> > >     > > > > > 7:53,
> > >     > > > > > > > > Piotr
> > >     > > > > > > > > >     > > Zarzycki (<
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > piotrzarzycki21@gmail.com
> > >     > > > >)
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > escribió:
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > I just
> tried
> > > your
> > >     > > changes
> > >     > > > > and
> > >     > > > > > > > I'm a
> > >     > > > > > > > > > bit
> > >     > > > > > > > > >     > > farther.
> > >     > > > > > > > > >     > >     >>> Now
> > >     > > > > > > > > >     > >     >>> > I'm
> > >     > > > > > > > > >     > >     >>> > >     > getting
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > following
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > errors.
> It's
> > > throwing
> > >     > > > that
> > >     > > > > > > errors
> > >     > > > > > > > > > cause in
> > >     > > > > > > > > >     > > JS only
> > >     > > > > > > > > >     > >     >>> > > binaries
> > >     > > > > > > > > >     > >     >>> > >     > > > prepared
> > >     > > > > > > > > >     > >     >>> > >     > > > > by
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > ant
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > we have in
> > > following
> > >     > > > > location
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > >
> > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > >     > > > > > > > > >     > >     >>> > > fake
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > > playerglobal.swc, so
> > >     > > > > > > distribution
> > >     > > > > > > > > > should
> > >     > > > > > > > > >     > > probably
> > >     > > > > > > > > >     > >     >>> have
> > >     > > > > > > > > >     > >     >>> > > the
> > >     > > > > > > > > >     > >     >>> > >     > same.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >     > > > > > > > > >     > >     >>> > >     > > > -debug=true
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > -source-map=true
> > >     > > > > > > > > >     > -compiler.targets=JSRoyale
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >
> > >     > > > > >
> > >     >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
> > > Royale
> > >     > > Compiler
> > >     > > > > > > > codebase:
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > >
> > >     > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
> > > Royale SDK:
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > >
> > >     > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > -debug=true
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > -source-map=true
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > -compiler.targets=JSRoyale
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >
> > >     > > > > > > > >
> > >     > > >
> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> > Error:
> > >     > unable
> > >     > > to
> > >     > > > > > open
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line:
> 74)
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > >  </external-library-path>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> > Error:
> > >     > unable
> > >     > > to
> > >     > > > > > open
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line:
> 81)
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > >  </js-external-library-path>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> > Error:
> > >     > unable
> > >     > > to
> > >     > > > > > open
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line:
> 81)
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > >  </js-external-library-path>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> > Error:
> > >     > unable
> > >     > > to
> > >     > > > > > open
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line:
> 99)
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > >     > >  </library-path>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > 1.034449561
> > >     > seconds
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut
> > > 2020 o
> > >     > > 00:43
> > >     > > > > > Carlos
> > >     > > > > > > > > > Rovira <
> > >     > > > > > > > > >     > >     >>> > >     >
> carlosrovira@apache.org>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
> Josh
> > > for
> > >     > > > pointing
> > >     > > > > > that
> > >     > > > > > > > out
> > >     > > > > > > > > > I think
> > >     > > > > > > > > >     > > I got
> > >     > > > > > > > > >     > >     >>> it.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > @Piotr
> > > Zarzycki <
> > >     > > > > > > > > >     > piotrzarzycki21@gmail.com
> > >     > > > > > > > > >     > > >
> > >     > > > > > > > > >     > >     >>> please
> > >     > > > > > > > > >     > >     >>> > > try with
> > >     > > > > > > > > >     > >     >>> > >     > my
> > >     > > > > > > > > >     > >     >>> > >     > > > > > latest
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > commit. I
> > > couldn't
> > >     > > test
> > >     > > > > > > myself,
> > >     > > > > > > > > > but I
> > >     > > > > > > > > >     > > think it
> > >     > > > > > > > > >     > >     >>> should
> > >     > > > > > > > > >     > >     >>> > > work
> > >     > > > > > > > > >     > >     >>> > >     > now
> > >     > > > > > > > > >     > >     >>> > >     > > > for
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> Moonshine.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > VSCode
> > still
> > > work
> > >     > > with
> > >     > > > > this
> > >     > > > > > > > > > changes.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Carlos
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > El mié.,
> 5
> > > feb.
> > >     > 2020
> > >     > > a
> > >     > > > > las
> > >     > > > > > > > 19:43,
> > >     > > > > > > > > > Josh
> > >     > > > > > > > > >     > > Tynjala (<
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > joshtynjala@bowlerhat.dev
> > >     > > > > >)
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > escribió:
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> If I had
> > to
> > > guess,
> > >     > > > this
> > >     > > > > > > > > classpath
> > >     > > > > > > > > > is
> > >     > > > > > > > > >     > > wrong:
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > <Class-Path>args4j.jar
> > >     > > > > > > > > > org.json.jar
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > Class-Path>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > >
> > >     > > > > > > > > >     > >     >>> > >     > > >
> > >     > > > > > > > > >     > >     >>> > >     > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> I think
> > > that the
> > >     > > names
> > >     > > > > of
> > >     > > > > > > > those
> > >     > > > > > > > > > JAR
> > >     > > > > > > > > >     > files
> > >     > > > > > > > > >     > > all
> > >     > > > > > > > > >     > >     >>> > include
> > >     > > > > > > > > >     > >     >>> > > a
> > >     > > > > > > > > >     > >     >>> > >     > > version
> > >     > > > > > > > > >     > >     >>> > >     > > > > > number
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > in
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> the
> Maven
> > >     > > > distribution.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> --
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Josh
> > Tynjala
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Bowler
> Hat
> > > LLC <
> > >     > > > > > > > > >     > >     >>> > >
> > >     > > > > > > > > >     > >     >>> >
> > >     > > > > > > > > >     > >     >>>
> > >     > > > > > > > > >     > >
> > >     > > > > > > > > >     >
> > >     > > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > >     > > > > > > > > >     > >     >>> > > >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> On Wed,
> > Feb
> > > 5,
> > >     > 2020
> > >     > > at
> > >     > > > > > 10:17
> > >     > > > > > > > AM
> > >     > > > > > > > > > Carlos
> > >     > > > > > > > > >     > > Rovira <
> > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> > >     > carlosrovira@apache.org>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > ok
> > didn't
> > >     > notice.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > So
> maybe
> > > is a
> > >     > > > > classpath
> > >     > > > > > > > > problem?
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > It's
> > > clear that
> > >     > > > VSCode
> > >     > > > > > > goes
> > >     > > > > > > > to
> > >     > > > > > > > > > the
> > >     > > > > > > > > >     > same
> > >     > > > > > > > > >     > > place
> > >     > > > > > > > > >     > >     >>> and
> > >     > > > > > > > > >     > >     >>> > > find it
> > >     > > > > > > > > >     > >     >>> > >     > > > since
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> is a
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > dummy
> > jar
> > > that
> > >     > has
> > >     > > > > > exactly
> > >     > > > > > > > > that
> > >     > > > > > > > > > class,
> > >     > > > > > > > > >     > > but
> > >     > > > > > > > > >     > >     >>> > > Moonshine goes
> > >     > > > > > > > > >     > >     >>> > >     > > and
> > >     > > > > > > > > >     > >     >>> > >     > > > > > didn't
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> find
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > it.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > If not
> > > any clue
> > >     > > what
> > >     > > > > > could
> > >     > > > > > > > be
> > >     > > > > > > > > >     > happening?
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > El
> mié.,
> > > 5 feb.
> > >     > > > 2020 a
> > >     > > > > > las
> > >     > > > > > > > > > 16:53,
> > >     > > > > > > > > >     > Piotr
> > >     > > > > > > > > >     > >     >>> Zarzycki
> > >     > > > > > > > > >     > >     >>> > (<
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > >     > > > > > piotrzarzycki21@gmail.com
> > >     > > > > > > >)
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > escribió:
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
> > Exactly
> > > and I
> > >     > > can
> > >     > > > > > > confirm
> > >     > > > > > > > > > that mxmlc
> > >     > > > > > > > > >     > > is in
> > >     > > > > > > > > >     > >     >>> > place.
> > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
> > >     > > > > > > > > >     > >     >>> > >     >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > > >
> > >     > > > > > > --
> > >     > > > > > > Carlos Rovira
> > >     > > > > > > http://about.me/carlosrovira
> > >     > > > > > >
> > >     > > > > >
> > >     > > > > >
> > >     > > > > > --
> > >     > > > > >
> > >     > > > > > Piotr Zarzycki
> > >     > > > > >
> > >     > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > >     > > > > > <https://www.patreon.com/piotrzarzycki>*
> > >     > > > > >
> > >     > > > >
> > >     > > > >
> > >     > > > > --
> > >     > > > > Carlos Rovira
> > >     > > > > http://about.me/carlosrovira
> > >     > > > >
> > >     > > >
> > >     > > >
> > >     > > > --
> > >     > > >
> > >     > > > Piotr Zarzycki
> > >     > > >
> > >     > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > >     > > > <https://www.patreon.com/piotrzarzycki>*
> > >     > > >
> > >     > >
> > >     > >
> > >     > > --
> > >     > > Carlos Rovira
> > >     > > http://about.me/carlosrovira
> > >     > >
> > >     >
> > >     >
> > >     > --
> > >     >
> > >     > Piotr Zarzycki
> > >     >
> > >     > Patreon: *https://www.patreon.com/piotrzarzycki
> > >     > <https://www.patreon.com/piotrzarzycki>*
> > >     >
> > >
> > >
> > >     --
> > >     Carlos Rovira
> > >     http://about.me/carlosrovira
> > >
> > >
> > >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

I had configured SDK in File -> Settings -> Default SDK
Then with your email I tried to configure in the project (that was
emptied). I need to reload Moonshine since it removed options to build.
After reload, I tried to compile but results are the same

Josh told me just now the ${royalelib} token should be populated
automatically.
don't need to configure anything in Moonshine.

Asked to check that the file exists in the Maven distribution:

frameworks/themes/JewelTheme/src/main/resources/defaults.css

I check and the file is there.

So don't see for now issues in Maven distribution. Hope you can track with
Moonshine team

Thanks





El jue., 26 mar. 2020 a las 19:26, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Carlos,
>
> One question to Moonshine. Where do you have configured your SDK. In menu
> File -> Settings -> Default SDK or in right click on the project Settings
> -> Build Options ?
>
> It shouldn't be any difference but I just wanted to know.
>
> Thanks,
> Piotr
>
> czw., 26 mar 2020 o 19:21 Christofer Dutz <ch...@c-ware.de>
> napisał(a):
>
> > Hi all,
> >
> > well it's probably easy to fix if someone tells me what the difference
> is.
> >
> > Chris
> >
> >
> > Am 26.03.20, 19:15 schrieb "Piotr Zarzycki" <piotrzarzycki21@gmail.com
> >:
> >
> >     Hi Carlos,
> >
> >     No you don't need to configure anything in Moonshine TDJ project, it
> > should
> >     build with SDK right away - Remember I didn't try Maven SDK
> > distribution
> >     with TDJ - I did try only with hello world, so your problem indicates
> > that
> >     there is something which is missing.
> >
> >     ${royalelib} -> This should be filled automatically by I'm not sure
> >     Language server ? Maybe Josh can shed some light I don't remember who
> >     filled that part, for sure not Moonshine itself. I do remember there
> > were
> >     discussion about that variable on mailing list. :)
> >
> >     Thanks,
> >     Piotr
> >
> >     czw., 26 mar 2020 o 19:09 Carlos Rovira <ca...@apache.org>
> >     napisał(a):
> >
> >     > Hi Chris,
> >     >
> >     > not sure is a problem of the Maven sdk since the same is working in
> > VSCode
> >     >
> >     > The offending line is:
> >     >
> >     > The error is: command line Error: unable to open
> >     > '/themes/JewelTheme/src/main/resources/defaults.css'.
> >     >
> >     > The config in Moonshine is in TourDejewel.as3proj has this:
> >     >
> >     > <option
> >     >
> >     >
> >
> additional="-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     > -html-template=src/main/resources/jewel-example-index-template.html
> >     > -js-dynamic-access-unknown-members=true"/>
> >     >
> >     > So don't know how ${royalelib} is worked in Moonshine. Maybe is
> > something I
> >     > don't have configured yet in Moonshine
> >     >
> >     > @Piotr, could you let me know if is something that I need to
> > configure? can
> >     > you try to compile TDJ with Moonshine and the maven distribution
> too?
> >     >
> >     > The full output for the record is:
> >     >
> >     >
> >     > : Compiling TourDeJewel
> >     > : Command:
> >     > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/bin/mxmlc"
> >     > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
> >     >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     > -html-template=src/main/resources/jewel-example-index-template.html
> >     > -js-dynamic-access-unknown-members=true -debug=true -o
> > bin-debug/App.swf
> >     > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > : Sending to mxmlc: export
> >     >
> >
> ROYALE_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven;export
> >     > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en"; export
> >     >
> >     >
> >
> ROYALE_SWF_COMPILER_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven&&
> >     >
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> >     > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
> >     >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     > -html-template=src/main/resources/jewel-example-index-template.html
> >     > -js-dynamic-access-unknown-members=true -debug=true -o
> > bin-debug/App.swf
> >     > -compiler.targets=SWF
> >     > : Using Royale Compiler codebase:
> >     >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/../..
> >     > : Using Royale SDK:
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > : MXMLJSC
> >     > :
> >     >
> >     >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> >     > :
> >     >
> >     >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> >     > : -load-config+=obj/TourDeJewelConfig.xml
> >     > : -optimize=false
> >     > : -theme=/themes/JewelTheme/src/main/resources/defaults.css
> >     > :
> -html-template=src/main/resources/jewel-example-index-template.html
> >     > : -js-dynamic-access-unknown-members=true
> >     > : -debug=true
> >     > : -o
> >     > : bin-debug/App.swf
> >     > : -compiler.targets=SWF
> >     > : command line Error: unable to open
> >     > '/themes/JewelTheme/src/main/resources/defaults.css'.
> >     > : 0.676110556 seconds
> >     > : Compilation of TourDeJewel finished.
> >     >
> >     >
> >     > El jue., 26 mar. 2020 a las 18:20, Christofer Dutz (<
> >     > christofer.dutz@c-ware.de>) escribió:
> >     >
> >     > > Hi all,
> >     > >
> >     > > Good to know it's now working.
> >     > >
> >     > > So what is still the difference between the Maven and the Ant
> >     > distribution?
> >     > >
> >     > > I'm asking cause I would love to make the maven distribution
> match
> > the
> >     > Ant
> >     > > version and just use the one Maven created in the future.
> >     > >
> >     > > Chris
> >     > >
> >     > >
> >     > > Am 26.03.20, 17:58 schrieb "Carlos Rovira" <
> > carlosrovira@apache.org>:
> >     > >
> >     > >     Hi Piotr,
> >     > >
> >     > >     just downloaded latest nightly and could finally compile the
> > TDJ.
> >     > >     Is failing due to some config issue, but that's an issue to
> > solve in
> >     > > TDJ
> >     > >     config
> >     > >     Congrats y think I can at last use Moonshine and explore it!
> :)
> >     > >
> >     > >
> >     > >
> >     > >     El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
> >     > >     piotrzarzycki21@gmail.com>) escribió:
> >     > >
> >     > >     > Hi Carlos,
> >     > >     >
> >     > >     > Colleague from the Team was able to reproduce your problem
> > with
> >     > > "Build
> >     > >     > Project". It looks like he fixed that - you can download
> > Nightly
> >     > > Build of
> >     > >     > Moonshine and check.
> >     > >     >
> >     > >     > Thanks,
> >     > >     > Piotr
> >     > >     >
> >     > >     > pon., 23 mar 2020 o 15:10 Carlos Rovira <
> > carlosrovira@apache.org>
> >     > >     > napisał(a):
> >     > >     >
> >     > >     > > Yeah, hope someone on your team could know where we can
> > start
> >     > > looking :)
> >     > >     > > thanks!
> >     > >     > > Carlos
> >     > >     > >
> >     > >     > > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
> >     > >     > > piotrzarzycki21@gmail.com>) escribió:
> >     > >     > >
> >     > >     > > > Next is reproduce your problem with Moonshine. ;)
> >     > >     > > >
> >     > >     > > > pon., 23 mar 2020 o 15:02 Carlos Rovira <
> >     > carlosrovira@apache.org
> >     > > >
> >     > >     > > > napisał(a):
> >     > >     > > >
> >     > >     > > > > Very cool Piotr!
> >     > >     > > > > seems we finally has Maven distribution sdk working!
> :)
> >     > >     > > > >
> >     > >     > > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
> >     > >     > > > > piotrzarzycki21@gmail.com>) escribió:
> >     > >     > > > >
> >     > >     > > > > > Hi Guys,
> >     > >     > > > > >
> >     > >     > > > > > I just checked Maven Distribution with Moonshine
> and
> > I was
> >     > > able to
> >     > >     > > > build
> >     > >     > > > > > Jewel Hello World and TourDeJewel. :)
> >     > >     > > > > >
> >     > >     > > > > > Thanks,
> >     > >     > > > > > Piotr
> >     > >     > > > > >
> >     > >     > > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <
> >     > > carlosrovira@apache.org
> >     > >     > >
> >     > >     > > > > > napisał(a):
> >     > >     > > > > >
> >     > >     > > > > > > Hi Piotr,
> >     > >     > > > > > >
> >     > >     > > > > > > nothing happens or log is printed in the console,
> > is like
> >     > > if I
> >     > >     > > didn't
> >     > >     > > > > > push
> >     > >     > > > > > > the menu button.
> >     > >     > > > > > > I ensured that I have the SDK setup, maybe
> > something more
> >     > > is
> >     > >     > > needed,
> >     > >     > > > > and
> >     > >     > > > > > > I'm missing something.
> >     > >     > > > > > > As well I understand that "Project > Build
> > Project" is
> >     > the
> >     > > right
> >     > >     > > > option
> >     > >     > > > > > in
> >     > >     > > > > > > the menu to push
> >     > >     > > > > > >
> >     > >     > > > > > > Thanks
> >     > >     > > > > > >
> >     > >     > > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki
> > (<
> >     > >     > > > > > > piotrzarzycki21@gmail.com>) escribió:
> >     > >     > > > > > >
> >     > >     > > > > > > > Carlos,
> >     > >     > > > > > > >
> >     > >     > > > > > > > By saying that nothing happens - you don't get
> > any
> >     > > information
> >     > >     > on
> >     > >     > > > the
> >     > >     > > > > > > > console at all?
> >     > >     > > > > > > >
> >     > >     > > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
> >     > >     > > > carlosrovira@apache.org
> >     > >     > > > > >
> >     > >     > > > > > > > wrote:
> >     > >     > > > > > > >
> >     > >     > > > > > > > > Hi Chris and Piotr,
> >     > >     > > > > > > > >
> >     > >     > > > > > > > > I was having the same issue. After latest PR
> > from
> >     > > Chris, I
> >     > >     > can
> >     > >     > > > > > confirm
> >     > >     > > > > > > is
> >     > >     > > > > > > > > working ok :)
> >     > >     > > > > > > > > Piotr, please, a last attempt. I think you'll
> > get
> >     > > working
> >     > >     > right
> >     > >     > > > now
> >     > >     > > > > > > from
> >     > >     > > > > > > > > Moonshine.
> >     > >     > > > > > > > >
> >     > >     > > > > > > > > As well I'm curious about how to build with
> > IDE in
> >     > > Moonshine,
> >     > >     > > or
> >     > >     > > > > why
> >     > >     > > > > > > > >  Project > Build Project is not working for
> me
> >     > >     > > > > > > > > something I must have into account?
> >     > >     > > > > > > > >
> >     > >     > > > > > > > > Thanks
> >     > >     > > > > > > > >
> >     > >     > > > > > > > > Carlos
> >     > >     > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer
> > Dutz (<
> >     > >     > > > > > > > > christofer.dutz@c-ware.de>) escribió:
> >     > >     > > > > > > > >
> >     > >     > > > > > > > > > Yeah ... sorry for that.
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > > > I noticed that I took care of the
> "SNAPSHOT"
> >     > instead
> >     > > of the
> >     > >     > > > > > > Timestamp,
> >     > >     > > > > > > > > but
> >     > >     > > > > > > > > > I forgot to add the classifier ... will be
> > in the
> >     > > next PR.
> >     > >     > > > > > > > > > Can you confirm that now the files have a
> >     > "SNAPSHOT"
> >     > >     > instead
> >     > >     > > of
> >     > >     > > > > the
> >     > >     > > > > > > > > > Timestamp?
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > > > Chris
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr
> Zarzycki" <
> >     > >     > > > > > > > piotrzarzycki21@gmail.com
> >     > >     > > > > > > > > >:
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > > >     Hi Chris,
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > > >     Nothing changed I have exactly same
> > issue after
> >     > > pulling
> >     > >     > > all
> >     > >     > > > > > > changes
> >     > >     > > > > > > > > and
> >     > >     > > > > > > > > >     rebuilding sdk.
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos
> > Rovira <
> >     > >     > > > > > > carlosrovira@apache.org
> >     > >     > > > > > > > >
> >     > >     > > > > > > > > >     napisał(a):
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > > >     > Hi,
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >     > Many thanks for the fix Chris.
> >     > >     > > > > > > > > >     > Piotr, can you try again and confirm
> > if all
> >     > is
> >     > > ok
> >     > >     > now?
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >     > thanks
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47,
> > Christofer
> >     > > Dutz (<
> >     > >     > > > > > > > > >     > christofer.dutz@c-ware.de>)
> escribió:
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >     > > Hi Piotr,
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > > I had a look and you are right ...
> > even if
> >     > > this
> >     > >     > only
> >     > >     > > > > seems
> >     > >     > > > > > to
> >     > >     > > > > > > > > > happen if
> >     > >     > > > > > > > > >     > > you haven't built the typedefs on
> > your
> >     > > machine that
> >     > >     > > day
> >     > >     > > > > > > before
> >     > >     > > > > > > > > > building
> >     > >     > > > > > > > > >     > the
> >     > >     > > > > > > > > >     > > distribution. I just pushed a PR
> that
> >     > should
> >     > > fix
> >     > >     > > this.
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > > Chris
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr
> >     > Zarzycki" <
> >     > >     > > > > > > > > > piotrzarzycki21@gmail.com
> >     > >     > > > > > > > > >     > >:
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     Hi Carlos,
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     I've just build royale-asjs
> with
> >     > > following
> >     > >     > > command:
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     mvn clean install -P
> >     > >     > > > > > > > > with-distribution,option-with-sass-compile
> >     > >     > > > > > > > > >     > >     -DdistributionTargetFolder=path
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     Created new Royale Jewel
> project
> > with
> >     > > latest
> >     > >     > > > nightly
> >     > >     > > > > > non
> >     > >     > > > > > > > > > sandbox
> >     > >     > > > > > > > > >     > build
> >     > >     > > > > > > > > >     > > of
> >     > >     > > > > > > > > >     > >     Moonshine and I got following
> > result
> >     > > during
> >     > >     > build
> >     > >     > > > [1]
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     [1]
> > https://paste.apache.org/u5j0a
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     Thanks,
> >     > >     > > > > > > > > >     > >     Piotr
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     sob., 21 mar 2020 o 20:12
> Carlos
> >     > Rovira <
> >     > >     > > > > > > > > > carlosrovira@apache.org>
> >     > >     > > > > > > > > >     > >     napisał(a):
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     > >     > Hi Piotr,
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > Chris, just made maven
> > distribution
> >     > > mxmlc and
> >     > >     > > > compc
> >     > >     > > > > > > > > > executables.
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >    - I test and VSCode works
> > fine
> >     > >     > > > > > > > > >     > >     >    - command line worked too
> > [1]
> >     > >     > > > > > > > > >     > >     >    - Moonshine:  I couldn't
> > launch a
> >     > >     > > compilation
> >     > >     > > > > with
> >     > >     > > > > > > > SDK.
> >     > >     > > > > > > > > > Just
> >     > >     > > > > > > > > >     > > upgrade
> >     > >     > > > > > > > > >     > >     >    to latest version as
> > Moonshine
> >     > > requested
> >     > >     > > me. I
> >     > >     > > > > > have
> >     > >     > > > > > > > the
> >     > >     > > > > > > > > > SDK
> >     > >     > > > > > > > > >     > > configured to
> >     > >     > > > > > > > > >     > >     >    the distribution created
> > with
> >     > > Maven. Then
> >     > >     > > with
> >     > >     > > > > TDJ
> >     > >     > > > > > > > > project
> >     > >     > > > > > > > > >     > loaded
> >     > >     > > > > > > > > >     > > when to
> >     > >     > > > > > > > > >     > >     >    Project > Build Project,
> but
> >     > > nothings
> >     > >     > happen
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > So just need to see how to
> > check
> >     > > Moonshine so
> >     > >     > > we
> >     > >     > > > > can
> >     > >     > > > > > > > check
> >     > >     > > > > > > > > > Maven
> >     > >     > > > > > > > > >     > >     > distribution is completed at
> > last. I
> >     > > want to
> >     > >     > > have
> >     > >     > > > > > that
> >     > >     > > > > > > > for
> >     > >     > > > > > > > > > this
> >     > >     > > > > > > > > >     > > release
> >     > >     > > > > > > > > >     > >     > 0.9.7
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > Thanks
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > Carlos
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > [1] output in command line
> for
> > Tour
> >     > de
> >     > > Jewel:
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel
> > carlosrovira$
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > >
> >     > >     > > > >
> >     > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > >     > > > > > > > > >     > >     >
> >     > -load-config+=obj/TourDeJewelConfig.xml
> >     > >     > > > -debug=true
> >     > >     > > > > > > > > >     > -source-map=true
> >     > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > >
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel
> > carlosrovira$
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > >
> >     > >     > > > >
> >     > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > >     > > > > > > > > >     > >     >
> >     > -load-config+=obj/TourDeJewelConfig.xml
> >     > >     > > > -debug=true
> >     > >     > > > > > > > > >     > -source-map=true
> >     > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > Using Royale Compiler
> codebase:
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > Using Royale SDK:
> >     > >     > > > > > > > > >     > >
> >     > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > MXMLJSC
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >
> >     > -load-config+=obj/TourDeJewelConfig.xml
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > -debug=true
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > -source-map=true
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > The project 'App' has been
> >     > successfully
> >     > >     > > compiled.
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > 7.080432099 seconds
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     > El lun., 10 feb. 2020 a las
> > 18:19,
> >     > > Carlos
> >     > >     > > Rovira
> >     > >     > > > (<
> >     > >     > > > > > > > > >     > > carlosrovira@apache.org>)
> >     > >     > > > > > > > > >     > >     > escribió:
> >     > >     > > > > > > > > >     > >     >
> >     > >     > > > > > > > > >     > >     >> Ok Josh,
> >     > >     > > > > > > > > >     > >     >> understood, will take into
> > account
> >     > as
> >     > > I
> >     > >     > check
> >     > >     > > > > what's
> >     > >     > > > > > > > going
> >     > >     > > > > > > > > > on with
> >     > >     > > > > > > > > >     > > latest
> >     > >     > > > > > > > > >     > >     >> fails
> >     > >     > > > > > > > > >     > >     >> thanks
> >     > >     > > > > > > > > >     > >     >>
> >     > >     > > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las
> > 17:16,
> >     > > Josh
> >     > >     > > Tynjala
> >     > >     > > > (<
> >     > >     > > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>)
> >     > escribió:
> >     > >     > > > > > > > > >     > >     >>
> >     > >     > > > > > > > > >     > >     >>> VSCode happens to run the
> > JAR files
> >     > >     > directly
> >     > >     > > > with
> >     > >     > > > > > > Java,
> >     > >     > > > > > > > > and
> >     > >     > > > > > > > > >     > > doesn't run
> >     > >     > > > > > > > > >     > >     >>> anything in js/bin. If the
> > contents
> >     > > of
> >     > >     > js/bin
> >     > >     > > > do
> >     > >     > > > > > not
> >     > >     > > > > > > > have
> >     > >     > > > > > > > > > the
> >     > >     > > > > > > > > >     > > correct
> >     > >     > > > > > > > > >     > >     >>> exectuable permissions, it
> > wouldn't
> >     > > affect
> >     > >     > > > > VSCode.
> >     > >     > > > > > > > > However,
> >     > >     > > > > > > > > >     > fixing
> >     > >     > > > > > > > > >     > > those
> >     > >     > > > > > > > > >     > >     >>> permissions would still be
> a
> >     > problem
> >     > > that
> >     > >     > > > should
> >     > >     > > > > be
> >     > >     > > > > > > > > > addressed to
> >     > >     > > > > > > > > >     > > have a
> >     > >     > > > > > > > > >     > >     >>> proper distribution.
> > Moonshine is
> >     > > not doing
> >     > >     > > > > > anything
> >     > >     > > > > > > > out
> >     > >     > > > > > > > > > of the
> >     > >     > > > > > > > > >     > > ordinary
> >     > >     > > > > > > > > >     > >     >>> by
> >     > >     > > > > > > > > >     > >     >>> running js/bin/mxmlc (and
> > that's
> >     > what
> >     > >     > someone
> >     > >     > > > > > > compiling
> >     > >     > > > > > > > > > from the
> >     > >     > > > > > > > > >     > > command
> >     > >     > > > > > > > > >     > >     >>> line without Maven or Ant
> > would use
> >     > > too).
> >     > >     > If
> >     > >     > > > > > > anything,
> >     > >     > > > > > > > > it's
> >     > >     > > > > > > > > >     > VSCode
> >     > >     > > > > > > > > >     > > that
> >     > >     > > > > > > > > >     > >     >>> is
> >     > >     > > > > > > > > >     > >     >>> not doing things in the
> > ordinary
> >     > way.
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >     >>> --
> >     > >     > > > > > > > > >     > >     >>> Josh Tynjala
> >     > >     > > > > > > > > >     > >     >>> Bowler Hat LLC <
> >     > > https://bowlerhat.dev>
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at
> > 12:48 AM
> >     > > Carlos
> >     > >     > > Rovira
> >     > >     > > > <
> >     > >     > > > > > > > > >     > > carlosrovira@apache.org>
> >     > >     > > > > > > > > >     > >     >>> wrote:
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >     >>> > Hi,
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>> > @Piotr Zarzycki <
> >     > >     > piotrzarzycki21@gmail.com
> >     > >     > > >
> >     > >     > > > I
> >     > >     > > > > > was
> >     > >     > > > > > > > over
> >     > >     > > > > > > > > > the big
> >     > >     > > > > > > > > >     > > button
> >     > >     > > > > > > > > >     > >     >>> to
> >     > >     > > > > > > > > >     > >     >>> > nightly builds, since you
> > told me
> >     > > to
> >     > >     > > download
> >     > >     > > > > > that.
> >     > >     > > > > > > > So
> >     > >     > > > > > > > > > from the
> >     > >     > > > > > > > > >     > > big
> >     > >     > > > > > > > > >     > >     >>> button
> >     > >     > > > > > > > > >     > >     >>> > I choosed "other
> > downloads" and
> >     > > choosed
> >     > >     > non
> >     > >     > > > > > sandbox
> >     > >     > > > > > > > > one.
> >     > >     > > > > > > > > > Both
> >     > >     > > > > > > > > >     > > url goes
> >     > >     > > > > > > > > >     > >     >>> to
> >     > >     > > > > > > > > >     > >     >>> > the same link:
> >     > >     > > > Moonshine_Signed_NonSandbox.pkg
> >     > >     > > > > > > > > >     > >     >>> > <
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > 07-Feb-2020 21:11
> 156571205
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>> > About the permissions: My
> > guess
> >     > is
> >     > > that
> >     > >     > is
> >     > >     > > > > > > something
> >     > >     > > > > > > > > > related to
> >     > >     > > > > > > > > >     > >     >>> Moonshine,
> >     > >     > > > > > > > > >     > >     >>> > not to user or maven,
> since
> >     > VSCode
> >     > > is
> >     > >     > > dealing
> >     > >     > > > > > with
> >     > >     > > > > > > > the
> >     > >     > > > > > > > > > same SDK
> >     > >     > > > > > > > > >     > > without
> >     > >     > > > > > > > > >     > >     >>> > complain. I can give
> > permissions
> >     > > to try
> >     > >     > > this,
> >     > >     > > > > > but I
> >     > >     > > > > > > > > > suggest the
> >     > >     > > > > > > > > >     > >     >>> moonshine
> >     > >     > > > > > > > > >     > >     >>> > team could look to how
> > VSCode
> >     > work
> >     > > with
> >     > >     > > user
> >     > >     > > > > > files
> >     > >     > > > > > > > and
> >     > >     > > > > > > > > > mimic
> >     > >     > > > > > > > > >     > > that to
> >     > >     > > > > > > > > >     > >     >>> > avoid this kind of
> problem.
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>> > Thanks
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a
> > las 5:50,
> >     > > Alex
> >     > >     > > Harui
> >     > >     > > > > > > > > >     > > (<aharui@adobe.com.invalid
> >     > >     > > > > > > > > >     > >     >>> >)
> >     > >     > > > > > > > > >     > >     >>> > escribió:
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>> > > IMO, the Maven commands
> > that
> >     > > build the
> >     > >     > > > > > > Distribution
> >     > >     > > > > > > > > SDK
> >     > >     > > > > > > > > >     > should
> >     > >     > > > > > > > > >     > >     >>> change the
> >     > >     > > > > > > > > >     > >     >>> > > permissions.
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > > My 2 cents,
> >     > >     > > > > > > > > >     > >     >>> > > -Alex
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM,
> > "Piotr
> >     > > Zarzycki" <
> >     > >     > > > > > > > > >     > > piotrzarzycki21@gmail.com>
> >     > >     > > > > > > > > >     > >     >>> > wrote:
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > >     Permission to
> > "mxmlc" file
> >     > > in SDK.
> >     > >     > -
> >     > >     > > > You
> >     > >     > > > > > have
> >     > >     > > > > > > > to
> >     > >     > > > > > > > > > add
> >     > >     > > > > > > > > >     > > permission
> >     > >     > > > > > > > > >     > >     >>> for
> >     > >     > > > > > > > > >     > >     >>> > > usage
> >     > >     > > > > > > > > >     > >     >>> > >     manually to that
> > file.
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > >     I will explain you
> > more on
> >     > > Monday
> >     > >     > if
> >     > >     > > > you
> >     > >     > > > > > > won't
> >     > >     > > > > > > > > > figure it
> >     > >     > > > > > > > > >     > > out your
> >     > >     > > > > > > > > >     > >     >>> > self,
> >     > >     > > > > > > > > >     > >     >>> > >     what is all about.
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > >     You can literally
> > paste in
> >     > > Google
> >     > >     > > last
> >     > >     > > > > > > sentence
> >     > >     > > > > > > > > > from
> >     > >     > > > > > > > > >     > stack
> >     > >     > > > > > > > > >     > > trace
> >     > >     > > > > > > > > >     > >     >>> > error
> >     > >     > > > > > > > > >     > >     >>> > > and
> >     > >     > > > > > > > > >     > >     >>> > >     add: How to add
> > permission
> >     > > to file
> >     > >     > on
> >     > >     > > > > Mac.
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > >     On Sun, Feb 9,
> 2020,
> > 7:09
> >     > PM
> >     > > Carlos
> >     > >     > > > > Rovira
> >     > >     > > > > > <
> >     > >     > > > > > > > > >     > >     >>> carlosrovira@apache.org>
> >     > >     > > > > > > > > >     > >     >>> > > wrote:
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> > >     > Hi Piotr,
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >     > but what kind of
> >     > > permission? to
> >     > >     > the
> >     > >     > > > > > > moonshine
> >     > >     > > > > > > > > >     > executable?
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >     > El dom., 9 feb.
> > 2020 a
> >     > las
> >     > > 17:49,
> >     > >     > > > Piotr
> >     > >     > > > > > > > > Zarzycki
> >     > >     > > > > > > > > > (<
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > piotrzarzycki21@gmail.com
> >     > > >)
> >     > >     > > > > > > > > >     > >     >>> > >     > escribió:
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >     > > If you are
> using
> > your
> >     > > own SDK
> >     > >     > > (not
> >     > >     > > > > > > > downloaded
> >     > >     > > > > > > > > > trough
> >     > >     > > > > > > > > >     > >     >>> Moonshine
> >     > >     > > > > > > > > >     > >     >>> > > getting
> >     > >     > > > > > > > > >     > >     >>> > >     > > started) you
> > have to
> >     > add
> >     > >     > > permission
> >     > >     > > > > to
> >     > >     > > > > > > > mxmlc
> >     > >     > > > > > > > > > file.
> >     > >     > > > > > > > > >     > > There is a
> >     > >     > > > > > > > > >     > >     >>> > > command on
> >     > >     > > > > > > > > >     > >     >>> > >     > > Mac chmod - try
> > to
> >     > > search using
> >     > >     > > > that
> >     > >     > > > > > > > command
> >     > >     > > > > > > > > > on a
> >     > >     > > > > > > > > >     > > Google.
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > Thanks,
> >     > >     > > > > > > > > >     > >     >>> > >     > > Piotr
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9,
> > 2020,
> >     > > 5:29 PM
> >     > >     > > Carlos
> >     > >     > > > > > > Rovira
> >     > >     > > > > > > > <
> >     > >     > > > > > > > > >     > >     >>> > >
> carlosrovira@apache.org>
> >     > >     > > > > > > > > >     > >     >>> > >     > > wrote:
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > Hi,
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > I installed
> > latest
> >     > > Moonshine
> >     > >     > > > > nightly.
> >     > >     > > > > > > > After
> >     > >     > > > > > > > > >     > > configuring
> >     > >     > > > > > > > > >     > >     >>> initial
> >     > >     > > > > > > > > >     > >     >>> > > things
> >     > >     > > > > > > > > >     > >     >>> > >     > > > loaded TDJ
> > project.
> >     > I'm
> >     > >     > getting
> >     > >     > > > > > > > Permission
> >     > >     > > > > > > > > > denied:
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : Moonshine
> > IDE™
> >     > 2.5.0
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : Copyright ©
> >     > > Prominic.NET,
> >     > >     > > Inc.
> >     > >     > > > > All
> >     > >     > > > > > > > rights
> >     > >     > > > > > > > > >     > reserved.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : Source code
> > is
> >     > under
> >     > > Apache
> >     > >     > > > > > License,
> >     > >     > > > > > > > > > Version 2.0
> >     > >     > > > > > > > > >     > >     >>> > >     > > > :
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : Uses as3abc
> > (LGPL),
> >     > > as3swf
> >     > >     > > > (MIT),
> >     > >     > > > > > > fzip
> >     > >     > > > > > > > > > (ZLIB),
> >     > >     > > > > > > > > >     > > asblocks
> >     > >     > > > > > > > > >     > >     >>> > (Apache
> >     > >     > > > > > > > > >     > >     >>> > >     > License
> >     > >     > > > > > > > > >     > >     >>> > >     > > > 2.0),
> >     > >     > NativeApplicationUpdater
> >     > >     > > > > (LGPL)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : Running on
> > Adobe
> >     > AIR
> >     > >     > > 28.0.0.125
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : Compiling
> >     > TourDeJewel
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : SDK path:
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > >
> >     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : Sending to
> > mxmlx:
> >     > > export
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >
> >     > >     > > > > >
> >     > >     >
> >     >
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> >     > >     > > > > > > > > >     > >     >>> > >     > &&
> >     > >     > > > > > > > > >     > >     >>> > >     > > > export
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> >     > >     > > > > > > > > >     > > -Duser.region=en" &&
> >     > >     > > > > > > > > >     > >     >>> export
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >
> >     > >     > > > > > >
> >     > >     > > >
> >     > >
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > -load-config+=obj/TourDeJewelConfig.xml
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >
> >     > >     > > > > >
> >     > >     >
> >     >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > >
> >     > >     > > >
> >     > >
> -html-template=src/main/resources/jewel-example-index-template.html
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > -js-dynamic-access-unknown-members=true
> >     > >     > > > > > > > > >     > >     >>> > >
> > -compiler.targets=JSRoyale
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> >     > >     > > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >
> >     > >     > > > > >
> >     > >     >
> >     >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > Permission
> > denied
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > How can I fix
> > it?
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > Thanks
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > El jue., 6
> > feb. 2020
> >     > a
> >     > > las
> >     > >     > > 17:24,
> >     > >     > > > > > Josh
> >     > >     > > > > > > > > > Tynjala (<
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > > joshtynjala@bowlerhat.dev
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > escribió:
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > Yeah, I
> > don't see
> >     > why
> >     > >     > > Moonshine
> >     > >     > > > > is
> >     > >     > > > > > > > > > reporting
> >     > >     > > > > > > > > >     > those
> >     > >     > > > > > > > > >     > >     >>> errors,
> >     > >     > > > > > > > > >     > >     >>> > but
> >     > >     > > > > > > > > >     > >     >>> > > VSCode
> >     > >     > > > > > > > > >     > >     >>> > >     > > > does
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > not. If
> >     > > royale-config.xml
> >     > >     > is
> >     > >     > > > > > > > referencing
> >     > >     > > > > > > > > > SWCs
> >     > >     > > > > > > > > >     > that
> >     > >     > > > > > > > > >     > > don't
> >     > >     > > > > > > > > >     > >     >>> > > exist, that
> >     > >     > > > > > > > > >     > >     >>> > >     > > > should
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > affect both
> > IDEs.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > Regardless,
> > like
> >     > you
> >     > >     > > explained,
> >     > >     > > > > the
> >     > >     > > > > > > > same
> >     > >     > > > > > > > > > issue
> >     > >     > > > > > > > > >     > > should
> >     > >     > > > > > > > > >     > >     >>> > > reproduce when
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > compiling
> > from a
> >     > > terminal
> >     > >     > > > without
> >     > >     > > > > > > > > > Moonshine.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > --
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > Josh
> Tynjala
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > Bowler Hat
> > LLC <
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     > >     > > > > > > > > >     > >     >>> > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb
> > 6, 2020
> >     > > at 5:10
> >     > >     > > AM
> >     > >     > > > > > Piotr
> >     > >     > > > > > > > > > Zarzycki <
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > > piotrzarzycki21@gmail.com
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > wrote:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > Hi
> Carlos,
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > Yeah it
> > would be
> >     > > pretty
> >     > >     > > great
> >     > >     > > > > if
> >     > >     > > > > > > you
> >     > >     > > > > > > > > > could
> >     > >     > > > > > > > > >     > setup
> >     > >     > > > > > > > > >     > >     >>> Moonshine,
> >     > >     > > > > > > > > >     > >     >>> > > but you
> >     > >     > > > > > > > > >     > >     >>> > >     > > > don't
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > have to
> do
> > that
> >     > > actually
> >     > >     > to
> >     > >     > > > > > > reproduce
> >     > >     > > > > > > > > the
> >     > >     > > > > > > > > >     > issue.
> >     > >     > > > > > > > > >     > >     >>> Command
> >     > >     > > > > > > > > >     > >     >>> > > which I
> >     > >     > > > > > > > > >     > >     >>> > >     > have
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > pasted in
> > this
> >     > > thread can
> >     > >     > > be
> >     > >     > > > > copy
> >     > >     > > > > > > and
> >     > >     > > > > > > > > > used in
> >     > >     > > > > > > > > >     > > Terminal
> >     > >     > > > > > > > > >     > >     >>> with
> >     > >     > > > > > > > > >     > >     >>> > > small
> >     > >     > > > > > > > > >     > >     >>> > >     > > path
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> > adjustment. Try
> >     > it
> >     > > on any
> >     > >     > > > > project
> >     > >     > > > > > > you
> >     > >     > > > > > > > > > have
> >     > >     > > > > > > > > >     > using
> >     > >     > > > > > > > > >     > >     >>> > > distribution build
> >     > >     > > > > > > > > >     > >     >>> > >     > > and
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > for
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > sure you
> > will get
> >     > > the
> >     > >     > > error.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > In case
> of
> >     > > Moonshine we
> >     > >     > > have
> >     > >     > > > > > freez
> >     > >     > > > > > > > code
> >     > >     > > > > > > > > > for
> >     > >     > > > > > > > > >     > > commits and
> >     > >     > > > > > > > > >     > >     >>> > > prepare for
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > release,
> > we have
> >     > > some
> >     > >     > > > internal
> >     > >     > > > > > > > problems
> >     > >     > > > > > > > > > with
> >     > >     > > > > > > > > >     > > bamboo
> >     > >     > > > > > > > > >     > >     >>> build -
> >     > >     > > > > > > > > >     > >     >>> > > if it
> >     > >     > > > > > > > > >     > >     >>> > >     > > will
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > get
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > resolved
> we
> >     > should
> >     > > have
> >     > >     > > > release
> >     > >     > > > > > > early
> >     > >     > > > > > > > > > next
> >     > >     > > > > > > > > >     > week.
> >     > >     > > > > > > > > >     > > You
> >     > >     > > > > > > > > >     > >     >>> can
> >     > >     > > > > > > > > >     > >     >>> > > always try
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > Nightly
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > build.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > I'm
> really
> >     > > surprised that
> >     > >     > > > > VSCode
> >     > >     > > > > > do
> >     > >     > > > > > > > not
> >     > >     > > > > > > > > >     > throwing
> >     > >     > > > > > > > > >     > > the
> >     > >     > > > > > > > > >     > >     >>> same
> >     > >     > > > > > > > > >     > >     >>> > > error -
> >     > >     > > > > > > > > >     > >     >>> > >     > > What
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > could be
> > the case
> >     > > Josh?
> >     > >     > The
> >     > >     > > > > only
> >     > >     > > > > > > > > > difference is
> >     > >     > > > > > > > > >     > > that we
> >     > >     > > > > > > > > >     > >     >>> are
> >     > >     > > > > > > > > >     > >     >>> > > using
> >     > >     > > > > > > > > >     > >     >>> > >     > > mxmlc
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > file
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > and
> VSCode
> > is
> >     > > probably
> >     > >     > > using
> >     > >     > > > > jar
> >     > >     > > > > > > > file,
> >     > >     > > > > > > > > > but
> >     > >     > > > > > > > > >     > >     >>> playerglobal.swc
> >     > >     > > > > > > > > >     > >     >>> > > doesn't
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > exists
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > so both
> > should
> >     > > report
> >     > >     > same
> >     > >     > > > > issue.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > Thanks,
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > Piotr
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > czw., 6
> > lut 2020
> >     > o
> >     > > 13:02
> >     > >     > > > Carlos
> >     > >     > > > > > > > Rovira
> >     > >     > > > > > > > > <
> >     > >     > > > > > > > > >     > >     >>> > >
> carlosrovira@apache.org>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> napisał(a):
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > Hi
> Piotr,
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > so I
> > think
> >     > > you're a bit
> >     > >     > > > > closer
> >     > >     > > > > > > (not
> >     > >     > > > > > > > > > farther
> >     > >     > > > > > > > > >     > > ;)),
> >     > >     > > > > > > > > >     > >     >>> since
> >     > >     > > > > > > > > >     > >     >>> > > compiler
> >     > >     > > > > > > > > >     > >     >>> > >     > was
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > found.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > Now is
> a
> > matter
> >     > > to find
> >     > >     > > > > what's
> >     > >     > > > > > > > > missing.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > What's
> > curious
> >     > > for me
> >     > >     > is
> >     > >     > > > > VSCode
> >     > >     > > > > > > > > > recognizes
> >     > >     > > > > > > > > >     > but
> >     > >     > > > > > > > > >     > >     >>> Moonshine
> >     > >     > > > > > > > > >     > >     >>> > > not. I
> >     > >     > > > > > > > > >     > >     >>> > >     > > think
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > the
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > problem
> > is each
> >     > > IDE is
> >     > >     > > > > looking
> >     > >     > > > > > at
> >     > >     > > > > > > > > > different
> >     > >     > > > > > > > > >     > > things to
> >     > >     > > > > > > > > >     > >     >>> > > match a
> >     > >     > > > > > > > > >     > >     >>> > >     > valid
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > SDK,
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > and
> > maybe even
> >     > > we could
> >     > >     > > be
> >     > >     > > > > > > setting
> >     > >     > > > > > > > > > duplicate
> >     > >     > > > > > > > > >     > >     >>> artifacts in
> >     > >     > > > > > > > > >     > >     >>> > > the SDK
> >     > >     > > > > > > > > >     > >     >>> > >     > > so
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > VSCode
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > finds
> > all but
> >     > > Moonshine
> >     > >     > > > not.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > I'll be
> > setup
> >     > > Moonshine
> >     > >     > > as
> >     > >     > > > I
> >     > >     > > > > > have
> >     > >     > > > > > > > > time
> >     > >     > > > > > > > > > to try
> >     > >     > > > > > > > > >     > > it.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > I think
> > you
> >     > plan
> >     > > to
> >     > >     > > launch
> >     > >     > > > a
> >     > >     > > > > > new
> >     > >     > > > > > > > one
> >     > >     > > > > > > > > > soon
> >     > >     > > > > > > > > >     > > right?
> >     > >     > > > > > > > > >     > >     >>> should I
> >     > >     > > > > > > > > >     > >     >>> > > wait
> >     > >     > > > > > > > > >     > >     >>> > >     > for
> >     > >     > > > > > > > > >     > >     >>> > >     > > > it?
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > Thanks
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > El
> jue.,
> > 6 feb.
> >     > > 2020 a
> >     > >     > > las
> >     > >     > > > > > 7:53,
> >     > >     > > > > > > > > Piotr
> >     > >     > > > > > > > > >     > > Zarzycki (<
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > piotrzarzycki21@gmail.com
> >     > >     > > > >)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> escribió:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Hi
> > Carlos,
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > I
> just
> > tried
> >     > > your
> >     > >     > > changes
> >     > >     > > > > and
> >     > >     > > > > > > > I'm a
> >     > >     > > > > > > > > > bit
> >     > >     > > > > > > > > >     > > farther.
> >     > >     > > > > > > > > >     > >     >>> Now
> >     > >     > > > > > > > > >     > >     >>> > I'm
> >     > >     > > > > > > > > >     > >     >>> > >     > getting
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> following
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > errors. It's
> >     > > throwing
> >     > >     > > > that
> >     > >     > > > > > > errors
> >     > >     > > > > > > > > > cause in
> >     > >     > > > > > > > > >     > > JS only
> >     > >     > > > > > > > > >     > >     >>> > > binaries
> >     > >     > > > > > > > > >     > >     >>> > >     > > > prepared
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > by
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > ant
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > we
> > have in
> >     > > following
> >     > >     > > > > location
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > >
> >     > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> >     > >     > > > > > > > > >     > >     >>> > > fake
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > playerglobal.swc, so
> >     > >     > > > > > > distribution
> >     > >     > > > > > > > > > should
> >     > >     > > > > > > > > >     > > probably
> >     > >     > > > > > > > > >     > >     >>> have
> >     > >     > > > > > > > > >     > >     >>> > > the
> >     > >     > > > > > > > > >     > >     >>> > >     > same.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > >     > > > > > > > > >     > >     >>> > >     > > > -debug=true
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > -source-map=true
> >     > >     > > > > > > > > >     > -compiler.targets=JSRoyale
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >
> >     > >     > > > > >
> >     > >     >
> >     >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > Using
> >     > > Royale
> >     > >     > > Compiler
> >     > >     > > > > > > > codebase:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > >
> >     > >     > > >
> >     > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > Using
> >     > > Royale SDK:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > >
> >     > >     > > >
> >     > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > MXMLJSC
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > >
> >     > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > -debug=true
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > -source-map=true
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > -compiler.targets=JSRoyale
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > >
> >     > >     > > >
> >     > >
> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> col:
> > 0
> >     > Error:
> >     > >     > unable
> >     > >     > > to
> >     > >     > > > > > open
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > (line: 74)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > >  </external-library-path>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> col:
> > 0
> >     > Error:
> >     > >     > unable
> >     > >     > > to
> >     > >     > > > > > open
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > (line: 81)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > >  </js-external-library-path>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> col:
> > 0
> >     > Error:
> >     > >     > unable
> >     > >     > > to
> >     > >     > > > > > open
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > (line: 81)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > >  </js-external-library-path>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> col:
> > 0
> >     > Error:
> >     > >     > unable
> >     > >     > > to
> >     > >     > > > > > open
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > (line: 99)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >     > >  </library-path>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > 1.034449561
> >     > >     > seconds
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> Thanks,
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > czw.,
> > 6 lut
> >     > > 2020 o
> >     > >     > > 00:43
> >     > >     > > > > > Carlos
> >     > >     > > > > > > > > > Rovira <
> >     > >     > > > > > > > > >     > >     >>> > >     >
> > carlosrovira@apache.org>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > napisał(a):
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > Thanks Josh
> >     > > for
> >     > >     > > > pointing
> >     > >     > > > > > that
> >     > >     > > > > > > > out
> >     > >     > > > > > > > > > I think
> >     > >     > > > > > > > > >     > > I got
> >     > >     > > > > > > > > >     > >     >>> it.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > @Piotr
> >     > > Zarzycki <
> >     > >     > > > > > > > > >     > piotrzarzycki21@gmail.com
> >     > >     > > > > > > > > >     > > >
> >     > >     > > > > > > > > >     > >     >>> please
> >     > >     > > > > > > > > >     > >     >>> > > try with
> >     > >     > > > > > > > > >     > >     >>> > >     > my
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > latest
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > commit. I
> >     > > couldn't
> >     > >     > > test
> >     > >     > > > > > > myself,
> >     > >     > > > > > > > > > but I
> >     > >     > > > > > > > > >     > > think it
> >     > >     > > > > > > > > >     > >     >>> should
> >     > >     > > > > > > > > >     > >     >>> > > work
> >     > >     > > > > > > > > >     > >     >>> > >     > now
> >     > >     > > > > > > > > >     > >     >>> > >     > > > for
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > Moonshine.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > VSCode
> >     > still
> >     > > work
> >     > >     > > with
> >     > >     > > > > this
> >     > >     > > > > > > > > > changes.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > Thanks
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > Carlos
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > El
> > mié., 5
> >     > > feb.
> >     > >     > 2020
> >     > >     > > a
> >     > >     > > > > las
> >     > >     > > > > > > > 19:43,
> >     > >     > > > > > > > > > Josh
> >     > >     > > > > > > > > >     > > Tynjala (<
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > joshtynjala@bowlerhat.dev
> >     > >     > > > > >)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > escribió:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> If
> > I had
> >     > to
> >     > > guess,
> >     > >     > > > this
> >     > >     > > > > > > > > classpath
> >     > >     > > > > > > > > > is
> >     > >     > > > > > > > > >     > > wrong:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > <Class-Path>args4j.jar
> >     > >     > > > > > > > > > org.json.jar
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > Class-Path>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> I
> > think
> >     > > that the
> >     > >     > > names
> >     > >     > > > > of
> >     > >     > > > > > > > those
> >     > >     > > > > > > > > > JAR
> >     > >     > > > > > > > > >     > files
> >     > >     > > > > > > > > >     > > all
> >     > >     > > > > > > > > >     > >     >>> > include
> >     > >     > > > > > > > > >     > >     >>> > > a
> >     > >     > > > > > > > > >     > >     >>> > >     > > version
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > number
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > in
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> the
> > Maven
> >     > >     > > > distribution.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> --
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> Josh
> >     > Tynjala
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > Bowler Hat
> >     > > LLC <
> >     > >     > > > > > > > > >     > >     >>> > >
> >     > >     > > > > > > > > >     > >     >>> >
> >     > >     > > > > > > > > >     > >     >>>
> >     > >     > > > > > > > > >     > >
> >     > >     > > > > > > > > >     >
> >     > >     > > > > > > > > >
> >     > >     > > > > > > > >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > >
> >     > >     > >
> >     > >     >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     > >     > > > > > > > > >     > >     >>> > > >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> On
> > Wed,
> >     > Feb
> >     > > 5,
> >     > >     > 2020
> >     > >     > > at
> >     > >     > > > > > 10:17
> >     > >     > > > > > > > AM
> >     > >     > > > > > > > > > Carlos
> >     > >     > > > > > > > > >     > > Rovira <
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > >     > carlosrovira@apache.org>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > wrote:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> ok
> >     > didn't
> >     > >     > notice.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > So maybe
> >     > > is a
> >     > >     > > > > classpath
> >     > >     > > > > > > > > problem?
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > It's
> >     > > clear that
> >     > >     > > > VSCode
> >     > >     > > > > > > goes
> >     > >     > > > > > > > to
> >     > >     > > > > > > > > > the
> >     > >     > > > > > > > > >     > same
> >     > >     > > > > > > > > >     > > place
> >     > >     > > > > > > > > >     > >     >>> and
> >     > >     > > > > > > > > >     > >     >>> > > find it
> >     > >     > > > > > > > > >     > >     >>> > >     > > > since
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> is a
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > dummy
> >     > jar
> >     > > that
> >     > >     > has
> >     > >     > > > > > exactly
> >     > >     > > > > > > > > that
> >     > >     > > > > > > > > > class,
> >     > >     > > > > > > > > >     > > but
> >     > >     > > > > > > > > >     > >     >>> > > Moonshine goes
> >     > >     > > > > > > > > >     > >     >>> > >     > > and
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > didn't
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> find
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > it.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > If not
> >     > > any clue
> >     > >     > > what
> >     > >     > > > > > could
> >     > >     > > > > > > > be
> >     > >     > > > > > > > > >     > happening?
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > Thanks
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > El mié.,
> >     > > 5 feb.
> >     > >     > > > 2020 a
> >     > >     > > > > > las
> >     > >     > > > > > > > > > 16:53,
> >     > >     > > > > > > > > >     > Piotr
> >     > >     > > > > > > > > >     > >     >>> Zarzycki
> >     > >     > > > > > > > > >     > >     >>> > (<
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >     > >     > > > > > piotrzarzycki21@gmail.com
> >     > >     > > > > > > >)
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >     > escribió:
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >
> >     > Exactly
> >     > > and I
> >     > >     > > can
> >     > >     > > > > > > confirm
> >     > >     > > > > > > > > > that mxmlc
> >     > >     > > > > > > > > >     > > is in
> >     > >     > > > > > > > > >     > >     >>> > place.
> >     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >
> >     > >     > > > > > > > > >     > >     >>> > >     >
> >     > >     > > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > > >
> >     > >     > > > > > > --
> >     > >     > > > > > > Carlos Rovira
> >     > >     > > > > > > http://about.me/carlosrovira
> >     > >     > > > > > >
> >     > >     > > > > >
> >     > >     > > > > >
> >     > >     > > > > > --
> >     > >     > > > > >
> >     > >     > > > > > Piotr Zarzycki
> >     > >     > > > > >
> >     > >     > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >     > >     > > > > > <https://www.patreon.com/piotrzarzycki>*
> >     > >     > > > > >
> >     > >     > > > >
> >     > >     > > > >
> >     > >     > > > > --
> >     > >     > > > > Carlos Rovira
> >     > >     > > > > http://about.me/carlosrovira
> >     > >     > > > >
> >     > >     > > >
> >     > >     > > >
> >     > >     > > > --
> >     > >     > > >
> >     > >     > > > Piotr Zarzycki
> >     > >     > > >
> >     > >     > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >     > >     > > > <https://www.patreon.com/piotrzarzycki>*
> >     > >     > > >
> >     > >     > >
> >     > >     > >
> >     > >     > > --
> >     > >     > > Carlos Rovira
> >     > >     > > http://about.me/carlosrovira
> >     > >     > >
> >     > >     >
> >     > >     >
> >     > >     > --
> >     > >     >
> >     > >     > Piotr Zarzycki
> >     > >     >
> >     > >     > Patreon: *https://www.patreon.com/piotrzarzycki
> >     > >     > <https://www.patreon.com/piotrzarzycki>*
> >     > >     >
> >     > >
> >     > >
> >     > >     --
> >     > >     Carlos Rovira
> >     > >     http://about.me/carlosrovira
> >     > >
> >     > >
> >     > >
> >     >
> >     > --
> >     > Carlos Rovira
> >     > http://about.me/carlosrovira
> >     >
> >
> >
> >     --
> >
> >     Piotr Zarzycki
> >
> >     Patreon: *https://www.patreon.com/piotrzarzycki
> >     <https://www.patreon.com/piotrzarzycki>*
> >
> >
> >
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Carlos,

One question to Moonshine. Where do you have configured your SDK. In menu
File -> Settings -> Default SDK or in right click on the project Settings
-> Build Options ?

It shouldn't be any difference but I just wanted to know.

Thanks,
Piotr

czw., 26 mar 2020 o 19:21 Christofer Dutz <ch...@c-ware.de>
napisał(a):

> Hi all,
>
> well it's probably easy to fix if someone tells me what the difference is.
>
> Chris
>
>
> Am 26.03.20, 19:15 schrieb "Piotr Zarzycki" <pi...@gmail.com>:
>
>     Hi Carlos,
>
>     No you don't need to configure anything in Moonshine TDJ project, it
> should
>     build with SDK right away - Remember I didn't try Maven SDK
> distribution
>     with TDJ - I did try only with hello world, so your problem indicates
> that
>     there is something which is missing.
>
>     ${royalelib} -> This should be filled automatically by I'm not sure
>     Language server ? Maybe Josh can shed some light I don't remember who
>     filled that part, for sure not Moonshine itself. I do remember there
> were
>     discussion about that variable on mailing list. :)
>
>     Thanks,
>     Piotr
>
>     czw., 26 mar 2020 o 19:09 Carlos Rovira <ca...@apache.org>
>     napisał(a):
>
>     > Hi Chris,
>     >
>     > not sure is a problem of the Maven sdk since the same is working in
> VSCode
>     >
>     > The offending line is:
>     >
>     > The error is: command line Error: unable to open
>     > '/themes/JewelTheme/src/main/resources/defaults.css'.
>     >
>     > The config in Moonshine is in TourDejewel.as3proj has this:
>     >
>     > <option
>     >
>     >
> additional="-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     > -html-template=src/main/resources/jewel-example-index-template.html
>     > -js-dynamic-access-unknown-members=true"/>
>     >
>     > So don't know how ${royalelib} is worked in Moonshine. Maybe is
> something I
>     > don't have configured yet in Moonshine
>     >
>     > @Piotr, could you let me know if is something that I need to
> configure? can
>     > you try to compile TDJ with Moonshine and the maven distribution too?
>     >
>     > The full output for the record is:
>     >
>     >
>     > : Compiling TourDeJewel
>     > : Command:
>     > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/bin/mxmlc"
>     > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
>     > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     > -html-template=src/main/resources/jewel-example-index-template.html
>     > -js-dynamic-access-unknown-members=true -debug=true -o
> bin-debug/App.swf
>     > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > : Sending to mxmlc: export
>     >
> ROYALE_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven;export
>     > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en"; export
>     >
>     >
> ROYALE_SWF_COMPILER_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven&&
>     >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>     > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
>     > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     > -html-template=src/main/resources/jewel-example-index-template.html
>     > -js-dynamic-access-unknown-members=true -debug=true -o
> bin-debug/App.swf
>     > -compiler.targets=SWF
>     > : Using Royale Compiler codebase:
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/../..
>     > : Using Royale SDK:
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > : MXMLJSC
>     > :
>     >
>     >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
>     > :
>     >
>     >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
>     > : -load-config+=obj/TourDeJewelConfig.xml
>     > : -optimize=false
>     > : -theme=/themes/JewelTheme/src/main/resources/defaults.css
>     > : -html-template=src/main/resources/jewel-example-index-template.html
>     > : -js-dynamic-access-unknown-members=true
>     > : -debug=true
>     > : -o
>     > : bin-debug/App.swf
>     > : -compiler.targets=SWF
>     > : command line Error: unable to open
>     > '/themes/JewelTheme/src/main/resources/defaults.css'.
>     > : 0.676110556 seconds
>     > : Compilation of TourDeJewel finished.
>     >
>     >
>     > El jue., 26 mar. 2020 a las 18:20, Christofer Dutz (<
>     > christofer.dutz@c-ware.de>) escribió:
>     >
>     > > Hi all,
>     > >
>     > > Good to know it's now working.
>     > >
>     > > So what is still the difference between the Maven and the Ant
>     > distribution?
>     > >
>     > > I'm asking cause I would love to make the maven distribution match
> the
>     > Ant
>     > > version and just use the one Maven created in the future.
>     > >
>     > > Chris
>     > >
>     > >
>     > > Am 26.03.20, 17:58 schrieb "Carlos Rovira" <
> carlosrovira@apache.org>:
>     > >
>     > >     Hi Piotr,
>     > >
>     > >     just downloaded latest nightly and could finally compile the
> TDJ.
>     > >     Is failing due to some config issue, but that's an issue to
> solve in
>     > > TDJ
>     > >     config
>     > >     Congrats y think I can at last use Moonshine and explore it! :)
>     > >
>     > >
>     > >
>     > >     El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
>     > >     piotrzarzycki21@gmail.com>) escribió:
>     > >
>     > >     > Hi Carlos,
>     > >     >
>     > >     > Colleague from the Team was able to reproduce your problem
> with
>     > > "Build
>     > >     > Project". It looks like he fixed that - you can download
> Nightly
>     > > Build of
>     > >     > Moonshine and check.
>     > >     >
>     > >     > Thanks,
>     > >     > Piotr
>     > >     >
>     > >     > pon., 23 mar 2020 o 15:10 Carlos Rovira <
> carlosrovira@apache.org>
>     > >     > napisał(a):
>     > >     >
>     > >     > > Yeah, hope someone on your team could know where we can
> start
>     > > looking :)
>     > >     > > thanks!
>     > >     > > Carlos
>     > >     > >
>     > >     > > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
>     > >     > > piotrzarzycki21@gmail.com>) escribió:
>     > >     > >
>     > >     > > > Next is reproduce your problem with Moonshine. ;)
>     > >     > > >
>     > >     > > > pon., 23 mar 2020 o 15:02 Carlos Rovira <
>     > carlosrovira@apache.org
>     > > >
>     > >     > > > napisał(a):
>     > >     > > >
>     > >     > > > > Very cool Piotr!
>     > >     > > > > seems we finally has Maven distribution sdk working! :)
>     > >     > > > >
>     > >     > > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
>     > >     > > > > piotrzarzycki21@gmail.com>) escribió:
>     > >     > > > >
>     > >     > > > > > Hi Guys,
>     > >     > > > > >
>     > >     > > > > > I just checked Maven Distribution with Moonshine and
> I was
>     > > able to
>     > >     > > > build
>     > >     > > > > > Jewel Hello World and TourDeJewel. :)
>     > >     > > > > >
>     > >     > > > > > Thanks,
>     > >     > > > > > Piotr
>     > >     > > > > >
>     > >     > > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <
>     > > carlosrovira@apache.org
>     > >     > >
>     > >     > > > > > napisał(a):
>     > >     > > > > >
>     > >     > > > > > > Hi Piotr,
>     > >     > > > > > >
>     > >     > > > > > > nothing happens or log is printed in the console,
> is like
>     > > if I
>     > >     > > didn't
>     > >     > > > > > push
>     > >     > > > > > > the menu button.
>     > >     > > > > > > I ensured that I have the SDK setup, maybe
> something more
>     > > is
>     > >     > > needed,
>     > >     > > > > and
>     > >     > > > > > > I'm missing something.
>     > >     > > > > > > As well I understand that "Project > Build
> Project" is
>     > the
>     > > right
>     > >     > > > option
>     > >     > > > > > in
>     > >     > > > > > > the menu to push
>     > >     > > > > > >
>     > >     > > > > > > Thanks
>     > >     > > > > > >
>     > >     > > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki
> (<
>     > >     > > > > > > piotrzarzycki21@gmail.com>) escribió:
>     > >     > > > > > >
>     > >     > > > > > > > Carlos,
>     > >     > > > > > > >
>     > >     > > > > > > > By saying that nothing happens - you don't get
> any
>     > > information
>     > >     > on
>     > >     > > > the
>     > >     > > > > > > > console at all?
>     > >     > > > > > > >
>     > >     > > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
>     > >     > > > carlosrovira@apache.org
>     > >     > > > > >
>     > >     > > > > > > > wrote:
>     > >     > > > > > > >
>     > >     > > > > > > > > Hi Chris and Piotr,
>     > >     > > > > > > > >
>     > >     > > > > > > > > I was having the same issue. After latest PR
> from
>     > > Chris, I
>     > >     > can
>     > >     > > > > > confirm
>     > >     > > > > > > is
>     > >     > > > > > > > > working ok :)
>     > >     > > > > > > > > Piotr, please, a last attempt. I think you'll
> get
>     > > working
>     > >     > right
>     > >     > > > now
>     > >     > > > > > > from
>     > >     > > > > > > > > Moonshine.
>     > >     > > > > > > > >
>     > >     > > > > > > > > As well I'm curious about how to build with
> IDE in
>     > > Moonshine,
>     > >     > > or
>     > >     > > > > why
>     > >     > > > > > > > >  Project > Build Project is not working for me
>     > >     > > > > > > > > something I must have into account?
>     > >     > > > > > > > >
>     > >     > > > > > > > > Thanks
>     > >     > > > > > > > >
>     > >     > > > > > > > > Carlos
>     > >     > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer
> Dutz (<
>     > >     > > > > > > > > christofer.dutz@c-ware.de>) escribió:
>     > >     > > > > > > > >
>     > >     > > > > > > > > > Yeah ... sorry for that.
>     > >     > > > > > > > > >
>     > >     > > > > > > > > > I noticed that I took care of the "SNAPSHOT"
>     > instead
>     > > of the
>     > >     > > > > > > Timestamp,
>     > >     > > > > > > > > but
>     > >     > > > > > > > > > I forgot to add the classifier ... will be
> in the
>     > > next PR.
>     > >     > > > > > > > > > Can you confirm that now the files have a
>     > "SNAPSHOT"
>     > >     > instead
>     > >     > > of
>     > >     > > > > the
>     > >     > > > > > > > > > Timestamp?
>     > >     > > > > > > > > >
>     > >     > > > > > > > > > Chris
>     > >     > > > > > > > > >
>     > >     > > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
>     > >     > > > > > > > piotrzarzycki21@gmail.com
>     > >     > > > > > > > > >:
>     > >     > > > > > > > > >
>     > >     > > > > > > > > >     Hi Chris,
>     > >     > > > > > > > > >
>     > >     > > > > > > > > >     Nothing changed I have exactly same
> issue after
>     > > pulling
>     > >     > > all
>     > >     > > > > > > changes
>     > >     > > > > > > > > and
>     > >     > > > > > > > > >     rebuilding sdk.
>     > >     > > > > > > > > >
>     > >     > > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos
> Rovira <
>     > >     > > > > > > carlosrovira@apache.org
>     > >     > > > > > > > >
>     > >     > > > > > > > > >     napisał(a):
>     > >     > > > > > > > > >
>     > >     > > > > > > > > >     > Hi,
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >     > Many thanks for the fix Chris.
>     > >     > > > > > > > > >     > Piotr, can you try again and confirm
> if all
>     > is
>     > > ok
>     > >     > now?
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >     > thanks
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47,
> Christofer
>     > > Dutz (<
>     > >     > > > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >     > > Hi Piotr,
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > > I had a look and you are right ...
> even if
>     > > this
>     > >     > only
>     > >     > > > > seems
>     > >     > > > > > to
>     > >     > > > > > > > > > happen if
>     > >     > > > > > > > > >     > > you haven't built the typedefs on
> your
>     > > machine that
>     > >     > > day
>     > >     > > > > > > before
>     > >     > > > > > > > > > building
>     > >     > > > > > > > > >     > the
>     > >     > > > > > > > > >     > > distribution. I just pushed a PR that
>     > should
>     > > fix
>     > >     > > this.
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > > Chris
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr
>     > Zarzycki" <
>     > >     > > > > > > > > > piotrzarzycki21@gmail.com
>     > >     > > > > > > > > >     > >:
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     Hi Carlos,
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     I've just build royale-asjs with
>     > > following
>     > >     > > command:
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     mvn clean install -P
>     > >     > > > > > > > > with-distribution,option-with-sass-compile
>     > >     > > > > > > > > >     > >     -DdistributionTargetFolder=path
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     Created new Royale Jewel project
> with
>     > > latest
>     > >     > > > nightly
>     > >     > > > > > non
>     > >     > > > > > > > > > sandbox
>     > >     > > > > > > > > >     > build
>     > >     > > > > > > > > >     > > of
>     > >     > > > > > > > > >     > >     Moonshine and I got following
> result
>     > > during
>     > >     > build
>     > >     > > > [1]
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     [1]
> https://paste.apache.org/u5j0a
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     Thanks,
>     > >     > > > > > > > > >     > >     Piotr
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos
>     > Rovira <
>     > >     > > > > > > > > > carlosrovira@apache.org>
>     > >     > > > > > > > > >     > >     napisał(a):
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     > >     > Hi Piotr,
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > Chris, just made maven
> distribution
>     > > mxmlc and
>     > >     > > > compc
>     > >     > > > > > > > > > executables.
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >    - I test and VSCode works
> fine
>     > >     > > > > > > > > >     > >     >    - command line worked too
> [1]
>     > >     > > > > > > > > >     > >     >    - Moonshine:  I couldn't
> launch a
>     > >     > > compilation
>     > >     > > > > with
>     > >     > > > > > > > SDK.
>     > >     > > > > > > > > > Just
>     > >     > > > > > > > > >     > > upgrade
>     > >     > > > > > > > > >     > >     >    to latest version as
> Moonshine
>     > > requested
>     > >     > > me. I
>     > >     > > > > > have
>     > >     > > > > > > > the
>     > >     > > > > > > > > > SDK
>     > >     > > > > > > > > >     > > configured to
>     > >     > > > > > > > > >     > >     >    the distribution created
> with
>     > > Maven. Then
>     > >     > > with
>     > >     > > > > TDJ
>     > >     > > > > > > > > project
>     > >     > > > > > > > > >     > loaded
>     > >     > > > > > > > > >     > > when to
>     > >     > > > > > > > > >     > >     >    Project > Build Project, but
>     > > nothings
>     > >     > happen
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > So just need to see how to
> check
>     > > Moonshine so
>     > >     > > we
>     > >     > > > > can
>     > >     > > > > > > > check
>     > >     > > > > > > > > > Maven
>     > >     > > > > > > > > >     > >     > distribution is completed at
> last. I
>     > > want to
>     > >     > > have
>     > >     > > > > > that
>     > >     > > > > > > > for
>     > >     > > > > > > > > > this
>     > >     > > > > > > > > >     > > release
>     > >     > > > > > > > > >     > >     > 0.9.7
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > Thanks
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > Carlos
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > [1] output in command line for
> Tour
>     > de
>     > > Jewel:
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel
> carlosrovira$
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > >
>     > >     > > > >
>     > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > >     > > > > > > > > >     > >     >
>     > -load-config+=obj/TourDeJewelConfig.xml
>     > >     > > > -debug=true
>     > >     > > > > > > > > >     > -source-map=true
>     > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > >
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel
> carlosrovira$
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > >
>     > >     > > > >
>     > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > >     > > > > > > > > >     > >     >
>     > -load-config+=obj/TourDeJewelConfig.xml
>     > >     > > > -debug=true
>     > >     > > > > > > > > >     > -source-map=true
>     > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > Using Royale Compiler codebase:
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > Using Royale SDK:
>     > >     > > > > > > > > >     > >
>     > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > MXMLJSC
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >
>     > -load-config+=obj/TourDeJewelConfig.xml
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > -debug=true
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > -source-map=true
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > The project 'App' has been
>     > successfully
>     > >     > > compiled.
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > 7.080432099 seconds
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     > El lun., 10 feb. 2020 a las
> 18:19,
>     > > Carlos
>     > >     > > Rovira
>     > >     > > > (<
>     > >     > > > > > > > > >     > > carlosrovira@apache.org>)
>     > >     > > > > > > > > >     > >     > escribió:
>     > >     > > > > > > > > >     > >     >
>     > >     > > > > > > > > >     > >     >> Ok Josh,
>     > >     > > > > > > > > >     > >     >> understood, will take into
> account
>     > as
>     > > I
>     > >     > check
>     > >     > > > > what's
>     > >     > > > > > > > going
>     > >     > > > > > > > > > on with
>     > >     > > > > > > > > >     > > latest
>     > >     > > > > > > > > >     > >     >> fails
>     > >     > > > > > > > > >     > >     >> thanks
>     > >     > > > > > > > > >     > >     >>
>     > >     > > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las
> 17:16,
>     > > Josh
>     > >     > > Tynjala
>     > >     > > > (<
>     > >     > > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>)
>     > escribió:
>     > >     > > > > > > > > >     > >     >>
>     > >     > > > > > > > > >     > >     >>> VSCode happens to run the
> JAR files
>     > >     > directly
>     > >     > > > with
>     > >     > > > > > > Java,
>     > >     > > > > > > > > and
>     > >     > > > > > > > > >     > > doesn't run
>     > >     > > > > > > > > >     > >     >>> anything in js/bin. If the
> contents
>     > > of
>     > >     > js/bin
>     > >     > > > do
>     > >     > > > > > not
>     > >     > > > > > > > have
>     > >     > > > > > > > > > the
>     > >     > > > > > > > > >     > > correct
>     > >     > > > > > > > > >     > >     >>> exectuable permissions, it
> wouldn't
>     > > affect
>     > >     > > > > VSCode.
>     > >     > > > > > > > > However,
>     > >     > > > > > > > > >     > fixing
>     > >     > > > > > > > > >     > > those
>     > >     > > > > > > > > >     > >     >>> permissions would still be a
>     > problem
>     > > that
>     > >     > > > should
>     > >     > > > > be
>     > >     > > > > > > > > > addressed to
>     > >     > > > > > > > > >     > > have a
>     > >     > > > > > > > > >     > >     >>> proper distribution.
> Moonshine is
>     > > not doing
>     > >     > > > > > anything
>     > >     > > > > > > > out
>     > >     > > > > > > > > > of the
>     > >     > > > > > > > > >     > > ordinary
>     > >     > > > > > > > > >     > >     >>> by
>     > >     > > > > > > > > >     > >     >>> running js/bin/mxmlc (and
> that's
>     > what
>     > >     > someone
>     > >     > > > > > > compiling
>     > >     > > > > > > > > > from the
>     > >     > > > > > > > > >     > > command
>     > >     > > > > > > > > >     > >     >>> line without Maven or Ant
> would use
>     > > too).
>     > >     > If
>     > >     > > > > > > anything,
>     > >     > > > > > > > > it's
>     > >     > > > > > > > > >     > VSCode
>     > >     > > > > > > > > >     > > that
>     > >     > > > > > > > > >     > >     >>> is
>     > >     > > > > > > > > >     > >     >>> not doing things in the
> ordinary
>     > way.
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >     >>> --
>     > >     > > > > > > > > >     > >     >>> Josh Tynjala
>     > >     > > > > > > > > >     > >     >>> Bowler Hat LLC <
>     > > https://bowlerhat.dev>
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at
> 12:48 AM
>     > > Carlos
>     > >     > > Rovira
>     > >     > > > <
>     > >     > > > > > > > > >     > > carlosrovira@apache.org>
>     > >     > > > > > > > > >     > >     >>> wrote:
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >     >>> > Hi,
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>> > @Piotr Zarzycki <
>     > >     > piotrzarzycki21@gmail.com
>     > >     > > >
>     > >     > > > I
>     > >     > > > > > was
>     > >     > > > > > > > over
>     > >     > > > > > > > > > the big
>     > >     > > > > > > > > >     > > button
>     > >     > > > > > > > > >     > >     >>> to
>     > >     > > > > > > > > >     > >     >>> > nightly builds, since you
> told me
>     > > to
>     > >     > > download
>     > >     > > > > > that.
>     > >     > > > > > > > So
>     > >     > > > > > > > > > from the
>     > >     > > > > > > > > >     > > big
>     > >     > > > > > > > > >     > >     >>> button
>     > >     > > > > > > > > >     > >     >>> > I choosed "other
> downloads" and
>     > > choosed
>     > >     > non
>     > >     > > > > > sandbox
>     > >     > > > > > > > > one.
>     > >     > > > > > > > > > Both
>     > >     > > > > > > > > >     > > url goes
>     > >     > > > > > > > > >     > >     >>> to
>     > >     > > > > > > > > >     > >     >>> > the same link:
>     > >     > > > Moonshine_Signed_NonSandbox.pkg
>     > >     > > > > > > > > >     > >     >>> > <
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>> > About the permissions: My
> guess
>     > is
>     > > that
>     > >     > is
>     > >     > > > > > > something
>     > >     > > > > > > > > > related to
>     > >     > > > > > > > > >     > >     >>> Moonshine,
>     > >     > > > > > > > > >     > >     >>> > not to user or maven, since
>     > VSCode
>     > > is
>     > >     > > dealing
>     > >     > > > > > with
>     > >     > > > > > > > the
>     > >     > > > > > > > > > same SDK
>     > >     > > > > > > > > >     > > without
>     > >     > > > > > > > > >     > >     >>> > complain. I can give
> permissions
>     > > to try
>     > >     > > this,
>     > >     > > > > > but I
>     > >     > > > > > > > > > suggest the
>     > >     > > > > > > > > >     > >     >>> moonshine
>     > >     > > > > > > > > >     > >     >>> > team could look to how
> VSCode
>     > work
>     > > with
>     > >     > > user
>     > >     > > > > > files
>     > >     > > > > > > > and
>     > >     > > > > > > > > > mimic
>     > >     > > > > > > > > >     > > that to
>     > >     > > > > > > > > >     > >     >>> > avoid this kind of problem.
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>> > Thanks
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a
> las 5:50,
>     > > Alex
>     > >     > > Harui
>     > >     > > > > > > > > >     > > (<aharui@adobe.com.invalid
>     > >     > > > > > > > > >     > >     >>> >)
>     > >     > > > > > > > > >     > >     >>> > escribió:
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>> > > IMO, the Maven commands
> that
>     > > build the
>     > >     > > > > > > Distribution
>     > >     > > > > > > > > SDK
>     > >     > > > > > > > > >     > should
>     > >     > > > > > > > > >     > >     >>> change the
>     > >     > > > > > > > > >     > >     >>> > > permissions.
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > > My 2 cents,
>     > >     > > > > > > > > >     > >     >>> > > -Alex
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM,
> "Piotr
>     > > Zarzycki" <
>     > >     > > > > > > > > >     > > piotrzarzycki21@gmail.com>
>     > >     > > > > > > > > >     > >     >>> > wrote:
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > >     Permission to
> "mxmlc" file
>     > > in SDK.
>     > >     > -
>     > >     > > > You
>     > >     > > > > > have
>     > >     > > > > > > > to
>     > >     > > > > > > > > > add
>     > >     > > > > > > > > >     > > permission
>     > >     > > > > > > > > >     > >     >>> for
>     > >     > > > > > > > > >     > >     >>> > > usage
>     > >     > > > > > > > > >     > >     >>> > >     manually to that
> file.
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > >     I will explain you
> more on
>     > > Monday
>     > >     > if
>     > >     > > > you
>     > >     > > > > > > won't
>     > >     > > > > > > > > > figure it
>     > >     > > > > > > > > >     > > out your
>     > >     > > > > > > > > >     > >     >>> > self,
>     > >     > > > > > > > > >     > >     >>> > >     what is all about.
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > >     You can literally
> paste in
>     > > Google
>     > >     > > last
>     > >     > > > > > > sentence
>     > >     > > > > > > > > > from
>     > >     > > > > > > > > >     > stack
>     > >     > > > > > > > > >     > > trace
>     > >     > > > > > > > > >     > >     >>> > error
>     > >     > > > > > > > > >     > >     >>> > > and
>     > >     > > > > > > > > >     > >     >>> > >     add: How to add
> permission
>     > > to file
>     > >     > on
>     > >     > > > > Mac.
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020,
> 7:09
>     > PM
>     > > Carlos
>     > >     > > > > Rovira
>     > >     > > > > > <
>     > >     > > > > > > > > >     > >     >>> carlosrovira@apache.org>
>     > >     > > > > > > > > >     > >     >>> > > wrote:
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> > >     > Hi Piotr,
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >     > but what kind of
>     > > permission? to
>     > >     > the
>     > >     > > > > > > moonshine
>     > >     > > > > > > > > >     > executable?
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >     > El dom., 9 feb.
> 2020 a
>     > las
>     > > 17:49,
>     > >     > > > Piotr
>     > >     > > > > > > > > Zarzycki
>     > >     > > > > > > > > > (<
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > piotrzarzycki21@gmail.com
>     > > >)
>     > >     > > > > > > > > >     > >     >>> > >     > escribió:
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >     > > If you are using
> your
>     > > own SDK
>     > >     > > (not
>     > >     > > > > > > > downloaded
>     > >     > > > > > > > > > trough
>     > >     > > > > > > > > >     > >     >>> Moonshine
>     > >     > > > > > > > > >     > >     >>> > > getting
>     > >     > > > > > > > > >     > >     >>> > >     > > started) you
> have to
>     > add
>     > >     > > permission
>     > >     > > > > to
>     > >     > > > > > > > mxmlc
>     > >     > > > > > > > > > file.
>     > >     > > > > > > > > >     > > There is a
>     > >     > > > > > > > > >     > >     >>> > > command on
>     > >     > > > > > > > > >     > >     >>> > >     > > Mac chmod - try
> to
>     > > search using
>     > >     > > > that
>     > >     > > > > > > > command
>     > >     > > > > > > > > > on a
>     > >     > > > > > > > > >     > > Google.
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     > > Thanks,
>     > >     > > > > > > > > >     > >     >>> > >     > > Piotr
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9,
> 2020,
>     > > 5:29 PM
>     > >     > > Carlos
>     > >     > > > > > > Rovira
>     > >     > > > > > > > <
>     > >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
>     > >     > > > > > > > > >     > >     >>> > >     > > wrote:
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > Hi,
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > I installed
> latest
>     > > Moonshine
>     > >     > > > > nightly.
>     > >     > > > > > > > After
>     > >     > > > > > > > > >     > > configuring
>     > >     > > > > > > > > >     > >     >>> initial
>     > >     > > > > > > > > >     > >     >>> > > things
>     > >     > > > > > > > > >     > >     >>> > >     > > > loaded TDJ
> project.
>     > I'm
>     > >     > getting
>     > >     > > > > > > > Permission
>     > >     > > > > > > > > > denied:
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > : Moonshine
> IDE™
>     > 2.5.0
>     > >     > > > > > > > > >     > >     >>> > >     > > > : Copyright ©
>     > > Prominic.NET,
>     > >     > > Inc.
>     > >     > > > > All
>     > >     > > > > > > > rights
>     > >     > > > > > > > > >     > reserved.
>     > >     > > > > > > > > >     > >     >>> > >     > > > : Source code
> is
>     > under
>     > > Apache
>     > >     > > > > > License,
>     > >     > > > > > > > > > Version 2.0
>     > >     > > > > > > > > >     > >     >>> > >     > > > :
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>     > >     > > > > > > > > >     > >     >>> > >     > > > : Uses as3abc
> (LGPL),
>     > > as3swf
>     > >     > > > (MIT),
>     > >     > > > > > > fzip
>     > >     > > > > > > > > > (ZLIB),
>     > >     > > > > > > > > >     > > asblocks
>     > >     > > > > > > > > >     > >     >>> > (Apache
>     > >     > > > > > > > > >     > >     >>> > >     > License
>     > >     > > > > > > > > >     > >     >>> > >     > > > 2.0),
>     > >     > NativeApplicationUpdater
>     > >     > > > > (LGPL)
>     > >     > > > > > > > > >     > >     >>> > >     > > > : Running on
> Adobe
>     > AIR
>     > >     > > 28.0.0.125
>     > >     > > > > > > > > >     > >     >>> > >     > > > : Compiling
>     > TourDeJewel
>     > >     > > > > > > > > >     > >     >>> > >     > > > : SDK path:
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > >
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > >     > > > > > > > > >     > >     >>> > >     > > > : Sending to
> mxmlx:
>     > > export
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >
>     > >     > > > > >
>     > >     >
>     > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>     > >     > > > > > > > > >     > >     >>> > >     > &&
>     > >     > > > > > > > > >     > >     >>> > >     > > > export
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > SETUP_SH_VMARGS="-Duser.language=en
>     > >     > > > > > > > > >     > > -Duser.region=en" &&
>     > >     > > > > > > > > >     > >     >>> export
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >
>     > >     > > > > > >
>     > >     > > >
>     > >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > -load-config+=obj/TourDeJewelConfig.xml
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >
>     > >     > > > > >
>     > >     >
>     > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > >
>     > >     > > >
>     > > -html-template=src/main/resources/jewel-example-index-template.html
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > -js-dynamic-access-unknown-members=true
>     > >     > > > > > > > > >     > >     >>> > >
> -compiler.targets=JSRoyale
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>     > >     > > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >
>     > >     > > > > >
>     > >     >
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>     > >     > > > > > > > > >     > >     >>> > >     > > > Permission
> denied
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > How can I fix
> it?
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > Thanks
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > El jue., 6
> feb. 2020
>     > a
>     > > las
>     > >     > > 17:24,
>     > >     > > > > > Josh
>     > >     > > > > > > > > > Tynjala (<
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > > joshtynjala@bowlerhat.dev
>     > >     > > > > > > > > >     > >     >>> > >     > > > >)
>     > >     > > > > > > > > >     > >     >>> > >     > > > escribió:
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > Yeah, I
> don't see
>     > why
>     > >     > > Moonshine
>     > >     > > > > is
>     > >     > > > > > > > > > reporting
>     > >     > > > > > > > > >     > those
>     > >     > > > > > > > > >     > >     >>> errors,
>     > >     > > > > > > > > >     > >     >>> > but
>     > >     > > > > > > > > >     > >     >>> > > VSCode
>     > >     > > > > > > > > >     > >     >>> > >     > > > does
>     > >     > > > > > > > > >     > >     >>> > >     > > > > not. If
>     > > royale-config.xml
>     > >     > is
>     > >     > > > > > > > referencing
>     > >     > > > > > > > > > SWCs
>     > >     > > > > > > > > >     > that
>     > >     > > > > > > > > >     > > don't
>     > >     > > > > > > > > >     > >     >>> > > exist, that
>     > >     > > > > > > > > >     > >     >>> > >     > > > should
>     > >     > > > > > > > > >     > >     >>> > >     > > > > affect both
> IDEs.
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > Regardless,
> like
>     > you
>     > >     > > explained,
>     > >     > > > > the
>     > >     > > > > > > > same
>     > >     > > > > > > > > > issue
>     > >     > > > > > > > > >     > > should
>     > >     > > > > > > > > >     > >     >>> > > reproduce when
>     > >     > > > > > > > > >     > >     >>> > >     > > > > compiling
> from a
>     > > terminal
>     > >     > > > without
>     > >     > > > > > > > > > Moonshine.
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > --
>     > >     > > > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
>     > >     > > > > > > > > >     > >     >>> > >     > > > > Bowler Hat
> LLC <
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     > >     > > > > > > > > >     > >     >>> > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb
> 6, 2020
>     > > at 5:10
>     > >     > > AM
>     > >     > > > > > Piotr
>     > >     > > > > > > > > > Zarzycki <
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > > piotrzarzycki21@gmail.com
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > wrote:
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > Yeah it
> would be
>     > > pretty
>     > >     > > great
>     > >     > > > > if
>     > >     > > > > > > you
>     > >     > > > > > > > > > could
>     > >     > > > > > > > > >     > setup
>     > >     > > > > > > > > >     > >     >>> Moonshine,
>     > >     > > > > > > > > >     > >     >>> > > but you
>     > >     > > > > > > > > >     > >     >>> > >     > > > don't
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > have to do
> that
>     > > actually
>     > >     > to
>     > >     > > > > > > reproduce
>     > >     > > > > > > > > the
>     > >     > > > > > > > > >     > issue.
>     > >     > > > > > > > > >     > >     >>> Command
>     > >     > > > > > > > > >     > >     >>> > > which I
>     > >     > > > > > > > > >     > >     >>> > >     > have
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > pasted in
> this
>     > > thread can
>     > >     > > be
>     > >     > > > > copy
>     > >     > > > > > > and
>     > >     > > > > > > > > > used in
>     > >     > > > > > > > > >     > > Terminal
>     > >     > > > > > > > > >     > >     >>> with
>     > >     > > > > > > > > >     > >     >>> > > small
>     > >     > > > > > > > > >     > >     >>> > >     > > path
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
> adjustment. Try
>     > it
>     > > on any
>     > >     > > > > project
>     > >     > > > > > > you
>     > >     > > > > > > > > > have
>     > >     > > > > > > > > >     > using
>     > >     > > > > > > > > >     > >     >>> > > distribution build
>     > >     > > > > > > > > >     > >     >>> > >     > > and
>     > >     > > > > > > > > >     > >     >>> > >     > > > > for
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > sure you
> will get
>     > > the
>     > >     > > error.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > In case of
>     > > Moonshine we
>     > >     > > have
>     > >     > > > > > freez
>     > >     > > > > > > > code
>     > >     > > > > > > > > > for
>     > >     > > > > > > > > >     > > commits and
>     > >     > > > > > > > > >     > >     >>> > > prepare for
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > release,
> we have
>     > > some
>     > >     > > > internal
>     > >     > > > > > > > problems
>     > >     > > > > > > > > > with
>     > >     > > > > > > > > >     > > bamboo
>     > >     > > > > > > > > >     > >     >>> build -
>     > >     > > > > > > > > >     > >     >>> > > if it
>     > >     > > > > > > > > >     > >     >>> > >     > > will
>     > >     > > > > > > > > >     > >     >>> > >     > > > > get
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > resolved we
>     > should
>     > > have
>     > >     > > > release
>     > >     > > > > > > early
>     > >     > > > > > > > > > next
>     > >     > > > > > > > > >     > week.
>     > >     > > > > > > > > >     > > You
>     > >     > > > > > > > > >     > >     >>> can
>     > >     > > > > > > > > >     > >     >>> > > always try
>     > >     > > > > > > > > >     > >     >>> > >     > > > > Nightly
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > build.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > I'm really
>     > > surprised that
>     > >     > > > > VSCode
>     > >     > > > > > do
>     > >     > > > > > > > not
>     > >     > > > > > > > > >     > throwing
>     > >     > > > > > > > > >     > > the
>     > >     > > > > > > > > >     > >     >>> same
>     > >     > > > > > > > > >     > >     >>> > > error -
>     > >     > > > > > > > > >     > >     >>> > >     > > What
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > could be
> the case
>     > > Josh?
>     > >     > The
>     > >     > > > > only
>     > >     > > > > > > > > > difference is
>     > >     > > > > > > > > >     > > that we
>     > >     > > > > > > > > >     > >     >>> are
>     > >     > > > > > > > > >     > >     >>> > > using
>     > >     > > > > > > > > >     > >     >>> > >     > > mxmlc
>     > >     > > > > > > > > >     > >     >>> > >     > > > > file
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > and VSCode
> is
>     > > probably
>     > >     > > using
>     > >     > > > > jar
>     > >     > > > > > > > file,
>     > >     > > > > > > > > > but
>     > >     > > > > > > > > >     > >     >>> playerglobal.swc
>     > >     > > > > > > > > >     > >     >>> > > doesn't
>     > >     > > > > > > > > >     > >     >>> > >     > > > > exists
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > so both
> should
>     > > report
>     > >     > same
>     > >     > > > > issue.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > Thanks,
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > Piotr
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > czw., 6
> lut 2020
>     > o
>     > > 13:02
>     > >     > > > Carlos
>     > >     > > > > > > > Rovira
>     > >     > > > > > > > > <
>     > >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > napisał(a):
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > so I
> think
>     > > you're a bit
>     > >     > > > > closer
>     > >     > > > > > > (not
>     > >     > > > > > > > > > farther
>     > >     > > > > > > > > >     > > ;)),
>     > >     > > > > > > > > >     > >     >>> since
>     > >     > > > > > > > > >     > >     >>> > > compiler
>     > >     > > > > > > > > >     > >     >>> > >     > was
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > found.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > Now is a
> matter
>     > > to find
>     > >     > > > > what's
>     > >     > > > > > > > > missing.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > What's
> curious
>     > > for me
>     > >     > is
>     > >     > > > > VSCode
>     > >     > > > > > > > > > recognizes
>     > >     > > > > > > > > >     > but
>     > >     > > > > > > > > >     > >     >>> Moonshine
>     > >     > > > > > > > > >     > >     >>> > > not. I
>     > >     > > > > > > > > >     > >     >>> > >     > > think
>     > >     > > > > > > > > >     > >     >>> > >     > > > > the
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > problem
> is each
>     > > IDE is
>     > >     > > > > looking
>     > >     > > > > > at
>     > >     > > > > > > > > > different
>     > >     > > > > > > > > >     > > things to
>     > >     > > > > > > > > >     > >     >>> > > match a
>     > >     > > > > > > > > >     > >     >>> > >     > valid
>     > >     > > > > > > > > >     > >     >>> > >     > > > > SDK,
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > and
> maybe even
>     > > we could
>     > >     > > be
>     > >     > > > > > > setting
>     > >     > > > > > > > > > duplicate
>     > >     > > > > > > > > >     > >     >>> artifacts in
>     > >     > > > > > > > > >     > >     >>> > > the SDK
>     > >     > > > > > > > > >     > >     >>> > >     > > so
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > VSCode
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > finds
> all but
>     > > Moonshine
>     > >     > > > not.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > I'll be
> setup
>     > > Moonshine
>     > >     > > as
>     > >     > > > I
>     > >     > > > > > have
>     > >     > > > > > > > > time
>     > >     > > > > > > > > > to try
>     > >     > > > > > > > > >     > > it.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > I think
> you
>     > plan
>     > > to
>     > >     > > launch
>     > >     > > > a
>     > >     > > > > > new
>     > >     > > > > > > > one
>     > >     > > > > > > > > > soon
>     > >     > > > > > > > > >     > > right?
>     > >     > > > > > > > > >     > >     >>> should I
>     > >     > > > > > > > > >     > >     >>> > > wait
>     > >     > > > > > > > > >     > >     >>> > >     > for
>     > >     > > > > > > > > >     > >     >>> > >     > > > it?
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > Thanks
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > El jue.,
> 6 feb.
>     > > 2020 a
>     > >     > > las
>     > >     > > > > > 7:53,
>     > >     > > > > > > > > Piotr
>     > >     > > > > > > > > >     > > Zarzycki (<
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > piotrzarzycki21@gmail.com
>     > >     > > > >)
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > escribió:
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Hi
> Carlos,
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > I just
> tried
>     > > your
>     > >     > > changes
>     > >     > > > > and
>     > >     > > > > > > > I'm a
>     > >     > > > > > > > > > bit
>     > >     > > > > > > > > >     > > farther.
>     > >     > > > > > > > > >     > >     >>> Now
>     > >     > > > > > > > > >     > >     >>> > I'm
>     > >     > > > > > > > > >     > >     >>> > >     > getting
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > following
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> errors. It's
>     > > throwing
>     > >     > > > that
>     > >     > > > > > > errors
>     > >     > > > > > > > > > cause in
>     > >     > > > > > > > > >     > > JS only
>     > >     > > > > > > > > >     > >     >>> > > binaries
>     > >     > > > > > > > > >     > >     >>> > >     > > > prepared
>     > >     > > > > > > > > >     > >     >>> > >     > > > > by
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > ant
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > we
> have in
>     > > following
>     > >     > > > > location
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > >
>     > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
>     > >     > > > > > > > > >     > >     >>> > > fake
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > playerglobal.swc, so
>     > >     > > > > > > distribution
>     > >     > > > > > > > > > should
>     > >     > > > > > > > > >     > > probably
>     > >     > > > > > > > > >     > >     >>> have
>     > >     > > > > > > > > >     > >     >>> > > the
>     > >     > > > > > > > > >     > >     >>> > >     > same.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > >     > > > > > > > > >     > >     >>> > >     > > > -debug=true
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > -source-map=true
>     > >     > > > > > > > > >     > -compiler.targets=JSRoyale
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >
>     > >     > > > > >
>     > >     >
>     > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> Using
>     > > Royale
>     > >     > > Compiler
>     > >     > > > > > > > codebase:
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > >
>     > >     > > >
>     > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> Using
>     > > Royale SDK:
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > >
>     > >     > > >
>     > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> MXMLJSC
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > >
>     > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > -debug=true
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > -source-map=true
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > -compiler.targets=JSRoyale
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > >
>     > >     > > >
>     > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col:
> 0
>     > Error:
>     > >     > unable
>     > >     > > to
>     > >     > > > > > open
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> (line: 74)
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > >  </external-library-path>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col:
> 0
>     > Error:
>     > >     > unable
>     > >     > > to
>     > >     > > > > > open
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> (line: 81)
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > >  </js-external-library-path>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col:
> 0
>     > Error:
>     > >     > unable
>     > >     > > to
>     > >     > > > > > open
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> (line: 81)
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > >  </js-external-library-path>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col:
> 0
>     > Error:
>     > >     > unable
>     > >     > > to
>     > >     > > > > > open
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> (line: 99)
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >     > >  </library-path>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > 1.034449561
>     > >     > seconds
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > czw.,
> 6 lut
>     > > 2020 o
>     > >     > > 00:43
>     > >     > > > > > Carlos
>     > >     > > > > > > > > > Rovira <
>     > >     > > > > > > > > >     > >     >>> > >     >
> carlosrovira@apache.org>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> napisał(a):
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> Thanks Josh
>     > > for
>     > >     > > > pointing
>     > >     > > > > > that
>     > >     > > > > > > > out
>     > >     > > > > > > > > > I think
>     > >     > > > > > > > > >     > > I got
>     > >     > > > > > > > > >     > >     >>> it.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> @Piotr
>     > > Zarzycki <
>     > >     > > > > > > > > >     > piotrzarzycki21@gmail.com
>     > >     > > > > > > > > >     > > >
>     > >     > > > > > > > > >     > >     >>> please
>     > >     > > > > > > > > >     > >     >>> > > try with
>     > >     > > > > > > > > >     > >     >>> > >     > my
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > latest
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> commit. I
>     > > couldn't
>     > >     > > test
>     > >     > > > > > > myself,
>     > >     > > > > > > > > > but I
>     > >     > > > > > > > > >     > > think it
>     > >     > > > > > > > > >     > >     >>> should
>     > >     > > > > > > > > >     > >     >>> > > work
>     > >     > > > > > > > > >     > >     >>> > >     > now
>     > >     > > > > > > > > >     > >     >>> > >     > > > for
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> Moonshine.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> VSCode
>     > still
>     > > work
>     > >     > > with
>     > >     > > > > this
>     > >     > > > > > > > > > changes.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> Thanks
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> Carlos
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > El
> mié., 5
>     > > feb.
>     > >     > 2020
>     > >     > > a
>     > >     > > > > las
>     > >     > > > > > > > 19:43,
>     > >     > > > > > > > > > Josh
>     > >     > > > > > > > > >     > > Tynjala (<
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > joshtynjala@bowlerhat.dev
>     > >     > > > > >)
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> escribió:
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> If
> I had
>     > to
>     > > guess,
>     > >     > > > this
>     > >     > > > > > > > > classpath
>     > >     > > > > > > > > > is
>     > >     > > > > > > > > >     > > wrong:
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > <Class-Path>args4j.jar
>     > >     > > > > > > > > > org.json.jar
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > Class-Path>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > >
>     > >     > > > > > > > > >     > >     >>> > >     > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> I
> think
>     > > that the
>     > >     > > names
>     > >     > > > > of
>     > >     > > > > > > > those
>     > >     > > > > > > > > > JAR
>     > >     > > > > > > > > >     > files
>     > >     > > > > > > > > >     > > all
>     > >     > > > > > > > > >     > >     >>> > include
>     > >     > > > > > > > > >     > >     >>> > > a
>     > >     > > > > > > > > >     > >     >>> > >     > > version
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > number
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > in
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> the
> Maven
>     > >     > > > distribution.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> --
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Josh
>     > Tynjala
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> Bowler Hat
>     > > LLC <
>     > >     > > > > > > > > >     > >     >>> > >
>     > >     > > > > > > > > >     > >     >>> >
>     > >     > > > > > > > > >     > >     >>>
>     > >     > > > > > > > > >     > >
>     > >     > > > > > > > > >     >
>     > >     > > > > > > > > >
>     > >     > > > > > > > >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > >
>     > >     > > >
>     > >     > >
>     > >     >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     > >     > > > > > > > > >     > >     >>> > > >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> On
> Wed,
>     > Feb
>     > > 5,
>     > >     > 2020
>     > >     > > at
>     > >     > > > > > 10:17
>     > >     > > > > > > > AM
>     > >     > > > > > > > > > Carlos
>     > >     > > > > > > > > >     > > Rovira <
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > >     > carlosrovira@apache.org>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> wrote:
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > ok
>     > didn't
>     > >     > notice.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> So maybe
>     > > is a
>     > >     > > > > classpath
>     > >     > > > > > > > > problem?
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> It's
>     > > clear that
>     > >     > > > VSCode
>     > >     > > > > > > goes
>     > >     > > > > > > > to
>     > >     > > > > > > > > > the
>     > >     > > > > > > > > >     > same
>     > >     > > > > > > > > >     > > place
>     > >     > > > > > > > > >     > >     >>> and
>     > >     > > > > > > > > >     > >     >>> > > find it
>     > >     > > > > > > > > >     > >     >>> > >     > > > since
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> is a
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> dummy
>     > jar
>     > > that
>     > >     > has
>     > >     > > > > > exactly
>     > >     > > > > > > > > that
>     > >     > > > > > > > > > class,
>     > >     > > > > > > > > >     > > but
>     > >     > > > > > > > > >     > >     >>> > > Moonshine goes
>     > >     > > > > > > > > >     > >     >>> > >     > > and
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > didn't
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> find
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> it.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> If not
>     > > any clue
>     > >     > > what
>     > >     > > > > > could
>     > >     > > > > > > > be
>     > >     > > > > > > > > >     > happening?
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> Thanks
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> El mié.,
>     > > 5 feb.
>     > >     > > > 2020 a
>     > >     > > > > > las
>     > >     > > > > > > > > > 16:53,
>     > >     > > > > > > > > >     > Piotr
>     > >     > > > > > > > > >     > >     >>> Zarzycki
>     > >     > > > > > > > > >     > >     >>> > (<
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
>     > >     > > > > > piotrzarzycki21@gmail.com
>     > >     > > > > > > >)
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
>     > escribió:
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
>     > Exactly
>     > > and I
>     > >     > > can
>     > >     > > > > > > confirm
>     > >     > > > > > > > > > that mxmlc
>     > >     > > > > > > > > >     > > is in
>     > >     > > > > > > > > >     > >     >>> > place.
>     > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
>     > >     > > > > > > > > >     > >     >>> > >     >
>     > >     > > > > > > >
>     > >     > > > > > >
>     > >     > > > > > >
>     > >     > > > > > > --
>     > >     > > > > > > Carlos Rovira
>     > >     > > > > > > http://about.me/carlosrovira
>     > >     > > > > > >
>     > >     > > > > >
>     > >     > > > > >
>     > >     > > > > > --
>     > >     > > > > >
>     > >     > > > > > Piotr Zarzycki
>     > >     > > > > >
>     > >     > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
>     > >     > > > > > <https://www.patreon.com/piotrzarzycki>*
>     > >     > > > > >
>     > >     > > > >
>     > >     > > > >
>     > >     > > > > --
>     > >     > > > > Carlos Rovira
>     > >     > > > > http://about.me/carlosrovira
>     > >     > > > >
>     > >     > > >
>     > >     > > >
>     > >     > > > --
>     > >     > > >
>     > >     > > > Piotr Zarzycki
>     > >     > > >
>     > >     > > > Patreon: *https://www.patreon.com/piotrzarzycki
>     > >     > > > <https://www.patreon.com/piotrzarzycki>*
>     > >     > > >
>     > >     > >
>     > >     > >
>     > >     > > --
>     > >     > > Carlos Rovira
>     > >     > > http://about.me/carlosrovira
>     > >     > >
>     > >     >
>     > >     >
>     > >     > --
>     > >     >
>     > >     > Piotr Zarzycki
>     > >     >
>     > >     > Patreon: *https://www.patreon.com/piotrzarzycki
>     > >     > <https://www.patreon.com/piotrzarzycki>*
>     > >     >
>     > >
>     > >
>     > >     --
>     > >     Carlos Rovira
>     > >     http://about.me/carlosrovira
>     > >
>     > >
>     > >
>     >
>     > --
>     > Carlos Rovira
>     > http://about.me/carlosrovira
>     >
>
>
>     --
>
>     Piotr Zarzycki
>
>     Patreon: *https://www.patreon.com/piotrzarzycki
>     <https://www.patreon.com/piotrzarzycki>*
>
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi all,

well it's probably easy to fix if someone tells me what the difference is.

Chris


Am 26.03.20, 19:15 schrieb "Piotr Zarzycki" <pi...@gmail.com>:

    Hi Carlos,
    
    No you don't need to configure anything in Moonshine TDJ project, it should
    build with SDK right away - Remember I didn't try Maven SDK distribution
    with TDJ - I did try only with hello world, so your problem indicates that
    there is something which is missing.
    
    ${royalelib} -> This should be filled automatically by I'm not sure
    Language server ? Maybe Josh can shed some light I don't remember who
    filled that part, for sure not Moonshine itself. I do remember there were
    discussion about that variable on mailing list. :)
    
    Thanks,
    Piotr
    
    czw., 26 mar 2020 o 19:09 Carlos Rovira <ca...@apache.org>
    napisał(a):
    
    > Hi Chris,
    >
    > not sure is a problem of the Maven sdk since the same is working in VSCode
    >
    > The offending line is:
    >
    > The error is: command line Error: unable to open
    > '/themes/JewelTheme/src/main/resources/defaults.css'.
    >
    > The config in Moonshine is in TourDejewel.as3proj has this:
    >
    > <option
    >
    > additional="-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    > -html-template=src/main/resources/jewel-example-index-template.html
    > -js-dynamic-access-unknown-members=true"/>
    >
    > So don't know how ${royalelib} is worked in Moonshine. Maybe is something I
    > don't have configured yet in Moonshine
    >
    > @Piotr, could you let me know if is something that I need to configure? can
    > you try to compile TDJ with Moonshine and the maven distribution too?
    >
    > The full output for the record is:
    >
    >
    > : Compiling TourDeJewel
    > : Command:
    > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/bin/mxmlc"
    > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
    > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    > -html-template=src/main/resources/jewel-example-index-template.html
    > -js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
    > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > : Sending to mxmlc: export
    > ROYALE_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven;export
    > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en"; export
    >
    > ROYALE_SWF_COMPILER_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven&&
    > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
    > -load-config+=obj/TourDeJewelConfig.xml -optimize=false
    > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    > -html-template=src/main/resources/jewel-example-index-template.html
    > -js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
    > -compiler.targets=SWF
    > : Using Royale Compiler codebase:
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/../..
    > : Using Royale SDK: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > : MXMLJSC
    > :
    >
    > +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
    > :
    >
    > -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
    > : -load-config+=obj/TourDeJewelConfig.xml
    > : -optimize=false
    > : -theme=/themes/JewelTheme/src/main/resources/defaults.css
    > : -html-template=src/main/resources/jewel-example-index-template.html
    > : -js-dynamic-access-unknown-members=true
    > : -debug=true
    > : -o
    > : bin-debug/App.swf
    > : -compiler.targets=SWF
    > : command line Error: unable to open
    > '/themes/JewelTheme/src/main/resources/defaults.css'.
    > : 0.676110556 seconds
    > : Compilation of TourDeJewel finished.
    >
    >
    > El jue., 26 mar. 2020 a las 18:20, Christofer Dutz (<
    > christofer.dutz@c-ware.de>) escribió:
    >
    > > Hi all,
    > >
    > > Good to know it's now working.
    > >
    > > So what is still the difference between the Maven and the Ant
    > distribution?
    > >
    > > I'm asking cause I would love to make the maven distribution match the
    > Ant
    > > version and just use the one Maven created in the future.
    > >
    > > Chris
    > >
    > >
    > > Am 26.03.20, 17:58 schrieb "Carlos Rovira" <ca...@apache.org>:
    > >
    > >     Hi Piotr,
    > >
    > >     just downloaded latest nightly and could finally compile the TDJ.
    > >     Is failing due to some config issue, but that's an issue to solve in
    > > TDJ
    > >     config
    > >     Congrats y think I can at last use Moonshine and explore it! :)
    > >
    > >
    > >
    > >     El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
    > >     piotrzarzycki21@gmail.com>) escribió:
    > >
    > >     > Hi Carlos,
    > >     >
    > >     > Colleague from the Team was able to reproduce your problem with
    > > "Build
    > >     > Project". It looks like he fixed that - you can download Nightly
    > > Build of
    > >     > Moonshine and check.
    > >     >
    > >     > Thanks,
    > >     > Piotr
    > >     >
    > >     > pon., 23 mar 2020 o 15:10 Carlos Rovira <ca...@apache.org>
    > >     > napisał(a):
    > >     >
    > >     > > Yeah, hope someone on your team could know where we can start
    > > looking :)
    > >     > > thanks!
    > >     > > Carlos
    > >     > >
    > >     > > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
    > >     > > piotrzarzycki21@gmail.com>) escribió:
    > >     > >
    > >     > > > Next is reproduce your problem with Moonshine. ;)
    > >     > > >
    > >     > > > pon., 23 mar 2020 o 15:02 Carlos Rovira <
    > carlosrovira@apache.org
    > > >
    > >     > > > napisał(a):
    > >     > > >
    > >     > > > > Very cool Piotr!
    > >     > > > > seems we finally has Maven distribution sdk working! :)
    > >     > > > >
    > >     > > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
    > >     > > > > piotrzarzycki21@gmail.com>) escribió:
    > >     > > > >
    > >     > > > > > Hi Guys,
    > >     > > > > >
    > >     > > > > > I just checked Maven Distribution with Moonshine and I was
    > > able to
    > >     > > > build
    > >     > > > > > Jewel Hello World and TourDeJewel. :)
    > >     > > > > >
    > >     > > > > > Thanks,
    > >     > > > > > Piotr
    > >     > > > > >
    > >     > > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <
    > > carlosrovira@apache.org
    > >     > >
    > >     > > > > > napisał(a):
    > >     > > > > >
    > >     > > > > > > Hi Piotr,
    > >     > > > > > >
    > >     > > > > > > nothing happens or log is printed in the console, is like
    > > if I
    > >     > > didn't
    > >     > > > > > push
    > >     > > > > > > the menu button.
    > >     > > > > > > I ensured that I have the SDK setup, maybe something more
    > > is
    > >     > > needed,
    > >     > > > > and
    > >     > > > > > > I'm missing something.
    > >     > > > > > > As well I understand that "Project > Build Project" is
    > the
    > > right
    > >     > > > option
    > >     > > > > > in
    > >     > > > > > > the menu to push
    > >     > > > > > >
    > >     > > > > > > Thanks
    > >     > > > > > >
    > >     > > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
    > >     > > > > > > piotrzarzycki21@gmail.com>) escribió:
    > >     > > > > > >
    > >     > > > > > > > Carlos,
    > >     > > > > > > >
    > >     > > > > > > > By saying that nothing happens - you don't get any
    > > information
    > >     > on
    > >     > > > the
    > >     > > > > > > > console at all?
    > >     > > > > > > >
    > >     > > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
    > >     > > > carlosrovira@apache.org
    > >     > > > > >
    > >     > > > > > > > wrote:
    > >     > > > > > > >
    > >     > > > > > > > > Hi Chris and Piotr,
    > >     > > > > > > > >
    > >     > > > > > > > > I was having the same issue. After latest PR from
    > > Chris, I
    > >     > can
    > >     > > > > > confirm
    > >     > > > > > > is
    > >     > > > > > > > > working ok :)
    > >     > > > > > > > > Piotr, please, a last attempt. I think you'll get
    > > working
    > >     > right
    > >     > > > now
    > >     > > > > > > from
    > >     > > > > > > > > Moonshine.
    > >     > > > > > > > >
    > >     > > > > > > > > As well I'm curious about how to build with IDE in
    > > Moonshine,
    > >     > > or
    > >     > > > > why
    > >     > > > > > > > >  Project > Build Project is not working for me
    > >     > > > > > > > > something I must have into account?
    > >     > > > > > > > >
    > >     > > > > > > > > Thanks
    > >     > > > > > > > >
    > >     > > > > > > > > Carlos
    > >     > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
    > >     > > > > > > > > christofer.dutz@c-ware.de>) escribió:
    > >     > > > > > > > >
    > >     > > > > > > > > > Yeah ... sorry for that.
    > >     > > > > > > > > >
    > >     > > > > > > > > > I noticed that I took care of the "SNAPSHOT"
    > instead
    > > of the
    > >     > > > > > > Timestamp,
    > >     > > > > > > > > but
    > >     > > > > > > > > > I forgot to add the classifier ... will be in the
    > > next PR.
    > >     > > > > > > > > > Can you confirm that now the files have a
    > "SNAPSHOT"
    > >     > instead
    > >     > > of
    > >     > > > > the
    > >     > > > > > > > > > Timestamp?
    > >     > > > > > > > > >
    > >     > > > > > > > > > Chris
    > >     > > > > > > > > >
    > >     > > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
    > >     > > > > > > > piotrzarzycki21@gmail.com
    > >     > > > > > > > > >:
    > >     > > > > > > > > >
    > >     > > > > > > > > >     Hi Chris,
    > >     > > > > > > > > >
    > >     > > > > > > > > >     Nothing changed I have exactly same issue after
    > > pulling
    > >     > > all
    > >     > > > > > > changes
    > >     > > > > > > > > and
    > >     > > > > > > > > >     rebuilding sdk.
    > >     > > > > > > > > >
    > >     > > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
    > >     > > > > > > carlosrovira@apache.org
    > >     > > > > > > > >
    > >     > > > > > > > > >     napisał(a):
    > >     > > > > > > > > >
    > >     > > > > > > > > >     > Hi,
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >     > Many thanks for the fix Chris.
    > >     > > > > > > > > >     > Piotr, can you try again and confirm if all
    > is
    > > ok
    > >     > now?
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >     > thanks
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer
    > > Dutz (<
    > >     > > > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >     > > Hi Piotr,
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > > I had a look and you are right ... even if
    > > this
    > >     > only
    > >     > > > > seems
    > >     > > > > > to
    > >     > > > > > > > > > happen if
    > >     > > > > > > > > >     > > you haven't built the typedefs on your
    > > machine that
    > >     > > day
    > >     > > > > > > before
    > >     > > > > > > > > > building
    > >     > > > > > > > > >     > the
    > >     > > > > > > > > >     > > distribution. I just pushed a PR that
    > should
    > > fix
    > >     > > this.
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > > Chris
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr
    > Zarzycki" <
    > >     > > > > > > > > > piotrzarzycki21@gmail.com
    > >     > > > > > > > > >     > >:
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     Hi Carlos,
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     I've just build royale-asjs with
    > > following
    > >     > > command:
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     mvn clean install -P
    > >     > > > > > > > > with-distribution,option-with-sass-compile
    > >     > > > > > > > > >     > >     -DdistributionTargetFolder=path
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     Created new Royale Jewel project with
    > > latest
    > >     > > > nightly
    > >     > > > > > non
    > >     > > > > > > > > > sandbox
    > >     > > > > > > > > >     > build
    > >     > > > > > > > > >     > > of
    > >     > > > > > > > > >     > >     Moonshine and I got following result
    > > during
    > >     > build
    > >     > > > [1]
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     [1] https://paste.apache.org/u5j0a
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     Thanks,
    > >     > > > > > > > > >     > >     Piotr
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos
    > Rovira <
    > >     > > > > > > > > > carlosrovira@apache.org>
    > >     > > > > > > > > >     > >     napisał(a):
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     > >     > Hi Piotr,
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > Chris, just made maven distribution
    > > mxmlc and
    > >     > > > compc
    > >     > > > > > > > > > executables.
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >    - I test and VSCode works fine
    > >     > > > > > > > > >     > >     >    - command line worked too [1]
    > >     > > > > > > > > >     > >     >    - Moonshine:  I couldn't launch a
    > >     > > compilation
    > >     > > > > with
    > >     > > > > > > > SDK.
    > >     > > > > > > > > > Just
    > >     > > > > > > > > >     > > upgrade
    > >     > > > > > > > > >     > >     >    to latest version as Moonshine
    > > requested
    > >     > > me. I
    > >     > > > > > have
    > >     > > > > > > > the
    > >     > > > > > > > > > SDK
    > >     > > > > > > > > >     > > configured to
    > >     > > > > > > > > >     > >     >    the distribution created with
    > > Maven. Then
    > >     > > with
    > >     > > > > TDJ
    > >     > > > > > > > > project
    > >     > > > > > > > > >     > loaded
    > >     > > > > > > > > >     > > when to
    > >     > > > > > > > > >     > >     >    Project > Build Project, but
    > > nothings
    > >     > happen
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > So just need to see how to check
    > > Moonshine so
    > >     > > we
    > >     > > > > can
    > >     > > > > > > > check
    > >     > > > > > > > > > Maven
    > >     > > > > > > > > >     > >     > distribution is completed at last. I
    > > want to
    > >     > > have
    > >     > > > > > that
    > >     > > > > > > > for
    > >     > > > > > > > > > this
    > >     > > > > > > > > >     > > release
    > >     > > > > > > > > >     > >     > 0.9.7
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > Thanks
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > Carlos
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > [1] output in command line for Tour
    > de
    > > Jewel:
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     >
    > >     > > > > > > > >
    > >     > > > >
    > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > >     > > > > > > > > >     > >     >
    > -load-config+=obj/TourDeJewelConfig.xml
    > >     > > > -debug=true
    > >     > > > > > > > > >     > -source-map=true
    > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > >
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     >
    > >     > > > > > > > >
    > >     > > > >
    > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > >     > > > > > > > > >     > >     >
    > -load-config+=obj/TourDeJewelConfig.xml
    > >     > > > -debug=true
    > >     > > > > > > > > >     > -source-map=true
    > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > Using Royale Compiler codebase:
    > >     > > > > > > > > >     > >     >
    > >     > > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > Using Royale SDK:
    > >     > > > > > > > > >     > >
    > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > MXMLJSC
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >
    > -load-config+=obj/TourDeJewelConfig.xml
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > -debug=true
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > -source-map=true
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > The project 'App' has been
    > successfully
    > >     > > compiled.
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > 7.080432099 seconds
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19,
    > > Carlos
    > >     > > Rovira
    > >     > > > (<
    > >     > > > > > > > > >     > > carlosrovira@apache.org>)
    > >     > > > > > > > > >     > >     > escribió:
    > >     > > > > > > > > >     > >     >
    > >     > > > > > > > > >     > >     >> Ok Josh,
    > >     > > > > > > > > >     > >     >> understood, will take into account
    > as
    > > I
    > >     > check
    > >     > > > > what's
    > >     > > > > > > > going
    > >     > > > > > > > > > on with
    > >     > > > > > > > > >     > > latest
    > >     > > > > > > > > >     > >     >> fails
    > >     > > > > > > > > >     > >     >> thanks
    > >     > > > > > > > > >     > >     >>
    > >     > > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16,
    > > Josh
    > >     > > Tynjala
    > >     > > > (<
    > >     > > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>)
    > escribió:
    > >     > > > > > > > > >     > >     >>
    > >     > > > > > > > > >     > >     >>> VSCode happens to run the JAR files
    > >     > directly
    > >     > > > with
    > >     > > > > > > Java,
    > >     > > > > > > > > and
    > >     > > > > > > > > >     > > doesn't run
    > >     > > > > > > > > >     > >     >>> anything in js/bin. If the contents
    > > of
    > >     > js/bin
    > >     > > > do
    > >     > > > > > not
    > >     > > > > > > > have
    > >     > > > > > > > > > the
    > >     > > > > > > > > >     > > correct
    > >     > > > > > > > > >     > >     >>> exectuable permissions, it wouldn't
    > > affect
    > >     > > > > VSCode.
    > >     > > > > > > > > However,
    > >     > > > > > > > > >     > fixing
    > >     > > > > > > > > >     > > those
    > >     > > > > > > > > >     > >     >>> permissions would still be a
    > problem
    > > that
    > >     > > > should
    > >     > > > > be
    > >     > > > > > > > > > addressed to
    > >     > > > > > > > > >     > > have a
    > >     > > > > > > > > >     > >     >>> proper distribution. Moonshine is
    > > not doing
    > >     > > > > > anything
    > >     > > > > > > > out
    > >     > > > > > > > > > of the
    > >     > > > > > > > > >     > > ordinary
    > >     > > > > > > > > >     > >     >>> by
    > >     > > > > > > > > >     > >     >>> running js/bin/mxmlc (and that's
    > what
    > >     > someone
    > >     > > > > > > compiling
    > >     > > > > > > > > > from the
    > >     > > > > > > > > >     > > command
    > >     > > > > > > > > >     > >     >>> line without Maven or Ant would use
    > > too).
    > >     > If
    > >     > > > > > > anything,
    > >     > > > > > > > > it's
    > >     > > > > > > > > >     > VSCode
    > >     > > > > > > > > >     > > that
    > >     > > > > > > > > >     > >     >>> is
    > >     > > > > > > > > >     > >     >>> not doing things in the ordinary
    > way.
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >     >>> --
    > >     > > > > > > > > >     > >     >>> Josh Tynjala
    > >     > > > > > > > > >     > >     >>> Bowler Hat LLC <
    > > https://bowlerhat.dev>
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM
    > > Carlos
    > >     > > Rovira
    > >     > > > <
    > >     > > > > > > > > >     > > carlosrovira@apache.org>
    > >     > > > > > > > > >     > >     >>> wrote:
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >     >>> > Hi,
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>> > @Piotr Zarzycki <
    > >     > piotrzarzycki21@gmail.com
    > >     > > >
    > >     > > > I
    > >     > > > > > was
    > >     > > > > > > > over
    > >     > > > > > > > > > the big
    > >     > > > > > > > > >     > > button
    > >     > > > > > > > > >     > >     >>> to
    > >     > > > > > > > > >     > >     >>> > nightly builds, since you told me
    > > to
    > >     > > download
    > >     > > > > > that.
    > >     > > > > > > > So
    > >     > > > > > > > > > from the
    > >     > > > > > > > > >     > > big
    > >     > > > > > > > > >     > >     >>> button
    > >     > > > > > > > > >     > >     >>> > I choosed "other downloads" and
    > > choosed
    > >     > non
    > >     > > > > > sandbox
    > >     > > > > > > > > one.
    > >     > > > > > > > > > Both
    > >     > > > > > > > > >     > > url goes
    > >     > > > > > > > > >     > >     >>> to
    > >     > > > > > > > > >     > >     >>> > the same link:
    > >     > > > Moonshine_Signed_NonSandbox.pkg
    > >     > > > > > > > > >     > >     >>> > <
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>> > About the permissions: My guess
    > is
    > > that
    > >     > is
    > >     > > > > > > something
    > >     > > > > > > > > > related to
    > >     > > > > > > > > >     > >     >>> Moonshine,
    > >     > > > > > > > > >     > >     >>> > not to user or maven, since
    > VSCode
    > > is
    > >     > > dealing
    > >     > > > > > with
    > >     > > > > > > > the
    > >     > > > > > > > > > same SDK
    > >     > > > > > > > > >     > > without
    > >     > > > > > > > > >     > >     >>> > complain. I can give permissions
    > > to try
    > >     > > this,
    > >     > > > > > but I
    > >     > > > > > > > > > suggest the
    > >     > > > > > > > > >     > >     >>> moonshine
    > >     > > > > > > > > >     > >     >>> > team could look to how VSCode
    > work
    > > with
    > >     > > user
    > >     > > > > > files
    > >     > > > > > > > and
    > >     > > > > > > > > > mimic
    > >     > > > > > > > > >     > > that to
    > >     > > > > > > > > >     > >     >>> > avoid this kind of problem.
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>> > Thanks
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50,
    > > Alex
    > >     > > Harui
    > >     > > > > > > > > >     > > (<aharui@adobe.com.invalid
    > >     > > > > > > > > >     > >     >>> >)
    > >     > > > > > > > > >     > >     >>> > escribió:
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>> > > IMO, the Maven commands that
    > > build the
    > >     > > > > > > Distribution
    > >     > > > > > > > > SDK
    > >     > > > > > > > > >     > should
    > >     > > > > > > > > >     > >     >>> change the
    > >     > > > > > > > > >     > >     >>> > > permissions.
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > > My 2 cents,
    > >     > > > > > > > > >     > >     >>> > > -Alex
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr
    > > Zarzycki" <
    > >     > > > > > > > > >     > > piotrzarzycki21@gmail.com>
    > >     > > > > > > > > >     > >     >>> > wrote:
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > >     Permission to "mxmlc" file
    > > in SDK.
    > >     > -
    > >     > > > You
    > >     > > > > > have
    > >     > > > > > > > to
    > >     > > > > > > > > > add
    > >     > > > > > > > > >     > > permission
    > >     > > > > > > > > >     > >     >>> for
    > >     > > > > > > > > >     > >     >>> > > usage
    > >     > > > > > > > > >     > >     >>> > >     manually to that file.
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > >     I will explain you more on
    > > Monday
    > >     > if
    > >     > > > you
    > >     > > > > > > won't
    > >     > > > > > > > > > figure it
    > >     > > > > > > > > >     > > out your
    > >     > > > > > > > > >     > >     >>> > self,
    > >     > > > > > > > > >     > >     >>> > >     what is all about.
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > >     You can literally paste in
    > > Google
    > >     > > last
    > >     > > > > > > sentence
    > >     > > > > > > > > > from
    > >     > > > > > > > > >     > stack
    > >     > > > > > > > > >     > > trace
    > >     > > > > > > > > >     > >     >>> > error
    > >     > > > > > > > > >     > >     >>> > > and
    > >     > > > > > > > > >     > >     >>> > >     add: How to add permission
    > > to file
    > >     > on
    > >     > > > > Mac.
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09
    > PM
    > > Carlos
    > >     > > > > Rovira
    > >     > > > > > <
    > >     > > > > > > > > >     > >     >>> carlosrovira@apache.org>
    > >     > > > > > > > > >     > >     >>> > > wrote:
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> > >     > Hi Piotr,
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >     > but what kind of
    > > permission? to
    > >     > the
    > >     > > > > > > moonshine
    > >     > > > > > > > > >     > executable?
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a
    > las
    > > 17:49,
    > >     > > > Piotr
    > >     > > > > > > > > Zarzycki
    > >     > > > > > > > > > (<
    > >     > > > > > > > > >     > >     >>> > >     >
    > piotrzarzycki21@gmail.com
    > > >)
    > >     > > > > > > > > >     > >     >>> > >     > escribió:
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >     > > If you are using your
    > > own SDK
    > >     > > (not
    > >     > > > > > > > downloaded
    > >     > > > > > > > > > trough
    > >     > > > > > > > > >     > >     >>> Moonshine
    > >     > > > > > > > > >     > >     >>> > > getting
    > >     > > > > > > > > >     > >     >>> > >     > > started) you have to
    > add
    > >     > > permission
    > >     > > > > to
    > >     > > > > > > > mxmlc
    > >     > > > > > > > > > file.
    > >     > > > > > > > > >     > > There is a
    > >     > > > > > > > > >     > >     >>> > > command on
    > >     > > > > > > > > >     > >     >>> > >     > > Mac chmod - try to
    > > search using
    > >     > > > that
    > >     > > > > > > > command
    > >     > > > > > > > > > on a
    > >     > > > > > > > > >     > > Google.
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     > > Thanks,
    > >     > > > > > > > > >     > >     >>> > >     > > Piotr
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020,
    > > 5:29 PM
    > >     > > Carlos
    > >     > > > > > > Rovira
    > >     > > > > > > > <
    > >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
    > >     > > > > > > > > >     > >     >>> > >     > > wrote:
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     > > > Hi,
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > I installed latest
    > > Moonshine
    > >     > > > > nightly.
    > >     > > > > > > > After
    > >     > > > > > > > > >     > > configuring
    > >     > > > > > > > > >     > >     >>> initial
    > >     > > > > > > > > >     > >     >>> > > things
    > >     > > > > > > > > >     > >     >>> > >     > > > loaded TDJ project.
    > I'm
    > >     > getting
    > >     > > > > > > > Permission
    > >     > > > > > > > > > denied:
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > : Moonshine IDE™
    > 2.5.0
    > >     > > > > > > > > >     > >     >>> > >     > > > : Copyright ©
    > > Prominic.NET,
    > >     > > Inc.
    > >     > > > > All
    > >     > > > > > > > rights
    > >     > > > > > > > > >     > reserved.
    > >     > > > > > > > > >     > >     >>> > >     > > > : Source code is
    > under
    > > Apache
    > >     > > > > > License,
    > >     > > > > > > > > > Version 2.0
    > >     > > > > > > > > >     > >     >>> > >     > > > :
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
    > >     > > > > > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL),
    > > as3swf
    > >     > > > (MIT),
    > >     > > > > > > fzip
    > >     > > > > > > > > > (ZLIB),
    > >     > > > > > > > > >     > > asblocks
    > >     > > > > > > > > >     > >     >>> > (Apache
    > >     > > > > > > > > >     > >     >>> > >     > License
    > >     > > > > > > > > >     > >     >>> > >     > > > 2.0),
    > >     > NativeApplicationUpdater
    > >     > > > > (LGPL)
    > >     > > > > > > > > >     > >     >>> > >     > > > : Running on Adobe
    > AIR
    > >     > > 28.0.0.125
    > >     > > > > > > > > >     > >     >>> > >     > > > : Compiling
    > TourDeJewel
    > >     > > > > > > > > >     > >     >>> > >     > > > : SDK path:
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > >
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > >     > > > > > > > > >     > >     >>> > >     > > > : Sending to mxmlx:
    > > export
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >
    > >     > > > > >
    > >     >
    > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
    > >     > > > > > > > > >     > >     >>> > >     > &&
    > >     > > > > > > > > >     > >     >>> > >     > > > export
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > SETUP_SH_VMARGS="-Duser.language=en
    > >     > > > > > > > > >     > > -Duser.region=en" &&
    > >     > > > > > > > > >     > >     >>> export
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >
    > >     > > > > > >
    > >     > > >
    > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > -load-config+=obj/TourDeJewelConfig.xml
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >
    > >     > > > > >
    > >     >
    > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > >
    > >     > > >
    > > -html-template=src/main/resources/jewel-example-index-template.html
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > -js-dynamic-access-unknown-members=true
    > >     > > > > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
    > >     > > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >
    > >     > > > > >
    > >     >
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
    > >     > > > > > > > > >     > >     >>> > >     > > > Permission denied
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > How can I fix it?
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > Thanks
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020
    > a
    > > las
    > >     > > 17:24,
    > >     > > > > > Josh
    > >     > > > > > > > > > Tynjala (<
    > >     > > > > > > > > >     > >     >>> > >     > >
    > > joshtynjala@bowlerhat.dev
    > >     > > > > > > > > >     > >     >>> > >     > > > >)
    > >     > > > > > > > > >     > >     >>> > >     > > > escribió:
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > Yeah, I don't see
    > why
    > >     > > Moonshine
    > >     > > > > is
    > >     > > > > > > > > > reporting
    > >     > > > > > > > > >     > those
    > >     > > > > > > > > >     > >     >>> errors,
    > >     > > > > > > > > >     > >     >>> > but
    > >     > > > > > > > > >     > >     >>> > > VSCode
    > >     > > > > > > > > >     > >     >>> > >     > > > does
    > >     > > > > > > > > >     > >     >>> > >     > > > > not. If
    > > royale-config.xml
    > >     > is
    > >     > > > > > > > referencing
    > >     > > > > > > > > > SWCs
    > >     > > > > > > > > >     > that
    > >     > > > > > > > > >     > > don't
    > >     > > > > > > > > >     > >     >>> > > exist, that
    > >     > > > > > > > > >     > >     >>> > >     > > > should
    > >     > > > > > > > > >     > >     >>> > >     > > > > affect both IDEs.
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > Regardless, like
    > you
    > >     > > explained,
    > >     > > > > the
    > >     > > > > > > > same
    > >     > > > > > > > > > issue
    > >     > > > > > > > > >     > > should
    > >     > > > > > > > > >     > >     >>> > > reproduce when
    > >     > > > > > > > > >     > >     >>> > >     > > > > compiling from a
    > > terminal
    > >     > > > without
    > >     > > > > > > > > > Moonshine.
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > --
    > >     > > > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
    > >     > > > > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    > >     > > > > > > > > >     > >     >>> > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020
    > > at 5:10
    > >     > > AM
    > >     > > > > > Piotr
    > >     > > > > > > > > > Zarzycki <
    > >     > > > > > > > > >     > >     >>> > >     > >
    > > piotrzarzycki21@gmail.com
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > wrote:
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > Yeah it would be
    > > pretty
    > >     > > great
    > >     > > > > if
    > >     > > > > > > you
    > >     > > > > > > > > > could
    > >     > > > > > > > > >     > setup
    > >     > > > > > > > > >     > >     >>> Moonshine,
    > >     > > > > > > > > >     > >     >>> > > but you
    > >     > > > > > > > > >     > >     >>> > >     > > > don't
    > >     > > > > > > > > >     > >     >>> > >     > > > > > have to do that
    > > actually
    > >     > to
    > >     > > > > > > reproduce
    > >     > > > > > > > > the
    > >     > > > > > > > > >     > issue.
    > >     > > > > > > > > >     > >     >>> Command
    > >     > > > > > > > > >     > >     >>> > > which I
    > >     > > > > > > > > >     > >     >>> > >     > have
    > >     > > > > > > > > >     > >     >>> > >     > > > > > pasted in this
    > > thread can
    > >     > > be
    > >     > > > > copy
    > >     > > > > > > and
    > >     > > > > > > > > > used in
    > >     > > > > > > > > >     > > Terminal
    > >     > > > > > > > > >     > >     >>> with
    > >     > > > > > > > > >     > >     >>> > > small
    > >     > > > > > > > > >     > >     >>> > >     > > path
    > >     > > > > > > > > >     > >     >>> > >     > > > > > adjustment. Try
    > it
    > > on any
    > >     > > > > project
    > >     > > > > > > you
    > >     > > > > > > > > > have
    > >     > > > > > > > > >     > using
    > >     > > > > > > > > >     > >     >>> > > distribution build
    > >     > > > > > > > > >     > >     >>> > >     > > and
    > >     > > > > > > > > >     > >     >>> > >     > > > > for
    > >     > > > > > > > > >     > >     >>> > >     > > > > > sure you will get
    > > the
    > >     > > error.
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > In case of
    > > Moonshine we
    > >     > > have
    > >     > > > > > freez
    > >     > > > > > > > code
    > >     > > > > > > > > > for
    > >     > > > > > > > > >     > > commits and
    > >     > > > > > > > > >     > >     >>> > > prepare for
    > >     > > > > > > > > >     > >     >>> > >     > > > > > release, we have
    > > some
    > >     > > > internal
    > >     > > > > > > > problems
    > >     > > > > > > > > > with
    > >     > > > > > > > > >     > > bamboo
    > >     > > > > > > > > >     > >     >>> build -
    > >     > > > > > > > > >     > >     >>> > > if it
    > >     > > > > > > > > >     > >     >>> > >     > > will
    > >     > > > > > > > > >     > >     >>> > >     > > > > get
    > >     > > > > > > > > >     > >     >>> > >     > > > > > resolved we
    > should
    > > have
    > >     > > > release
    > >     > > > > > > early
    > >     > > > > > > > > > next
    > >     > > > > > > > > >     > week.
    > >     > > > > > > > > >     > > You
    > >     > > > > > > > > >     > >     >>> can
    > >     > > > > > > > > >     > >     >>> > > always try
    > >     > > > > > > > > >     > >     >>> > >     > > > > Nightly
    > >     > > > > > > > > >     > >     >>> > >     > > > > > build.
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > I'm really
    > > surprised that
    > >     > > > > VSCode
    > >     > > > > > do
    > >     > > > > > > > not
    > >     > > > > > > > > >     > throwing
    > >     > > > > > > > > >     > > the
    > >     > > > > > > > > >     > >     >>> same
    > >     > > > > > > > > >     > >     >>> > > error -
    > >     > > > > > > > > >     > >     >>> > >     > > What
    > >     > > > > > > > > >     > >     >>> > >     > > > > > could be the case
    > > Josh?
    > >     > The
    > >     > > > > only
    > >     > > > > > > > > > difference is
    > >     > > > > > > > > >     > > that we
    > >     > > > > > > > > >     > >     >>> are
    > >     > > > > > > > > >     > >     >>> > > using
    > >     > > > > > > > > >     > >     >>> > >     > > mxmlc
    > >     > > > > > > > > >     > >     >>> > >     > > > > file
    > >     > > > > > > > > >     > >     >>> > >     > > > > > and VSCode is
    > > probably
    > >     > > using
    > >     > > > > jar
    > >     > > > > > > > file,
    > >     > > > > > > > > > but
    > >     > > > > > > > > >     > >     >>> playerglobal.swc
    > >     > > > > > > > > >     > >     >>> > > doesn't
    > >     > > > > > > > > >     > >     >>> > >     > > > > exists
    > >     > > > > > > > > >     > >     >>> > >     > > > > > so both should
    > > report
    > >     > same
    > >     > > > > issue.
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > Thanks,
    > >     > > > > > > > > >     > >     >>> > >     > > > > > Piotr
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020
    > o
    > > 13:02
    > >     > > > Carlos
    > >     > > > > > > > Rovira
    > >     > > > > > > > > <
    > >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > napisał(a):
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > so I think
    > > you're a bit
    > >     > > > > closer
    > >     > > > > > > (not
    > >     > > > > > > > > > farther
    > >     > > > > > > > > >     > > ;)),
    > >     > > > > > > > > >     > >     >>> since
    > >     > > > > > > > > >     > >     >>> > > compiler
    > >     > > > > > > > > >     > >     >>> > >     > was
    > >     > > > > > > > > >     > >     >>> > >     > > > > > found.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > Now is a matter
    > > to find
    > >     > > > > what's
    > >     > > > > > > > > missing.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > What's curious
    > > for me
    > >     > is
    > >     > > > > VSCode
    > >     > > > > > > > > > recognizes
    > >     > > > > > > > > >     > but
    > >     > > > > > > > > >     > >     >>> Moonshine
    > >     > > > > > > > > >     > >     >>> > > not. I
    > >     > > > > > > > > >     > >     >>> > >     > > think
    > >     > > > > > > > > >     > >     >>> > >     > > > > the
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > problem is each
    > > IDE is
    > >     > > > > looking
    > >     > > > > > at
    > >     > > > > > > > > > different
    > >     > > > > > > > > >     > > things to
    > >     > > > > > > > > >     > >     >>> > > match a
    > >     > > > > > > > > >     > >     >>> > >     > valid
    > >     > > > > > > > > >     > >     >>> > >     > > > > SDK,
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > and maybe even
    > > we could
    > >     > > be
    > >     > > > > > > setting
    > >     > > > > > > > > > duplicate
    > >     > > > > > > > > >     > >     >>> artifacts in
    > >     > > > > > > > > >     > >     >>> > > the SDK
    > >     > > > > > > > > >     > >     >>> > >     > > so
    > >     > > > > > > > > >     > >     >>> > >     > > > > > VSCode
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > finds all but
    > > Moonshine
    > >     > > > not.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > I'll be setup
    > > Moonshine
    > >     > > as
    > >     > > > I
    > >     > > > > > have
    > >     > > > > > > > > time
    > >     > > > > > > > > > to try
    > >     > > > > > > > > >     > > it.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > I think you
    > plan
    > > to
    > >     > > launch
    > >     > > > a
    > >     > > > > > new
    > >     > > > > > > > one
    > >     > > > > > > > > > soon
    > >     > > > > > > > > >     > > right?
    > >     > > > > > > > > >     > >     >>> should I
    > >     > > > > > > > > >     > >     >>> > > wait
    > >     > > > > > > > > >     > >     >>> > >     > for
    > >     > > > > > > > > >     > >     >>> > >     > > > it?
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > Thanks
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb.
    > > 2020 a
    > >     > > las
    > >     > > > > > 7:53,
    > >     > > > > > > > > Piotr
    > >     > > > > > > > > >     > > Zarzycki (<
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > piotrzarzycki21@gmail.com
    > >     > > > >)
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > escribió:
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > I just tried
    > > your
    > >     > > changes
    > >     > > > > and
    > >     > > > > > > > I'm a
    > >     > > > > > > > > > bit
    > >     > > > > > > > > >     > > farther.
    > >     > > > > > > > > >     > >     >>> Now
    > >     > > > > > > > > >     > >     >>> > I'm
    > >     > > > > > > > > >     > >     >>> > >     > getting
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > following
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > errors. It's
    > > throwing
    > >     > > > that
    > >     > > > > > > errors
    > >     > > > > > > > > > cause in
    > >     > > > > > > > > >     > > JS only
    > >     > > > > > > > > >     > >     >>> > > binaries
    > >     > > > > > > > > >     > >     >>> > >     > > > prepared
    > >     > > > > > > > > >     > >     >>> > >     > > > > by
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > ant
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > we have in
    > > following
    > >     > > > > location
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > >
    > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
    > >     > > > > > > > > >     > >     >>> > > fake
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > playerglobal.swc, so
    > >     > > > > > > distribution
    > >     > > > > > > > > > should
    > >     > > > > > > > > >     > > probably
    > >     > > > > > > > > >     > >     >>> have
    > >     > > > > > > > > >     > >     >>> > > the
    > >     > > > > > > > > >     > >     >>> > >     > same.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > >     > > > > > > > > >     > >     >>> > >     > > > -debug=true
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > -source-map=true
    > >     > > > > > > > > >     > -compiler.targets=JSRoyale
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >
    > >     > > > > >
    > >     >
    > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
    > > Royale
    > >     > > Compiler
    > >     > > > > > > > codebase:
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > >
    > >     > > >
    > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
    > > Royale SDK:
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > >
    > >     > > >
    > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > >
    > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > -debug=true
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > -source-map=true
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > -compiler.targets=JSRoyale
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >
    > >     > > > > > > > >
    > >     > > >
    > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
    > Error:
    > >     > unable
    > >     > > to
    > >     > > > > > open
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > >  </external-library-path>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
    > Error:
    > >     > unable
    > >     > > to
    > >     > > > > > open
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > >  </js-external-library-path>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
    > Error:
    > >     > unable
    > >     > > to
    > >     > > > > > open
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > >  </js-external-library-path>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
    > Error:
    > >     > unable
    > >     > > to
    > >     > > > > > open
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >     > >  </library-path>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > 1.034449561
    > >     > seconds
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut
    > > 2020 o
    > >     > > 00:43
    > >     > > > > > Carlos
    > >     > > > > > > > > > Rovira <
    > >     > > > > > > > > >     > >     >>> > >     > carlosrovira@apache.org>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh
    > > for
    > >     > > > pointing
    > >     > > > > > that
    > >     > > > > > > > out
    > >     > > > > > > > > > I think
    > >     > > > > > > > > >     > > I got
    > >     > > > > > > > > >     > >     >>> it.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > @Piotr
    > > Zarzycki <
    > >     > > > > > > > > >     > piotrzarzycki21@gmail.com
    > >     > > > > > > > > >     > > >
    > >     > > > > > > > > >     > >     >>> please
    > >     > > > > > > > > >     > >     >>> > > try with
    > >     > > > > > > > > >     > >     >>> > >     > my
    > >     > > > > > > > > >     > >     >>> > >     > > > > > latest
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > commit. I
    > > couldn't
    > >     > > test
    > >     > > > > > > myself,
    > >     > > > > > > > > > but I
    > >     > > > > > > > > >     > > think it
    > >     > > > > > > > > >     > >     >>> should
    > >     > > > > > > > > >     > >     >>> > > work
    > >     > > > > > > > > >     > >     >>> > >     > now
    > >     > > > > > > > > >     > >     >>> > >     > > > for
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > VSCode
    > still
    > > work
    > >     > > with
    > >     > > > > this
    > >     > > > > > > > > > changes.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Carlos
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > El mié., 5
    > > feb.
    > >     > 2020
    > >     > > a
    > >     > > > > las
    > >     > > > > > > > 19:43,
    > >     > > > > > > > > > Josh
    > >     > > > > > > > > >     > > Tynjala (<
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > joshtynjala@bowlerhat.dev
    > >     > > > > >)
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > > escribió:
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> If I had
    > to
    > > guess,
    > >     > > > this
    > >     > > > > > > > > classpath
    > >     > > > > > > > > > is
    > >     > > > > > > > > >     > > wrong:
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > <Class-Path>args4j.jar
    > >     > > > > > > > > > org.json.jar
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > compiler-jx-0.9.7-SNAPSHOT.jar</
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > Class-Path>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > >
    > >     > > > > > > > > >     > >     >>> > >     > > >
    > >     > > > > > > > > >     > >     >>> > >     > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> I think
    > > that the
    > >     > > names
    > >     > > > > of
    > >     > > > > > > > those
    > >     > > > > > > > > > JAR
    > >     > > > > > > > > >     > files
    > >     > > > > > > > > >     > > all
    > >     > > > > > > > > >     > >     >>> > include
    > >     > > > > > > > > >     > >     >>> > > a
    > >     > > > > > > > > >     > >     >>> > >     > > version
    > >     > > > > > > > > >     > >     >>> > >     > > > > > number
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > in
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> the Maven
    > >     > > > distribution.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> --
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Josh
    > Tynjala
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat
    > > LLC <
    > >     > > > > > > > > >     > >     >>> > >
    > >     > > > > > > > > >     > >     >>> >
    > >     > > > > > > > > >     > >     >>>
    > >     > > > > > > > > >     > >
    > >     > > > > > > > > >     >
    > >     > > > > > > > > >
    > >     > > > > > > > >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > >
    > >     > > > >
    > >     > > >
    > >     > >
    > >     >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    > >     > > > > > > > > >     > >     >>> > > >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> On Wed,
    > Feb
    > > 5,
    > >     > 2020
    > >     > > at
    > >     > > > > > 10:17
    > >     > > > > > > > AM
    > >     > > > > > > > > > Carlos
    > >     > > > > > > > > >     > > Rovira <
    > >     > > > > > > > > >     > >     >>> > >     > > > > > >
    > >     > carlosrovira@apache.org>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > ok
    > didn't
    > >     > notice.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > So maybe
    > > is a
    > >     > > > > classpath
    > >     > > > > > > > > problem?
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > It's
    > > clear that
    > >     > > > VSCode
    > >     > > > > > > goes
    > >     > > > > > > > to
    > >     > > > > > > > > > the
    > >     > > > > > > > > >     > same
    > >     > > > > > > > > >     > > place
    > >     > > > > > > > > >     > >     >>> and
    > >     > > > > > > > > >     > >     >>> > > find it
    > >     > > > > > > > > >     > >     >>> > >     > > > since
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> is a
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > dummy
    > jar
    > > that
    > >     > has
    > >     > > > > > exactly
    > >     > > > > > > > > that
    > >     > > > > > > > > > class,
    > >     > > > > > > > > >     > > but
    > >     > > > > > > > > >     > >     >>> > > Moonshine goes
    > >     > > > > > > > > >     > >     >>> > >     > > and
    > >     > > > > > > > > >     > >     >>> > >     > > > > > didn't
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> find
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > it.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > If not
    > > any clue
    > >     > > what
    > >     > > > > > could
    > >     > > > > > > > be
    > >     > > > > > > > > >     > happening?
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > El mié.,
    > > 5 feb.
    > >     > > > 2020 a
    > >     > > > > > las
    > >     > > > > > > > > > 16:53,
    > >     > > > > > > > > >     > Piotr
    > >     > > > > > > > > >     > >     >>> Zarzycki
    > >     > > > > > > > > >     > >     >>> > (<
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
    > >     > > > > > piotrzarzycki21@gmail.com
    > >     > > > > > > >)
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
    > escribió:
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
    > Exactly
    > > and I
    > >     > > can
    > >     > > > > > > confirm
    > >     > > > > > > > > > that mxmlc
    > >     > > > > > > > > >     > > is in
    > >     > > > > > > > > >     > >     >>> > place.
    > >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
    > >     > > > > > > > > >     > >     >>> > >     >
    > >     > > > > > > >
    > >     > > > > > >
    > >     > > > > > >
    > >     > > > > > > --
    > >     > > > > > > Carlos Rovira
    > >     > > > > > > http://about.me/carlosrovira
    > >     > > > > > >
    > >     > > > > >
    > >     > > > > >
    > >     > > > > > --
    > >     > > > > >
    > >     > > > > > Piotr Zarzycki
    > >     > > > > >
    > >     > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
    > >     > > > > > <https://www.patreon.com/piotrzarzycki>*
    > >     > > > > >
    > >     > > > >
    > >     > > > >
    > >     > > > > --
    > >     > > > > Carlos Rovira
    > >     > > > > http://about.me/carlosrovira
    > >     > > > >
    > >     > > >
    > >     > > >
    > >     > > > --
    > >     > > >
    > >     > > > Piotr Zarzycki
    > >     > > >
    > >     > > > Patreon: *https://www.patreon.com/piotrzarzycki
    > >     > > > <https://www.patreon.com/piotrzarzycki>*
    > >     > > >
    > >     > >
    > >     > >
    > >     > > --
    > >     > > Carlos Rovira
    > >     > > http://about.me/carlosrovira
    > >     > >
    > >     >
    > >     >
    > >     > --
    > >     >
    > >     > Piotr Zarzycki
    > >     >
    > >     > Patreon: *https://www.patreon.com/piotrzarzycki
    > >     > <https://www.patreon.com/piotrzarzycki>*
    > >     >
    > >
    > >
    > >     --
    > >     Carlos Rovira
    > >     http://about.me/carlosrovira
    > >
    > >
    > >
    >
    > --
    > Carlos Rovira
    > http://about.me/carlosrovira
    >
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://www.patreon.com/piotrzarzycki
    <https://www.patreon.com/piotrzarzycki>*
    


Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

No you don't need to configure anything in Moonshine TDJ project, it should
build with SDK right away - Remember I didn't try Maven SDK distribution
with TDJ - I did try only with hello world, so your problem indicates that
there is something which is missing.

${royalelib} -> This should be filled automatically by I'm not sure
Language server ? Maybe Josh can shed some light I don't remember who
filled that part, for sure not Moonshine itself. I do remember there were
discussion about that variable on mailing list. :)

Thanks,
Piotr

czw., 26 mar 2020 o 19:09 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi Chris,
>
> not sure is a problem of the Maven sdk since the same is working in VSCode
>
> The offending line is:
>
> The error is: command line Error: unable to open
> '/themes/JewelTheme/src/main/resources/defaults.css'.
>
> The config in Moonshine is in TourDejewel.as3proj has this:
>
> <option
>
> additional="-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> -html-template=src/main/resources/jewel-example-index-template.html
> -js-dynamic-access-unknown-members=true"/>
>
> So don't know how ${royalelib} is worked in Moonshine. Maybe is something I
> don't have configured yet in Moonshine
>
> @Piotr, could you let me know if is something that I need to configure? can
> you try to compile TDJ with Moonshine and the maven distribution too?
>
> The full output for the record is:
>
>
> : Compiling TourDeJewel
> : Command:
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/bin/mxmlc"
> -load-config+=obj/TourDeJewelConfig.xml -optimize=false
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> -html-template=src/main/resources/jewel-example-index-template.html
> -js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
> : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> : Sending to mxmlc: export
> ROYALE_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven;export
> SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en"; export
>
> ROYALE_SWF_COMPILER_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven&&
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> -load-config+=obj/TourDeJewelConfig.xml -optimize=false
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> -html-template=src/main/resources/jewel-example-index-template.html
> -js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
> -compiler.targets=SWF
> : Using Royale Compiler codebase:
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/../..
> : Using Royale SDK: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> : MXMLJSC
> :
>
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> :
>
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> : -load-config+=obj/TourDeJewelConfig.xml
> : -optimize=false
> : -theme=/themes/JewelTheme/src/main/resources/defaults.css
> : -html-template=src/main/resources/jewel-example-index-template.html
> : -js-dynamic-access-unknown-members=true
> : -debug=true
> : -o
> : bin-debug/App.swf
> : -compiler.targets=SWF
> : command line Error: unable to open
> '/themes/JewelTheme/src/main/resources/defaults.css'.
> : 0.676110556 seconds
> : Compilation of TourDeJewel finished.
>
>
> El jue., 26 mar. 2020 a las 18:20, Christofer Dutz (<
> christofer.dutz@c-ware.de>) escribió:
>
> > Hi all,
> >
> > Good to know it's now working.
> >
> > So what is still the difference between the Maven and the Ant
> distribution?
> >
> > I'm asking cause I would love to make the maven distribution match the
> Ant
> > version and just use the one Maven created in the future.
> >
> > Chris
> >
> >
> > Am 26.03.20, 17:58 schrieb "Carlos Rovira" <ca...@apache.org>:
> >
> >     Hi Piotr,
> >
> >     just downloaded latest nightly and could finally compile the TDJ.
> >     Is failing due to some config issue, but that's an issue to solve in
> > TDJ
> >     config
> >     Congrats y think I can at last use Moonshine and explore it! :)
> >
> >
> >
> >     El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
> >     piotrzarzycki21@gmail.com>) escribió:
> >
> >     > Hi Carlos,
> >     >
> >     > Colleague from the Team was able to reproduce your problem with
> > "Build
> >     > Project". It looks like he fixed that - you can download Nightly
> > Build of
> >     > Moonshine and check.
> >     >
> >     > Thanks,
> >     > Piotr
> >     >
> >     > pon., 23 mar 2020 o 15:10 Carlos Rovira <ca...@apache.org>
> >     > napisał(a):
> >     >
> >     > > Yeah, hope someone on your team could know where we can start
> > looking :)
> >     > > thanks!
> >     > > Carlos
> >     > >
> >     > > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
> >     > > piotrzarzycki21@gmail.com>) escribió:
> >     > >
> >     > > > Next is reproduce your problem with Moonshine. ;)
> >     > > >
> >     > > > pon., 23 mar 2020 o 15:02 Carlos Rovira <
> carlosrovira@apache.org
> > >
> >     > > > napisał(a):
> >     > > >
> >     > > > > Very cool Piotr!
> >     > > > > seems we finally has Maven distribution sdk working! :)
> >     > > > >
> >     > > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
> >     > > > > piotrzarzycki21@gmail.com>) escribió:
> >     > > > >
> >     > > > > > Hi Guys,
> >     > > > > >
> >     > > > > > I just checked Maven Distribution with Moonshine and I was
> > able to
> >     > > > build
> >     > > > > > Jewel Hello World and TourDeJewel. :)
> >     > > > > >
> >     > > > > > Thanks,
> >     > > > > > Piotr
> >     > > > > >
> >     > > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <
> > carlosrovira@apache.org
> >     > >
> >     > > > > > napisał(a):
> >     > > > > >
> >     > > > > > > Hi Piotr,
> >     > > > > > >
> >     > > > > > > nothing happens or log is printed in the console, is like
> > if I
> >     > > didn't
> >     > > > > > push
> >     > > > > > > the menu button.
> >     > > > > > > I ensured that I have the SDK setup, maybe something more
> > is
> >     > > needed,
> >     > > > > and
> >     > > > > > > I'm missing something.
> >     > > > > > > As well I understand that "Project > Build Project" is
> the
> > right
> >     > > > option
> >     > > > > > in
> >     > > > > > > the menu to push
> >     > > > > > >
> >     > > > > > > Thanks
> >     > > > > > >
> >     > > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> >     > > > > > > piotrzarzycki21@gmail.com>) escribió:
> >     > > > > > >
> >     > > > > > > > Carlos,
> >     > > > > > > >
> >     > > > > > > > By saying that nothing happens - you don't get any
> > information
> >     > on
> >     > > > the
> >     > > > > > > > console at all?
> >     > > > > > > >
> >     > > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
> >     > > > carlosrovira@apache.org
> >     > > > > >
> >     > > > > > > > wrote:
> >     > > > > > > >
> >     > > > > > > > > Hi Chris and Piotr,
> >     > > > > > > > >
> >     > > > > > > > > I was having the same issue. After latest PR from
> > Chris, I
> >     > can
> >     > > > > > confirm
> >     > > > > > > is
> >     > > > > > > > > working ok :)
> >     > > > > > > > > Piotr, please, a last attempt. I think you'll get
> > working
> >     > right
> >     > > > now
> >     > > > > > > from
> >     > > > > > > > > Moonshine.
> >     > > > > > > > >
> >     > > > > > > > > As well I'm curious about how to build with IDE in
> > Moonshine,
> >     > > or
> >     > > > > why
> >     > > > > > > > >  Project > Build Project is not working for me
> >     > > > > > > > > something I must have into account?
> >     > > > > > > > >
> >     > > > > > > > > Thanks
> >     > > > > > > > >
> >     > > > > > > > > Carlos
> >     > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> >     > > > > > > > > christofer.dutz@c-ware.de>) escribió:
> >     > > > > > > > >
> >     > > > > > > > > > Yeah ... sorry for that.
> >     > > > > > > > > >
> >     > > > > > > > > > I noticed that I took care of the "SNAPSHOT"
> instead
> > of the
> >     > > > > > > Timestamp,
> >     > > > > > > > > but
> >     > > > > > > > > > I forgot to add the classifier ... will be in the
> > next PR.
> >     > > > > > > > > > Can you confirm that now the files have a
> "SNAPSHOT"
> >     > instead
> >     > > of
> >     > > > > the
> >     > > > > > > > > > Timestamp?
> >     > > > > > > > > >
> >     > > > > > > > > > Chris
> >     > > > > > > > > >
> >     > > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> >     > > > > > > > piotrzarzycki21@gmail.com
> >     > > > > > > > > >:
> >     > > > > > > > > >
> >     > > > > > > > > >     Hi Chris,
> >     > > > > > > > > >
> >     > > > > > > > > >     Nothing changed I have exactly same issue after
> > pulling
> >     > > all
> >     > > > > > > changes
> >     > > > > > > > > and
> >     > > > > > > > > >     rebuilding sdk.
> >     > > > > > > > > >
> >     > > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> >     > > > > > > carlosrovira@apache.org
> >     > > > > > > > >
> >     > > > > > > > > >     napisał(a):
> >     > > > > > > > > >
> >     > > > > > > > > >     > Hi,
> >     > > > > > > > > >     >
> >     > > > > > > > > >     > Many thanks for the fix Chris.
> >     > > > > > > > > >     > Piotr, can you try again and confirm if all
> is
> > ok
> >     > now?
> >     > > > > > > > > >     >
> >     > > > > > > > > >     > thanks
> >     > > > > > > > > >     >
> >     > > > > > > > > >     >
> >     > > > > > > > > >     >
> >     > > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer
> > Dutz (<
> >     > > > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
> >     > > > > > > > > >     >
> >     > > > > > > > > >     > > Hi Piotr,
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > > I had a look and you are right ... even if
> > this
> >     > only
> >     > > > > seems
> >     > > > > > to
> >     > > > > > > > > > happen if
> >     > > > > > > > > >     > > you haven't built the typedefs on your
> > machine that
> >     > > day
> >     > > > > > > before
> >     > > > > > > > > > building
> >     > > > > > > > > >     > the
> >     > > > > > > > > >     > > distribution. I just pushed a PR that
> should
> > fix
> >     > > this.
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > > Chris
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr
> Zarzycki" <
> >     > > > > > > > > > piotrzarzycki21@gmail.com
> >     > > > > > > > > >     > >:
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     Hi Carlos,
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     I've just build royale-asjs with
> > following
> >     > > command:
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     mvn clean install -P
> >     > > > > > > > > with-distribution,option-with-sass-compile
> >     > > > > > > > > >     > >     -DdistributionTargetFolder=path
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     Created new Royale Jewel project with
> > latest
> >     > > > nightly
> >     > > > > > non
> >     > > > > > > > > > sandbox
> >     > > > > > > > > >     > build
> >     > > > > > > > > >     > > of
> >     > > > > > > > > >     > >     Moonshine and I got following result
> > during
> >     > build
> >     > > > [1]
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     [1] https://paste.apache.org/u5j0a
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     Thanks,
> >     > > > > > > > > >     > >     Piotr
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos
> Rovira <
> >     > > > > > > > > > carlosrovira@apache.org>
> >     > > > > > > > > >     > >     napisał(a):
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     > >     > Hi Piotr,
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > Chris, just made maven distribution
> > mxmlc and
> >     > > > compc
> >     > > > > > > > > > executables.
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >    - I test and VSCode works fine
> >     > > > > > > > > >     > >     >    - command line worked too [1]
> >     > > > > > > > > >     > >     >    - Moonshine:  I couldn't launch a
> >     > > compilation
> >     > > > > with
> >     > > > > > > > SDK.
> >     > > > > > > > > > Just
> >     > > > > > > > > >     > > upgrade
> >     > > > > > > > > >     > >     >    to latest version as Moonshine
> > requested
> >     > > me. I
> >     > > > > > have
> >     > > > > > > > the
> >     > > > > > > > > > SDK
> >     > > > > > > > > >     > > configured to
> >     > > > > > > > > >     > >     >    the distribution created with
> > Maven. Then
> >     > > with
> >     > > > > TDJ
> >     > > > > > > > > project
> >     > > > > > > > > >     > loaded
> >     > > > > > > > > >     > > when to
> >     > > > > > > > > >     > >     >    Project > Build Project, but
> > nothings
> >     > happen
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > So just need to see how to check
> > Moonshine so
> >     > > we
> >     > > > > can
> >     > > > > > > > check
> >     > > > > > > > > > Maven
> >     > > > > > > > > >     > >     > distribution is completed at last. I
> > want to
> >     > > have
> >     > > > > > that
> >     > > > > > > > for
> >     > > > > > > > > > this
> >     > > > > > > > > >     > > release
> >     > > > > > > > > >     > >     > 0.9.7
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > Thanks
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > Carlos
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > [1] output in command line for Tour
> de
> > Jewel:
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     >
> >     > > > > > > > >
> >     > > > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > > > > > > > > >     > >     >
> -load-config+=obj/TourDeJewelConfig.xml
> >     > > > -debug=true
> >     > > > > > > > > >     > -source-map=true
> >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > >
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     >
> >     > > > > > > > >
> >     > > > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > > > > > > > > >     > >     >
> -load-config+=obj/TourDeJewelConfig.xml
> >     > > > -debug=true
> >     > > > > > > > > >     > -source-map=true
> >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > Using Royale Compiler codebase:
> >     > > > > > > > > >     > >     >
> >     > > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > Using Royale SDK:
> >     > > > > > > > > >     > >
> >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > MXMLJSC
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >
> -load-config+=obj/TourDeJewelConfig.xml
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > -debug=true
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > -source-map=true
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > The project 'App' has been
> successfully
> >     > > compiled.
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > 7.080432099 seconds
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19,
> > Carlos
> >     > > Rovira
> >     > > > (<
> >     > > > > > > > > >     > > carlosrovira@apache.org>)
> >     > > > > > > > > >     > >     > escribió:
> >     > > > > > > > > >     > >     >
> >     > > > > > > > > >     > >     >> Ok Josh,
> >     > > > > > > > > >     > >     >> understood, will take into account
> as
> > I
> >     > check
> >     > > > > what's
> >     > > > > > > > going
> >     > > > > > > > > > on with
> >     > > > > > > > > >     > > latest
> >     > > > > > > > > >     > >     >> fails
> >     > > > > > > > > >     > >     >> thanks
> >     > > > > > > > > >     > >     >>
> >     > > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16,
> > Josh
> >     > > Tynjala
> >     > > > (<
> >     > > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>)
> escribió:
> >     > > > > > > > > >     > >     >>
> >     > > > > > > > > >     > >     >>> VSCode happens to run the JAR files
> >     > directly
> >     > > > with
> >     > > > > > > Java,
> >     > > > > > > > > and
> >     > > > > > > > > >     > > doesn't run
> >     > > > > > > > > >     > >     >>> anything in js/bin. If the contents
> > of
> >     > js/bin
> >     > > > do
> >     > > > > > not
> >     > > > > > > > have
> >     > > > > > > > > > the
> >     > > > > > > > > >     > > correct
> >     > > > > > > > > >     > >     >>> exectuable permissions, it wouldn't
> > affect
> >     > > > > VSCode.
> >     > > > > > > > > However,
> >     > > > > > > > > >     > fixing
> >     > > > > > > > > >     > > those
> >     > > > > > > > > >     > >     >>> permissions would still be a
> problem
> > that
> >     > > > should
> >     > > > > be
> >     > > > > > > > > > addressed to
> >     > > > > > > > > >     > > have a
> >     > > > > > > > > >     > >     >>> proper distribution. Moonshine is
> > not doing
> >     > > > > > anything
> >     > > > > > > > out
> >     > > > > > > > > > of the
> >     > > > > > > > > >     > > ordinary
> >     > > > > > > > > >     > >     >>> by
> >     > > > > > > > > >     > >     >>> running js/bin/mxmlc (and that's
> what
> >     > someone
> >     > > > > > > compiling
> >     > > > > > > > > > from the
> >     > > > > > > > > >     > > command
> >     > > > > > > > > >     > >     >>> line without Maven or Ant would use
> > too).
> >     > If
> >     > > > > > > anything,
> >     > > > > > > > > it's
> >     > > > > > > > > >     > VSCode
> >     > > > > > > > > >     > > that
> >     > > > > > > > > >     > >     >>> is
> >     > > > > > > > > >     > >     >>> not doing things in the ordinary
> way.
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >     >>> --
> >     > > > > > > > > >     > >     >>> Josh Tynjala
> >     > > > > > > > > >     > >     >>> Bowler Hat LLC <
> > https://bowlerhat.dev>
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM
> > Carlos
> >     > > Rovira
> >     > > > <
> >     > > > > > > > > >     > > carlosrovira@apache.org>
> >     > > > > > > > > >     > >     >>> wrote:
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >     >>> > Hi,
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>> > @Piotr Zarzycki <
> >     > piotrzarzycki21@gmail.com
> >     > > >
> >     > > > I
> >     > > > > > was
> >     > > > > > > > over
> >     > > > > > > > > > the big
> >     > > > > > > > > >     > > button
> >     > > > > > > > > >     > >     >>> to
> >     > > > > > > > > >     > >     >>> > nightly builds, since you told me
> > to
> >     > > download
> >     > > > > > that.
> >     > > > > > > > So
> >     > > > > > > > > > from the
> >     > > > > > > > > >     > > big
> >     > > > > > > > > >     > >     >>> button
> >     > > > > > > > > >     > >     >>> > I choosed "other downloads" and
> > choosed
> >     > non
> >     > > > > > sandbox
> >     > > > > > > > > one.
> >     > > > > > > > > > Both
> >     > > > > > > > > >     > > url goes
> >     > > > > > > > > >     > >     >>> to
> >     > > > > > > > > >     > >     >>> > the same link:
> >     > > > Moonshine_Signed_NonSandbox.pkg
> >     > > > > > > > > >     > >     >>> > <
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>> > About the permissions: My guess
> is
> > that
> >     > is
> >     > > > > > > something
> >     > > > > > > > > > related to
> >     > > > > > > > > >     > >     >>> Moonshine,
> >     > > > > > > > > >     > >     >>> > not to user or maven, since
> VSCode
> > is
> >     > > dealing
> >     > > > > > with
> >     > > > > > > > the
> >     > > > > > > > > > same SDK
> >     > > > > > > > > >     > > without
> >     > > > > > > > > >     > >     >>> > complain. I can give permissions
> > to try
> >     > > this,
> >     > > > > > but I
> >     > > > > > > > > > suggest the
> >     > > > > > > > > >     > >     >>> moonshine
> >     > > > > > > > > >     > >     >>> > team could look to how VSCode
> work
> > with
> >     > > user
> >     > > > > > files
> >     > > > > > > > and
> >     > > > > > > > > > mimic
> >     > > > > > > > > >     > > that to
> >     > > > > > > > > >     > >     >>> > avoid this kind of problem.
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>> > Thanks
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50,
> > Alex
> >     > > Harui
> >     > > > > > > > > >     > > (<aharui@adobe.com.invalid
> >     > > > > > > > > >     > >     >>> >)
> >     > > > > > > > > >     > >     >>> > escribió:
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>> > > IMO, the Maven commands that
> > build the
> >     > > > > > > Distribution
> >     > > > > > > > > SDK
> >     > > > > > > > > >     > should
> >     > > > > > > > > >     > >     >>> change the
> >     > > > > > > > > >     > >     >>> > > permissions.
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > > My 2 cents,
> >     > > > > > > > > >     > >     >>> > > -Alex
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr
> > Zarzycki" <
> >     > > > > > > > > >     > > piotrzarzycki21@gmail.com>
> >     > > > > > > > > >     > >     >>> > wrote:
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > >     Permission to "mxmlc" file
> > in SDK.
> >     > -
> >     > > > You
> >     > > > > > have
> >     > > > > > > > to
> >     > > > > > > > > > add
> >     > > > > > > > > >     > > permission
> >     > > > > > > > > >     > >     >>> for
> >     > > > > > > > > >     > >     >>> > > usage
> >     > > > > > > > > >     > >     >>> > >     manually to that file.
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > >     I will explain you more on
> > Monday
> >     > if
> >     > > > you
> >     > > > > > > won't
> >     > > > > > > > > > figure it
> >     > > > > > > > > >     > > out your
> >     > > > > > > > > >     > >     >>> > self,
> >     > > > > > > > > >     > >     >>> > >     what is all about.
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > >     You can literally paste in
> > Google
> >     > > last
> >     > > > > > > sentence
> >     > > > > > > > > > from
> >     > > > > > > > > >     > stack
> >     > > > > > > > > >     > > trace
> >     > > > > > > > > >     > >     >>> > error
> >     > > > > > > > > >     > >     >>> > > and
> >     > > > > > > > > >     > >     >>> > >     add: How to add permission
> > to file
> >     > on
> >     > > > > Mac.
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09
> PM
> > Carlos
> >     > > > > Rovira
> >     > > > > > <
> >     > > > > > > > > >     > >     >>> carlosrovira@apache.org>
> >     > > > > > > > > >     > >     >>> > > wrote:
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> > >     > Hi Piotr,
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >     > but what kind of
> > permission? to
> >     > the
> >     > > > > > > moonshine
> >     > > > > > > > > >     > executable?
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a
> las
> > 17:49,
> >     > > > Piotr
> >     > > > > > > > > Zarzycki
> >     > > > > > > > > > (<
> >     > > > > > > > > >     > >     >>> > >     >
> piotrzarzycki21@gmail.com
> > >)
> >     > > > > > > > > >     > >     >>> > >     > escribió:
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >     > > If you are using your
> > own SDK
> >     > > (not
> >     > > > > > > > downloaded
> >     > > > > > > > > > trough
> >     > > > > > > > > >     > >     >>> Moonshine
> >     > > > > > > > > >     > >     >>> > > getting
> >     > > > > > > > > >     > >     >>> > >     > > started) you have to
> add
> >     > > permission
> >     > > > > to
> >     > > > > > > > mxmlc
> >     > > > > > > > > > file.
> >     > > > > > > > > >     > > There is a
> >     > > > > > > > > >     > >     >>> > > command on
> >     > > > > > > > > >     > >     >>> > >     > > Mac chmod - try to
> > search using
> >     > > > that
> >     > > > > > > > command
> >     > > > > > > > > > on a
> >     > > > > > > > > >     > > Google.
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     > > Thanks,
> >     > > > > > > > > >     > >     >>> > >     > > Piotr
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020,
> > 5:29 PM
> >     > > Carlos
> >     > > > > > > Rovira
> >     > > > > > > > <
> >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> >     > > > > > > > > >     > >     >>> > >     > > wrote:
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     > > > Hi,
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > > I installed latest
> > Moonshine
> >     > > > > nightly.
> >     > > > > > > > After
> >     > > > > > > > > >     > > configuring
> >     > > > > > > > > >     > >     >>> initial
> >     > > > > > > > > >     > >     >>> > > things
> >     > > > > > > > > >     > >     >>> > >     > > > loaded TDJ project.
> I'm
> >     > getting
> >     > > > > > > > Permission
> >     > > > > > > > > > denied:
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > > : Moonshine IDE™
> 2.5.0
> >     > > > > > > > > >     > >     >>> > >     > > > : Copyright ©
> > Prominic.NET,
> >     > > Inc.
> >     > > > > All
> >     > > > > > > > rights
> >     > > > > > > > > >     > reserved.
> >     > > > > > > > > >     > >     >>> > >     > > > : Source code is
> under
> > Apache
> >     > > > > > License,
> >     > > > > > > > > > Version 2.0
> >     > > > > > > > > >     > >     >>> > >     > > > :
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> >     > > > > > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL),
> > as3swf
> >     > > > (MIT),
> >     > > > > > > fzip
> >     > > > > > > > > > (ZLIB),
> >     > > > > > > > > >     > > asblocks
> >     > > > > > > > > >     > >     >>> > (Apache
> >     > > > > > > > > >     > >     >>> > >     > License
> >     > > > > > > > > >     > >     >>> > >     > > > 2.0),
> >     > NativeApplicationUpdater
> >     > > > > (LGPL)
> >     > > > > > > > > >     > >     >>> > >     > > > : Running on Adobe
> AIR
> >     > > 28.0.0.125
> >     > > > > > > > > >     > >     >>> > >     > > > : Compiling
> TourDeJewel
> >     > > > > > > > > >     > >     >>> > >     > > > : SDK path:
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > > > > > > > > >     > >     >>> > >     > > > : Sending to mxmlx:
> > export
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >
> >     > > > > >
> >     >
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> >     > > > > > > > > >     > >     >>> > >     > &&
> >     > > > > > > > > >     > >     >>> > >     > > > export
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > SETUP_SH_VMARGS="-Duser.language=en
> >     > > > > > > > > >     > > -Duser.region=en" &&
> >     > > > > > > > > >     > >     >>> export
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >
> >     > > > > > >
> >     > > >
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > -load-config+=obj/TourDeJewelConfig.xml
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >
> >     > > > > >
> >     >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > >
> >     > > >
> > -html-template=src/main/resources/jewel-example-index-template.html
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > -js-dynamic-access-unknown-members=true
> >     > > > > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> >     > > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >
> >     > > > > >
> >     >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> >     > > > > > > > > >     > >     >>> > >     > > > Permission denied
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > > How can I fix it?
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > > Thanks
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020
> a
> > las
> >     > > 17:24,
> >     > > > > > Josh
> >     > > > > > > > > > Tynjala (<
> >     > > > > > > > > >     > >     >>> > >     > >
> > joshtynjala@bowlerhat.dev
> >     > > > > > > > > >     > >     >>> > >     > > > >)
> >     > > > > > > > > >     > >     >>> > >     > > > escribió:
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > Yeah, I don't see
> why
> >     > > Moonshine
> >     > > > > is
> >     > > > > > > > > > reporting
> >     > > > > > > > > >     > those
> >     > > > > > > > > >     > >     >>> errors,
> >     > > > > > > > > >     > >     >>> > but
> >     > > > > > > > > >     > >     >>> > > VSCode
> >     > > > > > > > > >     > >     >>> > >     > > > does
> >     > > > > > > > > >     > >     >>> > >     > > > > not. If
> > royale-config.xml
> >     > is
> >     > > > > > > > referencing
> >     > > > > > > > > > SWCs
> >     > > > > > > > > >     > that
> >     > > > > > > > > >     > > don't
> >     > > > > > > > > >     > >     >>> > > exist, that
> >     > > > > > > > > >     > >     >>> > >     > > > should
> >     > > > > > > > > >     > >     >>> > >     > > > > affect both IDEs.
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > Regardless, like
> you
> >     > > explained,
> >     > > > > the
> >     > > > > > > > same
> >     > > > > > > > > > issue
> >     > > > > > > > > >     > > should
> >     > > > > > > > > >     > >     >>> > > reproduce when
> >     > > > > > > > > >     > >     >>> > >     > > > > compiling from a
> > terminal
> >     > > > without
> >     > > > > > > > > > Moonshine.
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > --
> >     > > > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
> >     > > > > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     > > > > > > > > >     > >     >>> > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020
> > at 5:10
> >     > > AM
> >     > > > > > Piotr
> >     > > > > > > > > > Zarzycki <
> >     > > > > > > > > >     > >     >>> > >     > >
> > piotrzarzycki21@gmail.com
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > wrote:
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > Yeah it would be
> > pretty
> >     > > great
> >     > > > > if
> >     > > > > > > you
> >     > > > > > > > > > could
> >     > > > > > > > > >     > setup
> >     > > > > > > > > >     > >     >>> Moonshine,
> >     > > > > > > > > >     > >     >>> > > but you
> >     > > > > > > > > >     > >     >>> > >     > > > don't
> >     > > > > > > > > >     > >     >>> > >     > > > > > have to do that
> > actually
> >     > to
> >     > > > > > > reproduce
> >     > > > > > > > > the
> >     > > > > > > > > >     > issue.
> >     > > > > > > > > >     > >     >>> Command
> >     > > > > > > > > >     > >     >>> > > which I
> >     > > > > > > > > >     > >     >>> > >     > have
> >     > > > > > > > > >     > >     >>> > >     > > > > > pasted in this
> > thread can
> >     > > be
> >     > > > > copy
> >     > > > > > > and
> >     > > > > > > > > > used in
> >     > > > > > > > > >     > > Terminal
> >     > > > > > > > > >     > >     >>> with
> >     > > > > > > > > >     > >     >>> > > small
> >     > > > > > > > > >     > >     >>> > >     > > path
> >     > > > > > > > > >     > >     >>> > >     > > > > > adjustment. Try
> it
> > on any
> >     > > > > project
> >     > > > > > > you
> >     > > > > > > > > > have
> >     > > > > > > > > >     > using
> >     > > > > > > > > >     > >     >>> > > distribution build
> >     > > > > > > > > >     > >     >>> > >     > > and
> >     > > > > > > > > >     > >     >>> > >     > > > > for
> >     > > > > > > > > >     > >     >>> > >     > > > > > sure you will get
> > the
> >     > > error.
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > In case of
> > Moonshine we
> >     > > have
> >     > > > > > freez
> >     > > > > > > > code
> >     > > > > > > > > > for
> >     > > > > > > > > >     > > commits and
> >     > > > > > > > > >     > >     >>> > > prepare for
> >     > > > > > > > > >     > >     >>> > >     > > > > > release, we have
> > some
> >     > > > internal
> >     > > > > > > > problems
> >     > > > > > > > > > with
> >     > > > > > > > > >     > > bamboo
> >     > > > > > > > > >     > >     >>> build -
> >     > > > > > > > > >     > >     >>> > > if it
> >     > > > > > > > > >     > >     >>> > >     > > will
> >     > > > > > > > > >     > >     >>> > >     > > > > get
> >     > > > > > > > > >     > >     >>> > >     > > > > > resolved we
> should
> > have
> >     > > > release
> >     > > > > > > early
> >     > > > > > > > > > next
> >     > > > > > > > > >     > week.
> >     > > > > > > > > >     > > You
> >     > > > > > > > > >     > >     >>> can
> >     > > > > > > > > >     > >     >>> > > always try
> >     > > > > > > > > >     > >     >>> > >     > > > > Nightly
> >     > > > > > > > > >     > >     >>> > >     > > > > > build.
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > I'm really
> > surprised that
> >     > > > > VSCode
> >     > > > > > do
> >     > > > > > > > not
> >     > > > > > > > > >     > throwing
> >     > > > > > > > > >     > > the
> >     > > > > > > > > >     > >     >>> same
> >     > > > > > > > > >     > >     >>> > > error -
> >     > > > > > > > > >     > >     >>> > >     > > What
> >     > > > > > > > > >     > >     >>> > >     > > > > > could be the case
> > Josh?
> >     > The
> >     > > > > only
> >     > > > > > > > > > difference is
> >     > > > > > > > > >     > > that we
> >     > > > > > > > > >     > >     >>> are
> >     > > > > > > > > >     > >     >>> > > using
> >     > > > > > > > > >     > >     >>> > >     > > mxmlc
> >     > > > > > > > > >     > >     >>> > >     > > > > file
> >     > > > > > > > > >     > >     >>> > >     > > > > > and VSCode is
> > probably
> >     > > using
> >     > > > > jar
> >     > > > > > > > file,
> >     > > > > > > > > > but
> >     > > > > > > > > >     > >     >>> playerglobal.swc
> >     > > > > > > > > >     > >     >>> > > doesn't
> >     > > > > > > > > >     > >     >>> > >     > > > > exists
> >     > > > > > > > > >     > >     >>> > >     > > > > > so both should
> > report
> >     > same
> >     > > > > issue.
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > Thanks,
> >     > > > > > > > > >     > >     >>> > >     > > > > > Piotr
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020
> o
> > 13:02
> >     > > > Carlos
> >     > > > > > > > Rovira
> >     > > > > > > > > <
> >     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> >     > > > > > > > > >     > >     >>> > >     > > > > > napisał(a):
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > so I think
> > you're a bit
> >     > > > > closer
> >     > > > > > > (not
> >     > > > > > > > > > farther
> >     > > > > > > > > >     > > ;)),
> >     > > > > > > > > >     > >     >>> since
> >     > > > > > > > > >     > >     >>> > > compiler
> >     > > > > > > > > >     > >     >>> > >     > was
> >     > > > > > > > > >     > >     >>> > >     > > > > > found.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > Now is a matter
> > to find
> >     > > > > what's
> >     > > > > > > > > missing.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > What's curious
> > for me
> >     > is
> >     > > > > VSCode
> >     > > > > > > > > > recognizes
> >     > > > > > > > > >     > but
> >     > > > > > > > > >     > >     >>> Moonshine
> >     > > > > > > > > >     > >     >>> > > not. I
> >     > > > > > > > > >     > >     >>> > >     > > think
> >     > > > > > > > > >     > >     >>> > >     > > > > the
> >     > > > > > > > > >     > >     >>> > >     > > > > > > problem is each
> > IDE is
> >     > > > > looking
> >     > > > > > at
> >     > > > > > > > > > different
> >     > > > > > > > > >     > > things to
> >     > > > > > > > > >     > >     >>> > > match a
> >     > > > > > > > > >     > >     >>> > >     > valid
> >     > > > > > > > > >     > >     >>> > >     > > > > SDK,
> >     > > > > > > > > >     > >     >>> > >     > > > > > > and maybe even
> > we could
> >     > > be
> >     > > > > > > setting
> >     > > > > > > > > > duplicate
> >     > > > > > > > > >     > >     >>> artifacts in
> >     > > > > > > > > >     > >     >>> > > the SDK
> >     > > > > > > > > >     > >     >>> > >     > > so
> >     > > > > > > > > >     > >     >>> > >     > > > > > VSCode
> >     > > > > > > > > >     > >     >>> > >     > > > > > > finds all but
> > Moonshine
> >     > > > not.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > I'll be setup
> > Moonshine
> >     > > as
> >     > > > I
> >     > > > > > have
> >     > > > > > > > > time
> >     > > > > > > > > > to try
> >     > > > > > > > > >     > > it.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > I think you
> plan
> > to
> >     > > launch
> >     > > > a
> >     > > > > > new
> >     > > > > > > > one
> >     > > > > > > > > > soon
> >     > > > > > > > > >     > > right?
> >     > > > > > > > > >     > >     >>> should I
> >     > > > > > > > > >     > >     >>> > > wait
> >     > > > > > > > > >     > >     >>> > >     > for
> >     > > > > > > > > >     > >     >>> > >     > > > it?
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > Thanks
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb.
> > 2020 a
> >     > > las
> >     > > > > > 7:53,
> >     > > > > > > > > Piotr
> >     > > > > > > > > >     > > Zarzycki (<
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > piotrzarzycki21@gmail.com
> >     > > > >)
> >     > > > > > > > > >     > >     >>> > >     > > > > > > escribió:
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > I just tried
> > your
> >     > > changes
> >     > > > > and
> >     > > > > > > > I'm a
> >     > > > > > > > > > bit
> >     > > > > > > > > >     > > farther.
> >     > > > > > > > > >     > >     >>> Now
> >     > > > > > > > > >     > >     >>> > I'm
> >     > > > > > > > > >     > >     >>> > >     > getting
> >     > > > > > > > > >     > >     >>> > >     > > > > > > following
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > errors. It's
> > throwing
> >     > > > that
> >     > > > > > > errors
> >     > > > > > > > > > cause in
> >     > > > > > > > > >     > > JS only
> >     > > > > > > > > >     > >     >>> > > binaries
> >     > > > > > > > > >     > >     >>> > >     > > > prepared
> >     > > > > > > > > >     > >     >>> > >     > > > > by
> >     > > > > > > > > >     > >     >>> > >     > > > > > > ant
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > we have in
> > following
> >     > > > > location
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > >
> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> >     > > > > > > > > >     > >     >>> > > fake
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> > playerglobal.swc, so
> >     > > > > > > distribution
> >     > > > > > > > > > should
> >     > > > > > > > > >     > > probably
> >     > > > > > > > > >     > >     >>> have
> >     > > > > > > > > >     > >     >>> > > the
> >     > > > > > > > > >     > >     >>> > >     > same.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > > > > > > > > >     > >     >>> > >     > > > -debug=true
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> > -source-map=true
> >     > > > > > > > > >     > -compiler.targets=JSRoyale
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > > >
> >     > > > > >
> >     >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
> > Royale
> >     > > Compiler
> >     > > > > > > > codebase:
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > >
> >     > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
> > Royale SDK:
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > >
> >     > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> -debug=true
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > -source-map=true
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > -compiler.targets=JSRoyale
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >
> >     > > > > > > > >
> >     > > >
> > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> Error:
> >     > unable
> >     > > to
> >     > > > > > open
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > >  </external-library-path>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> Error:
> >     > unable
> >     > > to
> >     > > > > > open
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > >  </js-external-library-path>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> Error:
> >     > unable
> >     > > to
> >     > > > > > open
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > >  </js-external-library-path>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0
> Error:
> >     > unable
> >     > > to
> >     > > > > > open
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >     > >  </library-path>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> 1.034449561
> >     > seconds
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut
> > 2020 o
> >     > > 00:43
> >     > > > > > Carlos
> >     > > > > > > > > > Rovira <
> >     > > > > > > > > >     > >     >>> > >     > carlosrovira@apache.org>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh
> > for
> >     > > > pointing
> >     > > > > > that
> >     > > > > > > > out
> >     > > > > > > > > > I think
> >     > > > > > > > > >     > > I got
> >     > > > > > > > > >     > >     >>> it.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > @Piotr
> > Zarzycki <
> >     > > > > > > > > >     > piotrzarzycki21@gmail.com
> >     > > > > > > > > >     > > >
> >     > > > > > > > > >     > >     >>> please
> >     > > > > > > > > >     > >     >>> > > try with
> >     > > > > > > > > >     > >     >>> > >     > my
> >     > > > > > > > > >     > >     >>> > >     > > > > > latest
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > commit. I
> > couldn't
> >     > > test
> >     > > > > > > myself,
> >     > > > > > > > > > but I
> >     > > > > > > > > >     > > think it
> >     > > > > > > > > >     > >     >>> should
> >     > > > > > > > > >     > >     >>> > > work
> >     > > > > > > > > >     > >     >>> > >     > now
> >     > > > > > > > > >     > >     >>> > >     > > > for
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > VSCode
> still
> > work
> >     > > with
> >     > > > > this
> >     > > > > > > > > > changes.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > Carlos
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > El mié., 5
> > feb.
> >     > 2020
> >     > > a
> >     > > > > las
> >     > > > > > > > 19:43,
> >     > > > > > > > > > Josh
> >     > > > > > > > > >     > > Tynjala (<
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > joshtynjala@bowlerhat.dev
> >     > > > > >)
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > > escribió:
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> If I had
> to
> > guess,
> >     > > > this
> >     > > > > > > > > classpath
> >     > > > > > > > > > is
> >     > > > > > > > > >     > > wrong:
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > <Class-Path>args4j.jar
> >     > > > > > > > > > org.json.jar
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> Class-Path>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > >
> >     > > > > > > > > >     > >     >>> > >     > > > >
> >     > > > > > > > > >     > >     >>> > >     > > >
> >     > > > > > > > > >     > >     >>> > >     > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> I think
> > that the
> >     > > names
> >     > > > > of
> >     > > > > > > > those
> >     > > > > > > > > > JAR
> >     > > > > > > > > >     > files
> >     > > > > > > > > >     > > all
> >     > > > > > > > > >     > >     >>> > include
> >     > > > > > > > > >     > >     >>> > > a
> >     > > > > > > > > >     > >     >>> > >     > > version
> >     > > > > > > > > >     > >     >>> > >     > > > > > number
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > in
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> the Maven
> >     > > > distribution.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> --
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Josh
> Tynjala
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat
> > LLC <
> >     > > > > > > > > >     > >     >>> > >
> >     > > > > > > > > >     > >     >>> >
> >     > > > > > > > > >     > >     >>>
> >     > > > > > > > > >     > >
> >     > > > > > > > > >     >
> >     > > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     > > > > > > > > >     > >     >>> > > >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> On Wed,
> Feb
> > 5,
> >     > 2020
> >     > > at
> >     > > > > > 10:17
> >     > > > > > > > AM
> >     > > > > > > > > > Carlos
> >     > > > > > > > > >     > > Rovira <
> >     > > > > > > > > >     > >     >>> > >     > > > > > >
> >     > carlosrovira@apache.org>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > ok
> didn't
> >     > notice.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > So maybe
> > is a
> >     > > > > classpath
> >     > > > > > > > > problem?
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > It's
> > clear that
> >     > > > VSCode
> >     > > > > > > goes
> >     > > > > > > > to
> >     > > > > > > > > > the
> >     > > > > > > > > >     > same
> >     > > > > > > > > >     > > place
> >     > > > > > > > > >     > >     >>> and
> >     > > > > > > > > >     > >     >>> > > find it
> >     > > > > > > > > >     > >     >>> > >     > > > since
> >     > > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> is a
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > dummy
> jar
> > that
> >     > has
> >     > > > > > exactly
> >     > > > > > > > > that
> >     > > > > > > > > > class,
> >     > > > > > > > > >     > > but
> >     > > > > > > > > >     > >     >>> > > Moonshine goes
> >     > > > > > > > > >     > >     >>> > >     > > and
> >     > > > > > > > > >     > >     >>> > >     > > > > > didn't
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> find
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > it.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > If not
> > any clue
> >     > > what
> >     > > > > > could
> >     > > > > > > > be
> >     > > > > > > > > >     > happening?
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > El mié.,
> > 5 feb.
> >     > > > 2020 a
> >     > > > > > las
> >     > > > > > > > > > 16:53,
> >     > > > > > > > > >     > Piotr
> >     > > > > > > > > >     > >     >>> Zarzycki
> >     > > > > > > > > >     > >     >>> > (<
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >     > > > > > piotrzarzycki21@gmail.com
> >     > > > > > > >)
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> escribió:
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
> Exactly
> > and I
> >     > > can
> >     > > > > > > confirm
> >     > > > > > > > > > that mxmlc
> >     > > > > > > > > >     > > is in
> >     > > > > > > > > >     > >     >>> > place.
> >     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
> >     > > > > > > > > >     > >     >>> > >     >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > > >
> >     > > > > > > --
> >     > > > > > > Carlos Rovira
> >     > > > > > > http://about.me/carlosrovira
> >     > > > > > >
> >     > > > > >
> >     > > > > >
> >     > > > > > --
> >     > > > > >
> >     > > > > > Piotr Zarzycki
> >     > > > > >
> >     > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >     > > > > > <https://www.patreon.com/piotrzarzycki>*
> >     > > > > >
> >     > > > >
> >     > > > >
> >     > > > > --
> >     > > > > Carlos Rovira
> >     > > > > http://about.me/carlosrovira
> >     > > > >
> >     > > >
> >     > > >
> >     > > > --
> >     > > >
> >     > > > Piotr Zarzycki
> >     > > >
> >     > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >     > > > <https://www.patreon.com/piotrzarzycki>*
> >     > > >
> >     > >
> >     > >
> >     > > --
> >     > > Carlos Rovira
> >     > > http://about.me/carlosrovira
> >     > >
> >     >
> >     >
> >     > --
> >     >
> >     > Piotr Zarzycki
> >     >
> >     > Patreon: *https://www.patreon.com/piotrzarzycki
> >     > <https://www.patreon.com/piotrzarzycki>*
> >     >
> >
> >
> >     --
> >     Carlos Rovira
> >     http://about.me/carlosrovira
> >
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Chris,

not sure is a problem of the Maven sdk since the same is working in VSCode

The offending line is:

The error is: command line Error: unable to open
'/themes/JewelTheme/src/main/resources/defaults.css'.

The config in Moonshine is in TourDejewel.as3proj has this:

<option
additional="-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
-html-template=src/main/resources/jewel-example-index-template.html
-js-dynamic-access-unknown-members=true"/>

So don't know how ${royalelib} is worked in Moonshine. Maybe is something I
don't have configured yet in Moonshine

@Piotr, could you let me know if is something that I need to configure? can
you try to compile TDJ with Moonshine and the maven distribution too?

The full output for the record is:


: Compiling TourDeJewel
: Command:
"/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/bin/mxmlc"
-load-config+=obj/TourDeJewelConfig.xml -optimize=false
-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
-html-template=src/main/resources/jewel-example-index-template.html
-js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
: SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
: Sending to mxmlc: export
ROYALE_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven;export
SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en"; export
ROYALE_SWF_COMPILER_HOME=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven&&
"/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
-load-config+=obj/TourDeJewelConfig.xml -optimize=false
-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
-html-template=src/main/resources/jewel-example-index-template.html
-js-dynamic-access-unknown-members=true -debug=true -o bin-debug/App.swf
-compiler.targets=SWF
: Using Royale Compiler codebase:
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/../..
: Using Royale SDK: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
: MXMLJSC
:
+royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
:
-sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
: -load-config+=obj/TourDeJewelConfig.xml
: -optimize=false
: -theme=/themes/JewelTheme/src/main/resources/defaults.css
: -html-template=src/main/resources/jewel-example-index-template.html
: -js-dynamic-access-unknown-members=true
: -debug=true
: -o
: bin-debug/App.swf
: -compiler.targets=SWF
: command line Error: unable to open
'/themes/JewelTheme/src/main/resources/defaults.css'.
: 0.676110556 seconds
: Compilation of TourDeJewel finished.


El jue., 26 mar. 2020 a las 18:20, Christofer Dutz (<
christofer.dutz@c-ware.de>) escribió:

> Hi all,
>
> Good to know it's now working.
>
> So what is still the difference between the Maven and the Ant distribution?
>
> I'm asking cause I would love to make the maven distribution match the Ant
> version and just use the one Maven created in the future.
>
> Chris
>
>
> Am 26.03.20, 17:58 schrieb "Carlos Rovira" <ca...@apache.org>:
>
>     Hi Piotr,
>
>     just downloaded latest nightly and could finally compile the TDJ.
>     Is failing due to some config issue, but that's an issue to solve in
> TDJ
>     config
>     Congrats y think I can at last use Moonshine and explore it! :)
>
>
>
>     El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
>     piotrzarzycki21@gmail.com>) escribió:
>
>     > Hi Carlos,
>     >
>     > Colleague from the Team was able to reproduce your problem with
> "Build
>     > Project". It looks like he fixed that - you can download Nightly
> Build of
>     > Moonshine and check.
>     >
>     > Thanks,
>     > Piotr
>     >
>     > pon., 23 mar 2020 o 15:10 Carlos Rovira <ca...@apache.org>
>     > napisał(a):
>     >
>     > > Yeah, hope someone on your team could know where we can start
> looking :)
>     > > thanks!
>     > > Carlos
>     > >
>     > > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
>     > > piotrzarzycki21@gmail.com>) escribió:
>     > >
>     > > > Next is reproduce your problem with Moonshine. ;)
>     > > >
>     > > > pon., 23 mar 2020 o 15:02 Carlos Rovira <carlosrovira@apache.org
> >
>     > > > napisał(a):
>     > > >
>     > > > > Very cool Piotr!
>     > > > > seems we finally has Maven distribution sdk working! :)
>     > > > >
>     > > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
>     > > > > piotrzarzycki21@gmail.com>) escribió:
>     > > > >
>     > > > > > Hi Guys,
>     > > > > >
>     > > > > > I just checked Maven Distribution with Moonshine and I was
> able to
>     > > > build
>     > > > > > Jewel Hello World and TourDeJewel. :)
>     > > > > >
>     > > > > > Thanks,
>     > > > > > Piotr
>     > > > > >
>     > > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <
> carlosrovira@apache.org
>     > >
>     > > > > > napisał(a):
>     > > > > >
>     > > > > > > Hi Piotr,
>     > > > > > >
>     > > > > > > nothing happens or log is printed in the console, is like
> if I
>     > > didn't
>     > > > > > push
>     > > > > > > the menu button.
>     > > > > > > I ensured that I have the SDK setup, maybe something more
> is
>     > > needed,
>     > > > > and
>     > > > > > > I'm missing something.
>     > > > > > > As well I understand that "Project > Build Project" is the
> right
>     > > > option
>     > > > > > in
>     > > > > > > the menu to push
>     > > > > > >
>     > > > > > > Thanks
>     > > > > > >
>     > > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
>     > > > > > > piotrzarzycki21@gmail.com>) escribió:
>     > > > > > >
>     > > > > > > > Carlos,
>     > > > > > > >
>     > > > > > > > By saying that nothing happens - you don't get any
> information
>     > on
>     > > > the
>     > > > > > > > console at all?
>     > > > > > > >
>     > > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
>     > > > carlosrovira@apache.org
>     > > > > >
>     > > > > > > > wrote:
>     > > > > > > >
>     > > > > > > > > Hi Chris and Piotr,
>     > > > > > > > >
>     > > > > > > > > I was having the same issue. After latest PR from
> Chris, I
>     > can
>     > > > > > confirm
>     > > > > > > is
>     > > > > > > > > working ok :)
>     > > > > > > > > Piotr, please, a last attempt. I think you'll get
> working
>     > right
>     > > > now
>     > > > > > > from
>     > > > > > > > > Moonshine.
>     > > > > > > > >
>     > > > > > > > > As well I'm curious about how to build with IDE in
> Moonshine,
>     > > or
>     > > > > why
>     > > > > > > > >  Project > Build Project is not working for me
>     > > > > > > > > something I must have into account?
>     > > > > > > > >
>     > > > > > > > > Thanks
>     > > > > > > > >
>     > > > > > > > > Carlos
>     > > > > > > > >
>     > > > > > > > >
>     > > > > > > > >
>     > > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
>     > > > > > > > > christofer.dutz@c-ware.de>) escribió:
>     > > > > > > > >
>     > > > > > > > > > Yeah ... sorry for that.
>     > > > > > > > > >
>     > > > > > > > > > I noticed that I took care of the "SNAPSHOT" instead
> of the
>     > > > > > > Timestamp,
>     > > > > > > > > but
>     > > > > > > > > > I forgot to add the classifier ... will be in the
> next PR.
>     > > > > > > > > > Can you confirm that now the files have a "SNAPSHOT"
>     > instead
>     > > of
>     > > > > the
>     > > > > > > > > > Timestamp?
>     > > > > > > > > >
>     > > > > > > > > > Chris
>     > > > > > > > > >
>     > > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
>     > > > > > > > piotrzarzycki21@gmail.com
>     > > > > > > > > >:
>     > > > > > > > > >
>     > > > > > > > > >     Hi Chris,
>     > > > > > > > > >
>     > > > > > > > > >     Nothing changed I have exactly same issue after
> pulling
>     > > all
>     > > > > > > changes
>     > > > > > > > > and
>     > > > > > > > > >     rebuilding sdk.
>     > > > > > > > > >
>     > > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
>     > > > > > > carlosrovira@apache.org
>     > > > > > > > >
>     > > > > > > > > >     napisał(a):
>     > > > > > > > > >
>     > > > > > > > > >     > Hi,
>     > > > > > > > > >     >
>     > > > > > > > > >     > Many thanks for the fix Chris.
>     > > > > > > > > >     > Piotr, can you try again and confirm if all is
> ok
>     > now?
>     > > > > > > > > >     >
>     > > > > > > > > >     > thanks
>     > > > > > > > > >     >
>     > > > > > > > > >     >
>     > > > > > > > > >     >
>     > > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer
> Dutz (<
>     > > > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
>     > > > > > > > > >     >
>     > > > > > > > > >     > > Hi Piotr,
>     > > > > > > > > >     > >
>     > > > > > > > > >     > > I had a look and you are right ... even if
> this
>     > only
>     > > > > seems
>     > > > > > to
>     > > > > > > > > > happen if
>     > > > > > > > > >     > > you haven't built the typedefs on your
> machine that
>     > > day
>     > > > > > > before
>     > > > > > > > > > building
>     > > > > > > > > >     > the
>     > > > > > > > > >     > > distribution. I just pushed a PR that should
> fix
>     > > this.
>     > > > > > > > > >     > >
>     > > > > > > > > >     > > Chris
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >
>     > > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
>     > > > > > > > > > piotrzarzycki21@gmail.com
>     > > > > > > > > >     > >:
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     Hi Carlos,
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     I've just build royale-asjs with
> following
>     > > command:
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     mvn clean install -P
>     > > > > > > > > with-distribution,option-with-sass-compile
>     > > > > > > > > >     > >     -DdistributionTargetFolder=path
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     Created new Royale Jewel project with
> latest
>     > > > nightly
>     > > > > > non
>     > > > > > > > > > sandbox
>     > > > > > > > > >     > build
>     > > > > > > > > >     > > of
>     > > > > > > > > >     > >     Moonshine and I got following result
> during
>     > build
>     > > > [1]
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     [1] https://paste.apache.org/u5j0a
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     Thanks,
>     > > > > > > > > >     > >     Piotr
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
>     > > > > > > > > > carlosrovira@apache.org>
>     > > > > > > > > >     > >     napisał(a):
>     > > > > > > > > >     > >
>     > > > > > > > > >     > >     > Hi Piotr,
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > Chris, just made maven distribution
> mxmlc and
>     > > > compc
>     > > > > > > > > > executables.
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >    - I test and VSCode works fine
>     > > > > > > > > >     > >     >    - command line worked too [1]
>     > > > > > > > > >     > >     >    - Moonshine:  I couldn't launch a
>     > > compilation
>     > > > > with
>     > > > > > > > SDK.
>     > > > > > > > > > Just
>     > > > > > > > > >     > > upgrade
>     > > > > > > > > >     > >     >    to latest version as Moonshine
> requested
>     > > me. I
>     > > > > > have
>     > > > > > > > the
>     > > > > > > > > > SDK
>     > > > > > > > > >     > > configured to
>     > > > > > > > > >     > >     >    the distribution created with
> Maven. Then
>     > > with
>     > > > > TDJ
>     > > > > > > > > project
>     > > > > > > > > >     > loaded
>     > > > > > > > > >     > > when to
>     > > > > > > > > >     > >     >    Project > Build Project, but
> nothings
>     > happen
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > So just need to see how to check
> Moonshine so
>     > > we
>     > > > > can
>     > > > > > > > check
>     > > > > > > > > > Maven
>     > > > > > > > > >     > >     > distribution is completed at last. I
> want to
>     > > have
>     > > > > > that
>     > > > > > > > for
>     > > > > > > > > > this
>     > > > > > > > > >     > > release
>     > > > > > > > > >     > >     > 0.9.7
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > Thanks
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > Carlos
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > [1] output in command line for Tour de
> Jewel:
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     >
>     > > > > > > > >
>     > > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
>     > > > -debug=true
>     > > > > > > > > >     > -source-map=true
>     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > >
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     >
>     > > > > > > > >
>     > > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
>     > > > -debug=true
>     > > > > > > > > >     > -source-map=true
>     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > Using Royale Compiler codebase:
>     > > > > > > > > >     > >     >
>     > > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > Using Royale SDK:
>     > > > > > > > > >     > >
>     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > MXMLJSC
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > -debug=true
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > -source-map=true
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > -compiler.targets=JSRoyale
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > The project 'App' has been successfully
>     > > compiled.
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > 7.080432099 seconds
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19,
> Carlos
>     > > Rovira
>     > > > (<
>     > > > > > > > > >     > > carlosrovira@apache.org>)
>     > > > > > > > > >     > >     > escribió:
>     > > > > > > > > >     > >     >
>     > > > > > > > > >     > >     >> Ok Josh,
>     > > > > > > > > >     > >     >> understood, will take into account as
> I
>     > check
>     > > > > what's
>     > > > > > > > going
>     > > > > > > > > > on with
>     > > > > > > > > >     > > latest
>     > > > > > > > > >     > >     >> fails
>     > > > > > > > > >     > >     >> thanks
>     > > > > > > > > >     > >     >>
>     > > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16,
> Josh
>     > > Tynjala
>     > > > (<
>     > > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
>     > > > > > > > > >     > >     >>
>     > > > > > > > > >     > >     >>> VSCode happens to run the JAR files
>     > directly
>     > > > with
>     > > > > > > Java,
>     > > > > > > > > and
>     > > > > > > > > >     > > doesn't run
>     > > > > > > > > >     > >     >>> anything in js/bin. If the contents
> of
>     > js/bin
>     > > > do
>     > > > > > not
>     > > > > > > > have
>     > > > > > > > > > the
>     > > > > > > > > >     > > correct
>     > > > > > > > > >     > >     >>> exectuable permissions, it wouldn't
> affect
>     > > > > VSCode.
>     > > > > > > > > However,
>     > > > > > > > > >     > fixing
>     > > > > > > > > >     > > those
>     > > > > > > > > >     > >     >>> permissions would still be a problem
> that
>     > > > should
>     > > > > be
>     > > > > > > > > > addressed to
>     > > > > > > > > >     > > have a
>     > > > > > > > > >     > >     >>> proper distribution. Moonshine is
> not doing
>     > > > > > anything
>     > > > > > > > out
>     > > > > > > > > > of the
>     > > > > > > > > >     > > ordinary
>     > > > > > > > > >     > >     >>> by
>     > > > > > > > > >     > >     >>> running js/bin/mxmlc (and that's what
>     > someone
>     > > > > > > compiling
>     > > > > > > > > > from the
>     > > > > > > > > >     > > command
>     > > > > > > > > >     > >     >>> line without Maven or Ant would use
> too).
>     > If
>     > > > > > > anything,
>     > > > > > > > > it's
>     > > > > > > > > >     > VSCode
>     > > > > > > > > >     > > that
>     > > > > > > > > >     > >     >>> is
>     > > > > > > > > >     > >     >>> not doing things in the ordinary way.
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >     >>> --
>     > > > > > > > > >     > >     >>> Josh Tynjala
>     > > > > > > > > >     > >     >>> Bowler Hat LLC <
> https://bowlerhat.dev>
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM
> Carlos
>     > > Rovira
>     > > > <
>     > > > > > > > > >     > > carlosrovira@apache.org>
>     > > > > > > > > >     > >     >>> wrote:
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >     >>> > Hi,
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>> > @Piotr Zarzycki <
>     > piotrzarzycki21@gmail.com
>     > > >
>     > > > I
>     > > > > > was
>     > > > > > > > over
>     > > > > > > > > > the big
>     > > > > > > > > >     > > button
>     > > > > > > > > >     > >     >>> to
>     > > > > > > > > >     > >     >>> > nightly builds, since you told me
> to
>     > > download
>     > > > > > that.
>     > > > > > > > So
>     > > > > > > > > > from the
>     > > > > > > > > >     > > big
>     > > > > > > > > >     > >     >>> button
>     > > > > > > > > >     > >     >>> > I choosed "other downloads" and
> choosed
>     > non
>     > > > > > sandbox
>     > > > > > > > > one.
>     > > > > > > > > > Both
>     > > > > > > > > >     > > url goes
>     > > > > > > > > >     > >     >>> to
>     > > > > > > > > >     > >     >>> > the same link:
>     > > > Moonshine_Signed_NonSandbox.pkg
>     > > > > > > > > >     > >     >>> > <
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>> > About the permissions: My guess is
> that
>     > is
>     > > > > > > something
>     > > > > > > > > > related to
>     > > > > > > > > >     > >     >>> Moonshine,
>     > > > > > > > > >     > >     >>> > not to user or maven, since VSCode
> is
>     > > dealing
>     > > > > > with
>     > > > > > > > the
>     > > > > > > > > > same SDK
>     > > > > > > > > >     > > without
>     > > > > > > > > >     > >     >>> > complain. I can give permissions
> to try
>     > > this,
>     > > > > > but I
>     > > > > > > > > > suggest the
>     > > > > > > > > >     > >     >>> moonshine
>     > > > > > > > > >     > >     >>> > team could look to how VSCode work
> with
>     > > user
>     > > > > > files
>     > > > > > > > and
>     > > > > > > > > > mimic
>     > > > > > > > > >     > > that to
>     > > > > > > > > >     > >     >>> > avoid this kind of problem.
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>> > Thanks
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50,
> Alex
>     > > Harui
>     > > > > > > > > >     > > (<aharui@adobe.com.invalid
>     > > > > > > > > >     > >     >>> >)
>     > > > > > > > > >     > >     >>> > escribió:
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>> > > IMO, the Maven commands that
> build the
>     > > > > > > Distribution
>     > > > > > > > > SDK
>     > > > > > > > > >     > should
>     > > > > > > > > >     > >     >>> change the
>     > > > > > > > > >     > >     >>> > > permissions.
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > > My 2 cents,
>     > > > > > > > > >     > >     >>> > > -Alex
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr
> Zarzycki" <
>     > > > > > > > > >     > > piotrzarzycki21@gmail.com>
>     > > > > > > > > >     > >     >>> > wrote:
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > >     Permission to "mxmlc" file
> in SDK.
>     > -
>     > > > You
>     > > > > > have
>     > > > > > > > to
>     > > > > > > > > > add
>     > > > > > > > > >     > > permission
>     > > > > > > > > >     > >     >>> for
>     > > > > > > > > >     > >     >>> > > usage
>     > > > > > > > > >     > >     >>> > >     manually to that file.
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > >     I will explain you more on
> Monday
>     > if
>     > > > you
>     > > > > > > won't
>     > > > > > > > > > figure it
>     > > > > > > > > >     > > out your
>     > > > > > > > > >     > >     >>> > self,
>     > > > > > > > > >     > >     >>> > >     what is all about.
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > >     You can literally paste in
> Google
>     > > last
>     > > > > > > sentence
>     > > > > > > > > > from
>     > > > > > > > > >     > stack
>     > > > > > > > > >     > > trace
>     > > > > > > > > >     > >     >>> > error
>     > > > > > > > > >     > >     >>> > > and
>     > > > > > > > > >     > >     >>> > >     add: How to add permission
> to file
>     > on
>     > > > > Mac.
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM
> Carlos
>     > > > > Rovira
>     > > > > > <
>     > > > > > > > > >     > >     >>> carlosrovira@apache.org>
>     > > > > > > > > >     > >     >>> > > wrote:
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> > >     > Hi Piotr,
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >     > but what kind of
> permission? to
>     > the
>     > > > > > > moonshine
>     > > > > > > > > >     > executable?
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las
> 17:49,
>     > > > Piotr
>     > > > > > > > > Zarzycki
>     > > > > > > > > > (<
>     > > > > > > > > >     > >     >>> > >     > piotrzarzycki21@gmail.com
> >)
>     > > > > > > > > >     > >     >>> > >     > escribió:
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >     > > If you are using your
> own SDK
>     > > (not
>     > > > > > > > downloaded
>     > > > > > > > > > trough
>     > > > > > > > > >     > >     >>> Moonshine
>     > > > > > > > > >     > >     >>> > > getting
>     > > > > > > > > >     > >     >>> > >     > > started) you have to add
>     > > permission
>     > > > > to
>     > > > > > > > mxmlc
>     > > > > > > > > > file.
>     > > > > > > > > >     > > There is a
>     > > > > > > > > >     > >     >>> > > command on
>     > > > > > > > > >     > >     >>> > >     > > Mac chmod - try to
> search using
>     > > > that
>     > > > > > > > command
>     > > > > > > > > > on a
>     > > > > > > > > >     > > Google.
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     > > Thanks,
>     > > > > > > > > >     > >     >>> > >     > > Piotr
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020,
> 5:29 PM
>     > > Carlos
>     > > > > > > Rovira
>     > > > > > > > <
>     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
>     > > > > > > > > >     > >     >>> > >     > > wrote:
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     > > > Hi,
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > > I installed latest
> Moonshine
>     > > > > nightly.
>     > > > > > > > After
>     > > > > > > > > >     > > configuring
>     > > > > > > > > >     > >     >>> initial
>     > > > > > > > > >     > >     >>> > > things
>     > > > > > > > > >     > >     >>> > >     > > > loaded TDJ project. I'm
>     > getting
>     > > > > > > > Permission
>     > > > > > > > > > denied:
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
>     > > > > > > > > >     > >     >>> > >     > > > : Copyright ©
> Prominic.NET,
>     > > Inc.
>     > > > > All
>     > > > > > > > rights
>     > > > > > > > > >     > reserved.
>     > > > > > > > > >     > >     >>> > >     > > > : Source code is under
> Apache
>     > > > > > License,
>     > > > > > > > > > Version 2.0
>     > > > > > > > > >     > >     >>> > >     > > > :
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>     > > > > > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL),
> as3swf
>     > > > (MIT),
>     > > > > > > fzip
>     > > > > > > > > > (ZLIB),
>     > > > > > > > > >     > > asblocks
>     > > > > > > > > >     > >     >>> > (Apache
>     > > > > > > > > >     > >     >>> > >     > License
>     > > > > > > > > >     > >     >>> > >     > > > 2.0),
>     > NativeApplicationUpdater
>     > > > > (LGPL)
>     > > > > > > > > >     > >     >>> > >     > > > : Running on Adobe AIR
>     > > 28.0.0.125
>     > > > > > > > > >     > >     >>> > >     > > > : Compiling TourDeJewel
>     > > > > > > > > >     > >     >>> > >     > > > : SDK path:
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > > > > > > > > >     > >     >>> > >     > > > : Sending to mxmlx:
> export
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > > >
>     > > > > >
>     > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>     > > > > > > > > >     > >     >>> > >     > &&
>     > > > > > > > > >     > >     >>> > >     > > > export
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > SETUP_SH_VMARGS="-Duser.language=en
>     > > > > > > > > >     > > -Duser.region=en" &&
>     > > > > > > > > >     > >     >>> export
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >
>     > > > > > >
>     > > >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > -load-config+=obj/TourDeJewelConfig.xml
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > > >
>     > > > > >
>     > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > >
>     > > >
> -html-template=src/main/resources/jewel-example-index-template.html
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > -js-dynamic-access-unknown-members=true
>     > > > > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>     > > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > > >
>     > > > > >
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>     > > > > > > > > >     > >     >>> > >     > > > Permission denied
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > > How can I fix it?
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > > Thanks
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a
> las
>     > > 17:24,
>     > > > > > Josh
>     > > > > > > > > > Tynjala (<
>     > > > > > > > > >     > >     >>> > >     > >
> joshtynjala@bowlerhat.dev
>     > > > > > > > > >     > >     >>> > >     > > > >)
>     > > > > > > > > >     > >     >>> > >     > > > escribió:
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > > > > Yeah, I don't see why
>     > > Moonshine
>     > > > > is
>     > > > > > > > > > reporting
>     > > > > > > > > >     > those
>     > > > > > > > > >     > >     >>> errors,
>     > > > > > > > > >     > >     >>> > but
>     > > > > > > > > >     > >     >>> > > VSCode
>     > > > > > > > > >     > >     >>> > >     > > > does
>     > > > > > > > > >     > >     >>> > >     > > > > not. If
> royale-config.xml
>     > is
>     > > > > > > > referencing
>     > > > > > > > > > SWCs
>     > > > > > > > > >     > that
>     > > > > > > > > >     > > don't
>     > > > > > > > > >     > >     >>> > > exist, that
>     > > > > > > > > >     > >     >>> > >     > > > should
>     > > > > > > > > >     > >     >>> > >     > > > > affect both IDEs.
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > Regardless, like you
>     > > explained,
>     > > > > the
>     > > > > > > > same
>     > > > > > > > > > issue
>     > > > > > > > > >     > > should
>     > > > > > > > > >     > >     >>> > > reproduce when
>     > > > > > > > > >     > >     >>> > >     > > > > compiling from a
> terminal
>     > > > without
>     > > > > > > > > > Moonshine.
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > --
>     > > > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
>     > > > > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     > > > > > > > > >     > >     >>> > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020
> at 5:10
>     > > AM
>     > > > > > Piotr
>     > > > > > > > > > Zarzycki <
>     > > > > > > > > >     > >     >>> > >     > >
> piotrzarzycki21@gmail.com
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > wrote:
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > Yeah it would be
> pretty
>     > > great
>     > > > > if
>     > > > > > > you
>     > > > > > > > > > could
>     > > > > > > > > >     > setup
>     > > > > > > > > >     > >     >>> Moonshine,
>     > > > > > > > > >     > >     >>> > > but you
>     > > > > > > > > >     > >     >>> > >     > > > don't
>     > > > > > > > > >     > >     >>> > >     > > > > > have to do that
> actually
>     > to
>     > > > > > > reproduce
>     > > > > > > > > the
>     > > > > > > > > >     > issue.
>     > > > > > > > > >     > >     >>> Command
>     > > > > > > > > >     > >     >>> > > which I
>     > > > > > > > > >     > >     >>> > >     > have
>     > > > > > > > > >     > >     >>> > >     > > > > > pasted in this
> thread can
>     > > be
>     > > > > copy
>     > > > > > > and
>     > > > > > > > > > used in
>     > > > > > > > > >     > > Terminal
>     > > > > > > > > >     > >     >>> with
>     > > > > > > > > >     > >     >>> > > small
>     > > > > > > > > >     > >     >>> > >     > > path
>     > > > > > > > > >     > >     >>> > >     > > > > > adjustment. Try it
> on any
>     > > > > project
>     > > > > > > you
>     > > > > > > > > > have
>     > > > > > > > > >     > using
>     > > > > > > > > >     > >     >>> > > distribution build
>     > > > > > > > > >     > >     >>> > >     > > and
>     > > > > > > > > >     > >     >>> > >     > > > > for
>     > > > > > > > > >     > >     >>> > >     > > > > > sure you will get
> the
>     > > error.
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > In case of
> Moonshine we
>     > > have
>     > > > > > freez
>     > > > > > > > code
>     > > > > > > > > > for
>     > > > > > > > > >     > > commits and
>     > > > > > > > > >     > >     >>> > > prepare for
>     > > > > > > > > >     > >     >>> > >     > > > > > release, we have
> some
>     > > > internal
>     > > > > > > > problems
>     > > > > > > > > > with
>     > > > > > > > > >     > > bamboo
>     > > > > > > > > >     > >     >>> build -
>     > > > > > > > > >     > >     >>> > > if it
>     > > > > > > > > >     > >     >>> > >     > > will
>     > > > > > > > > >     > >     >>> > >     > > > > get
>     > > > > > > > > >     > >     >>> > >     > > > > > resolved we should
> have
>     > > > release
>     > > > > > > early
>     > > > > > > > > > next
>     > > > > > > > > >     > week.
>     > > > > > > > > >     > > You
>     > > > > > > > > >     > >     >>> can
>     > > > > > > > > >     > >     >>> > > always try
>     > > > > > > > > >     > >     >>> > >     > > > > Nightly
>     > > > > > > > > >     > >     >>> > >     > > > > > build.
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > I'm really
> surprised that
>     > > > > VSCode
>     > > > > > do
>     > > > > > > > not
>     > > > > > > > > >     > throwing
>     > > > > > > > > >     > > the
>     > > > > > > > > >     > >     >>> same
>     > > > > > > > > >     > >     >>> > > error -
>     > > > > > > > > >     > >     >>> > >     > > What
>     > > > > > > > > >     > >     >>> > >     > > > > > could be the case
> Josh?
>     > The
>     > > > > only
>     > > > > > > > > > difference is
>     > > > > > > > > >     > > that we
>     > > > > > > > > >     > >     >>> are
>     > > > > > > > > >     > >     >>> > > using
>     > > > > > > > > >     > >     >>> > >     > > mxmlc
>     > > > > > > > > >     > >     >>> > >     > > > > file
>     > > > > > > > > >     > >     >>> > >     > > > > > and VSCode is
> probably
>     > > using
>     > > > > jar
>     > > > > > > > file,
>     > > > > > > > > > but
>     > > > > > > > > >     > >     >>> playerglobal.swc
>     > > > > > > > > >     > >     >>> > > doesn't
>     > > > > > > > > >     > >     >>> > >     > > > > exists
>     > > > > > > > > >     > >     >>> > >     > > > > > so both should
> report
>     > same
>     > > > > issue.
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > Thanks,
>     > > > > > > > > >     > >     >>> > >     > > > > > Piotr
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o
> 13:02
>     > > > Carlos
>     > > > > > > > Rovira
>     > > > > > > > > <
>     > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
>     > > > > > > > > >     > >     >>> > >     > > > > > napisał(a):
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > so I think
> you're a bit
>     > > > > closer
>     > > > > > > (not
>     > > > > > > > > > farther
>     > > > > > > > > >     > > ;)),
>     > > > > > > > > >     > >     >>> since
>     > > > > > > > > >     > >     >>> > > compiler
>     > > > > > > > > >     > >     >>> > >     > was
>     > > > > > > > > >     > >     >>> > >     > > > > > found.
>     > > > > > > > > >     > >     >>> > >     > > > > > > Now is a matter
> to find
>     > > > > what's
>     > > > > > > > > missing.
>     > > > > > > > > >     > >     >>> > >     > > > > > > What's curious
> for me
>     > is
>     > > > > VSCode
>     > > > > > > > > > recognizes
>     > > > > > > > > >     > but
>     > > > > > > > > >     > >     >>> Moonshine
>     > > > > > > > > >     > >     >>> > > not. I
>     > > > > > > > > >     > >     >>> > >     > > think
>     > > > > > > > > >     > >     >>> > >     > > > > the
>     > > > > > > > > >     > >     >>> > >     > > > > > > problem is each
> IDE is
>     > > > > looking
>     > > > > > at
>     > > > > > > > > > different
>     > > > > > > > > >     > > things to
>     > > > > > > > > >     > >     >>> > > match a
>     > > > > > > > > >     > >     >>> > >     > valid
>     > > > > > > > > >     > >     >>> > >     > > > > SDK,
>     > > > > > > > > >     > >     >>> > >     > > > > > > and maybe even
> we could
>     > > be
>     > > > > > > setting
>     > > > > > > > > > duplicate
>     > > > > > > > > >     > >     >>> artifacts in
>     > > > > > > > > >     > >     >>> > > the SDK
>     > > > > > > > > >     > >     >>> > >     > > so
>     > > > > > > > > >     > >     >>> > >     > > > > > VSCode
>     > > > > > > > > >     > >     >>> > >     > > > > > > finds all but
> Moonshine
>     > > > not.
>     > > > > > > > > >     > >     >>> > >     > > > > > > I'll be setup
> Moonshine
>     > > as
>     > > > I
>     > > > > > have
>     > > > > > > > > time
>     > > > > > > > > > to try
>     > > > > > > > > >     > > it.
>     > > > > > > > > >     > >     >>> > >     > > > > > > I think you plan
> to
>     > > launch
>     > > > a
>     > > > > > new
>     > > > > > > > one
>     > > > > > > > > > soon
>     > > > > > > > > >     > > right?
>     > > > > > > > > >     > >     >>> should I
>     > > > > > > > > >     > >     >>> > > wait
>     > > > > > > > > >     > >     >>> > >     > for
>     > > > > > > > > >     > >     >>> > >     > > > it?
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > Thanks
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb.
> 2020 a
>     > > las
>     > > > > > 7:53,
>     > > > > > > > > Piotr
>     > > > > > > > > >     > > Zarzycki (<
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > piotrzarzycki21@gmail.com
>     > > > >)
>     > > > > > > > > >     > >     >>> > >     > > > > > > escribió:
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > I just tried
> your
>     > > changes
>     > > > > and
>     > > > > > > > I'm a
>     > > > > > > > > > bit
>     > > > > > > > > >     > > farther.
>     > > > > > > > > >     > >     >>> Now
>     > > > > > > > > >     > >     >>> > I'm
>     > > > > > > > > >     > >     >>> > >     > getting
>     > > > > > > > > >     > >     >>> > >     > > > > > > following
>     > > > > > > > > >     > >     >>> > >     > > > > > > > errors. It's
> throwing
>     > > > that
>     > > > > > > errors
>     > > > > > > > > > cause in
>     > > > > > > > > >     > > JS only
>     > > > > > > > > >     > >     >>> > > binaries
>     > > > > > > > > >     > >     >>> > >     > > > prepared
>     > > > > > > > > >     > >     >>> > >     > > > > by
>     > > > > > > > > >     > >     >>> > >     > > > > > > ant
>     > > > > > > > > >     > >     >>> > >     > > > > > > > we have in
> following
>     > > > > location
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > >
> /frameworks/libs/player/{playerbersion}/playerglobal.swc
>     > > > > > > > > >     > >     >>> > > fake
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
> playerglobal.swc, so
>     > > > > > > distribution
>     > > > > > > > > > should
>     > > > > > > > > >     > > probably
>     > > > > > > > > >     > >     >>> have
>     > > > > > > > > >     > >     >>> > > the
>     > > > > > > > > >     > >     >>> > >     > same.
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > > > > > > > > >     > >     >>> > >     > > > -debug=true
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
> -source-map=true
>     > > > > > > > > >     > -compiler.targets=JSRoyale
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > > >
>     > > > > >
>     > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
> Royale
>     > > Compiler
>     > > > > > > > codebase:
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > >
>     > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using
> Royale SDK:
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > >
>     > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > : -debug=true
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
> -source-map=true
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > -compiler.targets=JSRoyale
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >
>     > > > > > > > >
>     > > >
> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
>     > unable
>     > > to
>     > > > > > open
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > >  </external-library-path>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
>     > unable
>     > > to
>     > > > > > open
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > >  </js-external-library-path>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
>     > unable
>     > > to
>     > > > > > open
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > >  </js-external-library-path>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
>     > unable
>     > > to
>     > > > > > open
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > :
>     > >  </library-path>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > : 1.034449561
>     > seconds
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
>     > > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut
> 2020 o
>     > > 00:43
>     > > > > > Carlos
>     > > > > > > > > > Rovira <
>     > > > > > > > > >     > >     >>> > >     > carlosrovira@apache.org>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh
> for
>     > > > pointing
>     > > > > > that
>     > > > > > > > out
>     > > > > > > > > > I think
>     > > > > > > > > >     > > I got
>     > > > > > > > > >     > >     >>> it.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > @Piotr
> Zarzycki <
>     > > > > > > > > >     > piotrzarzycki21@gmail.com
>     > > > > > > > > >     > > >
>     > > > > > > > > >     > >     >>> please
>     > > > > > > > > >     > >     >>> > > try with
>     > > > > > > > > >     > >     >>> > >     > my
>     > > > > > > > > >     > >     >>> > >     > > > > > latest
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > commit. I
> couldn't
>     > > test
>     > > > > > > myself,
>     > > > > > > > > > but I
>     > > > > > > > > >     > > think it
>     > > > > > > > > >     > >     >>> should
>     > > > > > > > > >     > >     >>> > > work
>     > > > > > > > > >     > >     >>> > >     > now
>     > > > > > > > > >     > >     >>> > >     > > > for
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > VSCode still
> work
>     > > with
>     > > > > this
>     > > > > > > > > > changes.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > Carlos
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > El mié., 5
> feb.
>     > 2020
>     > > a
>     > > > > las
>     > > > > > > > 19:43,
>     > > > > > > > > > Josh
>     > > > > > > > > >     > > Tynjala (<
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > joshtynjala@bowlerhat.dev
>     > > > > >)
>     > > > > > > > > >     > >     >>> > >     > > > > > > > > escribió:
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> If I had to
> guess,
>     > > > this
>     > > > > > > > > classpath
>     > > > > > > > > > is
>     > > > > > > > > >     > > wrong:
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > <Class-Path>args4j.jar
>     > > > > > > > > > org.json.jar
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Class-Path>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > > >
>     > > > > > > > > >     > >     >>> > >     > > > >
>     > > > > > > > > >     > >     >>> > >     > > >
>     > > > > > > > > >     > >     >>> > >     > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> I think
> that the
>     > > names
>     > > > > of
>     > > > > > > > those
>     > > > > > > > > > JAR
>     > > > > > > > > >     > files
>     > > > > > > > > >     > > all
>     > > > > > > > > >     > >     >>> > include
>     > > > > > > > > >     > >     >>> > > a
>     > > > > > > > > >     > >     >>> > >     > > version
>     > > > > > > > > >     > >     >>> > >     > > > > > number
>     > > > > > > > > >     > >     >>> > >     > > > > > > > in
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> the Maven
>     > > > distribution.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> --
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat
> LLC <
>     > > > > > > > > >     > >     >>> > >
>     > > > > > > > > >     > >     >>> >
>     > > > > > > > > >     > >     >>>
>     > > > > > > > > >     > >
>     > > > > > > > > >     >
>     > > > > > > > > >
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     > > > > > > > > >     > >     >>> > > >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb
> 5,
>     > 2020
>     > > at
>     > > > > > 10:17
>     > > > > > > > AM
>     > > > > > > > > > Carlos
>     > > > > > > > > >     > > Rovira <
>     > > > > > > > > >     > >     >>> > >     > > > > > >
>     > carlosrovira@apache.org>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >>
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > ok didn't
>     > notice.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > So maybe
> is a
>     > > > > classpath
>     > > > > > > > > problem?
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > It's
> clear that
>     > > > VSCode
>     > > > > > > goes
>     > > > > > > > to
>     > > > > > > > > > the
>     > > > > > > > > >     > same
>     > > > > > > > > >     > > place
>     > > > > > > > > >     > >     >>> and
>     > > > > > > > > >     > >     >>> > > find it
>     > > > > > > > > >     > >     >>> > >     > > > since
>     > > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> is a
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > dummy jar
> that
>     > has
>     > > > > > exactly
>     > > > > > > > > that
>     > > > > > > > > > class,
>     > > > > > > > > >     > > but
>     > > > > > > > > >     > >     >>> > > Moonshine goes
>     > > > > > > > > >     > >     >>> > >     > > and
>     > > > > > > > > >     > >     >>> > >     > > > > > didn't
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> find
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > it.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > If not
> any clue
>     > > what
>     > > > > > could
>     > > > > > > > be
>     > > > > > > > > >     > happening?
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > El mié.,
> 5 feb.
>     > > > 2020 a
>     > > > > > las
>     > > > > > > > > > 16:53,
>     > > > > > > > > >     > Piotr
>     > > > > > > > > >     > >     >>> Zarzycki
>     > > > > > > > > >     > >     >>> > (<
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
>     > > > > > piotrzarzycki21@gmail.com
>     > > > > > > >)
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > escribió:
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > > Exactly
> and I
>     > > can
>     > > > > > > confirm
>     > > > > > > > > > that mxmlc
>     > > > > > > > > >     > > is in
>     > > > > > > > > >     > >     >>> > place.
>     > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
>     > > > > > > > > >     > >     >>> > >     >
>     > > > > > > >
>     > > > > > >
>     > > > > > >
>     > > > > > > --
>     > > > > > > Carlos Rovira
>     > > > > > > http://about.me/carlosrovira
>     > > > > > >
>     > > > > >
>     > > > > >
>     > > > > > --
>     > > > > >
>     > > > > > Piotr Zarzycki
>     > > > > >
>     > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
>     > > > > > <https://www.patreon.com/piotrzarzycki>*
>     > > > > >
>     > > > >
>     > > > >
>     > > > > --
>     > > > > Carlos Rovira
>     > > > > http://about.me/carlosrovira
>     > > > >
>     > > >
>     > > >
>     > > > --
>     > > >
>     > > > Piotr Zarzycki
>     > > >
>     > > > Patreon: *https://www.patreon.com/piotrzarzycki
>     > > > <https://www.patreon.com/piotrzarzycki>*
>     > > >
>     > >
>     > >
>     > > --
>     > > Carlos Rovira
>     > > http://about.me/carlosrovira
>     > >
>     >
>     >
>     > --
>     >
>     > Piotr Zarzycki
>     >
>     > Patreon: *https://www.patreon.com/piotrzarzycki
>     > <https://www.patreon.com/piotrzarzycki>*
>     >
>
>
>     --
>     Carlos Rovira
>     http://about.me/carlosrovira
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi all, 

Good to know it's now working.

So what is still the difference between the Maven and the Ant distribution?

I'm asking cause I would love to make the maven distribution match the Ant version and just use the one Maven created in the future.

Chris


Am 26.03.20, 17:58 schrieb "Carlos Rovira" <ca...@apache.org>:

    Hi Piotr,
    
    just downloaded latest nightly and could finally compile the TDJ.
    Is failing due to some config issue, but that's an issue to solve in TDJ
    config
    Congrats y think I can at last use Moonshine and explore it! :)
    
    
    
    El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
    piotrzarzycki21@gmail.com>) escribió:
    
    > Hi Carlos,
    >
    > Colleague from the Team was able to reproduce your problem with "Build
    > Project". It looks like he fixed that - you can download Nightly Build of
    > Moonshine and check.
    >
    > Thanks,
    > Piotr
    >
    > pon., 23 mar 2020 o 15:10 Carlos Rovira <ca...@apache.org>
    > napisał(a):
    >
    > > Yeah, hope someone on your team could know where we can start looking :)
    > > thanks!
    > > Carlos
    > >
    > > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
    > > piotrzarzycki21@gmail.com>) escribió:
    > >
    > > > Next is reproduce your problem with Moonshine. ;)
    > > >
    > > > pon., 23 mar 2020 o 15:02 Carlos Rovira <ca...@apache.org>
    > > > napisał(a):
    > > >
    > > > > Very cool Piotr!
    > > > > seems we finally has Maven distribution sdk working! :)
    > > > >
    > > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
    > > > > piotrzarzycki21@gmail.com>) escribió:
    > > > >
    > > > > > Hi Guys,
    > > > > >
    > > > > > I just checked Maven Distribution with Moonshine and I was able to
    > > > build
    > > > > > Jewel Hello World and TourDeJewel. :)
    > > > > >
    > > > > > Thanks,
    > > > > > Piotr
    > > > > >
    > > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <carlosrovira@apache.org
    > >
    > > > > > napisał(a):
    > > > > >
    > > > > > > Hi Piotr,
    > > > > > >
    > > > > > > nothing happens or log is printed in the console, is like if I
    > > didn't
    > > > > > push
    > > > > > > the menu button.
    > > > > > > I ensured that I have the SDK setup, maybe something more is
    > > needed,
    > > > > and
    > > > > > > I'm missing something.
    > > > > > > As well I understand that "Project > Build Project" is the right
    > > > option
    > > > > > in
    > > > > > > the menu to push
    > > > > > >
    > > > > > > Thanks
    > > > > > >
    > > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
    > > > > > > piotrzarzycki21@gmail.com>) escribió:
    > > > > > >
    > > > > > > > Carlos,
    > > > > > > >
    > > > > > > > By saying that nothing happens - you don't get any information
    > on
    > > > the
    > > > > > > > console at all?
    > > > > > > >
    > > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
    > > > carlosrovira@apache.org
    > > > > >
    > > > > > > > wrote:
    > > > > > > >
    > > > > > > > > Hi Chris and Piotr,
    > > > > > > > >
    > > > > > > > > I was having the same issue. After latest PR from Chris, I
    > can
    > > > > > confirm
    > > > > > > is
    > > > > > > > > working ok :)
    > > > > > > > > Piotr, please, a last attempt. I think you'll get working
    > right
    > > > now
    > > > > > > from
    > > > > > > > > Moonshine.
    > > > > > > > >
    > > > > > > > > As well I'm curious about how to build with IDE in Moonshine,
    > > or
    > > > > why
    > > > > > > > >  Project > Build Project is not working for me
    > > > > > > > > something I must have into account?
    > > > > > > > >
    > > > > > > > > Thanks
    > > > > > > > >
    > > > > > > > > Carlos
    > > > > > > > >
    > > > > > > > >
    > > > > > > > >
    > > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
    > > > > > > > > christofer.dutz@c-ware.de>) escribió:
    > > > > > > > >
    > > > > > > > > > Yeah ... sorry for that.
    > > > > > > > > >
    > > > > > > > > > I noticed that I took care of the "SNAPSHOT" instead of the
    > > > > > > Timestamp,
    > > > > > > > > but
    > > > > > > > > > I forgot to add the classifier ... will be in the next PR.
    > > > > > > > > > Can you confirm that now the files have a "SNAPSHOT"
    > instead
    > > of
    > > > > the
    > > > > > > > > > Timestamp?
    > > > > > > > > >
    > > > > > > > > > Chris
    > > > > > > > > >
    > > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
    > > > > > > > piotrzarzycki21@gmail.com
    > > > > > > > > >:
    > > > > > > > > >
    > > > > > > > > >     Hi Chris,
    > > > > > > > > >
    > > > > > > > > >     Nothing changed I have exactly same issue after pulling
    > > all
    > > > > > > changes
    > > > > > > > > and
    > > > > > > > > >     rebuilding sdk.
    > > > > > > > > >
    > > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
    > > > > > > carlosrovira@apache.org
    > > > > > > > >
    > > > > > > > > >     napisał(a):
    > > > > > > > > >
    > > > > > > > > >     > Hi,
    > > > > > > > > >     >
    > > > > > > > > >     > Many thanks for the fix Chris.
    > > > > > > > > >     > Piotr, can you try again and confirm if all is ok
    > now?
    > > > > > > > > >     >
    > > > > > > > > >     > thanks
    > > > > > > > > >     >
    > > > > > > > > >     >
    > > > > > > > > >     >
    > > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
    > > > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
    > > > > > > > > >     >
    > > > > > > > > >     > > Hi Piotr,
    > > > > > > > > >     > >
    > > > > > > > > >     > > I had a look and you are right ... even if this
    > only
    > > > > seems
    > > > > > to
    > > > > > > > > > happen if
    > > > > > > > > >     > > you haven't built the typedefs on your machine that
    > > day
    > > > > > > before
    > > > > > > > > > building
    > > > > > > > > >     > the
    > > > > > > > > >     > > distribution. I just pushed a PR that should fix
    > > this.
    > > > > > > > > >     > >
    > > > > > > > > >     > > Chris
    > > > > > > > > >     > >
    > > > > > > > > >     > >
    > > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
    > > > > > > > > > piotrzarzycki21@gmail.com
    > > > > > > > > >     > >:
    > > > > > > > > >     > >
    > > > > > > > > >     > >     Hi Carlos,
    > > > > > > > > >     > >
    > > > > > > > > >     > >     I've just build royale-asjs with following
    > > command:
    > > > > > > > > >     > >
    > > > > > > > > >     > >     mvn clean install -P
    > > > > > > > > with-distribution,option-with-sass-compile
    > > > > > > > > >     > >     -DdistributionTargetFolder=path
    > > > > > > > > >     > >
    > > > > > > > > >     > >     Created new Royale Jewel project with latest
    > > > nightly
    > > > > > non
    > > > > > > > > > sandbox
    > > > > > > > > >     > build
    > > > > > > > > >     > > of
    > > > > > > > > >     > >     Moonshine and I got following result during
    > build
    > > > [1]
    > > > > > > > > >     > >
    > > > > > > > > >     > >     [1] https://paste.apache.org/u5j0a
    > > > > > > > > >     > >
    > > > > > > > > >     > >     Thanks,
    > > > > > > > > >     > >     Piotr
    > > > > > > > > >     > >
    > > > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
    > > > > > > > > > carlosrovira@apache.org>
    > > > > > > > > >     > >     napisał(a):
    > > > > > > > > >     > >
    > > > > > > > > >     > >     > Hi Piotr,
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > Chris, just made maven distribution mxmlc and
    > > > compc
    > > > > > > > > > executables.
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >    - I test and VSCode works fine
    > > > > > > > > >     > >     >    - command line worked too [1]
    > > > > > > > > >     > >     >    - Moonshine:  I couldn't launch a
    > > compilation
    > > > > with
    > > > > > > > SDK.
    > > > > > > > > > Just
    > > > > > > > > >     > > upgrade
    > > > > > > > > >     > >     >    to latest version as Moonshine requested
    > > me. I
    > > > > > have
    > > > > > > > the
    > > > > > > > > > SDK
    > > > > > > > > >     > > configured to
    > > > > > > > > >     > >     >    the distribution created with Maven. Then
    > > with
    > > > > TDJ
    > > > > > > > > project
    > > > > > > > > >     > loaded
    > > > > > > > > >     > > when to
    > > > > > > > > >     > >     >    Project > Build Project, but nothings
    > happen
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > So just need to see how to check Moonshine so
    > > we
    > > > > can
    > > > > > > > check
    > > > > > > > > > Maven
    > > > > > > > > >     > >     > distribution is completed at last. I want to
    > > have
    > > > > > that
    > > > > > > > for
    > > > > > > > > > this
    > > > > > > > > >     > > release
    > > > > > > > > >     > >     > 0.9.7
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > Thanks
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > Carlos
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > [1] output in command line for Tour de Jewel:
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
    > > > > > > > > >     > >     >
    > > > > > > > > >     >
    > > > > > > > >
    > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
    > > > -debug=true
    > > > > > > > > >     > -source-map=true
    > > > > > > > > >     > >     > -compiler.targets=JSRoyale
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > >
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
    > > > > > > > > >     > >     >
    > > > > > > > > >     >
    > > > > > > > >
    > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
    > > > -debug=true
    > > > > > > > > >     > -source-map=true
    > > > > > > > > >     > >     > -compiler.targets=JSRoyale
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > Using Royale Compiler codebase:
    > > > > > > > > >     > >     >
    > > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > Using Royale SDK:
    > > > > > > > > >     > >
    > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > MXMLJSC
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > -debug=true
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > -source-map=true
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > -compiler.targets=JSRoyale
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > The project 'App' has been successfully
    > > compiled.
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > 7.080432099 seconds
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos
    > > Rovira
    > > > (<
    > > > > > > > > >     > > carlosrovira@apache.org>)
    > > > > > > > > >     > >     > escribió:
    > > > > > > > > >     > >     >
    > > > > > > > > >     > >     >> Ok Josh,
    > > > > > > > > >     > >     >> understood, will take into account as I
    > check
    > > > > what's
    > > > > > > > going
    > > > > > > > > > on with
    > > > > > > > > >     > > latest
    > > > > > > > > >     > >     >> fails
    > > > > > > > > >     > >     >> thanks
    > > > > > > > > >     > >     >>
    > > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh
    > > Tynjala
    > > > (<
    > > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
    > > > > > > > > >     > >     >>
    > > > > > > > > >     > >     >>> VSCode happens to run the JAR files
    > directly
    > > > with
    > > > > > > Java,
    > > > > > > > > and
    > > > > > > > > >     > > doesn't run
    > > > > > > > > >     > >     >>> anything in js/bin. If the contents of
    > js/bin
    > > > do
    > > > > > not
    > > > > > > > have
    > > > > > > > > > the
    > > > > > > > > >     > > correct
    > > > > > > > > >     > >     >>> exectuable permissions, it wouldn't affect
    > > > > VSCode.
    > > > > > > > > However,
    > > > > > > > > >     > fixing
    > > > > > > > > >     > > those
    > > > > > > > > >     > >     >>> permissions would still be a problem that
    > > > should
    > > > > be
    > > > > > > > > > addressed to
    > > > > > > > > >     > > have a
    > > > > > > > > >     > >     >>> proper distribution. Moonshine is not doing
    > > > > > anything
    > > > > > > > out
    > > > > > > > > > of the
    > > > > > > > > >     > > ordinary
    > > > > > > > > >     > >     >>> by
    > > > > > > > > >     > >     >>> running js/bin/mxmlc (and that's what
    > someone
    > > > > > > compiling
    > > > > > > > > > from the
    > > > > > > > > >     > > command
    > > > > > > > > >     > >     >>> line without Maven or Ant would use too).
    > If
    > > > > > > anything,
    > > > > > > > > it's
    > > > > > > > > >     > VSCode
    > > > > > > > > >     > > that
    > > > > > > > > >     > >     >>> is
    > > > > > > > > >     > >     >>> not doing things in the ordinary way.
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >     >>> --
    > > > > > > > > >     > >     >>> Josh Tynjala
    > > > > > > > > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos
    > > Rovira
    > > > <
    > > > > > > > > >     > > carlosrovira@apache.org>
    > > > > > > > > >     > >     >>> wrote:
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >     >>> > Hi,
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>> > @Piotr Zarzycki <
    > piotrzarzycki21@gmail.com
    > > >
    > > > I
    > > > > > was
    > > > > > > > over
    > > > > > > > > > the big
    > > > > > > > > >     > > button
    > > > > > > > > >     > >     >>> to
    > > > > > > > > >     > >     >>> > nightly builds, since you told me to
    > > download
    > > > > > that.
    > > > > > > > So
    > > > > > > > > > from the
    > > > > > > > > >     > > big
    > > > > > > > > >     > >     >>> button
    > > > > > > > > >     > >     >>> > I choosed "other downloads" and choosed
    > non
    > > > > > sandbox
    > > > > > > > > one.
    > > > > > > > > > Both
    > > > > > > > > >     > > url goes
    > > > > > > > > >     > >     >>> to
    > > > > > > > > >     > >     >>> > the same link:
    > > > Moonshine_Signed_NonSandbox.pkg
    > > > > > > > > >     > >     >>> > <
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>> > About the permissions: My guess is that
    > is
    > > > > > > something
    > > > > > > > > > related to
    > > > > > > > > >     > >     >>> Moonshine,
    > > > > > > > > >     > >     >>> > not to user or maven, since VSCode is
    > > dealing
    > > > > > with
    > > > > > > > the
    > > > > > > > > > same SDK
    > > > > > > > > >     > > without
    > > > > > > > > >     > >     >>> > complain. I can give permissions to try
    > > this,
    > > > > > but I
    > > > > > > > > > suggest the
    > > > > > > > > >     > >     >>> moonshine
    > > > > > > > > >     > >     >>> > team could look to how VSCode work with
    > > user
    > > > > > files
    > > > > > > > and
    > > > > > > > > > mimic
    > > > > > > > > >     > > that to
    > > > > > > > > >     > >     >>> > avoid this kind of problem.
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>> > Thanks
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex
    > > Harui
    > > > > > > > > >     > > (<aharui@adobe.com.invalid
    > > > > > > > > >     > >     >>> >)
    > > > > > > > > >     > >     >>> > escribió:
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>> > > IMO, the Maven commands that build the
    > > > > > > Distribution
    > > > > > > > > SDK
    > > > > > > > > >     > should
    > > > > > > > > >     > >     >>> change the
    > > > > > > > > >     > >     >>> > > permissions.
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > > My 2 cents,
    > > > > > > > > >     > >     >>> > > -Alex
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
    > > > > > > > > >     > > piotrzarzycki21@gmail.com>
    > > > > > > > > >     > >     >>> > wrote:
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > >     Permission to "mxmlc" file in SDK.
    > -
    > > > You
    > > > > > have
    > > > > > > > to
    > > > > > > > > > add
    > > > > > > > > >     > > permission
    > > > > > > > > >     > >     >>> for
    > > > > > > > > >     > >     >>> > > usage
    > > > > > > > > >     > >     >>> > >     manually to that file.
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > >     I will explain you more on Monday
    > if
    > > > you
    > > > > > > won't
    > > > > > > > > > figure it
    > > > > > > > > >     > > out your
    > > > > > > > > >     > >     >>> > self,
    > > > > > > > > >     > >     >>> > >     what is all about.
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > >     You can literally paste in Google
    > > last
    > > > > > > sentence
    > > > > > > > > > from
    > > > > > > > > >     > stack
    > > > > > > > > >     > > trace
    > > > > > > > > >     > >     >>> > error
    > > > > > > > > >     > >     >>> > > and
    > > > > > > > > >     > >     >>> > >     add: How to add permission to file
    > on
    > > > > Mac.
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos
    > > > > Rovira
    > > > > > <
    > > > > > > > > >     > >     >>> carlosrovira@apache.org>
    > > > > > > > > >     > >     >>> > > wrote:
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> > >     > Hi Piotr,
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >     > but what kind of permission? to
    > the
    > > > > > > moonshine
    > > > > > > > > >     > executable?
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49,
    > > > Piotr
    > > > > > > > > Zarzycki
    > > > > > > > > > (<
    > > > > > > > > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
    > > > > > > > > >     > >     >>> > >     > escribió:
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >     > > If you are using your own SDK
    > > (not
    > > > > > > > downloaded
    > > > > > > > > > trough
    > > > > > > > > >     > >     >>> Moonshine
    > > > > > > > > >     > >     >>> > > getting
    > > > > > > > > >     > >     >>> > >     > > started) you have to add
    > > permission
    > > > > to
    > > > > > > > mxmlc
    > > > > > > > > > file.
    > > > > > > > > >     > > There is a
    > > > > > > > > >     > >     >>> > > command on
    > > > > > > > > >     > >     >>> > >     > > Mac chmod - try to search using
    > > > that
    > > > > > > > command
    > > > > > > > > > on a
    > > > > > > > > >     > > Google.
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     > > Thanks,
    > > > > > > > > >     > >     >>> > >     > > Piotr
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM
    > > Carlos
    > > > > > > Rovira
    > > > > > > > <
    > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
    > > > > > > > > >     > >     >>> > >     > > wrote:
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     > > > Hi,
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > > I installed latest Moonshine
    > > > > nightly.
    > > > > > > > After
    > > > > > > > > >     > > configuring
    > > > > > > > > >     > >     >>> initial
    > > > > > > > > >     > >     >>> > > things
    > > > > > > > > >     > >     >>> > >     > > > loaded TDJ project. I'm
    > getting
    > > > > > > > Permission
    > > > > > > > > > denied:
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
    > > > > > > > > >     > >     >>> > >     > > > : Copyright © Prominic.NET,
    > > Inc.
    > > > > All
    > > > > > > > rights
    > > > > > > > > >     > reserved.
    > > > > > > > > >     > >     >>> > >     > > > : Source code is under Apache
    > > > > > License,
    > > > > > > > > > Version 2.0
    > > > > > > > > >     > >     >>> > >     > > > :
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
    > > > > > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf
    > > > (MIT),
    > > > > > > fzip
    > > > > > > > > > (ZLIB),
    > > > > > > > > >     > > asblocks
    > > > > > > > > >     > >     >>> > (Apache
    > > > > > > > > >     > >     >>> > >     > License
    > > > > > > > > >     > >     >>> > >     > > > 2.0),
    > NativeApplicationUpdater
    > > > > (LGPL)
    > > > > > > > > >     > >     >>> > >     > > > : Running on Adobe AIR
    > > 28.0.0.125
    > > > > > > > > >     > >     >>> > >     > > > : Compiling TourDeJewel
    > > > > > > > > >     > >     >>> > >     > > > : SDK path:
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > > > > > > > > >     > >     >>> > >     > > > : Sending to mxmlx: export
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > > >
    > > > > >
    > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
    > > > > > > > > >     > >     >>> > >     > &&
    > > > > > > > > >     > >     >>> > >     > > > export
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > > > > > > > > >     > >     >>> > >     > > >
    > > > SETUP_SH_VMARGS="-Duser.language=en
    > > > > > > > > >     > > -Duser.region=en" &&
    > > > > > > > > >     > >     >>> export
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >
    > > > > > >
    > > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > -load-config+=obj/TourDeJewelConfig.xml
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > > >
    > > > > >
    > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > >
    > > > -html-template=src/main/resources/jewel-example-index-template.html
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > -js-dynamic-access-unknown-members=true
    > > > > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
    > > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > > >
    > > > > >
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
    > > > > > > > > >     > >     >>> > >     > > > Permission denied
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > > How can I fix it?
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > > Thanks
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las
    > > 17:24,
    > > > > > Josh
    > > > > > > > > > Tynjala (<
    > > > > > > > > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
    > > > > > > > > >     > >     >>> > >     > > > >)
    > > > > > > > > >     > >     >>> > >     > > > escribió:
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > > > > Yeah, I don't see why
    > > Moonshine
    > > > > is
    > > > > > > > > > reporting
    > > > > > > > > >     > those
    > > > > > > > > >     > >     >>> errors,
    > > > > > > > > >     > >     >>> > but
    > > > > > > > > >     > >     >>> > > VSCode
    > > > > > > > > >     > >     >>> > >     > > > does
    > > > > > > > > >     > >     >>> > >     > > > > not. If royale-config.xml
    > is
    > > > > > > > referencing
    > > > > > > > > > SWCs
    > > > > > > > > >     > that
    > > > > > > > > >     > > don't
    > > > > > > > > >     > >     >>> > > exist, that
    > > > > > > > > >     > >     >>> > >     > > > should
    > > > > > > > > >     > >     >>> > >     > > > > affect both IDEs.
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > > > Regardless, like you
    > > explained,
    > > > > the
    > > > > > > > same
    > > > > > > > > > issue
    > > > > > > > > >     > > should
    > > > > > > > > >     > >     >>> > > reproduce when
    > > > > > > > > >     > >     >>> > >     > > > > compiling from a terminal
    > > > without
    > > > > > > > > > Moonshine.
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > > > --
    > > > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
    > > > > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    > > > > > > > > >     > >     >>> > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10
    > > AM
    > > > > > Piotr
    > > > > > > > > > Zarzycki <
    > > > > > > > > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > > > wrote:
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > Yeah it would be pretty
    > > great
    > > > > if
    > > > > > > you
    > > > > > > > > > could
    > > > > > > > > >     > setup
    > > > > > > > > >     > >     >>> Moonshine,
    > > > > > > > > >     > >     >>> > > but you
    > > > > > > > > >     > >     >>> > >     > > > don't
    > > > > > > > > >     > >     >>> > >     > > > > > have to do that actually
    > to
    > > > > > > reproduce
    > > > > > > > > the
    > > > > > > > > >     > issue.
    > > > > > > > > >     > >     >>> Command
    > > > > > > > > >     > >     >>> > > which I
    > > > > > > > > >     > >     >>> > >     > have
    > > > > > > > > >     > >     >>> > >     > > > > > pasted in this thread can
    > > be
    > > > > copy
    > > > > > > and
    > > > > > > > > > used in
    > > > > > > > > >     > > Terminal
    > > > > > > > > >     > >     >>> with
    > > > > > > > > >     > >     >>> > > small
    > > > > > > > > >     > >     >>> > >     > > path
    > > > > > > > > >     > >     >>> > >     > > > > > adjustment. Try it on any
    > > > > project
    > > > > > > you
    > > > > > > > > > have
    > > > > > > > > >     > using
    > > > > > > > > >     > >     >>> > > distribution build
    > > > > > > > > >     > >     >>> > >     > > and
    > > > > > > > > >     > >     >>> > >     > > > > for
    > > > > > > > > >     > >     >>> > >     > > > > > sure you will get the
    > > error.
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > In case of Moonshine we
    > > have
    > > > > > freez
    > > > > > > > code
    > > > > > > > > > for
    > > > > > > > > >     > > commits and
    > > > > > > > > >     > >     >>> > > prepare for
    > > > > > > > > >     > >     >>> > >     > > > > > release, we have some
    > > > internal
    > > > > > > > problems
    > > > > > > > > > with
    > > > > > > > > >     > > bamboo
    > > > > > > > > >     > >     >>> build -
    > > > > > > > > >     > >     >>> > > if it
    > > > > > > > > >     > >     >>> > >     > > will
    > > > > > > > > >     > >     >>> > >     > > > > get
    > > > > > > > > >     > >     >>> > >     > > > > > resolved we should have
    > > > release
    > > > > > > early
    > > > > > > > > > next
    > > > > > > > > >     > week.
    > > > > > > > > >     > > You
    > > > > > > > > >     > >     >>> can
    > > > > > > > > >     > >     >>> > > always try
    > > > > > > > > >     > >     >>> > >     > > > > Nightly
    > > > > > > > > >     > >     >>> > >     > > > > > build.
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > I'm really surprised that
    > > > > VSCode
    > > > > > do
    > > > > > > > not
    > > > > > > > > >     > throwing
    > > > > > > > > >     > > the
    > > > > > > > > >     > >     >>> same
    > > > > > > > > >     > >     >>> > > error -
    > > > > > > > > >     > >     >>> > >     > > What
    > > > > > > > > >     > >     >>> > >     > > > > > could be the case Josh?
    > The
    > > > > only
    > > > > > > > > > difference is
    > > > > > > > > >     > > that we
    > > > > > > > > >     > >     >>> are
    > > > > > > > > >     > >     >>> > > using
    > > > > > > > > >     > >     >>> > >     > > mxmlc
    > > > > > > > > >     > >     >>> > >     > > > > file
    > > > > > > > > >     > >     >>> > >     > > > > > and VSCode is probably
    > > using
    > > > > jar
    > > > > > > > file,
    > > > > > > > > > but
    > > > > > > > > >     > >     >>> playerglobal.swc
    > > > > > > > > >     > >     >>> > > doesn't
    > > > > > > > > >     > >     >>> > >     > > > > exists
    > > > > > > > > >     > >     >>> > >     > > > > > so both should report
    > same
    > > > > issue.
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > Thanks,
    > > > > > > > > >     > >     >>> > >     > > > > > Piotr
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02
    > > > Carlos
    > > > > > > > Rovira
    > > > > > > > > <
    > > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
    > > > > > > > > >     > >     >>> > >     > > > > > napisał(a):
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > so I think you're a bit
    > > > > closer
    > > > > > > (not
    > > > > > > > > > farther
    > > > > > > > > >     > > ;)),
    > > > > > > > > >     > >     >>> since
    > > > > > > > > >     > >     >>> > > compiler
    > > > > > > > > >     > >     >>> > >     > was
    > > > > > > > > >     > >     >>> > >     > > > > > found.
    > > > > > > > > >     > >     >>> > >     > > > > > > Now is a matter to find
    > > > > what's
    > > > > > > > > missing.
    > > > > > > > > >     > >     >>> > >     > > > > > > What's curious for me
    > is
    > > > > VSCode
    > > > > > > > > > recognizes
    > > > > > > > > >     > but
    > > > > > > > > >     > >     >>> Moonshine
    > > > > > > > > >     > >     >>> > > not. I
    > > > > > > > > >     > >     >>> > >     > > think
    > > > > > > > > >     > >     >>> > >     > > > > the
    > > > > > > > > >     > >     >>> > >     > > > > > > problem is each IDE is
    > > > > looking
    > > > > > at
    > > > > > > > > > different
    > > > > > > > > >     > > things to
    > > > > > > > > >     > >     >>> > > match a
    > > > > > > > > >     > >     >>> > >     > valid
    > > > > > > > > >     > >     >>> > >     > > > > SDK,
    > > > > > > > > >     > >     >>> > >     > > > > > > and maybe even we could
    > > be
    > > > > > > setting
    > > > > > > > > > duplicate
    > > > > > > > > >     > >     >>> artifacts in
    > > > > > > > > >     > >     >>> > > the SDK
    > > > > > > > > >     > >     >>> > >     > > so
    > > > > > > > > >     > >     >>> > >     > > > > > VSCode
    > > > > > > > > >     > >     >>> > >     > > > > > > finds all but Moonshine
    > > > not.
    > > > > > > > > >     > >     >>> > >     > > > > > > I'll be setup Moonshine
    > > as
    > > > I
    > > > > > have
    > > > > > > > > time
    > > > > > > > > > to try
    > > > > > > > > >     > > it.
    > > > > > > > > >     > >     >>> > >     > > > > > > I think you plan to
    > > launch
    > > > a
    > > > > > new
    > > > > > > > one
    > > > > > > > > > soon
    > > > > > > > > >     > > right?
    > > > > > > > > >     > >     >>> should I
    > > > > > > > > >     > >     >>> > > wait
    > > > > > > > > >     > >     >>> > >     > for
    > > > > > > > > >     > >     >>> > >     > > > it?
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > Thanks
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a
    > > las
    > > > > > 7:53,
    > > > > > > > > Piotr
    > > > > > > > > >     > > Zarzycki (<
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > piotrzarzycki21@gmail.com
    > > > >)
    > > > > > > > > >     > >     >>> > >     > > > > > > escribió:
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > I just tried your
    > > changes
    > > > > and
    > > > > > > > I'm a
    > > > > > > > > > bit
    > > > > > > > > >     > > farther.
    > > > > > > > > >     > >     >>> Now
    > > > > > > > > >     > >     >>> > I'm
    > > > > > > > > >     > >     >>> > >     > getting
    > > > > > > > > >     > >     >>> > >     > > > > > > following
    > > > > > > > > >     > >     >>> > >     > > > > > > > errors. It's throwing
    > > > that
    > > > > > > errors
    > > > > > > > > > cause in
    > > > > > > > > >     > > JS only
    > > > > > > > > >     > >     >>> > > binaries
    > > > > > > > > >     > >     >>> > >     > > > prepared
    > > > > > > > > >     > >     >>> > >     > > > > by
    > > > > > > > > >     > >     >>> > >     > > > > > > ant
    > > > > > > > > >     > >     >>> > >     > > > > > > > we have in following
    > > > > location
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
    > > > > > > > > >     > >     >>> > > fake
    > > > > > > > > >     > >     >>> > >     > > > > > > > playerglobal.swc, so
    > > > > > > distribution
    > > > > > > > > > should
    > > > > > > > > >     > > probably
    > > > > > > > > >     > >     >>> have
    > > > > > > > > >     > >     >>> > > the
    > > > > > > > > >     > >     >>> > >     > same.
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > > > > > > > > >     > >     >>> > >     > > > -debug=true
    > > > > > > > > >     > >     >>> > >     > > > > > > > > -source-map=true
    > > > > > > > > >     > -compiler.targets=JSRoyale
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > > >
    > > > > >
    > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale
    > > Compiler
    > > > > > > > codebase:
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > >
    > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > > > > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > >
    > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > > > > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > > > > > > > > >     > >     >>> > >     > > > > > > > > : -debug=true
    > > > > > > > > >     > >     >>> > >     > > > > > > > > : -source-map=true
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > -compiler.targets=JSRoyale
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >
    > > > > > > > >
    > > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
    > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
    > unable
    > > to
    > > > > > open
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > >  </external-library-path>
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
    > unable
    > > to
    > > > > > open
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > >  </js-external-library-path>
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
    > unable
    > > to
    > > > > > open
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > >  </js-external-library-path>
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
    > > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
    > unable
    > > to
    > > > > > open
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
    > > > > > > > > >     > >     >>> > >     > > > > > > > > :
    > >  </library-path>
    > > > > > > > > >     > >     >>> > >     > > > > > > > > : 1.034449561
    > seconds
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
    > > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o
    > > 00:43
    > > > > > Carlos
    > > > > > > > > > Rovira <
    > > > > > > > > >     > >     >>> > >     > carlosrovira@apache.org>
    > > > > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh for
    > > > pointing
    > > > > > that
    > > > > > > > out
    > > > > > > > > > I think
    > > > > > > > > >     > > I got
    > > > > > > > > >     > >     >>> it.
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
    > > > > > > > > >     > piotrzarzycki21@gmail.com
    > > > > > > > > >     > > >
    > > > > > > > > >     > >     >>> please
    > > > > > > > > >     > >     >>> > > try with
    > > > > > > > > >     > >     >>> > >     > my
    > > > > > > > > >     > >     >>> > >     > > > > > latest
    > > > > > > > > >     > >     >>> > >     > > > > > > > > commit. I couldn't
    > > test
    > > > > > > myself,
    > > > > > > > > > but I
    > > > > > > > > >     > > think it
    > > > > > > > > >     > >     >>> should
    > > > > > > > > >     > >     >>> > > work
    > > > > > > > > >     > >     >>> > >     > now
    > > > > > > > > >     > >     >>> > >     > > > for
    > > > > > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
    > > > > > > > > >     > >     >>> > >     > > > > > > > > VSCode still work
    > > with
    > > > > this
    > > > > > > > > > changes.
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > > Carlos
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > > El mié., 5 feb.
    > 2020
    > > a
    > > > > las
    > > > > > > > 19:43,
    > > > > > > > > > Josh
    > > > > > > > > >     > > Tynjala (<
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > joshtynjala@bowlerhat.dev
    > > > > >)
    > > > > > > > > >     > >     >>> > >     > > > > > > > > escribió:
    > > > > > > > > >     > >     >>> > >     > > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> If I had to guess,
    > > > this
    > > > > > > > > classpath
    > > > > > > > > > is
    > > > > > > > > >     > > wrong:
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > <Class-Path>args4j.jar
    > > > > > > > > > org.json.jar
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > compiler-jx-0.9.7-SNAPSHOT.jar</
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> Class-Path>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > > > > > > > > >     > >     >>> > >     > > > > >
    > > > > > > > > >     > >     >>> > >     > > > >
    > > > > > > > > >     > >     >>> > >     > > >
    > > > > > > > > >     > >     >>> > >     > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> I think that the
    > > names
    > > > > of
    > > > > > > > those
    > > > > > > > > > JAR
    > > > > > > > > >     > files
    > > > > > > > > >     > > all
    > > > > > > > > >     > >     >>> > include
    > > > > > > > > >     > >     >>> > > a
    > > > > > > > > >     > >     >>> > >     > > version
    > > > > > > > > >     > >     >>> > >     > > > > > number
    > > > > > > > > >     > >     >>> > >     > > > > > > > in
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> the Maven
    > > > distribution.
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> --
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
    > > > > > > > > >     > >     >>> > >
    > > > > > > > > >     > >     >>> >
    > > > > > > > > >     > >     >>>
    > > > > > > > > >     > >
    > > > > > > > > >     >
    > > > > > > > > >
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    > > > > > > > > >     > >     >>> > > >
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5,
    > 2020
    > > at
    > > > > > 10:17
    > > > > > > > AM
    > > > > > > > > > Carlos
    > > > > > > > > >     > > Rovira <
    > > > > > > > > >     > >     >>> > >     > > > > > >
    > carlosrovira@apache.org>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
    > > > > > > > > >     > >     >>> > >     > > > > > > > >>
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > ok didn't
    > notice.
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > So maybe is a
    > > > > classpath
    > > > > > > > > problem?
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > It's clear that
    > > > VSCode
    > > > > > > goes
    > > > > > > > to
    > > > > > > > > > the
    > > > > > > > > >     > same
    > > > > > > > > >     > > place
    > > > > > > > > >     > >     >>> and
    > > > > > > > > >     > >     >>> > > find it
    > > > > > > > > >     > >     >>> > >     > > > since
    > > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> is a
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > dummy jar that
    > has
    > > > > > exactly
    > > > > > > > > that
    > > > > > > > > > class,
    > > > > > > > > >     > > but
    > > > > > > > > >     > >     >>> > > Moonshine goes
    > > > > > > > > >     > >     >>> > >     > > and
    > > > > > > > > >     > >     >>> > >     > > > > > didn't
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> find
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > it.
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > If not any clue
    > > what
    > > > > > could
    > > > > > > > be
    > > > > > > > > >     > happening?
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb.
    > > > 2020 a
    > > > > > las
    > > > > > > > > > 16:53,
    > > > > > > > > >     > Piotr
    > > > > > > > > >     > >     >>> Zarzycki
    > > > > > > > > >     > >     >>> > (<
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
    > > > > > piotrzarzycki21@gmail.com
    > > > > > > >)
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > escribió:
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> >
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > > Exactly and I
    > > can
    > > > > > > confirm
    > > > > > > > > > that mxmlc
    > > > > > > > > >     > > is in
    > > > > > > > > >     > >     >>> > place.
    > > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
    > > > > > > > > >     > >     >>> > >     >
    > > > > > > >
    > > > > > >
    > > > > > >
    > > > > > > --
    > > > > > > Carlos Rovira
    > > > > > > http://about.me/carlosrovira
    > > > > > >
    > > > > >
    > > > > >
    > > > > > --
    > > > > >
    > > > > > Piotr Zarzycki
    > > > > >
    > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
    > > > > > <https://www.patreon.com/piotrzarzycki>*
    > > > > >
    > > > >
    > > > >
    > > > > --
    > > > > Carlos Rovira
    > > > > http://about.me/carlosrovira
    > > > >
    > > >
    > > >
    > > > --
    > > >
    > > > Piotr Zarzycki
    > > >
    > > > Patreon: *https://www.patreon.com/piotrzarzycki
    > > > <https://www.patreon.com/piotrzarzycki>*
    > > >
    > >
    > >
    > > --
    > > Carlos Rovira
    > > http://about.me/carlosrovira
    > >
    >
    >
    > --
    >
    > Piotr Zarzycki
    >
    > Patreon: *https://www.patreon.com/piotrzarzycki
    > <https://www.patreon.com/piotrzarzycki>*
    >
    
    
    -- 
    Carlos Rovira
    http://about.me/carlosrovira
    


Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

just downloaded latest nightly and could finally compile the TDJ.
Is failing due to some config issue, but that's an issue to solve in TDJ
config
Congrats y think I can at last use Moonshine and explore it! :)



El jue., 26 mar. 2020 a las 12:44, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Carlos,
>
> Colleague from the Team was able to reproduce your problem with "Build
> Project". It looks like he fixed that - you can download Nightly Build of
> Moonshine and check.
>
> Thanks,
> Piotr
>
> pon., 23 mar 2020 o 15:10 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Yeah, hope someone on your team could know where we can start looking :)
> > thanks!
> > Carlos
> >
> > El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Next is reproduce your problem with Moonshine. ;)
> > >
> > > pon., 23 mar 2020 o 15:02 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Very cool Piotr!
> > > > seems we finally has Maven distribution sdk working! :)
> > > >
> > > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
> > > > piotrzarzycki21@gmail.com>) escribió:
> > > >
> > > > > Hi Guys,
> > > > >
> > > > > I just checked Maven Distribution with Moonshine and I was able to
> > > build
> > > > > Jewel Hello World and TourDeJewel. :)
> > > > >
> > > > > Thanks,
> > > > > Piotr
> > > > >
> > > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <carlosrovira@apache.org
> >
> > > > > napisał(a):
> > > > >
> > > > > > Hi Piotr,
> > > > > >
> > > > > > nothing happens or log is printed in the console, is like if I
> > didn't
> > > > > push
> > > > > > the menu button.
> > > > > > I ensured that I have the SDK setup, maybe something more is
> > needed,
> > > > and
> > > > > > I'm missing something.
> > > > > > As well I understand that "Project > Build Project" is the right
> > > option
> > > > > in
> > > > > > the menu to push
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > >
> > > > > > > Carlos,
> > > > > > >
> > > > > > > By saying that nothing happens - you don't get any information
> on
> > > the
> > > > > > > console at all?
> > > > > > >
> > > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
> > > carlosrovira@apache.org
> > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Chris and Piotr,
> > > > > > > >
> > > > > > > > I was having the same issue. After latest PR from Chris, I
> can
> > > > > confirm
> > > > > > is
> > > > > > > > working ok :)
> > > > > > > > Piotr, please, a last attempt. I think you'll get working
> right
> > > now
> > > > > > from
> > > > > > > > Moonshine.
> > > > > > > >
> > > > > > > > As well I'm curious about how to build with IDE in Moonshine,
> > or
> > > > why
> > > > > > > >  Project > Build Project is not working for me
> > > > > > > > something I must have into account?
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > Carlos
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> > > > > > > > christofer.dutz@c-ware.de>) escribió:
> > > > > > > >
> > > > > > > > > Yeah ... sorry for that.
> > > > > > > > >
> > > > > > > > > I noticed that I took care of the "SNAPSHOT" instead of the
> > > > > > Timestamp,
> > > > > > > > but
> > > > > > > > > I forgot to add the classifier ... will be in the next PR.
> > > > > > > > > Can you confirm that now the files have a "SNAPSHOT"
> instead
> > of
> > > > the
> > > > > > > > > Timestamp?
> > > > > > > > >
> > > > > > > > > Chris
> > > > > > > > >
> > > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> > > > > > > piotrzarzycki21@gmail.com
> > > > > > > > >:
> > > > > > > > >
> > > > > > > > >     Hi Chris,
> > > > > > > > >
> > > > > > > > >     Nothing changed I have exactly same issue after pulling
> > all
> > > > > > changes
> > > > > > > > and
> > > > > > > > >     rebuilding sdk.
> > > > > > > > >
> > > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> > > > > > carlosrovira@apache.org
> > > > > > > >
> > > > > > > > >     napisał(a):
> > > > > > > > >
> > > > > > > > >     > Hi,
> > > > > > > > >     >
> > > > > > > > >     > Many thanks for the fix Chris.
> > > > > > > > >     > Piotr, can you try again and confirm if all is ok
> now?
> > > > > > > > >     >
> > > > > > > > >     > thanks
> > > > > > > > >     >
> > > > > > > > >     >
> > > > > > > > >     >
> > > > > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> > > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
> > > > > > > > >     >
> > > > > > > > >     > > Hi Piotr,
> > > > > > > > >     > >
> > > > > > > > >     > > I had a look and you are right ... even if this
> only
> > > > seems
> > > > > to
> > > > > > > > > happen if
> > > > > > > > >     > > you haven't built the typedefs on your machine that
> > day
> > > > > > before
> > > > > > > > > building
> > > > > > > > >     > the
> > > > > > > > >     > > distribution. I just pushed a PR that should fix
> > this.
> > > > > > > > >     > >
> > > > > > > > >     > > Chris
> > > > > > > > >     > >
> > > > > > > > >     > >
> > > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > > > > > > > > piotrzarzycki21@gmail.com
> > > > > > > > >     > >:
> > > > > > > > >     > >
> > > > > > > > >     > >     Hi Carlos,
> > > > > > > > >     > >
> > > > > > > > >     > >     I've just build royale-asjs with following
> > command:
> > > > > > > > >     > >
> > > > > > > > >     > >     mvn clean install -P
> > > > > > > > with-distribution,option-with-sass-compile
> > > > > > > > >     > >     -DdistributionTargetFolder=path
> > > > > > > > >     > >
> > > > > > > > >     > >     Created new Royale Jewel project with latest
> > > nightly
> > > > > non
> > > > > > > > > sandbox
> > > > > > > > >     > build
> > > > > > > > >     > > of
> > > > > > > > >     > >     Moonshine and I got following result during
> build
> > > [1]
> > > > > > > > >     > >
> > > > > > > > >     > >     [1] https://paste.apache.org/u5j0a
> > > > > > > > >     > >
> > > > > > > > >     > >     Thanks,
> > > > > > > > >     > >     Piotr
> > > > > > > > >     > >
> > > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > > > > > > > > carlosrovira@apache.org>
> > > > > > > > >     > >     napisał(a):
> > > > > > > > >     > >
> > > > > > > > >     > >     > Hi Piotr,
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > Chris, just made maven distribution mxmlc and
> > > compc
> > > > > > > > > executables.
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >    - I test and VSCode works fine
> > > > > > > > >     > >     >    - command line worked too [1]
> > > > > > > > >     > >     >    - Moonshine:  I couldn't launch a
> > compilation
> > > > with
> > > > > > > SDK.
> > > > > > > > > Just
> > > > > > > > >     > > upgrade
> > > > > > > > >     > >     >    to latest version as Moonshine requested
> > me. I
> > > > > have
> > > > > > > the
> > > > > > > > > SDK
> > > > > > > > >     > > configured to
> > > > > > > > >     > >     >    the distribution created with Maven. Then
> > with
> > > > TDJ
> > > > > > > > project
> > > > > > > > >     > loaded
> > > > > > > > >     > > when to
> > > > > > > > >     > >     >    Project > Build Project, but nothings
> happen
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > So just need to see how to check Moonshine so
> > we
> > > > can
> > > > > > > check
> > > > > > > > > Maven
> > > > > > > > >     > >     > distribution is completed at last. I want to
> > have
> > > > > that
> > > > > > > for
> > > > > > > > > this
> > > > > > > > >     > > release
> > > > > > > > >     > >     > 0.9.7
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > Thanks
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > Carlos
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > [1] output in command line for Tour de Jewel:
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > > > > >     > >     >
> > > > > > > > >     >
> > > > > > > >
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > -debug=true
> > > > > > > > >     > -source-map=true
> > > > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > > > >     > >     >
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > >
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > > > > >     > >     >
> > > > > > > > >     >
> > > > > > > >
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > -debug=true
> > > > > > > > >     > -source-map=true
> > > > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > > > >     > >     >
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > Using Royale Compiler codebase:
> > > > > > > > >     > >     >
> > > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > Using Royale SDK:
> > > > > > > > >     > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > MXMLJSC
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > -debug=true
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > -source-map=true
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > The project 'App' has been successfully
> > compiled.
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > 7.080432099 seconds
> > > > > > > > >     > >     >
> > > > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos
> > Rovira
> > > (<
> > > > > > > > >     > > carlosrovira@apache.org>)
> > > > > > > > >     > >     > escribió:
> > > > > > > > >     > >     >
> > > > > > > > >     > >     >> Ok Josh,
> > > > > > > > >     > >     >> understood, will take into account as I
> check
> > > > what's
> > > > > > > going
> > > > > > > > > on with
> > > > > > > > >     > > latest
> > > > > > > > >     > >     >> fails
> > > > > > > > >     > >     >> thanks
> > > > > > > > >     > >     >>
> > > > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh
> > Tynjala
> > > (<
> > > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> > > > > > > > >     > >     >>
> > > > > > > > >     > >     >>> VSCode happens to run the JAR files
> directly
> > > with
> > > > > > Java,
> > > > > > > > and
> > > > > > > > >     > > doesn't run
> > > > > > > > >     > >     >>> anything in js/bin. If the contents of
> js/bin
> > > do
> > > > > not
> > > > > > > have
> > > > > > > > > the
> > > > > > > > >     > > correct
> > > > > > > > >     > >     >>> exectuable permissions, it wouldn't affect
> > > > VSCode.
> > > > > > > > However,
> > > > > > > > >     > fixing
> > > > > > > > >     > > those
> > > > > > > > >     > >     >>> permissions would still be a problem that
> > > should
> > > > be
> > > > > > > > > addressed to
> > > > > > > > >     > > have a
> > > > > > > > >     > >     >>> proper distribution. Moonshine is not doing
> > > > > anything
> > > > > > > out
> > > > > > > > > of the
> > > > > > > > >     > > ordinary
> > > > > > > > >     > >     >>> by
> > > > > > > > >     > >     >>> running js/bin/mxmlc (and that's what
> someone
> > > > > > compiling
> > > > > > > > > from the
> > > > > > > > >     > > command
> > > > > > > > >     > >     >>> line without Maven or Ant would use too).
> If
> > > > > > anything,
> > > > > > > > it's
> > > > > > > > >     > VSCode
> > > > > > > > >     > > that
> > > > > > > > >     > >     >>> is
> > > > > > > > >     > >     >>> not doing things in the ordinary way.
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >     >>> --
> > > > > > > > >     > >     >>> Josh Tynjala
> > > > > > > > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos
> > Rovira
> > > <
> > > > > > > > >     > > carlosrovira@apache.org>
> > > > > > > > >     > >     >>> wrote:
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >     >>> > Hi,
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>> > @Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> > >
> > > I
> > > > > was
> > > > > > > over
> > > > > > > > > the big
> > > > > > > > >     > > button
> > > > > > > > >     > >     >>> to
> > > > > > > > >     > >     >>> > nightly builds, since you told me to
> > download
> > > > > that.
> > > > > > > So
> > > > > > > > > from the
> > > > > > > > >     > > big
> > > > > > > > >     > >     >>> button
> > > > > > > > >     > >     >>> > I choosed "other downloads" and choosed
> non
> > > > > sandbox
> > > > > > > > one.
> > > > > > > > > Both
> > > > > > > > >     > > url goes
> > > > > > > > >     > >     >>> to
> > > > > > > > >     > >     >>> > the same link:
> > > Moonshine_Signed_NonSandbox.pkg
> > > > > > > > >     > >     >>> > <
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>> > About the permissions: My guess is that
> is
> > > > > > something
> > > > > > > > > related to
> > > > > > > > >     > >     >>> Moonshine,
> > > > > > > > >     > >     >>> > not to user or maven, since VSCode is
> > dealing
> > > > > with
> > > > > > > the
> > > > > > > > > same SDK
> > > > > > > > >     > > without
> > > > > > > > >     > >     >>> > complain. I can give permissions to try
> > this,
> > > > > but I
> > > > > > > > > suggest the
> > > > > > > > >     > >     >>> moonshine
> > > > > > > > >     > >     >>> > team could look to how VSCode work with
> > user
> > > > > files
> > > > > > > and
> > > > > > > > > mimic
> > > > > > > > >     > > that to
> > > > > > > > >     > >     >>> > avoid this kind of problem.
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>> > Thanks
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex
> > Harui
> > > > > > > > >     > > (<aharui@adobe.com.invalid
> > > > > > > > >     > >     >>> >)
> > > > > > > > >     > >     >>> > escribió:
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>> > > IMO, the Maven commands that build the
> > > > > > Distribution
> > > > > > > > SDK
> > > > > > > > >     > should
> > > > > > > > >     > >     >>> change the
> > > > > > > > >     > >     >>> > > permissions.
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > > My 2 cents,
> > > > > > > > >     > >     >>> > > -Alex
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > > > > > > > >     > > piotrzarzycki21@gmail.com>
> > > > > > > > >     > >     >>> > wrote:
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > >     Permission to "mxmlc" file in SDK.
> -
> > > You
> > > > > have
> > > > > > > to
> > > > > > > > > add
> > > > > > > > >     > > permission
> > > > > > > > >     > >     >>> for
> > > > > > > > >     > >     >>> > > usage
> > > > > > > > >     > >     >>> > >     manually to that file.
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > >     I will explain you more on Monday
> if
> > > you
> > > > > > won't
> > > > > > > > > figure it
> > > > > > > > >     > > out your
> > > > > > > > >     > >     >>> > self,
> > > > > > > > >     > >     >>> > >     what is all about.
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > >     You can literally paste in Google
> > last
> > > > > > sentence
> > > > > > > > > from
> > > > > > > > >     > stack
> > > > > > > > >     > > trace
> > > > > > > > >     > >     >>> > error
> > > > > > > > >     > >     >>> > > and
> > > > > > > > >     > >     >>> > >     add: How to add permission to file
> on
> > > > Mac.
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos
> > > > Rovira
> > > > > <
> > > > > > > > >     > >     >>> carlosrovira@apache.org>
> > > > > > > > >     > >     >>> > > wrote:
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> > >     > Hi Piotr,
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >     > but what kind of permission? to
> the
> > > > > > moonshine
> > > > > > > > >     > executable?
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49,
> > > Piotr
> > > > > > > > Zarzycki
> > > > > > > > > (<
> > > > > > > > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> > > > > > > > >     > >     >>> > >     > escribió:
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >     > > If you are using your own SDK
> > (not
> > > > > > > downloaded
> > > > > > > > > trough
> > > > > > > > >     > >     >>> Moonshine
> > > > > > > > >     > >     >>> > > getting
> > > > > > > > >     > >     >>> > >     > > started) you have to add
> > permission
> > > > to
> > > > > > > mxmlc
> > > > > > > > > file.
> > > > > > > > >     > > There is a
> > > > > > > > >     > >     >>> > > command on
> > > > > > > > >     > >     >>> > >     > > Mac chmod - try to search using
> > > that
> > > > > > > command
> > > > > > > > > on a
> > > > > > > > >     > > Google.
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     > > Thanks,
> > > > > > > > >     > >     >>> > >     > > Piotr
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM
> > Carlos
> > > > > > Rovira
> > > > > > > <
> > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > > > > >     > >     >>> > >     > > wrote:
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     > > > Hi,
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > > I installed latest Moonshine
> > > > nightly.
> > > > > > > After
> > > > > > > > >     > > configuring
> > > > > > > > >     > >     >>> initial
> > > > > > > > >     > >     >>> > > things
> > > > > > > > >     > >     >>> > >     > > > loaded TDJ project. I'm
> getting
> > > > > > > Permission
> > > > > > > > > denied:
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> > > > > > > > >     > >     >>> > >     > > > : Copyright © Prominic.NET,
> > Inc.
> > > > All
> > > > > > > rights
> > > > > > > > >     > reserved.
> > > > > > > > >     > >     >>> > >     > > > : Source code is under Apache
> > > > > License,
> > > > > > > > > Version 2.0
> > > > > > > > >     > >     >>> > >     > > > :
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > > > > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf
> > > (MIT),
> > > > > > fzip
> > > > > > > > > (ZLIB),
> > > > > > > > >     > > asblocks
> > > > > > > > >     > >     >>> > (Apache
> > > > > > > > >     > >     >>> > >     > License
> > > > > > > > >     > >     >>> > >     > > > 2.0),
> NativeApplicationUpdater
> > > > (LGPL)
> > > > > > > > >     > >     >>> > >     > > > : Running on Adobe AIR
> > 28.0.0.125
> > > > > > > > >     > >     >>> > >     > > > : Compiling TourDeJewel
> > > > > > > > >     > >     >>> > >     > > > : SDK path:
> > > > > > > > >     > >     >>> > >
> > > > > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > > > > >     > >     >>> > >     > > > : Sending to mxmlx: export
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > > >
> > > > >
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > > > > > > > >     > >     >>> > >     > &&
> > > > > > > > >     > >     >>> > >     > > > export
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > > > > >     > >     >>> > >     > > >
> > > SETUP_SH_VMARGS="-Duser.language=en
> > > > > > > > >     > > -Duser.region=en" &&
> > > > > > > > >     > >     >>> export
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >
> > > > > >
> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > > > > > > >     > >     >>> > >     > > >
> > > > > -load-config+=obj/TourDeJewelConfig.xml
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > > >
> > > > >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > >
> > > -html-template=src/main/resources/jewel-example-index-template.html
> > > > > > > > >     > >     >>> > >     > > >
> > > > > -js-dynamic-access-unknown-members=true
> > > > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > > > > > > >     > >     >>> > >     > > > : /bin/bash:
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > > >
> > > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > > > > > > >     > >     >>> > >     > > > Permission denied
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > > How can I fix it?
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > > Thanks
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las
> > 17:24,
> > > > > Josh
> > > > > > > > > Tynjala (<
> > > > > > > > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> > > > > > > > >     > >     >>> > >     > > > >)
> > > > > > > > >     > >     >>> > >     > > > escribió:
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > > > > Yeah, I don't see why
> > Moonshine
> > > > is
> > > > > > > > > reporting
> > > > > > > > >     > those
> > > > > > > > >     > >     >>> errors,
> > > > > > > > >     > >     >>> > but
> > > > > > > > >     > >     >>> > > VSCode
> > > > > > > > >     > >     >>> > >     > > > does
> > > > > > > > >     > >     >>> > >     > > > > not. If royale-config.xml
> is
> > > > > > > referencing
> > > > > > > > > SWCs
> > > > > > > > >     > that
> > > > > > > > >     > > don't
> > > > > > > > >     > >     >>> > > exist, that
> > > > > > > > >     > >     >>> > >     > > > should
> > > > > > > > >     > >     >>> > >     > > > > affect both IDEs.
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > > > Regardless, like you
> > explained,
> > > > the
> > > > > > > same
> > > > > > > > > issue
> > > > > > > > >     > > should
> > > > > > > > >     > >     >>> > > reproduce when
> > > > > > > > >     > >     >>> > >     > > > > compiling from a terminal
> > > without
> > > > > > > > > Moonshine.
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > > > --
> > > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
> > > > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > > > > >     > >     >>> > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10
> > AM
> > > > > Piotr
> > > > > > > > > Zarzycki <
> > > > > > > > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > > > wrote:
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > Yeah it would be pretty
> > great
> > > > if
> > > > > > you
> > > > > > > > > could
> > > > > > > > >     > setup
> > > > > > > > >     > >     >>> Moonshine,
> > > > > > > > >     > >     >>> > > but you
> > > > > > > > >     > >     >>> > >     > > > don't
> > > > > > > > >     > >     >>> > >     > > > > > have to do that actually
> to
> > > > > > reproduce
> > > > > > > > the
> > > > > > > > >     > issue.
> > > > > > > > >     > >     >>> Command
> > > > > > > > >     > >     >>> > > which I
> > > > > > > > >     > >     >>> > >     > have
> > > > > > > > >     > >     >>> > >     > > > > > pasted in this thread can
> > be
> > > > copy
> > > > > > and
> > > > > > > > > used in
> > > > > > > > >     > > Terminal
> > > > > > > > >     > >     >>> with
> > > > > > > > >     > >     >>> > > small
> > > > > > > > >     > >     >>> > >     > > path
> > > > > > > > >     > >     >>> > >     > > > > > adjustment. Try it on any
> > > > project
> > > > > > you
> > > > > > > > > have
> > > > > > > > >     > using
> > > > > > > > >     > >     >>> > > distribution build
> > > > > > > > >     > >     >>> > >     > > and
> > > > > > > > >     > >     >>> > >     > > > > for
> > > > > > > > >     > >     >>> > >     > > > > > sure you will get the
> > error.
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > In case of Moonshine we
> > have
> > > > > freez
> > > > > > > code
> > > > > > > > > for
> > > > > > > > >     > > commits and
> > > > > > > > >     > >     >>> > > prepare for
> > > > > > > > >     > >     >>> > >     > > > > > release, we have some
> > > internal
> > > > > > > problems
> > > > > > > > > with
> > > > > > > > >     > > bamboo
> > > > > > > > >     > >     >>> build -
> > > > > > > > >     > >     >>> > > if it
> > > > > > > > >     > >     >>> > >     > > will
> > > > > > > > >     > >     >>> > >     > > > > get
> > > > > > > > >     > >     >>> > >     > > > > > resolved we should have
> > > release
> > > > > > early
> > > > > > > > > next
> > > > > > > > >     > week.
> > > > > > > > >     > > You
> > > > > > > > >     > >     >>> can
> > > > > > > > >     > >     >>> > > always try
> > > > > > > > >     > >     >>> > >     > > > > Nightly
> > > > > > > > >     > >     >>> > >     > > > > > build.
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > I'm really surprised that
> > > > VSCode
> > > > > do
> > > > > > > not
> > > > > > > > >     > throwing
> > > > > > > > >     > > the
> > > > > > > > >     > >     >>> same
> > > > > > > > >     > >     >>> > > error -
> > > > > > > > >     > >     >>> > >     > > What
> > > > > > > > >     > >     >>> > >     > > > > > could be the case Josh?
> The
> > > > only
> > > > > > > > > difference is
> > > > > > > > >     > > that we
> > > > > > > > >     > >     >>> are
> > > > > > > > >     > >     >>> > > using
> > > > > > > > >     > >     >>> > >     > > mxmlc
> > > > > > > > >     > >     >>> > >     > > > > file
> > > > > > > > >     > >     >>> > >     > > > > > and VSCode is probably
> > using
> > > > jar
> > > > > > > file,
> > > > > > > > > but
> > > > > > > > >     > >     >>> playerglobal.swc
> > > > > > > > >     > >     >>> > > doesn't
> > > > > > > > >     > >     >>> > >     > > > > exists
> > > > > > > > >     > >     >>> > >     > > > > > so both should report
> same
> > > > issue.
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > Thanks,
> > > > > > > > >     > >     >>> > >     > > > > > Piotr
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02
> > > Carlos
> > > > > > > Rovira
> > > > > > > > <
> > > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > > > > >     > >     >>> > >     > > > > > napisał(a):
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > so I think you're a bit
> > > > closer
> > > > > > (not
> > > > > > > > > farther
> > > > > > > > >     > > ;)),
> > > > > > > > >     > >     >>> since
> > > > > > > > >     > >     >>> > > compiler
> > > > > > > > >     > >     >>> > >     > was
> > > > > > > > >     > >     >>> > >     > > > > > found.
> > > > > > > > >     > >     >>> > >     > > > > > > Now is a matter to find
> > > > what's
> > > > > > > > missing.
> > > > > > > > >     > >     >>> > >     > > > > > > What's curious for me
> is
> > > > VSCode
> > > > > > > > > recognizes
> > > > > > > > >     > but
> > > > > > > > >     > >     >>> Moonshine
> > > > > > > > >     > >     >>> > > not. I
> > > > > > > > >     > >     >>> > >     > > think
> > > > > > > > >     > >     >>> > >     > > > > the
> > > > > > > > >     > >     >>> > >     > > > > > > problem is each IDE is
> > > > looking
> > > > > at
> > > > > > > > > different
> > > > > > > > >     > > things to
> > > > > > > > >     > >     >>> > > match a
> > > > > > > > >     > >     >>> > >     > valid
> > > > > > > > >     > >     >>> > >     > > > > SDK,
> > > > > > > > >     > >     >>> > >     > > > > > > and maybe even we could
> > be
> > > > > > setting
> > > > > > > > > duplicate
> > > > > > > > >     > >     >>> artifacts in
> > > > > > > > >     > >     >>> > > the SDK
> > > > > > > > >     > >     >>> > >     > > so
> > > > > > > > >     > >     >>> > >     > > > > > VSCode
> > > > > > > > >     > >     >>> > >     > > > > > > finds all but Moonshine
> > > not.
> > > > > > > > >     > >     >>> > >     > > > > > > I'll be setup Moonshine
> > as
> > > I
> > > > > have
> > > > > > > > time
> > > > > > > > > to try
> > > > > > > > >     > > it.
> > > > > > > > >     > >     >>> > >     > > > > > > I think you plan to
> > launch
> > > a
> > > > > new
> > > > > > > one
> > > > > > > > > soon
> > > > > > > > >     > > right?
> > > > > > > > >     > >     >>> should I
> > > > > > > > >     > >     >>> > > wait
> > > > > > > > >     > >     >>> > >     > for
> > > > > > > > >     > >     >>> > >     > > > it?
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > Thanks
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a
> > las
> > > > > 7:53,
> > > > > > > > Piotr
> > > > > > > > >     > > Zarzycki (<
> > > > > > > > >     > >     >>> > >     > > > > > >
> > piotrzarzycki21@gmail.com
> > > >)
> > > > > > > > >     > >     >>> > >     > > > > > > escribió:
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > I just tried your
> > changes
> > > > and
> > > > > > > I'm a
> > > > > > > > > bit
> > > > > > > > >     > > farther.
> > > > > > > > >     > >     >>> Now
> > > > > > > > >     > >     >>> > I'm
> > > > > > > > >     > >     >>> > >     > getting
> > > > > > > > >     > >     >>> > >     > > > > > > following
> > > > > > > > >     > >     >>> > >     > > > > > > > errors. It's throwing
> > > that
> > > > > > errors
> > > > > > > > > cause in
> > > > > > > > >     > > JS only
> > > > > > > > >     > >     >>> > > binaries
> > > > > > > > >     > >     >>> > >     > > > prepared
> > > > > > > > >     > >     >>> > >     > > > > by
> > > > > > > > >     > >     >>> > >     > > > > > > ant
> > > > > > > > >     > >     >>> > >     > > > > > > > we have in following
> > > > location
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> >
> > > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > > > > > > > >     > >     >>> > > fake
> > > > > > > > >     > >     >>> > >     > > > > > > > playerglobal.swc, so
> > > > > > distribution
> > > > > > > > > should
> > > > > > > > >     > > probably
> > > > > > > > >     > >     >>> have
> > > > > > > > >     > >     >>> > > the
> > > > > > > > >     > >     >>> > >     > same.
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> >
> > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > > >     > >     >>> > >     > > > -debug=true
> > > > > > > > >     > >     >>> > >     > > > > > > > > -source-map=true
> > > > > > > > >     > -compiler.targets=JSRoyale
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > > >
> > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale
> > Compiler
> > > > > > > codebase:
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >
> > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > > >     > >     >>> > >     > > > > > > > > : -debug=true
> > > > > > > > >     > >     >>> > >     > > > > > > > > : -source-map=true
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > -compiler.targets=JSRoyale
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >
> > > > > > > >
> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
> unable
> > to
> > > > > open
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >  </external-library-path>
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
> unable
> > to
> > > > > open
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >  </js-external-library-path>
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
> unable
> > to
> > > > > open
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >  </js-external-library-path>
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error:
> unable
> > to
> > > > > open
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
> > > > > > > > >     > >     >>> > >     > > > > > > > > :
> >  </library-path>
> > > > > > > > >     > >     >>> > >     > > > > > > > > : 1.034449561
> seconds
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
> > > > > > > > >     > >     >>> > >     > > > > > > > Piotr
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o
> > 00:43
> > > > > Carlos
> > > > > > > > > Rovira <
> > > > > > > > >     > >     >>> > >     > carlosrovira@apache.org>
> > > > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh for
> > > pointing
> > > > > that
> > > > > > > out
> > > > > > > > > I think
> > > > > > > > >     > > I got
> > > > > > > > >     > >     >>> it.
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> > > > > > > > >     > piotrzarzycki21@gmail.com
> > > > > > > > >     > > >
> > > > > > > > >     > >     >>> please
> > > > > > > > >     > >     >>> > > try with
> > > > > > > > >     > >     >>> > >     > my
> > > > > > > > >     > >     >>> > >     > > > > > latest
> > > > > > > > >     > >     >>> > >     > > > > > > > > commit. I couldn't
> > test
> > > > > > myself,
> > > > > > > > > but I
> > > > > > > > >     > > think it
> > > > > > > > >     > >     >>> should
> > > > > > > > >     > >     >>> > > work
> > > > > > > > >     > >     >>> > >     > now
> > > > > > > > >     > >     >>> > >     > > > for
> > > > > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
> > > > > > > > >     > >     >>> > >     > > > > > > > > VSCode still work
> > with
> > > > this
> > > > > > > > > changes.
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > > Carlos
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > > El mié., 5 feb.
> 2020
> > a
> > > > las
> > > > > > > 19:43,
> > > > > > > > > Josh
> > > > > > > > >     > > Tynjala (<
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > joshtynjala@bowlerhat.dev
> > > > >)
> > > > > > > > >     > >     >>> > >     > > > > > > > > escribió:
> > > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > >> If I had to guess,
> > > this
> > > > > > > > classpath
> > > > > > > > > is
> > > > > > > > >     > > wrong:
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > <Class-Path>args4j.jar
> > > > > > > > > org.json.jar
> > > > > > > > >     > >     >>> > >     > > > >
> > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > > > >     > >     >>> > >     > > > > > > > >> Class-Path>
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > > >     > >     >>> > >     > > > >
> > > > > > > > >     > >     >>> > >     > > >
> > > > > > > > >     > >     >>> > >     > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >> I think that the
> > names
> > > > of
> > > > > > > those
> > > > > > > > > JAR
> > > > > > > > >     > files
> > > > > > > > >     > > all
> > > > > > > > >     > >     >>> > include
> > > > > > > > >     > >     >>> > > a
> > > > > > > > >     > >     >>> > >     > > version
> > > > > > > > >     > >     >>> > >     > > > > > number
> > > > > > > > >     > >     >>> > >     > > > > > > > in
> > > > > > > > >     > >     >>> > >     > > > > > > > >> the Maven
> > > distribution.
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >> --
> > > > > > > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> > > > > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> > > > > > > > >     > >     >>> > >
> > > > > > > > >     > >     >>> >
> > > > > > > > >     > >     >>>
> > > > > > > > >     > >
> > > > > > > > >     >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > > > > >     > >     >>> > > >
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5,
> 2020
> > at
> > > > > 10:17
> > > > > > > AM
> > > > > > > > > Carlos
> > > > > > > > >     > > Rovira <
> > > > > > > > >     > >     >>> > >     > > > > > >
> carlosrovira@apache.org>
> > > > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
> > > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > ok didn't
> notice.
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > So maybe is a
> > > > classpath
> > > > > > > > problem?
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > It's clear that
> > > VSCode
> > > > > > goes
> > > > > > > to
> > > > > > > > > the
> > > > > > > > >     > same
> > > > > > > > >     > > place
> > > > > > > > >     > >     >>> and
> > > > > > > > >     > >     >>> > > find it
> > > > > > > > >     > >     >>> > >     > > > since
> > > > > > > > >     > >     >>> > >     > > > > > > mxmlc
> > > > > > > > >     > >     >>> > >     > > > > > > > >> is a
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > dummy jar that
> has
> > > > > exactly
> > > > > > > > that
> > > > > > > > > class,
> > > > > > > > >     > > but
> > > > > > > > >     > >     >>> > > Moonshine goes
> > > > > > > > >     > >     >>> > >     > > and
> > > > > > > > >     > >     >>> > >     > > > > > didn't
> > > > > > > > >     > >     >>> > >     > > > > > > > >> find
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > it.
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > If not any clue
> > what
> > > > > could
> > > > > > > be
> > > > > > > > >     > happening?
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
> > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb.
> > > 2020 a
> > > > > las
> > > > > > > > > 16:53,
> > > > > > > > >     > Piotr
> > > > > > > > >     > >     >>> Zarzycki
> > > > > > > > >     > >     >>> > (<
> > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > piotrzarzycki21@gmail.com
> > > > > > >)
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > escribió:
> > > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > > Exactly and I
> > can
> > > > > > confirm
> > > > > > > > > that mxmlc
> > > > > > > > >     > > is in
> > > > > > > > >     > >     >>> > place.
> > > > > > > > >     > >     >>> > >     > > > > > > > >> > >
> > > > > > > > >     > >     >>> > >     >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Carlos Rovira
> > > > > > http://about.me/carlosrovira
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > Piotr Zarzycki
> > > > >
> > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

Colleague from the Team was able to reproduce your problem with "Build
Project". It looks like he fixed that - you can download Nightly Build of
Moonshine and check.

Thanks,
Piotr

pon., 23 mar 2020 o 15:10 Carlos Rovira <ca...@apache.org>
napisał(a):

> Yeah, hope someone on your team could know where we can start looking :)
> thanks!
> Carlos
>
> El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Next is reproduce your problem with Moonshine. ;)
> >
> > pon., 23 mar 2020 o 15:02 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Very cool Piotr!
> > > seems we finally has Maven distribution sdk working! :)
> > >
> > > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
> > > piotrzarzycki21@gmail.com>) escribió:
> > >
> > > > Hi Guys,
> > > >
> > > > I just checked Maven Distribution with Moonshine and I was able to
> > build
> > > > Jewel Hello World and TourDeJewel. :)
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <ca...@apache.org>
> > > > napisał(a):
> > > >
> > > > > Hi Piotr,
> > > > >
> > > > > nothing happens or log is printed in the console, is like if I
> didn't
> > > > push
> > > > > the menu button.
> > > > > I ensured that I have the SDK setup, maybe something more is
> needed,
> > > and
> > > > > I'm missing something.
> > > > > As well I understand that "Project > Build Project" is the right
> > option
> > > > in
> > > > > the menu to push
> > > > >
> > > > > Thanks
> > > > >
> > > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > >
> > > > > > Carlos,
> > > > > >
> > > > > > By saying that nothing happens - you don't get any information on
> > the
> > > > > > console at all?
> > > > > >
> > > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Chris and Piotr,
> > > > > > >
> > > > > > > I was having the same issue. After latest PR from Chris, I can
> > > > confirm
> > > > > is
> > > > > > > working ok :)
> > > > > > > Piotr, please, a last attempt. I think you'll get working right
> > now
> > > > > from
> > > > > > > Moonshine.
> > > > > > >
> > > > > > > As well I'm curious about how to build with IDE in Moonshine,
> or
> > > why
> > > > > > >  Project > Build Project is not working for me
> > > > > > > something I must have into account?
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > Carlos
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> > > > > > > christofer.dutz@c-ware.de>) escribió:
> > > > > > >
> > > > > > > > Yeah ... sorry for that.
> > > > > > > >
> > > > > > > > I noticed that I took care of the "SNAPSHOT" instead of the
> > > > > Timestamp,
> > > > > > > but
> > > > > > > > I forgot to add the classifier ... will be in the next PR.
> > > > > > > > Can you confirm that now the files have a "SNAPSHOT" instead
> of
> > > the
> > > > > > > > Timestamp?
> > > > > > > >
> > > > > > > > Chris
> > > > > > > >
> > > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> > > > > > piotrzarzycki21@gmail.com
> > > > > > > >:
> > > > > > > >
> > > > > > > >     Hi Chris,
> > > > > > > >
> > > > > > > >     Nothing changed I have exactly same issue after pulling
> all
> > > > > changes
> > > > > > > and
> > > > > > > >     rebuilding sdk.
> > > > > > > >
> > > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> > > > > carlosrovira@apache.org
> > > > > > >
> > > > > > > >     napisał(a):
> > > > > > > >
> > > > > > > >     > Hi,
> > > > > > > >     >
> > > > > > > >     > Many thanks for the fix Chris.
> > > > > > > >     > Piotr, can you try again and confirm if all is ok now?
> > > > > > > >     >
> > > > > > > >     > thanks
> > > > > > > >     >
> > > > > > > >     >
> > > > > > > >     >
> > > > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> > > > > > > >     > christofer.dutz@c-ware.de>) escribió:
> > > > > > > >     >
> > > > > > > >     > > Hi Piotr,
> > > > > > > >     > >
> > > > > > > >     > > I had a look and you are right ... even if this only
> > > seems
> > > > to
> > > > > > > > happen if
> > > > > > > >     > > you haven't built the typedefs on your machine that
> day
> > > > > before
> > > > > > > > building
> > > > > > > >     > the
> > > > > > > >     > > distribution. I just pushed a PR that should fix
> this.
> > > > > > > >     > >
> > > > > > > >     > > Chris
> > > > > > > >     > >
> > > > > > > >     > >
> > > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > > > > > > > piotrzarzycki21@gmail.com
> > > > > > > >     > >:
> > > > > > > >     > >
> > > > > > > >     > >     Hi Carlos,
> > > > > > > >     > >
> > > > > > > >     > >     I've just build royale-asjs with following
> command:
> > > > > > > >     > >
> > > > > > > >     > >     mvn clean install -P
> > > > > > > with-distribution,option-with-sass-compile
> > > > > > > >     > >     -DdistributionTargetFolder=path
> > > > > > > >     > >
> > > > > > > >     > >     Created new Royale Jewel project with latest
> > nightly
> > > > non
> > > > > > > > sandbox
> > > > > > > >     > build
> > > > > > > >     > > of
> > > > > > > >     > >     Moonshine and I got following result during build
> > [1]
> > > > > > > >     > >
> > > > > > > >     > >     [1] https://paste.apache.org/u5j0a
> > > > > > > >     > >
> > > > > > > >     > >     Thanks,
> > > > > > > >     > >     Piotr
> > > > > > > >     > >
> > > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > > > > > > > carlosrovira@apache.org>
> > > > > > > >     > >     napisał(a):
> > > > > > > >     > >
> > > > > > > >     > >     > Hi Piotr,
> > > > > > > >     > >     >
> > > > > > > >     > >     > Chris, just made maven distribution mxmlc and
> > compc
> > > > > > > > executables.
> > > > > > > >     > >     >
> > > > > > > >     > >     >    - I test and VSCode works fine
> > > > > > > >     > >     >    - command line worked too [1]
> > > > > > > >     > >     >    - Moonshine:  I couldn't launch a
> compilation
> > > with
> > > > > > SDK.
> > > > > > > > Just
> > > > > > > >     > > upgrade
> > > > > > > >     > >     >    to latest version as Moonshine requested
> me. I
> > > > have
> > > > > > the
> > > > > > > > SDK
> > > > > > > >     > > configured to
> > > > > > > >     > >     >    the distribution created with Maven. Then
> with
> > > TDJ
> > > > > > > project
> > > > > > > >     > loaded
> > > > > > > >     > > when to
> > > > > > > >     > >     >    Project > Build Project, but nothings happen
> > > > > > > >     > >     >
> > > > > > > >     > >     > So just need to see how to check Moonshine so
> we
> > > can
> > > > > > check
> > > > > > > > Maven
> > > > > > > >     > >     > distribution is completed at last. I want to
> have
> > > > that
> > > > > > for
> > > > > > > > this
> > > > > > > >     > > release
> > > > > > > >     > >     > 0.9.7
> > > > > > > >     > >     >
> > > > > > > >     > >     > Thanks
> > > > > > > >     > >     >
> > > > > > > >     > >     > Carlos
> > > > > > > >     > >     >
> > > > > > > >     > >     > [1] output in command line for Tour de Jewel:
> > > > > > > >     > >     >
> > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > > > >     > >     >
> > > > > > > >     >
> > > > > > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > -debug=true
> > > > > > > >     > -source-map=true
> > > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > > >     > >     >
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > > >     > >     >
> > > > > > > >     > >     > >
> > > > > > > >     > >     >
> > > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > > > >     > >     >
> > > > > > > >     >
> > > > > > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > -debug=true
> > > > > > > >     > -source-map=true
> > > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > > >     > >     >
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > > >     > >     >
> > > > > > > >     > >     > Using Royale Compiler codebase:
> > > > > > > >     > >     >
> > > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > > > > > > >     > >     >
> > > > > > > >     > >     > Using Royale SDK:
> > > > > > > >     > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > > > >     > >     >
> > > > > > > >     > >     > MXMLJSC
> > > > > > > >     > >     >
> > > > > > > >     > >     >
> > > > > > > >     > >     >
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > > > > > > >     > >     >
> > > > > > > >     > >     >
> > > > > > > >     > >     >
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > > > > > > >     > >     >
> > > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > > > > > >     > >     >
> > > > > > > >     > >     > -debug=true
> > > > > > > >     > >     >
> > > > > > > >     > >     > -source-map=true
> > > > > > > >     > >     >
> > > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > > >     > >     >
> > > > > > > >     > >     >
> > > > > > > >     > >     >
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > > >     > >     >
> > > > > > > >     > >     > The project 'App' has been successfully
> compiled.
> > > > > > > >     > >     >
> > > > > > > >     > >     > 7.080432099 seconds
> > > > > > > >     > >     >
> > > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos
> Rovira
> > (<
> > > > > > > >     > > carlosrovira@apache.org>)
> > > > > > > >     > >     > escribió:
> > > > > > > >     > >     >
> > > > > > > >     > >     >> Ok Josh,
> > > > > > > >     > >     >> understood, will take into account as I check
> > > what's
> > > > > > going
> > > > > > > > on with
> > > > > > > >     > > latest
> > > > > > > >     > >     >> fails
> > > > > > > >     > >     >> thanks
> > > > > > > >     > >     >>
> > > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh
> Tynjala
> > (<
> > > > > > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> > > > > > > >     > >     >>
> > > > > > > >     > >     >>> VSCode happens to run the JAR files directly
> > with
> > > > > Java,
> > > > > > > and
> > > > > > > >     > > doesn't run
> > > > > > > >     > >     >>> anything in js/bin. If the contents of js/bin
> > do
> > > > not
> > > > > > have
> > > > > > > > the
> > > > > > > >     > > correct
> > > > > > > >     > >     >>> exectuable permissions, it wouldn't affect
> > > VSCode.
> > > > > > > However,
> > > > > > > >     > fixing
> > > > > > > >     > > those
> > > > > > > >     > >     >>> permissions would still be a problem that
> > should
> > > be
> > > > > > > > addressed to
> > > > > > > >     > > have a
> > > > > > > >     > >     >>> proper distribution. Moonshine is not doing
> > > > anything
> > > > > > out
> > > > > > > > of the
> > > > > > > >     > > ordinary
> > > > > > > >     > >     >>> by
> > > > > > > >     > >     >>> running js/bin/mxmlc (and that's what someone
> > > > > compiling
> > > > > > > > from the
> > > > > > > >     > > command
> > > > > > > >     > >     >>> line without Maven or Ant would use too). If
> > > > > anything,
> > > > > > > it's
> > > > > > > >     > VSCode
> > > > > > > >     > > that
> > > > > > > >     > >     >>> is
> > > > > > > >     > >     >>> not doing things in the ordinary way.
> > > > > > > >     > >     >>>
> > > > > > > >     > >     >>> --
> > > > > > > >     > >     >>> Josh Tynjala
> > > > > > > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > >     > >     >>>
> > > > > > > >     > >     >>>
> > > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos
> Rovira
> > <
> > > > > > > >     > > carlosrovira@apache.org>
> > > > > > > >     > >     >>> wrote:
> > > > > > > >     > >     >>>
> > > > > > > >     > >     >>> > Hi,
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>> > @Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
> > I
> > > > was
> > > > > > over
> > > > > > > > the big
> > > > > > > >     > > button
> > > > > > > >     > >     >>> to
> > > > > > > >     > >     >>> > nightly builds, since you told me to
> download
> > > > that.
> > > > > > So
> > > > > > > > from the
> > > > > > > >     > > big
> > > > > > > >     > >     >>> button
> > > > > > > >     > >     >>> > I choosed "other downloads" and choosed non
> > > > sandbox
> > > > > > > one.
> > > > > > > > Both
> > > > > > > >     > > url goes
> > > > > > > >     > >     >>> to
> > > > > > > >     > >     >>> > the same link:
> > Moonshine_Signed_NonSandbox.pkg
> > > > > > > >     > >     >>> > <
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>> > About the permissions: My guess is that is
> > > > > something
> > > > > > > > related to
> > > > > > > >     > >     >>> Moonshine,
> > > > > > > >     > >     >>> > not to user or maven, since VSCode is
> dealing
> > > > with
> > > > > > the
> > > > > > > > same SDK
> > > > > > > >     > > without
> > > > > > > >     > >     >>> > complain. I can give permissions to try
> this,
> > > > but I
> > > > > > > > suggest the
> > > > > > > >     > >     >>> moonshine
> > > > > > > >     > >     >>> > team could look to how VSCode work with
> user
> > > > files
> > > > > > and
> > > > > > > > mimic
> > > > > > > >     > > that to
> > > > > > > >     > >     >>> > avoid this kind of problem.
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>> > Thanks
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex
> Harui
> > > > > > > >     > > (<aharui@adobe.com.invalid
> > > > > > > >     > >     >>> >)
> > > > > > > >     > >     >>> > escribió:
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>> > > IMO, the Maven commands that build the
> > > > > Distribution
> > > > > > > SDK
> > > > > > > >     > should
> > > > > > > >     > >     >>> change the
> > > > > > > >     > >     >>> > > permissions.
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > > My 2 cents,
> > > > > > > >     > >     >>> > > -Alex
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > > > > > > >     > > piotrzarzycki21@gmail.com>
> > > > > > > >     > >     >>> > wrote:
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > >     Permission to "mxmlc" file in SDK. -
> > You
> > > > have
> > > > > > to
> > > > > > > > add
> > > > > > > >     > > permission
> > > > > > > >     > >     >>> for
> > > > > > > >     > >     >>> > > usage
> > > > > > > >     > >     >>> > >     manually to that file.
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > >     I will explain you more on Monday if
> > you
> > > > > won't
> > > > > > > > figure it
> > > > > > > >     > > out your
> > > > > > > >     > >     >>> > self,
> > > > > > > >     > >     >>> > >     what is all about.
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > >     You can literally paste in Google
> last
> > > > > sentence
> > > > > > > > from
> > > > > > > >     > stack
> > > > > > > >     > > trace
> > > > > > > >     > >     >>> > error
> > > > > > > >     > >     >>> > > and
> > > > > > > >     > >     >>> > >     add: How to add permission to file on
> > > Mac.
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos
> > > Rovira
> > > > <
> > > > > > > >     > >     >>> carlosrovira@apache.org>
> > > > > > > >     > >     >>> > > wrote:
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> > >     > Hi Piotr,
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >     > but what kind of permission? to the
> > > > > moonshine
> > > > > > > >     > executable?
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49,
> > Piotr
> > > > > > > Zarzycki
> > > > > > > > (<
> > > > > > > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> > > > > > > >     > >     >>> > >     > escribió:
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >     > > If you are using your own SDK
> (not
> > > > > > downloaded
> > > > > > > > trough
> > > > > > > >     > >     >>> Moonshine
> > > > > > > >     > >     >>> > > getting
> > > > > > > >     > >     >>> > >     > > started) you have to add
> permission
> > > to
> > > > > > mxmlc
> > > > > > > > file.
> > > > > > > >     > > There is a
> > > > > > > >     > >     >>> > > command on
> > > > > > > >     > >     >>> > >     > > Mac chmod - try to search using
> > that
> > > > > > command
> > > > > > > > on a
> > > > > > > >     > > Google.
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     > > Thanks,
> > > > > > > >     > >     >>> > >     > > Piotr
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM
> Carlos
> > > > > Rovira
> > > > > > <
> > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > > > >     > >     >>> > >     > > wrote:
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     > > > Hi,
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > > I installed latest Moonshine
> > > nightly.
> > > > > > After
> > > > > > > >     > > configuring
> > > > > > > >     > >     >>> initial
> > > > > > > >     > >     >>> > > things
> > > > > > > >     > >     >>> > >     > > > loaded TDJ project. I'm getting
> > > > > > Permission
> > > > > > > > denied:
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> > > > > > > >     > >     >>> > >     > > > : Copyright © Prominic.NET,
> Inc.
> > > All
> > > > > > rights
> > > > > > > >     > reserved.
> > > > > > > >     > >     >>> > >     > > > : Source code is under Apache
> > > > License,
> > > > > > > > Version 2.0
> > > > > > > >     > >     >>> > >     > > > :
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > > > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf
> > (MIT),
> > > > > fzip
> > > > > > > > (ZLIB),
> > > > > > > >     > > asblocks
> > > > > > > >     > >     >>> > (Apache
> > > > > > > >     > >     >>> > >     > License
> > > > > > > >     > >     >>> > >     > > > 2.0), NativeApplicationUpdater
> > > (LGPL)
> > > > > > > >     > >     >>> > >     > > > : Running on Adobe AIR
> 28.0.0.125
> > > > > > > >     > >     >>> > >     > > > : Compiling TourDeJewel
> > > > > > > >     > >     >>> > >     > > > : SDK path:
> > > > > > > >     > >     >>> > >
> > > > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > > > >     > >     >>> > >     > > > : Sending to mxmlx: export
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > > >
> > > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > > > > > > >     > >     >>> > >     > &&
> > > > > > > >     > >     >>> > >     > > > export
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > > > >     > >     >>> > >     > > >
> > SETUP_SH_VMARGS="-Duser.language=en
> > > > > > > >     > > -Duser.region=en" &&
> > > > > > > >     > >     >>> export
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >
> > > > >
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > > > > > >     > >     >>> > >     > > >
> > > > -load-config+=obj/TourDeJewelConfig.xml
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > > >
> > > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > >
> > -html-template=src/main/resources/jewel-example-index-template.html
> > > > > > > >     > >     >>> > >     > > >
> > > > -js-dynamic-access-unknown-members=true
> > > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > > > > > >     > >     >>> > >     > > > : /bin/bash:
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > > >
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > > > > > >     > >     >>> > >     > > > Permission denied
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > > How can I fix it?
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > > Thanks
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las
> 17:24,
> > > > Josh
> > > > > > > > Tynjala (<
> > > > > > > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> > > > > > > >     > >     >>> > >     > > > >)
> > > > > > > >     > >     >>> > >     > > > escribió:
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > > > > Yeah, I don't see why
> Moonshine
> > > is
> > > > > > > > reporting
> > > > > > > >     > those
> > > > > > > >     > >     >>> errors,
> > > > > > > >     > >     >>> > but
> > > > > > > >     > >     >>> > > VSCode
> > > > > > > >     > >     >>> > >     > > > does
> > > > > > > >     > >     >>> > >     > > > > not. If royale-config.xml is
> > > > > > referencing
> > > > > > > > SWCs
> > > > > > > >     > that
> > > > > > > >     > > don't
> > > > > > > >     > >     >>> > > exist, that
> > > > > > > >     > >     >>> > >     > > > should
> > > > > > > >     > >     >>> > >     > > > > affect both IDEs.
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > > > Regardless, like you
> explained,
> > > the
> > > > > > same
> > > > > > > > issue
> > > > > > > >     > > should
> > > > > > > >     > >     >>> > > reproduce when
> > > > > > > >     > >     >>> > >     > > > > compiling from a terminal
> > without
> > > > > > > > Moonshine.
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > > > --
> > > > > > > >     > >     >>> > >     > > > > Josh Tynjala
> > > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > > > >     > >     >>> > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10
> AM
> > > > Piotr
> > > > > > > > Zarzycki <
> > > > > > > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > > > wrote:
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > > > Yeah it would be pretty
> great
> > > if
> > > > > you
> > > > > > > > could
> > > > > > > >     > setup
> > > > > > > >     > >     >>> Moonshine,
> > > > > > > >     > >     >>> > > but you
> > > > > > > >     > >     >>> > >     > > > don't
> > > > > > > >     > >     >>> > >     > > > > > have to do that actually to
> > > > > reproduce
> > > > > > > the
> > > > > > > >     > issue.
> > > > > > > >     > >     >>> Command
> > > > > > > >     > >     >>> > > which I
> > > > > > > >     > >     >>> > >     > have
> > > > > > > >     > >     >>> > >     > > > > > pasted in this thread can
> be
> > > copy
> > > > > and
> > > > > > > > used in
> > > > > > > >     > > Terminal
> > > > > > > >     > >     >>> with
> > > > > > > >     > >     >>> > > small
> > > > > > > >     > >     >>> > >     > > path
> > > > > > > >     > >     >>> > >     > > > > > adjustment. Try it on any
> > > project
> > > > > you
> > > > > > > > have
> > > > > > > >     > using
> > > > > > > >     > >     >>> > > distribution build
> > > > > > > >     > >     >>> > >     > > and
> > > > > > > >     > >     >>> > >     > > > > for
> > > > > > > >     > >     >>> > >     > > > > > sure you will get the
> error.
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > > > In case of Moonshine we
> have
> > > > freez
> > > > > > code
> > > > > > > > for
> > > > > > > >     > > commits and
> > > > > > > >     > >     >>> > > prepare for
> > > > > > > >     > >     >>> > >     > > > > > release, we have some
> > internal
> > > > > > problems
> > > > > > > > with
> > > > > > > >     > > bamboo
> > > > > > > >     > >     >>> build -
> > > > > > > >     > >     >>> > > if it
> > > > > > > >     > >     >>> > >     > > will
> > > > > > > >     > >     >>> > >     > > > > get
> > > > > > > >     > >     >>> > >     > > > > > resolved we should have
> > release
> > > > > early
> > > > > > > > next
> > > > > > > >     > week.
> > > > > > > >     > > You
> > > > > > > >     > >     >>> can
> > > > > > > >     > >     >>> > > always try
> > > > > > > >     > >     >>> > >     > > > > Nightly
> > > > > > > >     > >     >>> > >     > > > > > build.
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > > > I'm really surprised that
> > > VSCode
> > > > do
> > > > > > not
> > > > > > > >     > throwing
> > > > > > > >     > > the
> > > > > > > >     > >     >>> same
> > > > > > > >     > >     >>> > > error -
> > > > > > > >     > >     >>> > >     > > What
> > > > > > > >     > >     >>> > >     > > > > > could be the case Josh? The
> > > only
> > > > > > > > difference is
> > > > > > > >     > > that we
> > > > > > > >     > >     >>> are
> > > > > > > >     > >     >>> > > using
> > > > > > > >     > >     >>> > >     > > mxmlc
> > > > > > > >     > >     >>> > >     > > > > file
> > > > > > > >     > >     >>> > >     > > > > > and VSCode is probably
> using
> > > jar
> > > > > > file,
> > > > > > > > but
> > > > > > > >     > >     >>> playerglobal.swc
> > > > > > > >     > >     >>> > > doesn't
> > > > > > > >     > >     >>> > >     > > > > exists
> > > > > > > >     > >     >>> > >     > > > > > so both should report same
> > > issue.
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > > > Thanks,
> > > > > > > >     > >     >>> > >     > > > > > Piotr
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02
> > Carlos
> > > > > > Rovira
> > > > > > > <
> > > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > > > >     > >     >>> > >     > > > > > napisał(a):
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > so I think you're a bit
> > > closer
> > > > > (not
> > > > > > > > farther
> > > > > > > >     > > ;)),
> > > > > > > >     > >     >>> since
> > > > > > > >     > >     >>> > > compiler
> > > > > > > >     > >     >>> > >     > was
> > > > > > > >     > >     >>> > >     > > > > > found.
> > > > > > > >     > >     >>> > >     > > > > > > Now is a matter to find
> > > what's
> > > > > > > missing.
> > > > > > > >     > >     >>> > >     > > > > > > What's curious for me is
> > > VSCode
> > > > > > > > recognizes
> > > > > > > >     > but
> > > > > > > >     > >     >>> Moonshine
> > > > > > > >     > >     >>> > > not. I
> > > > > > > >     > >     >>> > >     > > think
> > > > > > > >     > >     >>> > >     > > > > the
> > > > > > > >     > >     >>> > >     > > > > > > problem is each IDE is
> > > looking
> > > > at
> > > > > > > > different
> > > > > > > >     > > things to
> > > > > > > >     > >     >>> > > match a
> > > > > > > >     > >     >>> > >     > valid
> > > > > > > >     > >     >>> > >     > > > > SDK,
> > > > > > > >     > >     >>> > >     > > > > > > and maybe even we could
> be
> > > > > setting
> > > > > > > > duplicate
> > > > > > > >     > >     >>> artifacts in
> > > > > > > >     > >     >>> > > the SDK
> > > > > > > >     > >     >>> > >     > > so
> > > > > > > >     > >     >>> > >     > > > > > VSCode
> > > > > > > >     > >     >>> > >     > > > > > > finds all but Moonshine
> > not.
> > > > > > > >     > >     >>> > >     > > > > > > I'll be setup Moonshine
> as
> > I
> > > > have
> > > > > > > time
> > > > > > > > to try
> > > > > > > >     > > it.
> > > > > > > >     > >     >>> > >     > > > > > > I think you plan to
> launch
> > a
> > > > new
> > > > > > one
> > > > > > > > soon
> > > > > > > >     > > right?
> > > > > > > >     > >     >>> should I
> > > > > > > >     > >     >>> > > wait
> > > > > > > >     > >     >>> > >     > for
> > > > > > > >     > >     >>> > >     > > > it?
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > Thanks
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a
> las
> > > > 7:53,
> > > > > > > Piotr
> > > > > > > >     > > Zarzycki (<
> > > > > > > >     > >     >>> > >     > > > > > >
> piotrzarzycki21@gmail.com
> > >)
> > > > > > > >     > >     >>> > >     > > > > > > escribió:
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > I just tried your
> changes
> > > and
> > > > > > I'm a
> > > > > > > > bit
> > > > > > > >     > > farther.
> > > > > > > >     > >     >>> Now
> > > > > > > >     > >     >>> > I'm
> > > > > > > >     > >     >>> > >     > getting
> > > > > > > >     > >     >>> > >     > > > > > > following
> > > > > > > >     > >     >>> > >     > > > > > > > errors. It's throwing
> > that
> > > > > errors
> > > > > > > > cause in
> > > > > > > >     > > JS only
> > > > > > > >     > >     >>> > > binaries
> > > > > > > >     > >     >>> > >     > > > prepared
> > > > > > > >     > >     >>> > >     > > > > by
> > > > > > > >     > >     >>> > >     > > > > > > ant
> > > > > > > >     > >     >>> > >     > > > > > > > we have in following
> > > location
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> >
> > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > > > > > > >     > >     >>> > > fake
> > > > > > > >     > >     >>> > >     > > > > > > > playerglobal.swc, so
> > > > > distribution
> > > > > > > > should
> > > > > > > >     > > probably
> > > > > > > >     > >     >>> have
> > > > > > > >     > >     >>> > > the
> > > > > > > >     > >     >>> > >     > same.
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> >
> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > >     > >     >>> > >     > > > -debug=true
> > > > > > > >     > >     >>> > >     > > > > > > > > -source-map=true
> > > > > > > >     > -compiler.targets=JSRoyale
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > > >
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale
> Compiler
> > > > > > codebase:
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >
> > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > >     > >     >>> > >     > > > > > > > > : -debug=true
> > > > > > > >     > >     >>> > >     > > > > > > > > : -source-map=true
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > -compiler.targets=JSRoyale
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >
> > > > > > >
> > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable
> to
> > > > open
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >  </external-library-path>
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable
> to
> > > > open
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >  </js-external-library-path>
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable
> to
> > > > open
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >  </js-external-library-path>
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable
> to
> > > > open
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
> > > > > > > >     > >     >>> > >     > > > > > > > > :
>  </library-path>
> > > > > > > >     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > Thanks,
> > > > > > > >     > >     >>> > >     > > > > > > > Piotr
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o
> 00:43
> > > > Carlos
> > > > > > > > Rovira <
> > > > > > > >     > >     >>> > >     > carlosrovira@apache.org>
> > > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh for
> > pointing
> > > > that
> > > > > > out
> > > > > > > > I think
> > > > > > > >     > > I got
> > > > > > > >     > >     >>> it.
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> > > > > > > >     > piotrzarzycki21@gmail.com
> > > > > > > >     > > >
> > > > > > > >     > >     >>> please
> > > > > > > >     > >     >>> > > try with
> > > > > > > >     > >     >>> > >     > my
> > > > > > > >     > >     >>> > >     > > > > > latest
> > > > > > > >     > >     >>> > >     > > > > > > > > commit. I couldn't
> test
> > > > > myself,
> > > > > > > > but I
> > > > > > > >     > > think it
> > > > > > > >     > >     >>> should
> > > > > > > >     > >     >>> > > work
> > > > > > > >     > >     >>> > >     > now
> > > > > > > >     > >     >>> > >     > > > for
> > > > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
> > > > > > > >     > >     >>> > >     > > > > > > > > VSCode still work
> with
> > > this
> > > > > > > > changes.
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > > Thanks
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > > Carlos
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020
> a
> > > las
> > > > > > 19:43,
> > > > > > > > Josh
> > > > > > > >     > > Tynjala (<
> > > > > > > >     > >     >>> > >     > > > > > > >
> > joshtynjala@bowlerhat.dev
> > > >)
> > > > > > > >     > >     >>> > >     > > > > > > > > escribió:
> > > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > > > >> If I had to guess,
> > this
> > > > > > > classpath
> > > > > > > > is
> > > > > > > >     > > wrong:
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> <Class-Path>args4j.jar
> > > > > > > > org.json.jar
> > > > > > > >     > >     >>> > >     > > > >
> > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > > >     > >     >>> > >     > > > > > > > >> Class-Path>
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > > >     > >     >>> > >     > > > > > >
> > > > > > > >     > >     >>> > >     > > > > >
> > > > > > > >     > >     >>> > >     > > > >
> > > > > > > >     > >     >>> > >     > > >
> > > > > > > >     > >     >>> > >     > >
> > > > > > > >     > >     >>> > >     >
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >> I think that the
> names
> > > of
> > > > > > those
> > > > > > > > JAR
> > > > > > > >     > files
> > > > > > > >     > > all
> > > > > > > >     > >     >>> > include
> > > > > > > >     > >     >>> > > a
> > > > > > > >     > >     >>> > >     > > version
> > > > > > > >     > >     >>> > >     > > > > > number
> > > > > > > >     > >     >>> > >     > > > > > > > in
> > > > > > > >     > >     >>> > >     > > > > > > > >> the Maven
> > distribution.
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >> --
> > > > > > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> > > > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> > > > > > > >     > >     >>> > >
> > > > > > > >     > >     >>> >
> > > > > > > >     > >     >>>
> > > > > > > >     > >
> > > > > > > >     >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > > > >     > >     >>> > > >
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020
> at
> > > > 10:17
> > > > > > AM
> > > > > > > > Carlos
> > > > > > > >     > > Rovira <
> > > > > > > >     > >     >>> > >     > > > > > > carlosrovira@apache.org>
> > > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
> > > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > > >     > >     >>> > >     > > > > > > > >> > ok didn't notice.
> > > > > > > >     > >     >>> > >     > > > > > > > >> > So maybe is a
> > > classpath
> > > > > > > problem?
> > > > > > > >     > >     >>> > >     > > > > > > > >> > It's clear that
> > VSCode
> > > > > goes
> > > > > > to
> > > > > > > > the
> > > > > > > >     > same
> > > > > > > >     > > place
> > > > > > > >     > >     >>> and
> > > > > > > >     > >     >>> > > find it
> > > > > > > >     > >     >>> > >     > > > since
> > > > > > > >     > >     >>> > >     > > > > > > mxmlc
> > > > > > > >     > >     >>> > >     > > > > > > > >> is a
> > > > > > > >     > >     >>> > >     > > > > > > > >> > dummy jar that has
> > > > exactly
> > > > > > > that
> > > > > > > > class,
> > > > > > > >     > > but
> > > > > > > >     > >     >>> > > Moonshine goes
> > > > > > > >     > >     >>> > >     > > and
> > > > > > > >     > >     >>> > >     > > > > > didn't
> > > > > > > >     > >     >>> > >     > > > > > > > >> find
> > > > > > > >     > >     >>> > >     > > > > > > > >> > it.
> > > > > > > >     > >     >>> > >     > > > > > > > >> > If not any clue
> what
> > > > could
> > > > > > be
> > > > > > > >     > happening?
> > > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
> > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > > > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb.
> > 2020 a
> > > > las
> > > > > > > > 16:53,
> > > > > > > >     > Piotr
> > > > > > > >     > >     >>> Zarzycki
> > > > > > > >     > >     >>> > (<
> > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > piotrzarzycki21@gmail.com
> > > > > >)
> > > > > > > >     > >     >>> > >     > > > > > > > >> > escribió:
> > > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > > > >     > >     >>> > >     > > > > > > > >> > > Exactly and I
> can
> > > > > confirm
> > > > > > > > that mxmlc
> > > > > > > >     > > is in
> > > > > > > >     > >     >>> > place.
> > > > > > > >     > >     >>> > >     > > > > > > > >> > >
> > > > > > > >     > >     >>> > >     >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > http://about.me/carlosrovira
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > <https://www.patreon.com/piotrzarzycki>*
> > > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Yeah, hope someone on your team could know where we can start looking :)
thanks!
Carlos

El lun., 23 mar. 2020 a las 15:04, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Next is reproduce your problem with Moonshine. ;)
>
> pon., 23 mar 2020 o 15:02 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Very cool Piotr!
> > seems we finally has Maven distribution sdk working! :)
> >
> > El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Hi Guys,
> > >
> > > I just checked Maven Distribution with Moonshine and I was able to
> build
> > > Jewel Hello World and TourDeJewel. :)
> > >
> > > Thanks,
> > > Piotr
> > >
> > > niedz., 22 mar 2020 o 20:58 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Hi Piotr,
> > > >
> > > > nothing happens or log is printed in the console, is like if I didn't
> > > push
> > > > the menu button.
> > > > I ensured that I have the SDK setup, maybe something more is needed,
> > and
> > > > I'm missing something.
> > > > As well I understand that "Project > Build Project" is the right
> option
> > > in
> > > > the menu to push
> > > >
> > > > Thanks
> > > >
> > > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> > > > piotrzarzycki21@gmail.com>) escribió:
> > > >
> > > > > Carlos,
> > > > >
> > > > > By saying that nothing happens - you don't get any information on
> the
> > > > > console at all?
> > > > >
> > > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <
> carlosrovira@apache.org
> > >
> > > > > wrote:
> > > > >
> > > > > > Hi Chris and Piotr,
> > > > > >
> > > > > > I was having the same issue. After latest PR from Chris, I can
> > > confirm
> > > > is
> > > > > > working ok :)
> > > > > > Piotr, please, a last attempt. I think you'll get working right
> now
> > > > from
> > > > > > Moonshine.
> > > > > >
> > > > > > As well I'm curious about how to build with IDE in Moonshine, or
> > why
> > > > > >  Project > Build Project is not working for me
> > > > > > something I must have into account?
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > Carlos
> > > > > >
> > > > > >
> > > > > >
> > > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> > > > > > christofer.dutz@c-ware.de>) escribió:
> > > > > >
> > > > > > > Yeah ... sorry for that.
> > > > > > >
> > > > > > > I noticed that I took care of the "SNAPSHOT" instead of the
> > > > Timestamp,
> > > > > > but
> > > > > > > I forgot to add the classifier ... will be in the next PR.
> > > > > > > Can you confirm that now the files have a "SNAPSHOT" instead of
> > the
> > > > > > > Timestamp?
> > > > > > >
> > > > > > > Chris
> > > > > > >
> > > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> > > > > piotrzarzycki21@gmail.com
> > > > > > >:
> > > > > > >
> > > > > > >     Hi Chris,
> > > > > > >
> > > > > > >     Nothing changed I have exactly same issue after pulling all
> > > > changes
> > > > > > and
> > > > > > >     rebuilding sdk.
> > > > > > >
> > > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> > > > carlosrovira@apache.org
> > > > > >
> > > > > > >     napisał(a):
> > > > > > >
> > > > > > >     > Hi,
> > > > > > >     >
> > > > > > >     > Many thanks for the fix Chris.
> > > > > > >     > Piotr, can you try again and confirm if all is ok now?
> > > > > > >     >
> > > > > > >     > thanks
> > > > > > >     >
> > > > > > >     >
> > > > > > >     >
> > > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> > > > > > >     > christofer.dutz@c-ware.de>) escribió:
> > > > > > >     >
> > > > > > >     > > Hi Piotr,
> > > > > > >     > >
> > > > > > >     > > I had a look and you are right ... even if this only
> > seems
> > > to
> > > > > > > happen if
> > > > > > >     > > you haven't built the typedefs on your machine that day
> > > > before
> > > > > > > building
> > > > > > >     > the
> > > > > > >     > > distribution. I just pushed a PR that should fix this.
> > > > > > >     > >
> > > > > > >     > > Chris
> > > > > > >     > >
> > > > > > >     > >
> > > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > > > > > > piotrzarzycki21@gmail.com
> > > > > > >     > >:
> > > > > > >     > >
> > > > > > >     > >     Hi Carlos,
> > > > > > >     > >
> > > > > > >     > >     I've just build royale-asjs with following command:
> > > > > > >     > >
> > > > > > >     > >     mvn clean install -P
> > > > > > with-distribution,option-with-sass-compile
> > > > > > >     > >     -DdistributionTargetFolder=path
> > > > > > >     > >
> > > > > > >     > >     Created new Royale Jewel project with latest
> nightly
> > > non
> > > > > > > sandbox
> > > > > > >     > build
> > > > > > >     > > of
> > > > > > >     > >     Moonshine and I got following result during build
> [1]
> > > > > > >     > >
> > > > > > >     > >     [1] https://paste.apache.org/u5j0a
> > > > > > >     > >
> > > > > > >     > >     Thanks,
> > > > > > >     > >     Piotr
> > > > > > >     > >
> > > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > > > > > > carlosrovira@apache.org>
> > > > > > >     > >     napisał(a):
> > > > > > >     > >
> > > > > > >     > >     > Hi Piotr,
> > > > > > >     > >     >
> > > > > > >     > >     > Chris, just made maven distribution mxmlc and
> compc
> > > > > > > executables.
> > > > > > >     > >     >
> > > > > > >     > >     >    - I test and VSCode works fine
> > > > > > >     > >     >    - command line worked too [1]
> > > > > > >     > >     >    - Moonshine:  I couldn't launch a compilation
> > with
> > > > > SDK.
> > > > > > > Just
> > > > > > >     > > upgrade
> > > > > > >     > >     >    to latest version as Moonshine requested me. I
> > > have
> > > > > the
> > > > > > > SDK
> > > > > > >     > > configured to
> > > > > > >     > >     >    the distribution created with Maven. Then with
> > TDJ
> > > > > > project
> > > > > > >     > loaded
> > > > > > >     > > when to
> > > > > > >     > >     >    Project > Build Project, but nothings happen
> > > > > > >     > >     >
> > > > > > >     > >     > So just need to see how to check Moonshine so we
> > can
> > > > > check
> > > > > > > Maven
> > > > > > >     > >     > distribution is completed at last. I want to have
> > > that
> > > > > for
> > > > > > > this
> > > > > > >     > > release
> > > > > > >     > >     > 0.9.7
> > > > > > >     > >     >
> > > > > > >     > >     > Thanks
> > > > > > >     > >     >
> > > > > > >     > >     > Carlos
> > > > > > >     > >     >
> > > > > > >     > >     > [1] output in command line for Tour de Jewel:
> > > > > > >     > >     >
> > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > > >     > >     >
> > > > > > >     >
> > > > > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> -debug=true
> > > > > > >     > -source-map=true
> > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > >     > >     >
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > >     > >     >
> > > > > > >     > >     > >
> > > > > > >     > >     >
> > > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > > >     > >     >
> > > > > > >     >
> > > > > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> -debug=true
> > > > > > >     > -source-map=true
> > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > >     > >     >
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > >     > >     >
> > > > > > >     > >     > Using Royale Compiler codebase:
> > > > > > >     > >     >
> > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > > > > > >     > >     >
> > > > > > >     > >     > Using Royale SDK:
> > > > > > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > > >     > >     >
> > > > > > >     > >     > MXMLJSC
> > > > > > >     > >     >
> > > > > > >     > >     >
> > > > > > >     > >     >
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > > > > > >     > >     >
> > > > > > >     > >     >
> > > > > > >     > >     >
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > > > > > >     > >     >
> > > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > > > > >     > >     >
> > > > > > >     > >     > -debug=true
> > > > > > >     > >     >
> > > > > > >     > >     > -source-map=true
> > > > > > >     > >     >
> > > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > > >     > >     >
> > > > > > >     > >     >
> > > > > > >     > >     >
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > > >     > >     >
> > > > > > >     > >     > The project 'App' has been successfully compiled.
> > > > > > >     > >     >
> > > > > > >     > >     > 7.080432099 seconds
> > > > > > >     > >     >
> > > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira
> (<
> > > > > > >     > > carlosrovira@apache.org>)
> > > > > > >     > >     > escribió:
> > > > > > >     > >     >
> > > > > > >     > >     >> Ok Josh,
> > > > > > >     > >     >> understood, will take into account as I check
> > what's
> > > > > going
> > > > > > > on with
> > > > > > >     > > latest
> > > > > > >     > >     >> fails
> > > > > > >     > >     >> thanks
> > > > > > >     > >     >>
> > > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala
> (<
> > > > > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> > > > > > >     > >     >>
> > > > > > >     > >     >>> VSCode happens to run the JAR files directly
> with
> > > > Java,
> > > > > > and
> > > > > > >     > > doesn't run
> > > > > > >     > >     >>> anything in js/bin. If the contents of js/bin
> do
> > > not
> > > > > have
> > > > > > > the
> > > > > > >     > > correct
> > > > > > >     > >     >>> exectuable permissions, it wouldn't affect
> > VSCode.
> > > > > > However,
> > > > > > >     > fixing
> > > > > > >     > > those
> > > > > > >     > >     >>> permissions would still be a problem that
> should
> > be
> > > > > > > addressed to
> > > > > > >     > > have a
> > > > > > >     > >     >>> proper distribution. Moonshine is not doing
> > > anything
> > > > > out
> > > > > > > of the
> > > > > > >     > > ordinary
> > > > > > >     > >     >>> by
> > > > > > >     > >     >>> running js/bin/mxmlc (and that's what someone
> > > > compiling
> > > > > > > from the
> > > > > > >     > > command
> > > > > > >     > >     >>> line without Maven or Ant would use too). If
> > > > anything,
> > > > > > it's
> > > > > > >     > VSCode
> > > > > > >     > > that
> > > > > > >     > >     >>> is
> > > > > > >     > >     >>> not doing things in the ordinary way.
> > > > > > >     > >     >>>
> > > > > > >     > >     >>> --
> > > > > > >     > >     >>> Josh Tynjala
> > > > > > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > >     > >     >>>
> > > > > > >     > >     >>>
> > > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira
> <
> > > > > > >     > > carlosrovira@apache.org>
> > > > > > >     > >     >>> wrote:
> > > > > > >     > >     >>>
> > > > > > >     > >     >>> > Hi,
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>> > @Piotr Zarzycki <pi...@gmail.com>
> I
> > > was
> > > > > over
> > > > > > > the big
> > > > > > >     > > button
> > > > > > >     > >     >>> to
> > > > > > >     > >     >>> > nightly builds, since you told me to download
> > > that.
> > > > > So
> > > > > > > from the
> > > > > > >     > > big
> > > > > > >     > >     >>> button
> > > > > > >     > >     >>> > I choosed "other downloads" and choosed non
> > > sandbox
> > > > > > one.
> > > > > > > Both
> > > > > > >     > > url goes
> > > > > > >     > >     >>> to
> > > > > > >     > >     >>> > the same link:
> Moonshine_Signed_NonSandbox.pkg
> > > > > > >     > >     >>> > <
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>> > About the permissions: My guess is that is
> > > > something
> > > > > > > related to
> > > > > > >     > >     >>> Moonshine,
> > > > > > >     > >     >>> > not to user or maven, since VSCode is dealing
> > > with
> > > > > the
> > > > > > > same SDK
> > > > > > >     > > without
> > > > > > >     > >     >>> > complain. I can give permissions to try this,
> > > but I
> > > > > > > suggest the
> > > > > > >     > >     >>> moonshine
> > > > > > >     > >     >>> > team could look to how VSCode work with user
> > > files
> > > > > and
> > > > > > > mimic
> > > > > > >     > > that to
> > > > > > >     > >     >>> > avoid this kind of problem.
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>> > Thanks
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> > > > > > >     > > (<aharui@adobe.com.invalid
> > > > > > >     > >     >>> >)
> > > > > > >     > >     >>> > escribió:
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>> > > IMO, the Maven commands that build the
> > > > Distribution
> > > > > > SDK
> > > > > > >     > should
> > > > > > >     > >     >>> change the
> > > > > > >     > >     >>> > > permissions.
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > > My 2 cents,
> > > > > > >     > >     >>> > > -Alex
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > > > > > >     > > piotrzarzycki21@gmail.com>
> > > > > > >     > >     >>> > wrote:
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > >     Permission to "mxmlc" file in SDK. -
> You
> > > have
> > > > > to
> > > > > > > add
> > > > > > >     > > permission
> > > > > > >     > >     >>> for
> > > > > > >     > >     >>> > > usage
> > > > > > >     > >     >>> > >     manually to that file.
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > >     I will explain you more on Monday if
> you
> > > > won't
> > > > > > > figure it
> > > > > > >     > > out your
> > > > > > >     > >     >>> > self,
> > > > > > >     > >     >>> > >     what is all about.
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > >     You can literally paste in Google last
> > > > sentence
> > > > > > > from
> > > > > > >     > stack
> > > > > > >     > > trace
> > > > > > >     > >     >>> > error
> > > > > > >     > >     >>> > > and
> > > > > > >     > >     >>> > >     add: How to add permission to file on
> > Mac.
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos
> > Rovira
> > > <
> > > > > > >     > >     >>> carlosrovira@apache.org>
> > > > > > >     > >     >>> > > wrote:
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> > >     > Hi Piotr,
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >     > but what kind of permission? to the
> > > > moonshine
> > > > > > >     > executable?
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49,
> Piotr
> > > > > > Zarzycki
> > > > > > > (<
> > > > > > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> > > > > > >     > >     >>> > >     > escribió:
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >     > > If you are using your own SDK (not
> > > > > downloaded
> > > > > > > trough
> > > > > > >     > >     >>> Moonshine
> > > > > > >     > >     >>> > > getting
> > > > > > >     > >     >>> > >     > > started) you have to add permission
> > to
> > > > > mxmlc
> > > > > > > file.
> > > > > > >     > > There is a
> > > > > > >     > >     >>> > > command on
> > > > > > >     > >     >>> > >     > > Mac chmod - try to search using
> that
> > > > > command
> > > > > > > on a
> > > > > > >     > > Google.
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     > > Thanks,
> > > > > > >     > >     >>> > >     > > Piotr
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos
> > > > Rovira
> > > > > <
> > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > > >     > >     >>> > >     > > wrote:
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     > > > Hi,
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > > I installed latest Moonshine
> > nightly.
> > > > > After
> > > > > > >     > > configuring
> > > > > > >     > >     >>> initial
> > > > > > >     > >     >>> > > things
> > > > > > >     > >     >>> > >     > > > loaded TDJ project. I'm getting
> > > > > Permission
> > > > > > > denied:
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> > > > > > >     > >     >>> > >     > > > : Copyright © Prominic.NET, Inc.
> > All
> > > > > rights
> > > > > > >     > reserved.
> > > > > > >     > >     >>> > >     > > > : Source code is under Apache
> > > License,
> > > > > > > Version 2.0
> > > > > > >     > >     >>> > >     > > > :
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf
> (MIT),
> > > > fzip
> > > > > > > (ZLIB),
> > > > > > >     > > asblocks
> > > > > > >     > >     >>> > (Apache
> > > > > > >     > >     >>> > >     > License
> > > > > > >     > >     >>> > >     > > > 2.0), NativeApplicationUpdater
> > (LGPL)
> > > > > > >     > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
> > > > > > >     > >     >>> > >     > > > : Compiling TourDeJewel
> > > > > > >     > >     >>> > >     > > > : SDK path:
> > > > > > >     > >     >>> > >
> > > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > > >     > >     >>> > >     > > > : Sending to mxmlx: export
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > > >
> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > > > > > >     > >     >>> > >     > &&
> > > > > > >     > >     >>> > >     > > > export
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > > >     > >     >>> > >     > > >
> SETUP_SH_VMARGS="-Duser.language=en
> > > > > > >     > > -Duser.region=en" &&
> > > > > > >     > >     >>> export
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >
> > > >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > > > > >     > >     >>> > >     > > >
> > > -load-config+=obj/TourDeJewelConfig.xml
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > > >
> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > >
> -html-template=src/main/resources/jewel-example-index-template.html
> > > > > > >     > >     >>> > >     > > >
> > > -js-dynamic-access-unknown-members=true
> > > > > > >     > >     >>> > > -compiler.targets=JSRoyale
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > > > > >     > >     >>> > >     > > > : /bin/bash:
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > > > > >     > >     >>> > >     > > > Permission denied
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > > How can I fix it?
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > > Thanks
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24,
> > > Josh
> > > > > > > Tynjala (<
> > > > > > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> > > > > > >     > >     >>> > >     > > > >)
> > > > > > >     > >     >>> > >     > > > escribió:
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > > > > Yeah, I don't see why Moonshine
> > is
> > > > > > > reporting
> > > > > > >     > those
> > > > > > >     > >     >>> errors,
> > > > > > >     > >     >>> > but
> > > > > > >     > >     >>> > > VSCode
> > > > > > >     > >     >>> > >     > > > does
> > > > > > >     > >     >>> > >     > > > > not. If royale-config.xml is
> > > > > referencing
> > > > > > > SWCs
> > > > > > >     > that
> > > > > > >     > > don't
> > > > > > >     > >     >>> > > exist, that
> > > > > > >     > >     >>> > >     > > > should
> > > > > > >     > >     >>> > >     > > > > affect both IDEs.
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > > > Regardless, like you explained,
> > the
> > > > > same
> > > > > > > issue
> > > > > > >     > > should
> > > > > > >     > >     >>> > > reproduce when
> > > > > > >     > >     >>> > >     > > > > compiling from a terminal
> without
> > > > > > > Moonshine.
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > > > --
> > > > > > >     > >     >>> > >     > > > > Josh Tynjala
> > > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > > >     > >     >>> > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM
> > > Piotr
> > > > > > > Zarzycki <
> > > > > > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > > > wrote:
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > > > > Hi Carlos,
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > > > Yeah it would be pretty great
> > if
> > > > you
> > > > > > > could
> > > > > > >     > setup
> > > > > > >     > >     >>> Moonshine,
> > > > > > >     > >     >>> > > but you
> > > > > > >     > >     >>> > >     > > > don't
> > > > > > >     > >     >>> > >     > > > > > have to do that actually to
> > > > reproduce
> > > > > > the
> > > > > > >     > issue.
> > > > > > >     > >     >>> Command
> > > > > > >     > >     >>> > > which I
> > > > > > >     > >     >>> > >     > have
> > > > > > >     > >     >>> > >     > > > > > pasted in this thread can be
> > copy
> > > > and
> > > > > > > used in
> > > > > > >     > > Terminal
> > > > > > >     > >     >>> with
> > > > > > >     > >     >>> > > small
> > > > > > >     > >     >>> > >     > > path
> > > > > > >     > >     >>> > >     > > > > > adjustment. Try it on any
> > project
> > > > you
> > > > > > > have
> > > > > > >     > using
> > > > > > >     > >     >>> > > distribution build
> > > > > > >     > >     >>> > >     > > and
> > > > > > >     > >     >>> > >     > > > > for
> > > > > > >     > >     >>> > >     > > > > > sure you will get the error.
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > > > In case of Moonshine we have
> > > freez
> > > > > code
> > > > > > > for
> > > > > > >     > > commits and
> > > > > > >     > >     >>> > > prepare for
> > > > > > >     > >     >>> > >     > > > > > release, we have some
> internal
> > > > > problems
> > > > > > > with
> > > > > > >     > > bamboo
> > > > > > >     > >     >>> build -
> > > > > > >     > >     >>> > > if it
> > > > > > >     > >     >>> > >     > > will
> > > > > > >     > >     >>> > >     > > > > get
> > > > > > >     > >     >>> > >     > > > > > resolved we should have
> release
> > > > early
> > > > > > > next
> > > > > > >     > week.
> > > > > > >     > > You
> > > > > > >     > >     >>> can
> > > > > > >     > >     >>> > > always try
> > > > > > >     > >     >>> > >     > > > > Nightly
> > > > > > >     > >     >>> > >     > > > > > build.
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > > > I'm really surprised that
> > VSCode
> > > do
> > > > > not
> > > > > > >     > throwing
> > > > > > >     > > the
> > > > > > >     > >     >>> same
> > > > > > >     > >     >>> > > error -
> > > > > > >     > >     >>> > >     > > What
> > > > > > >     > >     >>> > >     > > > > > could be the case Josh? The
> > only
> > > > > > > difference is
> > > > > > >     > > that we
> > > > > > >     > >     >>> are
> > > > > > >     > >     >>> > > using
> > > > > > >     > >     >>> > >     > > mxmlc
> > > > > > >     > >     >>> > >     > > > > file
> > > > > > >     > >     >>> > >     > > > > > and VSCode is probably using
> > jar
> > > > > file,
> > > > > > > but
> > > > > > >     > >     >>> playerglobal.swc
> > > > > > >     > >     >>> > > doesn't
> > > > > > >     > >     >>> > >     > > > > exists
> > > > > > >     > >     >>> > >     > > > > > so both should report same
> > issue.
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > > > Thanks,
> > > > > > >     > >     >>> > >     > > > > > Piotr
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02
> Carlos
> > > > > Rovira
> > > > > > <
> > > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > > >     > >     >>> > >     > > > > > napisał(a):
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > so I think you're a bit
> > closer
> > > > (not
> > > > > > > farther
> > > > > > >     > > ;)),
> > > > > > >     > >     >>> since
> > > > > > >     > >     >>> > > compiler
> > > > > > >     > >     >>> > >     > was
> > > > > > >     > >     >>> > >     > > > > > found.
> > > > > > >     > >     >>> > >     > > > > > > Now is a matter to find
> > what's
> > > > > > missing.
> > > > > > >     > >     >>> > >     > > > > > > What's curious for me is
> > VSCode
> > > > > > > recognizes
> > > > > > >     > but
> > > > > > >     > >     >>> Moonshine
> > > > > > >     > >     >>> > > not. I
> > > > > > >     > >     >>> > >     > > think
> > > > > > >     > >     >>> > >     > > > > the
> > > > > > >     > >     >>> > >     > > > > > > problem is each IDE is
> > looking
> > > at
> > > > > > > different
> > > > > > >     > > things to
> > > > > > >     > >     >>> > > match a
> > > > > > >     > >     >>> > >     > valid
> > > > > > >     > >     >>> > >     > > > > SDK,
> > > > > > >     > >     >>> > >     > > > > > > and maybe even we could be
> > > > setting
> > > > > > > duplicate
> > > > > > >     > >     >>> artifacts in
> > > > > > >     > >     >>> > > the SDK
> > > > > > >     > >     >>> > >     > > so
> > > > > > >     > >     >>> > >     > > > > > VSCode
> > > > > > >     > >     >>> > >     > > > > > > finds all but Moonshine
> not.
> > > > > > >     > >     >>> > >     > > > > > > I'll be setup Moonshine as
> I
> > > have
> > > > > > time
> > > > > > > to try
> > > > > > >     > > it.
> > > > > > >     > >     >>> > >     > > > > > > I think you plan to launch
> a
> > > new
> > > > > one
> > > > > > > soon
> > > > > > >     > > right?
> > > > > > >     > >     >>> should I
> > > > > > >     > >     >>> > > wait
> > > > > > >     > >     >>> > >     > for
> > > > > > >     > >     >>> > >     > > > it?
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > Thanks
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las
> > > 7:53,
> > > > > > Piotr
> > > > > > >     > > Zarzycki (<
> > > > > > >     > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com
> >)
> > > > > > >     > >     >>> > >     > > > > > > escribió:
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > I just tried your changes
> > and
> > > > > I'm a
> > > > > > > bit
> > > > > > >     > > farther.
> > > > > > >     > >     >>> Now
> > > > > > >     > >     >>> > I'm
> > > > > > >     > >     >>> > >     > getting
> > > > > > >     > >     >>> > >     > > > > > > following
> > > > > > >     > >     >>> > >     > > > > > > > errors. It's throwing
> that
> > > > errors
> > > > > > > cause in
> > > > > > >     > > JS only
> > > > > > >     > >     >>> > > binaries
> > > > > > >     > >     >>> > >     > > > prepared
> > > > > > >     > >     >>> > >     > > > > by
> > > > > > >     > >     >>> > >     > > > > > > ant
> > > > > > >     > >     >>> > >     > > > > > > > we have in following
> > location
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> >
> > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > > > > > >     > >     >>> > > fake
> > > > > > >     > >     >>> > >     > > > > > > > playerglobal.swc, so
> > > > distribution
> > > > > > > should
> > > > > > >     > > probably
> > > > > > >     > >     >>> have
> > > > > > >     > >     >>> > > the
> > > > > > >     > >     >>> > >     > same.
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> >
> > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > >     > >     >>> > >     > > > -debug=true
> > > > > > >     > >     >>> > >     > > > > > > > > -source-map=true
> > > > > > >     > -compiler.targets=JSRoyale
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > > >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale Compiler
> > > > > codebase:
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >
> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > >     > >     >>> > >     > > > > > > > > : -debug=true
> > > > > > >     > >     >>> > >     > > > > > > > > : -source-map=true
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > -compiler.targets=JSRoyale
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >
> > > > > > >     > >
> > > > > >
> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > > open
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > >  </external-library-path>
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > > open
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >  </js-external-library-path>
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > > open
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >  </js-external-library-path>
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > > open
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
> > > > > > >     > >     >>> > >     > > > > > > > > :       </library-path>
> > > > > > >     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > Thanks,
> > > > > > >     > >     >>> > >     > > > > > > > Piotr
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43
> > > Carlos
> > > > > > > Rovira <
> > > > > > >     > >     >>> > >     > carlosrovira@apache.org>
> > > > > > >     > >     >>> > >     > > > > > > > napisał(a):
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh for
> pointing
> > > that
> > > > > out
> > > > > > > I think
> > > > > > >     > > I got
> > > > > > >     > >     >>> it.
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> > > > > > >     > piotrzarzycki21@gmail.com
> > > > > > >     > > >
> > > > > > >     > >     >>> please
> > > > > > >     > >     >>> > > try with
> > > > > > >     > >     >>> > >     > my
> > > > > > >     > >     >>> > >     > > > > > latest
> > > > > > >     > >     >>> > >     > > > > > > > > commit. I couldn't test
> > > > myself,
> > > > > > > but I
> > > > > > >     > > think it
> > > > > > >     > >     >>> should
> > > > > > >     > >     >>> > > work
> > > > > > >     > >     >>> > >     > now
> > > > > > >     > >     >>> > >     > > > for
> > > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
> > > > > > >     > >     >>> > >     > > > > > > > > VSCode still work with
> > this
> > > > > > > changes.
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > > Thanks
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > > Carlos
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a
> > las
> > > > > 19:43,
> > > > > > > Josh
> > > > > > >     > > Tynjala (<
> > > > > > >     > >     >>> > >     > > > > > > >
> joshtynjala@bowlerhat.dev
> > >)
> > > > > > >     > >     >>> > >     > > > > > > > > escribió:
> > > > > > >     > >     >>> > >     > > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > > > >> If I had to guess,
> this
> > > > > > classpath
> > > > > > > is
> > > > > > >     > > wrong:
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar
> > > > > > > org.json.jar
> > > > > > >     > >     >>> > >     > > > >
> compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > >     > >     >>> > >     > > > > > > > >> Class-Path>
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > >
> > > > > > >     > >     >>> > >     > > > > > >
> > > > > > >     > >     >>> > >     > > > > >
> > > > > > >     > >     >>> > >     > > > >
> > > > > > >     > >     >>> > >     > > >
> > > > > > >     > >     >>> > >     > >
> > > > > > >     > >     >>> > >     >
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >> I think that the names
> > of
> > > > > those
> > > > > > > JAR
> > > > > > >     > files
> > > > > > >     > > all
> > > > > > >     > >     >>> > include
> > > > > > >     > >     >>> > > a
> > > > > > >     > >     >>> > >     > > version
> > > > > > >     > >     >>> > >     > > > > > number
> > > > > > >     > >     >>> > >     > > > > > > > in
> > > > > > >     > >     >>> > >     > > > > > > > >> the Maven
> distribution.
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >> --
> > > > > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> > > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> > > > > > >     > >     >>> > >
> > > > > > >     > >     >>> >
> > > > > > >     > >     >>>
> > > > > > >     > >
> > > > > > >     >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > > >     > >     >>> > > >
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at
> > > 10:17
> > > > > AM
> > > > > > > Carlos
> > > > > > >     > > Rovira <
> > > > > > >     > >     >>> > >     > > > > > > carlosrovira@apache.org>
> > > > > > >     > >     >>> > >     > > > > > > > >> wrote:
> > > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > > >     > >     >>> > >     > > > > > > > >> > ok didn't notice.
> > > > > > >     > >     >>> > >     > > > > > > > >> > So maybe is a
> > classpath
> > > > > > problem?
> > > > > > >     > >     >>> > >     > > > > > > > >> > It's clear that
> VSCode
> > > > goes
> > > > > to
> > > > > > > the
> > > > > > >     > same
> > > > > > >     > > place
> > > > > > >     > >     >>> and
> > > > > > >     > >     >>> > > find it
> > > > > > >     > >     >>> > >     > > > since
> > > > > > >     > >     >>> > >     > > > > > > mxmlc
> > > > > > >     > >     >>> > >     > > > > > > > >> is a
> > > > > > >     > >     >>> > >     > > > > > > > >> > dummy jar that has
> > > exactly
> > > > > > that
> > > > > > > class,
> > > > > > >     > > but
> > > > > > >     > >     >>> > > Moonshine goes
> > > > > > >     > >     >>> > >     > > and
> > > > > > >     > >     >>> > >     > > > > > didn't
> > > > > > >     > >     >>> > >     > > > > > > > >> find
> > > > > > >     > >     >>> > >     > > > > > > > >> > it.
> > > > > > >     > >     >>> > >     > > > > > > > >> > If not any clue what
> > > could
> > > > > be
> > > > > > >     > happening?
> > > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
> > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb.
> 2020 a
> > > las
> > > > > > > 16:53,
> > > > > > >     > Piotr
> > > > > > >     > >     >>> Zarzycki
> > > > > > >     > >     >>> > (<
> > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > piotrzarzycki21@gmail.com
> > > > >)
> > > > > > >     > >     >>> > >     > > > > > > > >> > escribió:
> > > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > > >     > >     >>> > >     > > > > > > > >> > > Exactly and I can
> > > > confirm
> > > > > > > that mxmlc
> > > > > > >     > > is in
> > > > > > >     > >     >>> > place.
> > > > > > >     > >     >>> > >     > > > > > > > >> > >
> > > > > > >     > >     >>> > >     >
> > > > >
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Next is reproduce your problem with Moonshine. ;)

pon., 23 mar 2020 o 15:02 Carlos Rovira <ca...@apache.org>
napisał(a):

> Very cool Piotr!
> seems we finally has Maven distribution sdk working! :)
>
> El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Hi Guys,
> >
> > I just checked Maven Distribution with Moonshine and I was able to build
> > Jewel Hello World and TourDeJewel. :)
> >
> > Thanks,
> > Piotr
> >
> > niedz., 22 mar 2020 o 20:58 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi Piotr,
> > >
> > > nothing happens or log is printed in the console, is like if I didn't
> > push
> > > the menu button.
> > > I ensured that I have the SDK setup, maybe something more is needed,
> and
> > > I'm missing something.
> > > As well I understand that "Project > Build Project" is the right option
> > in
> > > the menu to push
> > >
> > > Thanks
> > >
> > > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> > > piotrzarzycki21@gmail.com>) escribió:
> > >
> > > > Carlos,
> > > >
> > > > By saying that nothing happens - you don't get any information on the
> > > > console at all?
> > > >
> > > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <carlosrovira@apache.org
> >
> > > > wrote:
> > > >
> > > > > Hi Chris and Piotr,
> > > > >
> > > > > I was having the same issue. After latest PR from Chris, I can
> > confirm
> > > is
> > > > > working ok :)
> > > > > Piotr, please, a last attempt. I think you'll get working right now
> > > from
> > > > > Moonshine.
> > > > >
> > > > > As well I'm curious about how to build with IDE in Moonshine, or
> why
> > > > >  Project > Build Project is not working for me
> > > > > something I must have into account?
> > > > >
> > > > > Thanks
> > > > >
> > > > > Carlos
> > > > >
> > > > >
> > > > >
> > > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> > > > > christofer.dutz@c-ware.de>) escribió:
> > > > >
> > > > > > Yeah ... sorry for that.
> > > > > >
> > > > > > I noticed that I took care of the "SNAPSHOT" instead of the
> > > Timestamp,
> > > > > but
> > > > > > I forgot to add the classifier ... will be in the next PR.
> > > > > > Can you confirm that now the files have a "SNAPSHOT" instead of
> the
> > > > > > Timestamp?
> > > > > >
> > > > > > Chris
> > > > > >
> > > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> > > > piotrzarzycki21@gmail.com
> > > > > >:
> > > > > >
> > > > > >     Hi Chris,
> > > > > >
> > > > > >     Nothing changed I have exactly same issue after pulling all
> > > changes
> > > > > and
> > > > > >     rebuilding sdk.
> > > > > >
> > > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> > > carlosrovira@apache.org
> > > > >
> > > > > >     napisał(a):
> > > > > >
> > > > > >     > Hi,
> > > > > >     >
> > > > > >     > Many thanks for the fix Chris.
> > > > > >     > Piotr, can you try again and confirm if all is ok now?
> > > > > >     >
> > > > > >     > thanks
> > > > > >     >
> > > > > >     >
> > > > > >     >
> > > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> > > > > >     > christofer.dutz@c-ware.de>) escribió:
> > > > > >     >
> > > > > >     > > Hi Piotr,
> > > > > >     > >
> > > > > >     > > I had a look and you are right ... even if this only
> seems
> > to
> > > > > > happen if
> > > > > >     > > you haven't built the typedefs on your machine that day
> > > before
> > > > > > building
> > > > > >     > the
> > > > > >     > > distribution. I just pushed a PR that should fix this.
> > > > > >     > >
> > > > > >     > > Chris
> > > > > >     > >
> > > > > >     > >
> > > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > > > > > piotrzarzycki21@gmail.com
> > > > > >     > >:
> > > > > >     > >
> > > > > >     > >     Hi Carlos,
> > > > > >     > >
> > > > > >     > >     I've just build royale-asjs with following command:
> > > > > >     > >
> > > > > >     > >     mvn clean install -P
> > > > > with-distribution,option-with-sass-compile
> > > > > >     > >     -DdistributionTargetFolder=path
> > > > > >     > >
> > > > > >     > >     Created new Royale Jewel project with latest nightly
> > non
> > > > > > sandbox
> > > > > >     > build
> > > > > >     > > of
> > > > > >     > >     Moonshine and I got following result during build [1]
> > > > > >     > >
> > > > > >     > >     [1] https://paste.apache.org/u5j0a
> > > > > >     > >
> > > > > >     > >     Thanks,
> > > > > >     > >     Piotr
> > > > > >     > >
> > > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > > > > > carlosrovira@apache.org>
> > > > > >     > >     napisał(a):
> > > > > >     > >
> > > > > >     > >     > Hi Piotr,
> > > > > >     > >     >
> > > > > >     > >     > Chris, just made maven distribution mxmlc and compc
> > > > > > executables.
> > > > > >     > >     >
> > > > > >     > >     >    - I test and VSCode works fine
> > > > > >     > >     >    - command line worked too [1]
> > > > > >     > >     >    - Moonshine:  I couldn't launch a compilation
> with
> > > > SDK.
> > > > > > Just
> > > > > >     > > upgrade
> > > > > >     > >     >    to latest version as Moonshine requested me. I
> > have
> > > > the
> > > > > > SDK
> > > > > >     > > configured to
> > > > > >     > >     >    the distribution created with Maven. Then with
> TDJ
> > > > > project
> > > > > >     > loaded
> > > > > >     > > when to
> > > > > >     > >     >    Project > Build Project, but nothings happen
> > > > > >     > >     >
> > > > > >     > >     > So just need to see how to check Moonshine so we
> can
> > > > check
> > > > > > Maven
> > > > > >     > >     > distribution is completed at last. I want to have
> > that
> > > > for
> > > > > > this
> > > > > >     > > release
> > > > > >     > >     > 0.9.7
> > > > > >     > >     >
> > > > > >     > >     > Thanks
> > > > > >     > >     >
> > > > > >     > >     > Carlos
> > > > > >     > >     >
> > > > > >     > >     > [1] output in command line for Tour de Jewel:
> > > > > >     > >     >
> > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > >     > >     >
> > > > > >     >
> > > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > > > > >     > -source-map=true
> > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > >     > >     >
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > >     > >     >
> > > > > >     > >     > >
> > > > > >     > >     >
> > > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > > >     > >     >
> > > > > >     >
> > > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > > > > >     > -source-map=true
> > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > >     > >     >
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > >     > >     >
> > > > > >     > >     > Using Royale Compiler codebase:
> > > > > >     > >     >
> /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > > > > >     > >     >
> > > > > >     > >     > Using Royale SDK:
> > > > > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > >     > >     >
> > > > > >     > >     > MXMLJSC
> > > > > >     > >     >
> > > > > >     > >     >
> > > > > >     > >     >
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > > > > >     > >     >
> > > > > >     > >     >
> > > > > >     > >     >
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > > > > >     > >     >
> > > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > > > >     > >     >
> > > > > >     > >     > -debug=true
> > > > > >     > >     >
> > > > > >     > >     > -source-map=true
> > > > > >     > >     >
> > > > > >     > >     > -compiler.targets=JSRoyale
> > > > > >     > >     >
> > > > > >     > >     >
> > > > > >     > >     >
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > > >     > >     >
> > > > > >     > >     > The project 'App' has been successfully compiled.
> > > > > >     > >     >
> > > > > >     > >     > 7.080432099 seconds
> > > > > >     > >     >
> > > > > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
> > > > > >     > > carlosrovira@apache.org>)
> > > > > >     > >     > escribió:
> > > > > >     > >     >
> > > > > >     > >     >> Ok Josh,
> > > > > >     > >     >> understood, will take into account as I check
> what's
> > > > going
> > > > > > on with
> > > > > >     > > latest
> > > > > >     > >     >> fails
> > > > > >     > >     >> thanks
> > > > > >     > >     >>
> > > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
> > > > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> > > > > >     > >     >>
> > > > > >     > >     >>> VSCode happens to run the JAR files directly with
> > > Java,
> > > > > and
> > > > > >     > > doesn't run
> > > > > >     > >     >>> anything in js/bin. If the contents of js/bin do
> > not
> > > > have
> > > > > > the
> > > > > >     > > correct
> > > > > >     > >     >>> exectuable permissions, it wouldn't affect
> VSCode.
> > > > > However,
> > > > > >     > fixing
> > > > > >     > > those
> > > > > >     > >     >>> permissions would still be a problem that should
> be
> > > > > > addressed to
> > > > > >     > > have a
> > > > > >     > >     >>> proper distribution. Moonshine is not doing
> > anything
> > > > out
> > > > > > of the
> > > > > >     > > ordinary
> > > > > >     > >     >>> by
> > > > > >     > >     >>> running js/bin/mxmlc (and that's what someone
> > > compiling
> > > > > > from the
> > > > > >     > > command
> > > > > >     > >     >>> line without Maven or Ant would use too). If
> > > anything,
> > > > > it's
> > > > > >     > VSCode
> > > > > >     > > that
> > > > > >     > >     >>> is
> > > > > >     > >     >>> not doing things in the ordinary way.
> > > > > >     > >     >>>
> > > > > >     > >     >>> --
> > > > > >     > >     >>> Josh Tynjala
> > > > > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > >     > >     >>>
> > > > > >     > >     >>>
> > > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
> > > > > >     > > carlosrovira@apache.org>
> > > > > >     > >     >>> wrote:
> > > > > >     > >     >>>
> > > > > >     > >     >>> > Hi,
> > > > > >     > >     >>> >
> > > > > >     > >     >>> > @Piotr Zarzycki <pi...@gmail.com> I
> > was
> > > > over
> > > > > > the big
> > > > > >     > > button
> > > > > >     > >     >>> to
> > > > > >     > >     >>> > nightly builds, since you told me to download
> > that.
> > > > So
> > > > > > from the
> > > > > >     > > big
> > > > > >     > >     >>> button
> > > > > >     > >     >>> > I choosed "other downloads" and choosed non
> > sandbox
> > > > > one.
> > > > > > Both
> > > > > >     > > url goes
> > > > > >     > >     >>> to
> > > > > >     > >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
> > > > > >     > >     >>> > <
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > > > > >     > >     >>> >
> > > > > >     > >     >>> > About the permissions: My guess is that is
> > > something
> > > > > > related to
> > > > > >     > >     >>> Moonshine,
> > > > > >     > >     >>> > not to user or maven, since VSCode is dealing
> > with
> > > > the
> > > > > > same SDK
> > > > > >     > > without
> > > > > >     > >     >>> > complain. I can give permissions to try this,
> > but I
> > > > > > suggest the
> > > > > >     > >     >>> moonshine
> > > > > >     > >     >>> > team could look to how VSCode work with user
> > files
> > > > and
> > > > > > mimic
> > > > > >     > > that to
> > > > > >     > >     >>> > avoid this kind of problem.
> > > > > >     > >     >>> >
> > > > > >     > >     >>> > Thanks
> > > > > >     > >     >>> >
> > > > > >     > >     >>> >
> > > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> > > > > >     > > (<aharui@adobe.com.invalid
> > > > > >     > >     >>> >)
> > > > > >     > >     >>> > escribió:
> > > > > >     > >     >>> >
> > > > > >     > >     >>> > > IMO, the Maven commands that build the
> > > Distribution
> > > > > SDK
> > > > > >     > should
> > > > > >     > >     >>> change the
> > > > > >     > >     >>> > > permissions.
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > > My 2 cents,
> > > > > >     > >     >>> > > -Alex
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > > > > >     > > piotrzarzycki21@gmail.com>
> > > > > >     > >     >>> > wrote:
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > >     Permission to "mxmlc" file in SDK. - You
> > have
> > > > to
> > > > > > add
> > > > > >     > > permission
> > > > > >     > >     >>> for
> > > > > >     > >     >>> > > usage
> > > > > >     > >     >>> > >     manually to that file.
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > >     I will explain you more on Monday if you
> > > won't
> > > > > > figure it
> > > > > >     > > out your
> > > > > >     > >     >>> > self,
> > > > > >     > >     >>> > >     what is all about.
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > >     You can literally paste in Google last
> > > sentence
> > > > > > from
> > > > > >     > stack
> > > > > >     > > trace
> > > > > >     > >     >>> > error
> > > > > >     > >     >>> > > and
> > > > > >     > >     >>> > >     add: How to add permission to file on
> Mac.
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos
> Rovira
> > <
> > > > > >     > >     >>> carlosrovira@apache.org>
> > > > > >     > >     >>> > > wrote:
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> > >     > Hi Piotr,
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >     > but what kind of permission? to the
> > > moonshine
> > > > > >     > executable?
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr
> > > > > Zarzycki
> > > > > > (<
> > > > > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> > > > > >     > >     >>> > >     > escribió:
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >     > > If you are using your own SDK (not
> > > > downloaded
> > > > > > trough
> > > > > >     > >     >>> Moonshine
> > > > > >     > >     >>> > > getting
> > > > > >     > >     >>> > >     > > started) you have to add permission
> to
> > > > mxmlc
> > > > > > file.
> > > > > >     > > There is a
> > > > > >     > >     >>> > > command on
> > > > > >     > >     >>> > >     > > Mac chmod - try to search using that
> > > > command
> > > > > > on a
> > > > > >     > > Google.
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     > > Thanks,
> > > > > >     > >     >>> > >     > > Piotr
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos
> > > Rovira
> > > > <
> > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > >     > >     >>> > >     > > wrote:
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     > > > Hi,
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > > I installed latest Moonshine
> nightly.
> > > > After
> > > > > >     > > configuring
> > > > > >     > >     >>> initial
> > > > > >     > >     >>> > > things
> > > > > >     > >     >>> > >     > > > loaded TDJ project. I'm getting
> > > > Permission
> > > > > > denied:
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> > > > > >     > >     >>> > >     > > > : Copyright © Prominic.NET, Inc.
> All
> > > > rights
> > > > > >     > reserved.
> > > > > >     > >     >>> > >     > > > : Source code is under Apache
> > License,
> > > > > > Version 2.0
> > > > > >     > >     >>> > >     > > > :
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT),
> > > fzip
> > > > > > (ZLIB),
> > > > > >     > > asblocks
> > > > > >     > >     >>> > (Apache
> > > > > >     > >     >>> > >     > License
> > > > > >     > >     >>> > >     > > > 2.0), NativeApplicationUpdater
> (LGPL)
> > > > > >     > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
> > > > > >     > >     >>> > >     > > > : Compiling TourDeJewel
> > > > > >     > >     >>> > >     > > > : SDK path:
> > > > > >     > >     >>> > >
> > > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > > >     > >     >>> > >     > > > : Sending to mxmlx: export
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > >
> > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > > > > >     > >     >>> > >     > &&
> > > > > >     > >     >>> > >     > > > export
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > > >     > >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> > > > > >     > > -Duser.region=en" &&
> > > > > >     > >     >>> export
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >
> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > > > >     > >     >>> > >     > > >
> > -load-config+=obj/TourDeJewelConfig.xml
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > >
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > -html-template=src/main/resources/jewel-example-index-template.html
> > > > > >     > >     >>> > >     > > >
> > -js-dynamic-access-unknown-members=true
> > > > > >     > >     >>> > > -compiler.targets=JSRoyale
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > > > >     > >     >>> > >     > > > : /bin/bash:
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > > > >     > >     >>> > >     > > > Permission denied
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > > How can I fix it?
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > > Thanks
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24,
> > Josh
> > > > > > Tynjala (<
> > > > > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> > > > > >     > >     >>> > >     > > > >)
> > > > > >     > >     >>> > >     > > > escribió:
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > > > > Yeah, I don't see why Moonshine
> is
> > > > > > reporting
> > > > > >     > those
> > > > > >     > >     >>> errors,
> > > > > >     > >     >>> > but
> > > > > >     > >     >>> > > VSCode
> > > > > >     > >     >>> > >     > > > does
> > > > > >     > >     >>> > >     > > > > not. If royale-config.xml is
> > > > referencing
> > > > > > SWCs
> > > > > >     > that
> > > > > >     > > don't
> > > > > >     > >     >>> > > exist, that
> > > > > >     > >     >>> > >     > > > should
> > > > > >     > >     >>> > >     > > > > affect both IDEs.
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > > > Regardless, like you explained,
> the
> > > > same
> > > > > > issue
> > > > > >     > > should
> > > > > >     > >     >>> > > reproduce when
> > > > > >     > >     >>> > >     > > > > compiling from a terminal without
> > > > > > Moonshine.
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > > > --
> > > > > >     > >     >>> > >     > > > > Josh Tynjala
> > > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > >     > >     >>> > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM
> > Piotr
> > > > > > Zarzycki <
> > > > > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > > > wrote:
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > > > > Hi Carlos,
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > > > Yeah it would be pretty great
> if
> > > you
> > > > > > could
> > > > > >     > setup
> > > > > >     > >     >>> Moonshine,
> > > > > >     > >     >>> > > but you
> > > > > >     > >     >>> > >     > > > don't
> > > > > >     > >     >>> > >     > > > > > have to do that actually to
> > > reproduce
> > > > > the
> > > > > >     > issue.
> > > > > >     > >     >>> Command
> > > > > >     > >     >>> > > which I
> > > > > >     > >     >>> > >     > have
> > > > > >     > >     >>> > >     > > > > > pasted in this thread can be
> copy
> > > and
> > > > > > used in
> > > > > >     > > Terminal
> > > > > >     > >     >>> with
> > > > > >     > >     >>> > > small
> > > > > >     > >     >>> > >     > > path
> > > > > >     > >     >>> > >     > > > > > adjustment. Try it on any
> project
> > > you
> > > > > > have
> > > > > >     > using
> > > > > >     > >     >>> > > distribution build
> > > > > >     > >     >>> > >     > > and
> > > > > >     > >     >>> > >     > > > > for
> > > > > >     > >     >>> > >     > > > > > sure you will get the error.
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > > > In case of Moonshine we have
> > freez
> > > > code
> > > > > > for
> > > > > >     > > commits and
> > > > > >     > >     >>> > > prepare for
> > > > > >     > >     >>> > >     > > > > > release, we have some internal
> > > > problems
> > > > > > with
> > > > > >     > > bamboo
> > > > > >     > >     >>> build -
> > > > > >     > >     >>> > > if it
> > > > > >     > >     >>> > >     > > will
> > > > > >     > >     >>> > >     > > > > get
> > > > > >     > >     >>> > >     > > > > > resolved we should have release
> > > early
> > > > > > next
> > > > > >     > week.
> > > > > >     > > You
> > > > > >     > >     >>> can
> > > > > >     > >     >>> > > always try
> > > > > >     > >     >>> > >     > > > > Nightly
> > > > > >     > >     >>> > >     > > > > > build.
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > > > I'm really surprised that
> VSCode
> > do
> > > > not
> > > > > >     > throwing
> > > > > >     > > the
> > > > > >     > >     >>> same
> > > > > >     > >     >>> > > error -
> > > > > >     > >     >>> > >     > > What
> > > > > >     > >     >>> > >     > > > > > could be the case Josh? The
> only
> > > > > > difference is
> > > > > >     > > that we
> > > > > >     > >     >>> are
> > > > > >     > >     >>> > > using
> > > > > >     > >     >>> > >     > > mxmlc
> > > > > >     > >     >>> > >     > > > > file
> > > > > >     > >     >>> > >     > > > > > and VSCode is probably using
> jar
> > > > file,
> > > > > > but
> > > > > >     > >     >>> playerglobal.swc
> > > > > >     > >     >>> > > doesn't
> > > > > >     > >     >>> > >     > > > > exists
> > > > > >     > >     >>> > >     > > > > > so both should report same
> issue.
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > > > Thanks,
> > > > > >     > >     >>> > >     > > > > > Piotr
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos
> > > > Rovira
> > > > > <
> > > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > > >     > >     >>> > >     > > > > > napisał(a):
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > > > > Hi Piotr,
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > > > so I think you're a bit
> closer
> > > (not
> > > > > > farther
> > > > > >     > > ;)),
> > > > > >     > >     >>> since
> > > > > >     > >     >>> > > compiler
> > > > > >     > >     >>> > >     > was
> > > > > >     > >     >>> > >     > > > > > found.
> > > > > >     > >     >>> > >     > > > > > > Now is a matter to find
> what's
> > > > > missing.
> > > > > >     > >     >>> > >     > > > > > > What's curious for me is
> VSCode
> > > > > > recognizes
> > > > > >     > but
> > > > > >     > >     >>> Moonshine
> > > > > >     > >     >>> > > not. I
> > > > > >     > >     >>> > >     > > think
> > > > > >     > >     >>> > >     > > > > the
> > > > > >     > >     >>> > >     > > > > > > problem is each IDE is
> looking
> > at
> > > > > > different
> > > > > >     > > things to
> > > > > >     > >     >>> > > match a
> > > > > >     > >     >>> > >     > valid
> > > > > >     > >     >>> > >     > > > > SDK,
> > > > > >     > >     >>> > >     > > > > > > and maybe even we could be
> > > setting
> > > > > > duplicate
> > > > > >     > >     >>> artifacts in
> > > > > >     > >     >>> > > the SDK
> > > > > >     > >     >>> > >     > > so
> > > > > >     > >     >>> > >     > > > > > VSCode
> > > > > >     > >     >>> > >     > > > > > > finds all but Moonshine not.
> > > > > >     > >     >>> > >     > > > > > > I'll be setup Moonshine as I
> > have
> > > > > time
> > > > > > to try
> > > > > >     > > it.
> > > > > >     > >     >>> > >     > > > > > > I think you plan to launch a
> > new
> > > > one
> > > > > > soon
> > > > > >     > > right?
> > > > > >     > >     >>> should I
> > > > > >     > >     >>> > > wait
> > > > > >     > >     >>> > >     > for
> > > > > >     > >     >>> > >     > > > it?
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > > > Thanks
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las
> > 7:53,
> > > > > Piotr
> > > > > >     > > Zarzycki (<
> > > > > >     > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
> > > > > >     > >     >>> > >     > > > > > > escribió:
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > I just tried your changes
> and
> > > > I'm a
> > > > > > bit
> > > > > >     > > farther.
> > > > > >     > >     >>> Now
> > > > > >     > >     >>> > I'm
> > > > > >     > >     >>> > >     > getting
> > > > > >     > >     >>> > >     > > > > > > following
> > > > > >     > >     >>> > >     > > > > > > > errors. It's throwing that
> > > errors
> > > > > > cause in
> > > > > >     > > JS only
> > > > > >     > >     >>> > > binaries
> > > > > >     > >     >>> > >     > > > prepared
> > > > > >     > >     >>> > >     > > > > by
> > > > > >     > >     >>> > >     > > > > > > ant
> > > > > >     > >     >>> > >     > > > > > > > we have in following
> location
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> >
> > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > > > > >     > >     >>> > > fake
> > > > > >     > >     >>> > >     > > > > > > > playerglobal.swc, so
> > > distribution
> > > > > > should
> > > > > >     > > probably
> > > > > >     > >     >>> have
> > > > > >     > >     >>> > > the
> > > > > >     > >     >>> > >     > same.
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> >
> > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > >     > >     >>> > >     > > > -debug=true
> > > > > >     > >     >>> > >     > > > > > > > > -source-map=true
> > > > > >     > -compiler.targets=JSRoyale
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > >     > >     >>> > >     > > > > > > > > : Using Royale Compiler
> > > > codebase:
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >
> > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > >     > >     >>> > >     > > > > > > > > : -debug=true
> > > > > >     > >     >>> > >     > > > > > > > > : -source-map=true
> > > > > >     > >     >>> > >     > > > > > > > > :
> > -compiler.targets=JSRoyale
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >
> > > > > >     > >
> > > > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > open
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > >     > >     >>> > >     > > > > > > > > (line: 74)
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > >  </external-library-path>
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > open
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > >  </js-external-library-path>
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > open
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > >  </js-external-library-path>
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> > open
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > >     > >     >>> > >     > > > > > > > > :
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > >     > >     >>> > >     > > > > > > > > (line: 99)
> > > > > >     > >     >>> > >     > > > > > > > > :       </library-path>
> > > > > >     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > Thanks,
> > > > > >     > >     >>> > >     > > > > > > > Piotr
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43
> > Carlos
> > > > > > Rovira <
> > > > > >     > >     >>> > >     > carlosrovira@apache.org>
> > > > > >     > >     >>> > >     > > > > > > > napisał(a):
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > > Thanks Josh for pointing
> > that
> > > > out
> > > > > > I think
> > > > > >     > > I got
> > > > > >     > >     >>> it.
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> > > > > >     > piotrzarzycki21@gmail.com
> > > > > >     > > >
> > > > > >     > >     >>> please
> > > > > >     > >     >>> > > try with
> > > > > >     > >     >>> > >     > my
> > > > > >     > >     >>> > >     > > > > > latest
> > > > > >     > >     >>> > >     > > > > > > > > commit. I couldn't test
> > > myself,
> > > > > > but I
> > > > > >     > > think it
> > > > > >     > >     >>> should
> > > > > >     > >     >>> > > work
> > > > > >     > >     >>> > >     > now
> > > > > >     > >     >>> > >     > > > for
> > > > > >     > >     >>> > >     > > > > > > > > Moonshine.
> > > > > >     > >     >>> > >     > > > > > > > > VSCode still work with
> this
> > > > > > changes.
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > > Thanks
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > > Carlos
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a
> las
> > > > 19:43,
> > > > > > Josh
> > > > > >     > > Tynjala (<
> > > > > >     > >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev
> >)
> > > > > >     > >     >>> > >     > > > > > > > > escribió:
> > > > > >     > >     >>> > >     > > > > > > > >
> > > > > >     > >     >>> > >     > > > > > > > >> If I had to guess, this
> > > > > classpath
> > > > > > is
> > > > > >     > > wrong:
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar
> > > > > > org.json.jar
> > > > > >     > >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > >     > >     >>> > >     > > > > > > > >> Class-Path>
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > >
> > > > > >     > >     >>> > >     > > > > > >
> > > > > >     > >     >>> > >     > > > > >
> > > > > >     > >     >>> > >     > > > >
> > > > > >     > >     >>> > >     > > >
> > > > > >     > >     >>> > >     > >
> > > > > >     > >     >>> > >     >
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >> I think that the names
> of
> > > > those
> > > > > > JAR
> > > > > >     > files
> > > > > >     > > all
> > > > > >     > >     >>> > include
> > > > > >     > >     >>> > > a
> > > > > >     > >     >>> > >     > > version
> > > > > >     > >     >>> > >     > > > > > number
> > > > > >     > >     >>> > >     > > > > > > > in
> > > > > >     > >     >>> > >     > > > > > > > >> the Maven distribution.
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >> --
> > > > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> > > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> > > > > >     > >     >>> > >
> > > > > >     > >     >>> >
> > > > > >     > >     >>>
> > > > > >     > >
> > > > > >     >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > > >     > >     >>> > > >
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at
> > 10:17
> > > > AM
> > > > > > Carlos
> > > > > >     > > Rovira <
> > > > > >     > >     >>> > >     > > > > > > carlosrovira@apache.org>
> > > > > >     > >     >>> > >     > > > > > > > >> wrote:
> > > > > >     > >     >>> > >     > > > > > > > >>
> > > > > >     > >     >>> > >     > > > > > > > >> > ok didn't notice.
> > > > > >     > >     >>> > >     > > > > > > > >> > So maybe is a
> classpath
> > > > > problem?
> > > > > >     > >     >>> > >     > > > > > > > >> > It's clear that VSCode
> > > goes
> > > > to
> > > > > > the
> > > > > >     > same
> > > > > >     > > place
> > > > > >     > >     >>> and
> > > > > >     > >     >>> > > find it
> > > > > >     > >     >>> > >     > > > since
> > > > > >     > >     >>> > >     > > > > > > mxmlc
> > > > > >     > >     >>> > >     > > > > > > > >> is a
> > > > > >     > >     >>> > >     > > > > > > > >> > dummy jar that has
> > exactly
> > > > > that
> > > > > > class,
> > > > > >     > > but
> > > > > >     > >     >>> > > Moonshine goes
> > > > > >     > >     >>> > >     > > and
> > > > > >     > >     >>> > >     > > > > > didn't
> > > > > >     > >     >>> > >     > > > > > > > >> find
> > > > > >     > >     >>> > >     > > > > > > > >> > it.
> > > > > >     > >     >>> > >     > > > > > > > >> > If not any clue what
> > could
> > > > be
> > > > > >     > happening?
> > > > > >     > >     >>> > >     > > > > > > > >> > Thanks
> > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a
> > las
> > > > > > 16:53,
> > > > > >     > Piotr
> > > > > >     > >     >>> Zarzycki
> > > > > >     > >     >>> > (<
> > > > > >     > >     >>> > >     > > > > > > > >> >
> > piotrzarzycki21@gmail.com
> > > >)
> > > > > >     > >     >>> > >     > > > > > > > >> > escribió:
> > > > > >     > >     >>> > >     > > > > > > > >> >
> > > > > >     > >     >>> > >     > > > > > > > >> > > Exactly and I can
> > > confirm
> > > > > > that mxmlc
> > > > > >     > > is in
> > > > > >     > >     >>> > place.
> > > > > >     > >     >>> > >     > > > > > > > >> > >
> > > > > >     > >     >>> > >     >
> > > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Very cool Piotr!
seems we finally has Maven distribution sdk working! :)

El lun., 23 mar. 2020 a las 14:44, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Guys,
>
> I just checked Maven Distribution with Moonshine and I was able to build
> Jewel Hello World and TourDeJewel. :)
>
> Thanks,
> Piotr
>
> niedz., 22 mar 2020 o 20:58 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi Piotr,
> >
> > nothing happens or log is printed in the console, is like if I didn't
> push
> > the menu button.
> > I ensured that I have the SDK setup, maybe something more is needed, and
> > I'm missing something.
> > As well I understand that "Project > Build Project" is the right option
> in
> > the menu to push
> >
> > Thanks
> >
> > El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Carlos,
> > >
> > > By saying that nothing happens - you don't get any information on the
> > > console at all?
> > >
> > > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <ca...@apache.org>
> > > wrote:
> > >
> > > > Hi Chris and Piotr,
> > > >
> > > > I was having the same issue. After latest PR from Chris, I can
> confirm
> > is
> > > > working ok :)
> > > > Piotr, please, a last attempt. I think you'll get working right now
> > from
> > > > Moonshine.
> > > >
> > > > As well I'm curious about how to build with IDE in Moonshine, or why
> > > >  Project > Build Project is not working for me
> > > > something I must have into account?
> > > >
> > > > Thanks
> > > >
> > > > Carlos
> > > >
> > > >
> > > >
> > > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> > > > christofer.dutz@c-ware.de>) escribió:
> > > >
> > > > > Yeah ... sorry for that.
> > > > >
> > > > > I noticed that I took care of the "SNAPSHOT" instead of the
> > Timestamp,
> > > > but
> > > > > I forgot to add the classifier ... will be in the next PR.
> > > > > Can you confirm that now the files have a "SNAPSHOT" instead of the
> > > > > Timestamp?
> > > > >
> > > > > Chris
> > > > >
> > > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> > > piotrzarzycki21@gmail.com
> > > > >:
> > > > >
> > > > >     Hi Chris,
> > > > >
> > > > >     Nothing changed I have exactly same issue after pulling all
> > changes
> > > > and
> > > > >     rebuilding sdk.
> > > > >
> > > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > > > >     napisał(a):
> > > > >
> > > > >     > Hi,
> > > > >     >
> > > > >     > Many thanks for the fix Chris.
> > > > >     > Piotr, can you try again and confirm if all is ok now?
> > > > >     >
> > > > >     > thanks
> > > > >     >
> > > > >     >
> > > > >     >
> > > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> > > > >     > christofer.dutz@c-ware.de>) escribió:
> > > > >     >
> > > > >     > > Hi Piotr,
> > > > >     > >
> > > > >     > > I had a look and you are right ... even if this only seems
> to
> > > > > happen if
> > > > >     > > you haven't built the typedefs on your machine that day
> > before
> > > > > building
> > > > >     > the
> > > > >     > > distribution. I just pushed a PR that should fix this.
> > > > >     > >
> > > > >     > > Chris
> > > > >     > >
> > > > >     > >
> > > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > > > > piotrzarzycki21@gmail.com
> > > > >     > >:
> > > > >     > >
> > > > >     > >     Hi Carlos,
> > > > >     > >
> > > > >     > >     I've just build royale-asjs with following command:
> > > > >     > >
> > > > >     > >     mvn clean install -P
> > > > with-distribution,option-with-sass-compile
> > > > >     > >     -DdistributionTargetFolder=path
> > > > >     > >
> > > > >     > >     Created new Royale Jewel project with latest nightly
> non
> > > > > sandbox
> > > > >     > build
> > > > >     > > of
> > > > >     > >     Moonshine and I got following result during build [1]
> > > > >     > >
> > > > >     > >     [1] https://paste.apache.org/u5j0a
> > > > >     > >
> > > > >     > >     Thanks,
> > > > >     > >     Piotr
> > > > >     > >
> > > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > > > > carlosrovira@apache.org>
> > > > >     > >     napisał(a):
> > > > >     > >
> > > > >     > >     > Hi Piotr,
> > > > >     > >     >
> > > > >     > >     > Chris, just made maven distribution mxmlc and compc
> > > > > executables.
> > > > >     > >     >
> > > > >     > >     >    - I test and VSCode works fine
> > > > >     > >     >    - command line worked too [1]
> > > > >     > >     >    - Moonshine:  I couldn't launch a compilation with
> > > SDK.
> > > > > Just
> > > > >     > > upgrade
> > > > >     > >     >    to latest version as Moonshine requested me. I
> have
> > > the
> > > > > SDK
> > > > >     > > configured to
> > > > >     > >     >    the distribution created with Maven. Then with TDJ
> > > > project
> > > > >     > loaded
> > > > >     > > when to
> > > > >     > >     >    Project > Build Project, but nothings happen
> > > > >     > >     >
> > > > >     > >     > So just need to see how to check Moonshine so we can
> > > check
> > > > > Maven
> > > > >     > >     > distribution is completed at last. I want to have
> that
> > > for
> > > > > this
> > > > >     > > release
> > > > >     > >     > 0.9.7
> > > > >     > >     >
> > > > >     > >     > Thanks
> > > > >     > >     >
> > > > >     > >     > Carlos
> > > > >     > >     >
> > > > >     > >     > [1] output in command line for Tour de Jewel:
> > > > >     > >     >
> > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > >     > >     >
> > > > >     >
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > > > >     > -source-map=true
> > > > >     > >     > -compiler.targets=JSRoyale
> > > > >     > >     >
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > >     > >     >
> > > > >     > >     > >
> > > > >     > >     >
> > > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > > >     > >     >
> > > > >     >
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > > > >     > -source-map=true
> > > > >     > >     > -compiler.targets=JSRoyale
> > > > >     > >     >
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > >     > >     >
> > > > >     > >     > Using Royale Compiler codebase:
> > > > >     > >     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > > > >     > >     >
> > > > >     > >     > Using Royale SDK:
> > > > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > >     > >     >
> > > > >     > >     > MXMLJSC
> > > > >     > >     >
> > > > >     > >     >
> > > > >     > >     >
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > > > >     > >     >
> > > > >     > >     >
> > > > >     > >     >
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > > > >     > >     >
> > > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > > >     > >     >
> > > > >     > >     > -debug=true
> > > > >     > >     >
> > > > >     > >     > -source-map=true
> > > > >     > >     >
> > > > >     > >     > -compiler.targets=JSRoyale
> > > > >     > >     >
> > > > >     > >     >
> > > > >     > >     >
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > > >     > >     >
> > > > >     > >     > The project 'App' has been successfully compiled.
> > > > >     > >     >
> > > > >     > >     > 7.080432099 seconds
> > > > >     > >     >
> > > > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
> > > > >     > > carlosrovira@apache.org>)
> > > > >     > >     > escribió:
> > > > >     > >     >
> > > > >     > >     >> Ok Josh,
> > > > >     > >     >> understood, will take into account as I check what's
> > > going
> > > > > on with
> > > > >     > > latest
> > > > >     > >     >> fails
> > > > >     > >     >> thanks
> > > > >     > >     >>
> > > > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
> > > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> > > > >     > >     >>
> > > > >     > >     >>> VSCode happens to run the JAR files directly with
> > Java,
> > > > and
> > > > >     > > doesn't run
> > > > >     > >     >>> anything in js/bin. If the contents of js/bin do
> not
> > > have
> > > > > the
> > > > >     > > correct
> > > > >     > >     >>> exectuable permissions, it wouldn't affect VSCode.
> > > > However,
> > > > >     > fixing
> > > > >     > > those
> > > > >     > >     >>> permissions would still be a problem that should be
> > > > > addressed to
> > > > >     > > have a
> > > > >     > >     >>> proper distribution. Moonshine is not doing
> anything
> > > out
> > > > > of the
> > > > >     > > ordinary
> > > > >     > >     >>> by
> > > > >     > >     >>> running js/bin/mxmlc (and that's what someone
> > compiling
> > > > > from the
> > > > >     > > command
> > > > >     > >     >>> line without Maven or Ant would use too). If
> > anything,
> > > > it's
> > > > >     > VSCode
> > > > >     > > that
> > > > >     > >     >>> is
> > > > >     > >     >>> not doing things in the ordinary way.
> > > > >     > >     >>>
> > > > >     > >     >>> --
> > > > >     > >     >>> Josh Tynjala
> > > > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> > > > >     > >     >>>
> > > > >     > >     >>>
> > > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
> > > > >     > > carlosrovira@apache.org>
> > > > >     > >     >>> wrote:
> > > > >     > >     >>>
> > > > >     > >     >>> > Hi,
> > > > >     > >     >>> >
> > > > >     > >     >>> > @Piotr Zarzycki <pi...@gmail.com> I
> was
> > > over
> > > > > the big
> > > > >     > > button
> > > > >     > >     >>> to
> > > > >     > >     >>> > nightly builds, since you told me to download
> that.
> > > So
> > > > > from the
> > > > >     > > big
> > > > >     > >     >>> button
> > > > >     > >     >>> > I choosed "other downloads" and choosed non
> sandbox
> > > > one.
> > > > > Both
> > > > >     > > url goes
> > > > >     > >     >>> to
> > > > >     > >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
> > > > >     > >     >>> > <
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > > > >     > >     >>> > >
> > > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > > > >     > >     >>> >
> > > > >     > >     >>> > About the permissions: My guess is that is
> > something
> > > > > related to
> > > > >     > >     >>> Moonshine,
> > > > >     > >     >>> > not to user or maven, since VSCode is dealing
> with
> > > the
> > > > > same SDK
> > > > >     > > without
> > > > >     > >     >>> > complain. I can give permissions to try this,
> but I
> > > > > suggest the
> > > > >     > >     >>> moonshine
> > > > >     > >     >>> > team could look to how VSCode work with user
> files
> > > and
> > > > > mimic
> > > > >     > > that to
> > > > >     > >     >>> > avoid this kind of problem.
> > > > >     > >     >>> >
> > > > >     > >     >>> > Thanks
> > > > >     > >     >>> >
> > > > >     > >     >>> >
> > > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> > > > >     > > (<aharui@adobe.com.invalid
> > > > >     > >     >>> >)
> > > > >     > >     >>> > escribió:
> > > > >     > >     >>> >
> > > > >     > >     >>> > > IMO, the Maven commands that build the
> > Distribution
> > > > SDK
> > > > >     > should
> > > > >     > >     >>> change the
> > > > >     > >     >>> > > permissions.
> > > > >     > >     >>> > >
> > > > >     > >     >>> > > My 2 cents,
> > > > >     > >     >>> > > -Alex
> > > > >     > >     >>> > >
> > > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > > > >     > > piotrzarzycki21@gmail.com>
> > > > >     > >     >>> > wrote:
> > > > >     > >     >>> > >
> > > > >     > >     >>> > >     Permission to "mxmlc" file in SDK. - You
> have
> > > to
> > > > > add
> > > > >     > > permission
> > > > >     > >     >>> for
> > > > >     > >     >>> > > usage
> > > > >     > >     >>> > >     manually to that file.
> > > > >     > >     >>> > >
> > > > >     > >     >>> > >     I will explain you more on Monday if you
> > won't
> > > > > figure it
> > > > >     > > out your
> > > > >     > >     >>> > self,
> > > > >     > >     >>> > >     what is all about.
> > > > >     > >     >>> > >
> > > > >     > >     >>> > >     You can literally paste in Google last
> > sentence
> > > > > from
> > > > >     > stack
> > > > >     > > trace
> > > > >     > >     >>> > error
> > > > >     > >     >>> > > and
> > > > >     > >     >>> > >     add: How to add permission to file on Mac.
> > > > >     > >     >>> > >
> > > > >     > >     >>> > >
> > > > >     > >     >>> > >
> > > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira
> <
> > > > >     > >     >>> carlosrovira@apache.org>
> > > > >     > >     >>> > > wrote:
> > > > >     > >     >>> > >
> > > > >     > >     >>> > >     > Hi Piotr,
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >     > but what kind of permission? to the
> > moonshine
> > > > >     > executable?
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr
> > > > Zarzycki
> > > > > (<
> > > > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> > > > >     > >     >>> > >     > escribió:
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >     > > If you are using your own SDK (not
> > > downloaded
> > > > > trough
> > > > >     > >     >>> Moonshine
> > > > >     > >     >>> > > getting
> > > > >     > >     >>> > >     > > started) you have to add permission to
> > > mxmlc
> > > > > file.
> > > > >     > > There is a
> > > > >     > >     >>> > > command on
> > > > >     > >     >>> > >     > > Mac chmod - try to search using that
> > > command
> > > > > on a
> > > > >     > > Google.
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     > > Thanks,
> > > > >     > >     >>> > >     > > Piotr
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos
> > Rovira
> > > <
> > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > >     > >     >>> > >     > > wrote:
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     > > > Hi,
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > > I installed latest Moonshine nightly.
> > > After
> > > > >     > > configuring
> > > > >     > >     >>> initial
> > > > >     > >     >>> > > things
> > > > >     > >     >>> > >     > > > loaded TDJ project. I'm getting
> > > Permission
> > > > > denied:
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> > > > >     > >     >>> > >     > > > : Copyright © Prominic.NET, Inc. All
> > > rights
> > > > >     > reserved.
> > > > >     > >     >>> > >     > > > : Source code is under Apache
> License,
> > > > > Version 2.0
> > > > >     > >     >>> > >     > > > :
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > > > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT),
> > fzip
> > > > > (ZLIB),
> > > > >     > > asblocks
> > > > >     > >     >>> > (Apache
> > > > >     > >     >>> > >     > License
> > > > >     > >     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
> > > > >     > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
> > > > >     > >     >>> > >     > > > : Compiling TourDeJewel
> > > > >     > >     >>> > >     > > > : SDK path:
> > > > >     > >     >>> > >
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > >     > >     >>> > >     > > > : Sending to mxmlx: export
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > >
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > > > >     > >     >>> > >     > &&
> > > > >     > >     >>> > >     > > > export
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > >     > >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> > > > >     > > -Duser.region=en" &&
> > > > >     > >     >>> export
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >
> > > > >     > >     >>>
> > > > >     > >
> > > > >
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > > >     > >     >>> > >     > > >
> -load-config+=obj/TourDeJewelConfig.xml
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > -html-template=src/main/resources/jewel-example-index-template.html
> > > > >     > >     >>> > >     > > >
> -js-dynamic-access-unknown-members=true
> > > > >     > >     >>> > > -compiler.targets=JSRoyale
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > > >     > >     >>> > >     > > > : /bin/bash:
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > > >     > >     >>> > >     > > > Permission denied
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > > How can I fix it?
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > > Thanks
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24,
> Josh
> > > > > Tynjala (<
> > > > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> > > > >     > >     >>> > >     > > > >)
> > > > >     > >     >>> > >     > > > escribió:
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > > > > Yeah, I don't see why Moonshine is
> > > > > reporting
> > > > >     > those
> > > > >     > >     >>> errors,
> > > > >     > >     >>> > but
> > > > >     > >     >>> > > VSCode
> > > > >     > >     >>> > >     > > > does
> > > > >     > >     >>> > >     > > > > not. If royale-config.xml is
> > > referencing
> > > > > SWCs
> > > > >     > that
> > > > >     > > don't
> > > > >     > >     >>> > > exist, that
> > > > >     > >     >>> > >     > > > should
> > > > >     > >     >>> > >     > > > > affect both IDEs.
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > > > Regardless, like you explained, the
> > > same
> > > > > issue
> > > > >     > > should
> > > > >     > >     >>> > > reproduce when
> > > > >     > >     >>> > >     > > > > compiling from a terminal without
> > > > > Moonshine.
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > > > --
> > > > >     > >     >>> > >     > > > > Josh Tynjala
> > > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > >     > >     >>> > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM
> Piotr
> > > > > Zarzycki <
> > > > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > > > wrote:
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > > > > Hi Carlos,
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > > > Yeah it would be pretty great if
> > you
> > > > > could
> > > > >     > setup
> > > > >     > >     >>> Moonshine,
> > > > >     > >     >>> > > but you
> > > > >     > >     >>> > >     > > > don't
> > > > >     > >     >>> > >     > > > > > have to do that actually to
> > reproduce
> > > > the
> > > > >     > issue.
> > > > >     > >     >>> Command
> > > > >     > >     >>> > > which I
> > > > >     > >     >>> > >     > have
> > > > >     > >     >>> > >     > > > > > pasted in this thread can be copy
> > and
> > > > > used in
> > > > >     > > Terminal
> > > > >     > >     >>> with
> > > > >     > >     >>> > > small
> > > > >     > >     >>> > >     > > path
> > > > >     > >     >>> > >     > > > > > adjustment. Try it on any project
> > you
> > > > > have
> > > > >     > using
> > > > >     > >     >>> > > distribution build
> > > > >     > >     >>> > >     > > and
> > > > >     > >     >>> > >     > > > > for
> > > > >     > >     >>> > >     > > > > > sure you will get the error.
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > > > In case of Moonshine we have
> freez
> > > code
> > > > > for
> > > > >     > > commits and
> > > > >     > >     >>> > > prepare for
> > > > >     > >     >>> > >     > > > > > release, we have some internal
> > > problems
> > > > > with
> > > > >     > > bamboo
> > > > >     > >     >>> build -
> > > > >     > >     >>> > > if it
> > > > >     > >     >>> > >     > > will
> > > > >     > >     >>> > >     > > > > get
> > > > >     > >     >>> > >     > > > > > resolved we should have release
> > early
> > > > > next
> > > > >     > week.
> > > > >     > > You
> > > > >     > >     >>> can
> > > > >     > >     >>> > > always try
> > > > >     > >     >>> > >     > > > > Nightly
> > > > >     > >     >>> > >     > > > > > build.
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > > > I'm really surprised that VSCode
> do
> > > not
> > > > >     > throwing
> > > > >     > > the
> > > > >     > >     >>> same
> > > > >     > >     >>> > > error -
> > > > >     > >     >>> > >     > > What
> > > > >     > >     >>> > >     > > > > > could be the case Josh? The only
> > > > > difference is
> > > > >     > > that we
> > > > >     > >     >>> are
> > > > >     > >     >>> > > using
> > > > >     > >     >>> > >     > > mxmlc
> > > > >     > >     >>> > >     > > > > file
> > > > >     > >     >>> > >     > > > > > and VSCode is probably using jar
> > > file,
> > > > > but
> > > > >     > >     >>> playerglobal.swc
> > > > >     > >     >>> > > doesn't
> > > > >     > >     >>> > >     > > > > exists
> > > > >     > >     >>> > >     > > > > > so both should report same issue.
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > > > Thanks,
> > > > >     > >     >>> > >     > > > > > Piotr
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos
> > > Rovira
> > > > <
> > > > >     > >     >>> > > carlosrovira@apache.org>
> > > > >     > >     >>> > >     > > > > > napisał(a):
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > > > > Hi Piotr,
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > > > so I think you're a bit closer
> > (not
> > > > > farther
> > > > >     > > ;)),
> > > > >     > >     >>> since
> > > > >     > >     >>> > > compiler
> > > > >     > >     >>> > >     > was
> > > > >     > >     >>> > >     > > > > > found.
> > > > >     > >     >>> > >     > > > > > > Now is a matter to find what's
> > > > missing.
> > > > >     > >     >>> > >     > > > > > > What's curious for me is VSCode
> > > > > recognizes
> > > > >     > but
> > > > >     > >     >>> Moonshine
> > > > >     > >     >>> > > not. I
> > > > >     > >     >>> > >     > > think
> > > > >     > >     >>> > >     > > > > the
> > > > >     > >     >>> > >     > > > > > > problem is each IDE is looking
> at
> > > > > different
> > > > >     > > things to
> > > > >     > >     >>> > > match a
> > > > >     > >     >>> > >     > valid
> > > > >     > >     >>> > >     > > > > SDK,
> > > > >     > >     >>> > >     > > > > > > and maybe even we could be
> > setting
> > > > > duplicate
> > > > >     > >     >>> artifacts in
> > > > >     > >     >>> > > the SDK
> > > > >     > >     >>> > >     > > so
> > > > >     > >     >>> > >     > > > > > VSCode
> > > > >     > >     >>> > >     > > > > > > finds all but Moonshine not.
> > > > >     > >     >>> > >     > > > > > > I'll be setup Moonshine as I
> have
> > > > time
> > > > > to try
> > > > >     > > it.
> > > > >     > >     >>> > >     > > > > > > I think you plan to launch a
> new
> > > one
> > > > > soon
> > > > >     > > right?
> > > > >     > >     >>> should I
> > > > >     > >     >>> > > wait
> > > > >     > >     >>> > >     > for
> > > > >     > >     >>> > >     > > > it?
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > > > Thanks
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las
> 7:53,
> > > > Piotr
> > > > >     > > Zarzycki (<
> > > > >     > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
> > > > >     > >     >>> > >     > > > > > > escribió:
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > I just tried your changes and
> > > I'm a
> > > > > bit
> > > > >     > > farther.
> > > > >     > >     >>> Now
> > > > >     > >     >>> > I'm
> > > > >     > >     >>> > >     > getting
> > > > >     > >     >>> > >     > > > > > > following
> > > > >     > >     >>> > >     > > > > > > > errors. It's throwing that
> > errors
> > > > > cause in
> > > > >     > > JS only
> > > > >     > >     >>> > > binaries
> > > > >     > >     >>> > >     > > > prepared
> > > > >     > >     >>> > >     > > > > by
> > > > >     > >     >>> > >     > > > > > > ant
> > > > >     > >     >>> > >     > > > > > > > we have in following location
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> >
> > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > > > >     > >     >>> > > fake
> > > > >     > >     >>> > >     > > > > > > > playerglobal.swc, so
> > distribution
> > > > > should
> > > > >     > > probably
> > > > >     > >     >>> have
> > > > >     > >     >>> > > the
> > > > >     > >     >>> > >     > same.
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> >
> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > >     > >     >>> > >     > > > -debug=true
> > > > >     > >     >>> > >     > > > > > > > > -source-map=true
> > > > >     > -compiler.targets=JSRoyale
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > >     > >     >>> > >     > > > > > > > > : Using Royale Compiler
> > > codebase:
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >
> > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > >     > >     >>> > >     > > > > > > > > : -debug=true
> > > > >     > >     >>> > >     > > > > > > > > : -source-map=true
> > > > >     > >     >>> > >     > > > > > > > > :
> -compiler.targets=JSRoyale
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >
> > > > >     > >
> > > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> open
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > >     > >     >>> > >     > > > > > > > > (line: 74)
> > > > >     > >     >>> > >     > > > > > > > > :
> > >  </external-library-path>
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> open
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > >     > >     >>> > >     > > > > > > > > :
> > > >  </js-external-library-path>
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> open
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > > >     > >     >>> > >     > > > > > > > > :
> > > >  </js-external-library-path>
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to
> open
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > >     > >     >>> > >     > > > > > > > > :
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > >     > >     >>> > >     > > > > > > > > (line: 99)
> > > > >     > >     >>> > >     > > > > > > > > :       </library-path>
> > > > >     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > Thanks,
> > > > >     > >     >>> > >     > > > > > > > Piotr
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43
> Carlos
> > > > > Rovira <
> > > > >     > >     >>> > >     > carlosrovira@apache.org>
> > > > >     > >     >>> > >     > > > > > > > napisał(a):
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > > Thanks Josh for pointing
> that
> > > out
> > > > > I think
> > > > >     > > I got
> > > > >     > >     >>> it.
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> > > > >     > piotrzarzycki21@gmail.com
> > > > >     > > >
> > > > >     > >     >>> please
> > > > >     > >     >>> > > try with
> > > > >     > >     >>> > >     > my
> > > > >     > >     >>> > >     > > > > > latest
> > > > >     > >     >>> > >     > > > > > > > > commit. I couldn't test
> > myself,
> > > > > but I
> > > > >     > > think it
> > > > >     > >     >>> should
> > > > >     > >     >>> > > work
> > > > >     > >     >>> > >     > now
> > > > >     > >     >>> > >     > > > for
> > > > >     > >     >>> > >     > > > > > > > > Moonshine.
> > > > >     > >     >>> > >     > > > > > > > > VSCode still work with this
> > > > > changes.
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > > Thanks
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > > Carlos
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las
> > > 19:43,
> > > > > Josh
> > > > >     > > Tynjala (<
> > > > >     > >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
> > > > >     > >     >>> > >     > > > > > > > > escribió:
> > > > >     > >     >>> > >     > > > > > > > >
> > > > >     > >     >>> > >     > > > > > > > >> If I had to guess, this
> > > > classpath
> > > > > is
> > > > >     > > wrong:
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar
> > > > > org.json.jar
> > > > >     > >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > >     > >     >>> > >     > > > > > > > >> Class-Path>
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > >
> > > > >     > >     >>> > >     > > > > > >
> > > > >     > >     >>> > >     > > > > >
> > > > >     > >     >>> > >     > > > >
> > > > >     > >     >>> > >     > > >
> > > > >     > >     >>> > >     > >
> > > > >     > >     >>> > >     >
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >> I think that the names of
> > > those
> > > > > JAR
> > > > >     > files
> > > > >     > > all
> > > > >     > >     >>> > include
> > > > >     > >     >>> > > a
> > > > >     > >     >>> > >     > > version
> > > > >     > >     >>> > >     > > > > > number
> > > > >     > >     >>> > >     > > > > > > > in
> > > > >     > >     >>> > >     > > > > > > > >> the Maven distribution.
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >> --
> > > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> > > > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> > > > >     > >     >>> > >
> > > > >     > >     >>> >
> > > > >     > >     >>>
> > > > >     > >
> > > > >     >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > > >     > >     >>> > > >
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at
> 10:17
> > > AM
> > > > > Carlos
> > > > >     > > Rovira <
> > > > >     > >     >>> > >     > > > > > > carlosrovira@apache.org>
> > > > >     > >     >>> > >     > > > > > > > >> wrote:
> > > > >     > >     >>> > >     > > > > > > > >>
> > > > >     > >     >>> > >     > > > > > > > >> > ok didn't notice.
> > > > >     > >     >>> > >     > > > > > > > >> > So maybe is a classpath
> > > > problem?
> > > > >     > >     >>> > >     > > > > > > > >> > It's clear that VSCode
> > goes
> > > to
> > > > > the
> > > > >     > same
> > > > >     > > place
> > > > >     > >     >>> and
> > > > >     > >     >>> > > find it
> > > > >     > >     >>> > >     > > > since
> > > > >     > >     >>> > >     > > > > > > mxmlc
> > > > >     > >     >>> > >     > > > > > > > >> is a
> > > > >     > >     >>> > >     > > > > > > > >> > dummy jar that has
> exactly
> > > > that
> > > > > class,
> > > > >     > > but
> > > > >     > >     >>> > > Moonshine goes
> > > > >     > >     >>> > >     > > and
> > > > >     > >     >>> > >     > > > > > didn't
> > > > >     > >     >>> > >     > > > > > > > >> find
> > > > >     > >     >>> > >     > > > > > > > >> > it.
> > > > >     > >     >>> > >     > > > > > > > >> > If not any clue what
> could
> > > be
> > > > >     > happening?
> > > > >     > >     >>> > >     > > > > > > > >> > Thanks
> > > > >     > >     >>> > >     > > > > > > > >> >
> > > > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a
> las
> > > > > 16:53,
> > > > >     > Piotr
> > > > >     > >     >>> Zarzycki
> > > > >     > >     >>> > (<
> > > > >     > >     >>> > >     > > > > > > > >> >
> piotrzarzycki21@gmail.com
> > >)
> > > > >     > >     >>> > >     > > > > > > > >> > escribió:
> > > > >     > >     >>> > >     > > > > > > > >> >
> > > > >     > >     >>> > >     > > > > > > > >> > > Exactly and I can
> > confirm
> > > > > that mxmlc
> > > > >     > > is in
> > > > >     > >     >>> > place.
> > > > >     > >     >>> > >     > > > > > > > >> > >
> > > > >     > >     >>> > >     >
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Guys,

I just checked Maven Distribution with Moonshine and I was able to build
Jewel Hello World and TourDeJewel. :)

Thanks,
Piotr

niedz., 22 mar 2020 o 20:58 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi Piotr,
>
> nothing happens or log is printed in the console, is like if I didn't push
> the menu button.
> I ensured that I have the SDK setup, maybe something more is needed, and
> I'm missing something.
> As well I understand that "Project > Build Project" is the right option in
> the menu to push
>
> Thanks
>
> El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Carlos,
> >
> > By saying that nothing happens - you don't get any information on the
> > console at all?
> >
> > On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > Hi Chris and Piotr,
> > >
> > > I was having the same issue. After latest PR from Chris, I can confirm
> is
> > > working ok :)
> > > Piotr, please, a last attempt. I think you'll get working right now
> from
> > > Moonshine.
> > >
> > > As well I'm curious about how to build with IDE in Moonshine, or why
> > >  Project > Build Project is not working for me
> > > something I must have into account?
> > >
> > > Thanks
> > >
> > > Carlos
> > >
> > >
> > >
> > > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> > > christofer.dutz@c-ware.de>) escribió:
> > >
> > > > Yeah ... sorry for that.
> > > >
> > > > I noticed that I took care of the "SNAPSHOT" instead of the
> Timestamp,
> > > but
> > > > I forgot to add the classifier ... will be in the next PR.
> > > > Can you confirm that now the files have a "SNAPSHOT" instead of the
> > > > Timestamp?
> > > >
> > > > Chris
> > > >
> > > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> > piotrzarzycki21@gmail.com
> > > >:
> > > >
> > > >     Hi Chris,
> > > >
> > > >     Nothing changed I have exactly same issue after pulling all
> changes
> > > and
> > > >     rebuilding sdk.
> > > >
> > > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <
> carlosrovira@apache.org
> > >
> > > >     napisał(a):
> > > >
> > > >     > Hi,
> > > >     >
> > > >     > Many thanks for the fix Chris.
> > > >     > Piotr, can you try again and confirm if all is ok now?
> > > >     >
> > > >     > thanks
> > > >     >
> > > >     >
> > > >     >
> > > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> > > >     > christofer.dutz@c-ware.de>) escribió:
> > > >     >
> > > >     > > Hi Piotr,
> > > >     > >
> > > >     > > I had a look and you are right ... even if this only seems to
> > > > happen if
> > > >     > > you haven't built the typedefs on your machine that day
> before
> > > > building
> > > >     > the
> > > >     > > distribution. I just pushed a PR that should fix this.
> > > >     > >
> > > >     > > Chris
> > > >     > >
> > > >     > >
> > > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > > > piotrzarzycki21@gmail.com
> > > >     > >:
> > > >     > >
> > > >     > >     Hi Carlos,
> > > >     > >
> > > >     > >     I've just build royale-asjs with following command:
> > > >     > >
> > > >     > >     mvn clean install -P
> > > with-distribution,option-with-sass-compile
> > > >     > >     -DdistributionTargetFolder=path
> > > >     > >
> > > >     > >     Created new Royale Jewel project with latest nightly non
> > > > sandbox
> > > >     > build
> > > >     > > of
> > > >     > >     Moonshine and I got following result during build [1]
> > > >     > >
> > > >     > >     [1] https://paste.apache.org/u5j0a
> > > >     > >
> > > >     > >     Thanks,
> > > >     > >     Piotr
> > > >     > >
> > > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > >     > >     napisał(a):
> > > >     > >
> > > >     > >     > Hi Piotr,
> > > >     > >     >
> > > >     > >     > Chris, just made maven distribution mxmlc and compc
> > > > executables.
> > > >     > >     >
> > > >     > >     >    - I test and VSCode works fine
> > > >     > >     >    - command line worked too [1]
> > > >     > >     >    - Moonshine:  I couldn't launch a compilation with
> > SDK.
> > > > Just
> > > >     > > upgrade
> > > >     > >     >    to latest version as Moonshine requested me. I have
> > the
> > > > SDK
> > > >     > > configured to
> > > >     > >     >    the distribution created with Maven. Then with TDJ
> > > project
> > > >     > loaded
> > > >     > > when to
> > > >     > >     >    Project > Build Project, but nothings happen
> > > >     > >     >
> > > >     > >     > So just need to see how to check Moonshine so we can
> > check
> > > > Maven
> > > >     > >     > distribution is completed at last. I want to have that
> > for
> > > > this
> > > >     > > release
> > > >     > >     > 0.9.7
> > > >     > >     >
> > > >     > >     > Thanks
> > > >     > >     >
> > > >     > >     > Carlos
> > > >     > >     >
> > > >     > >     > [1] output in command line for Tour de Jewel:
> > > >     > >     >
> > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > >     > >     >
> > > >     >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > > >     > -source-map=true
> > > >     > >     > -compiler.targets=JSRoyale
> > > >     > >     >
> > > >     > >
> > > >     >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > >     > >     >
> > > >     > >     > >
> > > >     > >     >
> > > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > > >     > >     >
> > > >     >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > > >     > -source-map=true
> > > >     > >     > -compiler.targets=JSRoyale
> > > >     > >     >
> > > >     > >
> > > >     >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > >     > >     >
> > > >     > >     > Using Royale Compiler codebase:
> > > >     > >     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > > >     > >     >
> > > >     > >     > Using Royale SDK:
> > > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > >     > >     >
> > > >     > >     > MXMLJSC
> > > >     > >     >
> > > >     > >     >
> > > >     > >     >
> > > >     > >
> > > >     >
> > > >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > > >     > >     >
> > > >     > >     >
> > > >     > >     >
> > > >     > >
> > > >     >
> > > >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > > >     > >     >
> > > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > > >     > >     >
> > > >     > >     > -debug=true
> > > >     > >     >
> > > >     > >     > -source-map=true
> > > >     > >     >
> > > >     > >     > -compiler.targets=JSRoyale
> > > >     > >     >
> > > >     > >     >
> > > >     > >     >
> > > >     > >
> > > >     >
> > > >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > > >     > >     >
> > > >     > >     > The project 'App' has been successfully compiled.
> > > >     > >     >
> > > >     > >     > 7.080432099 seconds
> > > >     > >     >
> > > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
> > > >     > > carlosrovira@apache.org>)
> > > >     > >     > escribió:
> > > >     > >     >
> > > >     > >     >> Ok Josh,
> > > >     > >     >> understood, will take into account as I check what's
> > going
> > > > on with
> > > >     > > latest
> > > >     > >     >> fails
> > > >     > >     >> thanks
> > > >     > >     >>
> > > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
> > > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> > > >     > >     >>
> > > >     > >     >>> VSCode happens to run the JAR files directly with
> Java,
> > > and
> > > >     > > doesn't run
> > > >     > >     >>> anything in js/bin. If the contents of js/bin do not
> > have
> > > > the
> > > >     > > correct
> > > >     > >     >>> exectuable permissions, it wouldn't affect VSCode.
> > > However,
> > > >     > fixing
> > > >     > > those
> > > >     > >     >>> permissions would still be a problem that should be
> > > > addressed to
> > > >     > > have a
> > > >     > >     >>> proper distribution. Moonshine is not doing anything
> > out
> > > > of the
> > > >     > > ordinary
> > > >     > >     >>> by
> > > >     > >     >>> running js/bin/mxmlc (and that's what someone
> compiling
> > > > from the
> > > >     > > command
> > > >     > >     >>> line without Maven or Ant would use too). If
> anything,
> > > it's
> > > >     > VSCode
> > > >     > > that
> > > >     > >     >>> is
> > > >     > >     >>> not doing things in the ordinary way.
> > > >     > >     >>>
> > > >     > >     >>> --
> > > >     > >     >>> Josh Tynjala
> > > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> > > >     > >     >>>
> > > >     > >     >>>
> > > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
> > > >     > > carlosrovira@apache.org>
> > > >     > >     >>> wrote:
> > > >     > >     >>>
> > > >     > >     >>> > Hi,
> > > >     > >     >>> >
> > > >     > >     >>> > @Piotr Zarzycki <pi...@gmail.com> I was
> > over
> > > > the big
> > > >     > > button
> > > >     > >     >>> to
> > > >     > >     >>> > nightly builds, since you told me to download that.
> > So
> > > > from the
> > > >     > > big
> > > >     > >     >>> button
> > > >     > >     >>> > I choosed "other downloads" and choosed non sandbox
> > > one.
> > > > Both
> > > >     > > url goes
> > > >     > >     >>> to
> > > >     > >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
> > > >     > >     >>> > <
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > > >     > >     >>> > >
> > > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > > >     > >     >>> >
> > > >     > >     >>> > About the permissions: My guess is that is
> something
> > > > related to
> > > >     > >     >>> Moonshine,
> > > >     > >     >>> > not to user or maven, since VSCode is dealing with
> > the
> > > > same SDK
> > > >     > > without
> > > >     > >     >>> > complain. I can give permissions to try this, but I
> > > > suggest the
> > > >     > >     >>> moonshine
> > > >     > >     >>> > team could look to how VSCode work with user files
> > and
> > > > mimic
> > > >     > > that to
> > > >     > >     >>> > avoid this kind of problem.
> > > >     > >     >>> >
> > > >     > >     >>> > Thanks
> > > >     > >     >>> >
> > > >     > >     >>> >
> > > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> > > >     > > (<aharui@adobe.com.invalid
> > > >     > >     >>> >)
> > > >     > >     >>> > escribió:
> > > >     > >     >>> >
> > > >     > >     >>> > > IMO, the Maven commands that build the
> Distribution
> > > SDK
> > > >     > should
> > > >     > >     >>> change the
> > > >     > >     >>> > > permissions.
> > > >     > >     >>> > >
> > > >     > >     >>> > > My 2 cents,
> > > >     > >     >>> > > -Alex
> > > >     > >     >>> > >
> > > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > > >     > > piotrzarzycki21@gmail.com>
> > > >     > >     >>> > wrote:
> > > >     > >     >>> > >
> > > >     > >     >>> > >     Permission to "mxmlc" file in SDK. - You have
> > to
> > > > add
> > > >     > > permission
> > > >     > >     >>> for
> > > >     > >     >>> > > usage
> > > >     > >     >>> > >     manually to that file.
> > > >     > >     >>> > >
> > > >     > >     >>> > >     I will explain you more on Monday if you
> won't
> > > > figure it
> > > >     > > out your
> > > >     > >     >>> > self,
> > > >     > >     >>> > >     what is all about.
> > > >     > >     >>> > >
> > > >     > >     >>> > >     You can literally paste in Google last
> sentence
> > > > from
> > > >     > stack
> > > >     > > trace
> > > >     > >     >>> > error
> > > >     > >     >>> > > and
> > > >     > >     >>> > >     add: How to add permission to file on Mac.
> > > >     > >     >>> > >
> > > >     > >     >>> > >
> > > >     > >     >>> > >
> > > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
> > > >     > >     >>> carlosrovira@apache.org>
> > > >     > >     >>> > > wrote:
> > > >     > >     >>> > >
> > > >     > >     >>> > >     > Hi Piotr,
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >     > but what kind of permission? to the
> moonshine
> > > >     > executable?
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr
> > > Zarzycki
> > > > (<
> > > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> > > >     > >     >>> > >     > escribió:
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >     > > If you are using your own SDK (not
> > downloaded
> > > > trough
> > > >     > >     >>> Moonshine
> > > >     > >     >>> > > getting
> > > >     > >     >>> > >     > > started) you have to add permission to
> > mxmlc
> > > > file.
> > > >     > > There is a
> > > >     > >     >>> > > command on
> > > >     > >     >>> > >     > > Mac chmod - try to search using that
> > command
> > > > on a
> > > >     > > Google.
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     > > Thanks,
> > > >     > >     >>> > >     > > Piotr
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos
> Rovira
> > <
> > > >     > >     >>> > > carlosrovira@apache.org>
> > > >     > >     >>> > >     > > wrote:
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     > > > Hi,
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > > I installed latest Moonshine nightly.
> > After
> > > >     > > configuring
> > > >     > >     >>> initial
> > > >     > >     >>> > > things
> > > >     > >     >>> > >     > > > loaded TDJ project. I'm getting
> > Permission
> > > > denied:
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> > > >     > >     >>> > >     > > > : Copyright © Prominic.NET, Inc. All
> > rights
> > > >     > reserved.
> > > >     > >     >>> > >     > > > : Source code is under Apache License,
> > > > Version 2.0
> > > >     > >     >>> > >     > > > :
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT),
> fzip
> > > > (ZLIB),
> > > >     > > asblocks
> > > >     > >     >>> > (Apache
> > > >     > >     >>> > >     > License
> > > >     > >     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
> > > >     > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
> > > >     > >     >>> > >     > > > : Compiling TourDeJewel
> > > >     > >     >>> > >     > > > : SDK path:
> > > >     > >     >>> > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > >     > >     >>> > >     > > > : Sending to mxmlx: export
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >
> > > >     > >
> > > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > > >     > >     >>> > >     > &&
> > > >     > >     >>> > >     > > > export
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > >     > >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> > > >     > > -Duser.region=en" &&
> > > >     > >     >>> export
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >
> > > >     > >     >>>
> > > >     > >
> > > >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > >     > >     >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >
> > > >     > >
> > > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >
> > > >     > >
> > > -html-template=src/main/resources/jewel-example-index-template.html
> > > >     > >     >>> > >     > > > -js-dynamic-access-unknown-members=true
> > > >     > >     >>> > > -compiler.targets=JSRoyale
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > >     > >     >>> > >     > > > : /bin/bash:
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >
> > > >     > >
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > >     > >     >>> > >     > > > Permission denied
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > > How can I fix it?
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > > Thanks
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh
> > > > Tynjala (<
> > > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> > > >     > >     >>> > >     > > > >)
> > > >     > >     >>> > >     > > > escribió:
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > > > > Yeah, I don't see why Moonshine is
> > > > reporting
> > > >     > those
> > > >     > >     >>> errors,
> > > >     > >     >>> > but
> > > >     > >     >>> > > VSCode
> > > >     > >     >>> > >     > > > does
> > > >     > >     >>> > >     > > > > not. If royale-config.xml is
> > referencing
> > > > SWCs
> > > >     > that
> > > >     > > don't
> > > >     > >     >>> > > exist, that
> > > >     > >     >>> > >     > > > should
> > > >     > >     >>> > >     > > > > affect both IDEs.
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > > > Regardless, like you explained, the
> > same
> > > > issue
> > > >     > > should
> > > >     > >     >>> > > reproduce when
> > > >     > >     >>> > >     > > > > compiling from a terminal without
> > > > Moonshine.
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > > > --
> > > >     > >     >>> > >     > > > > Josh Tynjala
> > > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > >     > >     >>> > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr
> > > > Zarzycki <
> > > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > > > wrote:
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > > > > Hi Carlos,
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > > > Yeah it would be pretty great if
> you
> > > > could
> > > >     > setup
> > > >     > >     >>> Moonshine,
> > > >     > >     >>> > > but you
> > > >     > >     >>> > >     > > > don't
> > > >     > >     >>> > >     > > > > > have to do that actually to
> reproduce
> > > the
> > > >     > issue.
> > > >     > >     >>> Command
> > > >     > >     >>> > > which I
> > > >     > >     >>> > >     > have
> > > >     > >     >>> > >     > > > > > pasted in this thread can be copy
> and
> > > > used in
> > > >     > > Terminal
> > > >     > >     >>> with
> > > >     > >     >>> > > small
> > > >     > >     >>> > >     > > path
> > > >     > >     >>> > >     > > > > > adjustment. Try it on any project
> you
> > > > have
> > > >     > using
> > > >     > >     >>> > > distribution build
> > > >     > >     >>> > >     > > and
> > > >     > >     >>> > >     > > > > for
> > > >     > >     >>> > >     > > > > > sure you will get the error.
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > > > In case of Moonshine we have freez
> > code
> > > > for
> > > >     > > commits and
> > > >     > >     >>> > > prepare for
> > > >     > >     >>> > >     > > > > > release, we have some internal
> > problems
> > > > with
> > > >     > > bamboo
> > > >     > >     >>> build -
> > > >     > >     >>> > > if it
> > > >     > >     >>> > >     > > will
> > > >     > >     >>> > >     > > > > get
> > > >     > >     >>> > >     > > > > > resolved we should have release
> early
> > > > next
> > > >     > week.
> > > >     > > You
> > > >     > >     >>> can
> > > >     > >     >>> > > always try
> > > >     > >     >>> > >     > > > > Nightly
> > > >     > >     >>> > >     > > > > > build.
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > > > I'm really surprised that VSCode do
> > not
> > > >     > throwing
> > > >     > > the
> > > >     > >     >>> same
> > > >     > >     >>> > > error -
> > > >     > >     >>> > >     > > What
> > > >     > >     >>> > >     > > > > > could be the case Josh? The only
> > > > difference is
> > > >     > > that we
> > > >     > >     >>> are
> > > >     > >     >>> > > using
> > > >     > >     >>> > >     > > mxmlc
> > > >     > >     >>> > >     > > > > file
> > > >     > >     >>> > >     > > > > > and VSCode is probably using jar
> > file,
> > > > but
> > > >     > >     >>> playerglobal.swc
> > > >     > >     >>> > > doesn't
> > > >     > >     >>> > >     > > > > exists
> > > >     > >     >>> > >     > > > > > so both should report same issue.
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > > > Thanks,
> > > >     > >     >>> > >     > > > > > Piotr
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos
> > Rovira
> > > <
> > > >     > >     >>> > > carlosrovira@apache.org>
> > > >     > >     >>> > >     > > > > > napisał(a):
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > > > > Hi Piotr,
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > > > so I think you're a bit closer
> (not
> > > > farther
> > > >     > > ;)),
> > > >     > >     >>> since
> > > >     > >     >>> > > compiler
> > > >     > >     >>> > >     > was
> > > >     > >     >>> > >     > > > > > found.
> > > >     > >     >>> > >     > > > > > > Now is a matter to find what's
> > > missing.
> > > >     > >     >>> > >     > > > > > > What's curious for me is VSCode
> > > > recognizes
> > > >     > but
> > > >     > >     >>> Moonshine
> > > >     > >     >>> > > not. I
> > > >     > >     >>> > >     > > think
> > > >     > >     >>> > >     > > > > the
> > > >     > >     >>> > >     > > > > > > problem is each IDE is looking at
> > > > different
> > > >     > > things to
> > > >     > >     >>> > > match a
> > > >     > >     >>> > >     > valid
> > > >     > >     >>> > >     > > > > SDK,
> > > >     > >     >>> > >     > > > > > > and maybe even we could be
> setting
> > > > duplicate
> > > >     > >     >>> artifacts in
> > > >     > >     >>> > > the SDK
> > > >     > >     >>> > >     > > so
> > > >     > >     >>> > >     > > > > > VSCode
> > > >     > >     >>> > >     > > > > > > finds all but Moonshine not.
> > > >     > >     >>> > >     > > > > > > I'll be setup Moonshine as I have
> > > time
> > > > to try
> > > >     > > it.
> > > >     > >     >>> > >     > > > > > > I think you plan to launch a new
> > one
> > > > soon
> > > >     > > right?
> > > >     > >     >>> should I
> > > >     > >     >>> > > wait
> > > >     > >     >>> > >     > for
> > > >     > >     >>> > >     > > > it?
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > > > Thanks
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53,
> > > Piotr
> > > >     > > Zarzycki (<
> > > >     > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
> > > >     > >     >>> > >     > > > > > > escribió:
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > > > I just tried your changes and
> > I'm a
> > > > bit
> > > >     > > farther.
> > > >     > >     >>> Now
> > > >     > >     >>> > I'm
> > > >     > >     >>> > >     > getting
> > > >     > >     >>> > >     > > > > > > following
> > > >     > >     >>> > >     > > > > > > > errors. It's throwing that
> errors
> > > > cause in
> > > >     > > JS only
> > > >     > >     >>> > > binaries
> > > >     > >     >>> > >     > > > prepared
> > > >     > >     >>> > >     > > > > by
> > > >     > >     >>> > >     > > > > > > ant
> > > >     > >     >>> > >     > > > > > > > we have in following location
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> >
> > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > > >     > >     >>> > > fake
> > > >     > >     >>> > >     > > > > > > > playerglobal.swc, so
> distribution
> > > > should
> > > >     > > probably
> > > >     > >     >>> have
> > > >     > >     >>> > > the
> > > >     > >     >>> > >     > same.
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > >     > >     >>> > >     > > > -debug=true
> > > >     > >     >>> > >     > > > > > > > > -source-map=true
> > > >     > -compiler.targets=JSRoyale
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >
> > > >     > >
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > >     > >     >>> > >     > > > > > > > > : Using Royale Compiler
> > codebase:
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >
> > > >     > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >
> > > >     > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >
> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > >     > >     >>> > >     > > > > > > > > : -debug=true
> > > >     > >     >>> > >     > > > > > > > > : -source-map=true
> > > >     > >     >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >
> > > >     > >
> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > >     > >     >>> > >     > > > > > > > > (line: 74)
> > > >     > >     >>> > >     > > > > > > > > :
> >  </external-library-path>
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > >     > >     >>> > >     > > > > > > > > :
> > >  </js-external-library-path>
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > >     > >     >>> > >     > > > > > > > > (line: 81)
> > > >     > >     >>> > >     > > > > > > > > :
> > >  </js-external-library-path>
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > >     > >     >>> > >     > > > > > > > > :
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > >     > >     >>> > >     > > > > > > > > (line: 99)
> > > >     > >     >>> > >     > > > > > > > > :       </library-path>
> > > >     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > > > Thanks,
> > > >     > >     >>> > >     > > > > > > > Piotr
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos
> > > > Rovira <
> > > >     > >     >>> > >     > carlosrovira@apache.org>
> > > >     > >     >>> > >     > > > > > > > napisał(a):
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > > > > Thanks Josh for pointing that
> > out
> > > > I think
> > > >     > > I got
> > > >     > >     >>> it.
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> > > >     > piotrzarzycki21@gmail.com
> > > >     > > >
> > > >     > >     >>> please
> > > >     > >     >>> > > try with
> > > >     > >     >>> > >     > my
> > > >     > >     >>> > >     > > > > > latest
> > > >     > >     >>> > >     > > > > > > > > commit. I couldn't test
> myself,
> > > > but I
> > > >     > > think it
> > > >     > >     >>> should
> > > >     > >     >>> > > work
> > > >     > >     >>> > >     > now
> > > >     > >     >>> > >     > > > for
> > > >     > >     >>> > >     > > > > > > > > Moonshine.
> > > >     > >     >>> > >     > > > > > > > > VSCode still work with this
> > > > changes.
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > > > Thanks
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > > > Carlos
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las
> > 19:43,
> > > > Josh
> > > >     > > Tynjala (<
> > > >     > >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
> > > >     > >     >>> > >     > > > > > > > > escribió:
> > > >     > >     >>> > >     > > > > > > > >
> > > >     > >     >>> > >     > > > > > > > >> If I had to guess, this
> > > classpath
> > > > is
> > > >     > > wrong:
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar
> > > > org.json.jar
> > > >     > >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > >     > >     >>> > >     > > > > > > > >> Class-Path>
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > >
> > > >     > >     >>> > >     > > > > > >
> > > >     > >     >>> > >     > > > > >
> > > >     > >     >>> > >     > > > >
> > > >     > >     >>> > >     > > >
> > > >     > >     >>> > >     > >
> > > >     > >     >>> > >     >
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >> I think that the names of
> > those
> > > > JAR
> > > >     > files
> > > >     > > all
> > > >     > >     >>> > include
> > > >     > >     >>> > > a
> > > >     > >     >>> > >     > > version
> > > >     > >     >>> > >     > > > > > number
> > > >     > >     >>> > >     > > > > > > > in
> > > >     > >     >>> > >     > > > > > > > >> the Maven distribution.
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >> --
> > > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> > > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> > > >     > >     >>> > >
> > > >     > >     >>> >
> > > >     > >     >>>
> > > >     > >
> > > >     >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > >     > >     >>> > > >
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17
> > AM
> > > > Carlos
> > > >     > > Rovira <
> > > >     > >     >>> > >     > > > > > > carlosrovira@apache.org>
> > > >     > >     >>> > >     > > > > > > > >> wrote:
> > > >     > >     >>> > >     > > > > > > > >>
> > > >     > >     >>> > >     > > > > > > > >> > ok didn't notice.
> > > >     > >     >>> > >     > > > > > > > >> > So maybe is a classpath
> > > problem?
> > > >     > >     >>> > >     > > > > > > > >> > It's clear that VSCode
> goes
> > to
> > > > the
> > > >     > same
> > > >     > > place
> > > >     > >     >>> and
> > > >     > >     >>> > > find it
> > > >     > >     >>> > >     > > > since
> > > >     > >     >>> > >     > > > > > > mxmlc
> > > >     > >     >>> > >     > > > > > > > >> is a
> > > >     > >     >>> > >     > > > > > > > >> > dummy jar that has exactly
> > > that
> > > > class,
> > > >     > > but
> > > >     > >     >>> > > Moonshine goes
> > > >     > >     >>> > >     > > and
> > > >     > >     >>> > >     > > > > > didn't
> > > >     > >     >>> > >     > > > > > > > >> find
> > > >     > >     >>> > >     > > > > > > > >> > it.
> > > >     > >     >>> > >     > > > > > > > >> > If not any clue what could
> > be
> > > >     > happening?
> > > >     > >     >>> > >     > > > > > > > >> > Thanks
> > > >     > >     >>> > >     > > > > > > > >> >
> > > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las
> > > > 16:53,
> > > >     > Piotr
> > > >     > >     >>> Zarzycki
> > > >     > >     >>> > (<
> > > >     > >     >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com
> >)
> > > >     > >     >>> > >     > > > > > > > >> > escribió:
> > > >     > >     >>> > >     > > > > > > > >> >
> > > >     > >     >>> > >     > > > > > > > >> > > Exactly and I can
> confirm
> > > > that mxmlc
> > > >     > > is in
> > > >     > >     >>> > place.
> > > >     > >     >>> > >     > > > > > > > >> > >
> > > >     > >     >>> > >     >
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

nothing happens or log is printed in the console, is like if I didn't push
the menu button.
I ensured that I have the SDK setup, maybe something more is needed, and
I'm missing something.
As well I understand that "Project > Build Project" is the right option in
the menu to push

Thanks

El dom., 22 mar. 2020 a las 17:55, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Carlos,
>
> By saying that nothing happens - you don't get any information on the
> console at all?
>
> On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Chris and Piotr,
> >
> > I was having the same issue. After latest PR from Chris, I can confirm is
> > working ok :)
> > Piotr, please, a last attempt. I think you'll get working right now from
> > Moonshine.
> >
> > As well I'm curious about how to build with IDE in Moonshine, or why
> >  Project > Build Project is not working for me
> > something I must have into account?
> >
> > Thanks
> >
> > Carlos
> >
> >
> >
> > El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> > christofer.dutz@c-ware.de>) escribió:
> >
> > > Yeah ... sorry for that.
> > >
> > > I noticed that I took care of the "SNAPSHOT" instead of the Timestamp,
> > but
> > > I forgot to add the classifier ... will be in the next PR.
> > > Can you confirm that now the files have a "SNAPSHOT" instead of the
> > > Timestamp?
> > >
> > > Chris
> > >
> > > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com
> > >:
> > >
> > >     Hi Chris,
> > >
> > >     Nothing changed I have exactly same issue after pulling all changes
> > and
> > >     rebuilding sdk.
> > >
> > >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <carlosrovira@apache.org
> >
> > >     napisał(a):
> > >
> > >     > Hi,
> > >     >
> > >     > Many thanks for the fix Chris.
> > >     > Piotr, can you try again and confirm if all is ok now?
> > >     >
> > >     > thanks
> > >     >
> > >     >
> > >     >
> > >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> > >     > christofer.dutz@c-ware.de>) escribió:
> > >     >
> > >     > > Hi Piotr,
> > >     > >
> > >     > > I had a look and you are right ... even if this only seems to
> > > happen if
> > >     > > you haven't built the typedefs on your machine that day before
> > > building
> > >     > the
> > >     > > distribution. I just pushed a PR that should fix this.
> > >     > >
> > >     > > Chris
> > >     > >
> > >     > >
> > >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > > piotrzarzycki21@gmail.com
> > >     > >:
> > >     > >
> > >     > >     Hi Carlos,
> > >     > >
> > >     > >     I've just build royale-asjs with following command:
> > >     > >
> > >     > >     mvn clean install -P
> > with-distribution,option-with-sass-compile
> > >     > >     -DdistributionTargetFolder=path
> > >     > >
> > >     > >     Created new Royale Jewel project with latest nightly non
> > > sandbox
> > >     > build
> > >     > > of
> > >     > >     Moonshine and I got following result during build [1]
> > >     > >
> > >     > >     [1] https://paste.apache.org/u5j0a
> > >     > >
> > >     > >     Thanks,
> > >     > >     Piotr
> > >     > >
> > >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > > carlosrovira@apache.org>
> > >     > >     napisał(a):
> > >     > >
> > >     > >     > Hi Piotr,
> > >     > >     >
> > >     > >     > Chris, just made maven distribution mxmlc and compc
> > > executables.
> > >     > >     >
> > >     > >     >    - I test and VSCode works fine
> > >     > >     >    - command line worked too [1]
> > >     > >     >    - Moonshine:  I couldn't launch a compilation with
> SDK.
> > > Just
> > >     > > upgrade
> > >     > >     >    to latest version as Moonshine requested me. I have
> the
> > > SDK
> > >     > > configured to
> > >     > >     >    the distribution created with Maven. Then with TDJ
> > project
> > >     > loaded
> > >     > > when to
> > >     > >     >    Project > Build Project, but nothings happen
> > >     > >     >
> > >     > >     > So just need to see how to check Moonshine so we can
> check
> > > Maven
> > >     > >     > distribution is completed at last. I want to have that
> for
> > > this
> > >     > > release
> > >     > >     > 0.9.7
> > >     > >     >
> > >     > >     > Thanks
> > >     > >     >
> > >     > >     > Carlos
> > >     > >     >
> > >     > >     > [1] output in command line for Tour de Jewel:
> > >     > >     >
> > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > >     > >     >
> > >     >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > >     > -source-map=true
> > >     > >     > -compiler.targets=JSRoyale
> > >     > >     >
> > >     > >
> > >     >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > >     > >     >
> > >     > >     > >
> > >     > >     >
> > >     > >     > macbookpro:TourDeJewel carlosrovira$
> > >     > >     >
> > >     >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> > >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> > >     > -source-map=true
> > >     > >     > -compiler.targets=JSRoyale
> > >     > >     >
> > >     > >
> > >     >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > >     > >     >
> > >     > >     > Using Royale Compiler codebase:
> > >     > >     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> > >     > >     >
> > >     > >     > Using Royale SDK:
> > >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > >     > >     >
> > >     > >     > MXMLJSC
> > >     > >     >
> > >     > >     >
> > >     > >     >
> > >     > >
> > >     >
> > >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> > >     > >     >
> > >     > >     >
> > >     > >     >
> > >     > >
> > >     >
> > >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> > >     > >     >
> > >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> > >     > >     >
> > >     > >     > -debug=true
> > >     > >     >
> > >     > >     > -source-map=true
> > >     > >     >
> > >     > >     > -compiler.targets=JSRoyale
> > >     > >     >
> > >     > >     >
> > >     > >     >
> > >     > >
> > >     >
> > >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> > >     > >     >
> > >     > >     > The project 'App' has been successfully compiled.
> > >     > >     >
> > >     > >     > 7.080432099 seconds
> > >     > >     >
> > >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
> > >     > > carlosrovira@apache.org>)
> > >     > >     > escribió:
> > >     > >     >
> > >     > >     >> Ok Josh,
> > >     > >     >> understood, will take into account as I check what's
> going
> > > on with
> > >     > > latest
> > >     > >     >> fails
> > >     > >     >> thanks
> > >     > >     >>
> > >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
> > >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> > >     > >     >>
> > >     > >     >>> VSCode happens to run the JAR files directly with Java,
> > and
> > >     > > doesn't run
> > >     > >     >>> anything in js/bin. If the contents of js/bin do not
> have
> > > the
> > >     > > correct
> > >     > >     >>> exectuable permissions, it wouldn't affect VSCode.
> > However,
> > >     > fixing
> > >     > > those
> > >     > >     >>> permissions would still be a problem that should be
> > > addressed to
> > >     > > have a
> > >     > >     >>> proper distribution. Moonshine is not doing anything
> out
> > > of the
> > >     > > ordinary
> > >     > >     >>> by
> > >     > >     >>> running js/bin/mxmlc (and that's what someone compiling
> > > from the
> > >     > > command
> > >     > >     >>> line without Maven or Ant would use too). If anything,
> > it's
> > >     > VSCode
> > >     > > that
> > >     > >     >>> is
> > >     > >     >>> not doing things in the ordinary way.
> > >     > >     >>>
> > >     > >     >>> --
> > >     > >     >>> Josh Tynjala
> > >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> > >     > >     >>>
> > >     > >     >>>
> > >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
> > >     > > carlosrovira@apache.org>
> > >     > >     >>> wrote:
> > >     > >     >>>
> > >     > >     >>> > Hi,
> > >     > >     >>> >
> > >     > >     >>> > @Piotr Zarzycki <pi...@gmail.com> I was
> over
> > > the big
> > >     > > button
> > >     > >     >>> to
> > >     > >     >>> > nightly builds, since you told me to download that.
> So
> > > from the
> > >     > > big
> > >     > >     >>> button
> > >     > >     >>> > I choosed "other downloads" and choosed non sandbox
> > one.
> > > Both
> > >     > > url goes
> > >     > >     >>> to
> > >     > >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
> > >     > >     >>> > <
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > >     > >     >>> > >
> > >     > >     >>> > 07-Feb-2020 21:11 156571205
> > >     > >     >>> >
> > >     > >     >>> > About the permissions: My guess is that is something
> > > related to
> > >     > >     >>> Moonshine,
> > >     > >     >>> > not to user or maven, since VSCode is dealing with
> the
> > > same SDK
> > >     > > without
> > >     > >     >>> > complain. I can give permissions to try this, but I
> > > suggest the
> > >     > >     >>> moonshine
> > >     > >     >>> > team could look to how VSCode work with user files
> and
> > > mimic
> > >     > > that to
> > >     > >     >>> > avoid this kind of problem.
> > >     > >     >>> >
> > >     > >     >>> > Thanks
> > >     > >     >>> >
> > >     > >     >>> >
> > >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> > >     > > (<aharui@adobe.com.invalid
> > >     > >     >>> >)
> > >     > >     >>> > escribió:
> > >     > >     >>> >
> > >     > >     >>> > > IMO, the Maven commands that build the Distribution
> > SDK
> > >     > should
> > >     > >     >>> change the
> > >     > >     >>> > > permissions.
> > >     > >     >>> > >
> > >     > >     >>> > > My 2 cents,
> > >     > >     >>> > > -Alex
> > >     > >     >>> > >
> > >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > >     > > piotrzarzycki21@gmail.com>
> > >     > >     >>> > wrote:
> > >     > >     >>> > >
> > >     > >     >>> > >     Permission to "mxmlc" file in SDK. - You have
> to
> > > add
> > >     > > permission
> > >     > >     >>> for
> > >     > >     >>> > > usage
> > >     > >     >>> > >     manually to that file.
> > >     > >     >>> > >
> > >     > >     >>> > >     I will explain you more on Monday if you won't
> > > figure it
> > >     > > out your
> > >     > >     >>> > self,
> > >     > >     >>> > >     what is all about.
> > >     > >     >>> > >
> > >     > >     >>> > >     You can literally paste in Google last sentence
> > > from
> > >     > stack
> > >     > > trace
> > >     > >     >>> > error
> > >     > >     >>> > > and
> > >     > >     >>> > >     add: How to add permission to file on Mac.
> > >     > >     >>> > >
> > >     > >     >>> > >
> > >     > >     >>> > >
> > >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
> > >     > >     >>> carlosrovira@apache.org>
> > >     > >     >>> > > wrote:
> > >     > >     >>> > >
> > >     > >     >>> > >     > Hi Piotr,
> > >     > >     >>> > >     >
> > >     > >     >>> > >     > but what kind of permission? to the moonshine
> > >     > executable?
> > >     > >     >>> > >     >
> > >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr
> > Zarzycki
> > > (<
> > >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> > >     > >     >>> > >     > escribió:
> > >     > >     >>> > >     >
> > >     > >     >>> > >     > > If you are using your own SDK (not
> downloaded
> > > trough
> > >     > >     >>> Moonshine
> > >     > >     >>> > > getting
> > >     > >     >>> > >     > > started) you have to add permission to
> mxmlc
> > > file.
> > >     > > There is a
> > >     > >     >>> > > command on
> > >     > >     >>> > >     > > Mac chmod - try to search using that
> command
> > > on a
> > >     > > Google.
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     > > Thanks,
> > >     > >     >>> > >     > > Piotr
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira
> <
> > >     > >     >>> > > carlosrovira@apache.org>
> > >     > >     >>> > >     > > wrote:
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     > > > Hi,
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > > I installed latest Moonshine nightly.
> After
> > >     > > configuring
> > >     > >     >>> initial
> > >     > >     >>> > > things
> > >     > >     >>> > >     > > > loaded TDJ project. I'm getting
> Permission
> > > denied:
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> > >     > >     >>> > >     > > > : Copyright © Prominic.NET, Inc. All
> rights
> > >     > reserved.
> > >     > >     >>> > >     > > > : Source code is under Apache License,
> > > Version 2.0
> > >     > >     >>> > >     > > > :
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip
> > > (ZLIB),
> > >     > > asblocks
> > >     > >     >>> > (Apache
> > >     > >     >>> > >     > License
> > >     > >     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
> > >     > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
> > >     > >     >>> > >     > > > : Compiling TourDeJewel
> > >     > >     >>> > >     > > > : SDK path:
> > >     > >     >>> > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > >     > >     >>> > >     > > > : Sending to mxmlx: export
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >
> > >     > >
> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > >     > >     >>> > >     > &&
> > >     > >     >>> > >     > > > export
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > >     > >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> > >     > > -Duser.region=en" &&
> > >     > >     >>> export
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >
> > >     > >     >>>
> > >     > >
> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > >     > >     >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >
> > >     > >
> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >
> > >     > >
> > -html-template=src/main/resources/jewel-example-index-template.html
> > >     > >     >>> > >     > > > -js-dynamic-access-unknown-members=true
> > >     > >     >>> > > -compiler.targets=JSRoyale
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > >     > >     >>> > >     > > > : /bin/bash:
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >
> > >     > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > >     > >     >>> > >     > > > Permission denied
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > > How can I fix it?
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > > Thanks
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh
> > > Tynjala (<
> > >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> > >     > >     >>> > >     > > > >)
> > >     > >     >>> > >     > > > escribió:
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > > > > Yeah, I don't see why Moonshine is
> > > reporting
> > >     > those
> > >     > >     >>> errors,
> > >     > >     >>> > but
> > >     > >     >>> > > VSCode
> > >     > >     >>> > >     > > > does
> > >     > >     >>> > >     > > > > not. If royale-config.xml is
> referencing
> > > SWCs
> > >     > that
> > >     > > don't
> > >     > >     >>> > > exist, that
> > >     > >     >>> > >     > > > should
> > >     > >     >>> > >     > > > > affect both IDEs.
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > > > Regardless, like you explained, the
> same
> > > issue
> > >     > > should
> > >     > >     >>> > > reproduce when
> > >     > >     >>> > >     > > > > compiling from a terminal without
> > > Moonshine.
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > > > --
> > >     > >     >>> > >     > > > > Josh Tynjala
> > >     > >     >>> > >     > > > > Bowler Hat LLC <
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > >     > >     >>> > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr
> > > Zarzycki <
> > >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > > > wrote:
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > > > > Hi Carlos,
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > > > Yeah it would be pretty great if you
> > > could
> > >     > setup
> > >     > >     >>> Moonshine,
> > >     > >     >>> > > but you
> > >     > >     >>> > >     > > > don't
> > >     > >     >>> > >     > > > > > have to do that actually to reproduce
> > the
> > >     > issue.
> > >     > >     >>> Command
> > >     > >     >>> > > which I
> > >     > >     >>> > >     > have
> > >     > >     >>> > >     > > > > > pasted in this thread can be copy and
> > > used in
> > >     > > Terminal
> > >     > >     >>> with
> > >     > >     >>> > > small
> > >     > >     >>> > >     > > path
> > >     > >     >>> > >     > > > > > adjustment. Try it on any project you
> > > have
> > >     > using
> > >     > >     >>> > > distribution build
> > >     > >     >>> > >     > > and
> > >     > >     >>> > >     > > > > for
> > >     > >     >>> > >     > > > > > sure you will get the error.
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > > > In case of Moonshine we have freez
> code
> > > for
> > >     > > commits and
> > >     > >     >>> > > prepare for
> > >     > >     >>> > >     > > > > > release, we have some internal
> problems
> > > with
> > >     > > bamboo
> > >     > >     >>> build -
> > >     > >     >>> > > if it
> > >     > >     >>> > >     > > will
> > >     > >     >>> > >     > > > > get
> > >     > >     >>> > >     > > > > > resolved we should have release early
> > > next
> > >     > week.
> > >     > > You
> > >     > >     >>> can
> > >     > >     >>> > > always try
> > >     > >     >>> > >     > > > > Nightly
> > >     > >     >>> > >     > > > > > build.
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > > > I'm really surprised that VSCode do
> not
> > >     > throwing
> > >     > > the
> > >     > >     >>> same
> > >     > >     >>> > > error -
> > >     > >     >>> > >     > > What
> > >     > >     >>> > >     > > > > > could be the case Josh? The only
> > > difference is
> > >     > > that we
> > >     > >     >>> are
> > >     > >     >>> > > using
> > >     > >     >>> > >     > > mxmlc
> > >     > >     >>> > >     > > > > file
> > >     > >     >>> > >     > > > > > and VSCode is probably using jar
> file,
> > > but
> > >     > >     >>> playerglobal.swc
> > >     > >     >>> > > doesn't
> > >     > >     >>> > >     > > > > exists
> > >     > >     >>> > >     > > > > > so both should report same issue.
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > > > Thanks,
> > >     > >     >>> > >     > > > > > Piotr
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos
> Rovira
> > <
> > >     > >     >>> > > carlosrovira@apache.org>
> > >     > >     >>> > >     > > > > > napisał(a):
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > > > > Hi Piotr,
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > > > so I think you're a bit closer (not
> > > farther
> > >     > > ;)),
> > >     > >     >>> since
> > >     > >     >>> > > compiler
> > >     > >     >>> > >     > was
> > >     > >     >>> > >     > > > > > found.
> > >     > >     >>> > >     > > > > > > Now is a matter to find what's
> > missing.
> > >     > >     >>> > >     > > > > > > What's curious for me is VSCode
> > > recognizes
> > >     > but
> > >     > >     >>> Moonshine
> > >     > >     >>> > > not. I
> > >     > >     >>> > >     > > think
> > >     > >     >>> > >     > > > > the
> > >     > >     >>> > >     > > > > > > problem is each IDE is looking at
> > > different
> > >     > > things to
> > >     > >     >>> > > match a
> > >     > >     >>> > >     > valid
> > >     > >     >>> > >     > > > > SDK,
> > >     > >     >>> > >     > > > > > > and maybe even we could be setting
> > > duplicate
> > >     > >     >>> artifacts in
> > >     > >     >>> > > the SDK
> > >     > >     >>> > >     > > so
> > >     > >     >>> > >     > > > > > VSCode
> > >     > >     >>> > >     > > > > > > finds all but Moonshine not.
> > >     > >     >>> > >     > > > > > > I'll be setup Moonshine as I have
> > time
> > > to try
> > >     > > it.
> > >     > >     >>> > >     > > > > > > I think you plan to launch a new
> one
> > > soon
> > >     > > right?
> > >     > >     >>> should I
> > >     > >     >>> > > wait
> > >     > >     >>> > >     > for
> > >     > >     >>> > >     > > > it?
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > > > Thanks
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53,
> > Piotr
> > >     > > Zarzycki (<
> > >     > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
> > >     > >     >>> > >     > > > > > > escribió:
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > > > > Hi Carlos,
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > > > I just tried your changes and
> I'm a
> > > bit
> > >     > > farther.
> > >     > >     >>> Now
> > >     > >     >>> > I'm
> > >     > >     >>> > >     > getting
> > >     > >     >>> > >     > > > > > > following
> > >     > >     >>> > >     > > > > > > > errors. It's throwing that errors
> > > cause in
> > >     > > JS only
> > >     > >     >>> > > binaries
> > >     > >     >>> > >     > > > prepared
> > >     > >     >>> > >     > > > > by
> > >     > >     >>> > >     > > > > > > ant
> > >     > >     >>> > >     > > > > > > > we have in following location
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> >
> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > >     > >     >>> > > fake
> > >     > >     >>> > >     > > > > > > > playerglobal.swc, so distribution
> > > should
> > >     > > probably
> > >     > >     >>> have
> > >     > >     >>> > > the
> > >     > >     >>> > >     > same.
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >     > >     >>> > >     > > > -debug=true
> > >     > >     >>> > >     > > > > > > > > -source-map=true
> > >     > -compiler.targets=JSRoyale
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >
> > >     > >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > >     > >     >>> > >     > > > > > > > > : Using Royale Compiler
> codebase:
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >
> > >     > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >
> > >     > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > >     >>> > >     > > > > > > > > : MXMLJSC
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >     > >     >>> > >     > > > > > > > > : -debug=true
> > >     > >     >>> > >     > > > > > > > > : -source-map=true
> > >     > >     >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >
> > >     > >
> > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > >     >>> > >     > > > > > > > > (line: 74)
> > >     > >     >>> > >     > > > > > > > > :
>  </external-library-path>
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > >     >>> > >     > > > > > > > > (line: 81)
> > >     > >     >>> > >     > > > > > > > > :
> >  </js-external-library-path>
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > >     >>> > >     > > > > > > > > (line: 81)
> > >     > >     >>> > >     > > > > > > > > :
> >  </js-external-library-path>
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > >     > >     >>> > >     > > > > > > > > :
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > >     >>> > >     > > > > > > > > (line: 99)
> > >     > >     >>> > >     > > > > > > > > :       </library-path>
> > >     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > > > Thanks,
> > >     > >     >>> > >     > > > > > > > Piotr
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos
> > > Rovira <
> > >     > >     >>> > >     > carlosrovira@apache.org>
> > >     > >     >>> > >     > > > > > > > napisał(a):
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > > > > Thanks Josh for pointing that
> out
> > > I think
> > >     > > I got
> > >     > >     >>> it.
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> > >     > piotrzarzycki21@gmail.com
> > >     > > >
> > >     > >     >>> please
> > >     > >     >>> > > try with
> > >     > >     >>> > >     > my
> > >     > >     >>> > >     > > > > > latest
> > >     > >     >>> > >     > > > > > > > > commit. I couldn't test myself,
> > > but I
> > >     > > think it
> > >     > >     >>> should
> > >     > >     >>> > > work
> > >     > >     >>> > >     > now
> > >     > >     >>> > >     > > > for
> > >     > >     >>> > >     > > > > > > > > Moonshine.
> > >     > >     >>> > >     > > > > > > > > VSCode still work with this
> > > changes.
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > > > Thanks
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > > > Carlos
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las
> 19:43,
> > > Josh
> > >     > > Tynjala (<
> > >     > >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
> > >     > >     >>> > >     > > > > > > > > escribió:
> > >     > >     >>> > >     > > > > > > > >
> > >     > >     >>> > >     > > > > > > > >> If I had to guess, this
> > classpath
> > > is
> > >     > > wrong:
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar
> > > org.json.jar
> > >     > >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > >     > >     >>> > >     > > > > > > > >> Class-Path>
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > >
> > >     > >     >>> > >     > > > > > >
> > >     > >     >>> > >     > > > > >
> > >     > >     >>> > >     > > > >
> > >     > >     >>> > >     > > >
> > >     > >     >>> > >     > >
> > >     > >     >>> > >     >
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >> I think that the names of
> those
> > > JAR
> > >     > files
> > >     > > all
> > >     > >     >>> > include
> > >     > >     >>> > > a
> > >     > >     >>> > >     > > version
> > >     > >     >>> > >     > > > > > number
> > >     > >     >>> > >     > > > > > > > in
> > >     > >     >>> > >     > > > > > > > >> the Maven distribution.
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >> --
> > >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> > >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> > >     > >     >>> > >
> > >     > >     >>> >
> > >     > >     >>>
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > >     > >     >>> > > >
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17
> AM
> > > Carlos
> > >     > > Rovira <
> > >     > >     >>> > >     > > > > > > carlosrovira@apache.org>
> > >     > >     >>> > >     > > > > > > > >> wrote:
> > >     > >     >>> > >     > > > > > > > >>
> > >     > >     >>> > >     > > > > > > > >> > ok didn't notice.
> > >     > >     >>> > >     > > > > > > > >> > So maybe is a classpath
> > problem?
> > >     > >     >>> > >     > > > > > > > >> > It's clear that VSCode goes
> to
> > > the
> > >     > same
> > >     > > place
> > >     > >     >>> and
> > >     > >     >>> > > find it
> > >     > >     >>> > >     > > > since
> > >     > >     >>> > >     > > > > > > mxmlc
> > >     > >     >>> > >     > > > > > > > >> is a
> > >     > >     >>> > >     > > > > > > > >> > dummy jar that has exactly
> > that
> > > class,
> > >     > > but
> > >     > >     >>> > > Moonshine goes
> > >     > >     >>> > >     > > and
> > >     > >     >>> > >     > > > > > didn't
> > >     > >     >>> > >     > > > > > > > >> find
> > >     > >     >>> > >     > > > > > > > >> > it.
> > >     > >     >>> > >     > > > > > > > >> > If not any clue what could
> be
> > >     > happening?
> > >     > >     >>> > >     > > > > > > > >> > Thanks
> > >     > >     >>> > >     > > > > > > > >> >
> > >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las
> > > 16:53,
> > >     > Piotr
> > >     > >     >>> Zarzycki
> > >     > >     >>> > (<
> > >     > >     >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
> > >     > >     >>> > >     > > > > > > > >> > escribió:
> > >     > >     >>> > >     > > > > > > > >> >
> > >     > >     >>> > >     > > > > > > > >> > > Exactly and I can confirm
> > > that mxmlc
> > >     > > is in
> > >     > >     >>> > place.
> > >     > >     >>> > >     > > > > > > > >> > >
> > >     > >     >>> > >     >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Carlos,

By saying that nothing happens - you don't get any information on the
console at all?

On Sun, Mar 22, 2020, 5:34 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi Chris and Piotr,
>
> I was having the same issue. After latest PR from Chris, I can confirm is
> working ok :)
> Piotr, please, a last attempt. I think you'll get working right now from
> Moonshine.
>
> As well I'm curious about how to build with IDE in Moonshine, or why
>  Project > Build Project is not working for me
> something I must have into account?
>
> Thanks
>
> Carlos
>
>
>
> El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
> christofer.dutz@c-ware.de>) escribió:
>
> > Yeah ... sorry for that.
> >
> > I noticed that I took care of the "SNAPSHOT" instead of the Timestamp,
> but
> > I forgot to add the classifier ... will be in the next PR.
> > Can you confirm that now the files have a "SNAPSHOT" instead of the
> > Timestamp?
> >
> > Chris
> >
> > Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <piotrzarzycki21@gmail.com
> >:
> >
> >     Hi Chris,
> >
> >     Nothing changed I have exactly same issue after pulling all changes
> and
> >     rebuilding sdk.
> >
> >     niedz., 22 mar 2020 o 12:15 Carlos Rovira <ca...@apache.org>
> >     napisał(a):
> >
> >     > Hi,
> >     >
> >     > Many thanks for the fix Chris.
> >     > Piotr, can you try again and confirm if all is ok now?
> >     >
> >     > thanks
> >     >
> >     >
> >     >
> >     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> >     > christofer.dutz@c-ware.de>) escribió:
> >     >
> >     > > Hi Piotr,
> >     > >
> >     > > I had a look and you are right ... even if this only seems to
> > happen if
> >     > > you haven't built the typedefs on your machine that day before
> > building
> >     > the
> >     > > distribution. I just pushed a PR that should fix this.
> >     > >
> >     > > Chris
> >     > >
> >     > >
> >     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> > piotrzarzycki21@gmail.com
> >     > >:
> >     > >
> >     > >     Hi Carlos,
> >     > >
> >     > >     I've just build royale-asjs with following command:
> >     > >
> >     > >     mvn clean install -P
> with-distribution,option-with-sass-compile
> >     > >     -DdistributionTargetFolder=path
> >     > >
> >     > >     Created new Royale Jewel project with latest nightly non
> > sandbox
> >     > build
> >     > > of
> >     > >     Moonshine and I got following result during build [1]
> >     > >
> >     > >     [1] https://paste.apache.org/u5j0a
> >     > >
> >     > >     Thanks,
> >     > >     Piotr
> >     > >
> >     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> > carlosrovira@apache.org>
> >     > >     napisał(a):
> >     > >
> >     > >     > Hi Piotr,
> >     > >     >
> >     > >     > Chris, just made maven distribution mxmlc and compc
> > executables.
> >     > >     >
> >     > >     >    - I test and VSCode works fine
> >     > >     >    - command line worked too [1]
> >     > >     >    - Moonshine:  I couldn't launch a compilation with SDK.
> > Just
> >     > > upgrade
> >     > >     >    to latest version as Moonshine requested me. I have the
> > SDK
> >     > > configured to
> >     > >     >    the distribution created with Maven. Then with TDJ
> project
> >     > loaded
> >     > > when to
> >     > >     >    Project > Build Project, but nothings happen
> >     > >     >
> >     > >     > So just need to see how to check Moonshine so we can check
> > Maven
> >     > >     > distribution is completed at last. I want to have that for
> > this
> >     > > release
> >     > >     > 0.9.7
> >     > >     >
> >     > >     > Thanks
> >     > >     >
> >     > >     > Carlos
> >     > >     >
> >     > >     > [1] output in command line for Tour de Jewel:
> >     > >     >
> >     > >     > macbookpro:TourDeJewel carlosrovira$
> >     > >     >
> >     >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> >     > -source-map=true
> >     > >     > -compiler.targets=JSRoyale
> >     > >     >
> >     > >
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > >     >
> >     > >     > >
> >     > >     >
> >     > >     > macbookpro:TourDeJewel carlosrovira$
> >     > >     >
> >     >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> >     > -source-map=true
> >     > >     > -compiler.targets=JSRoyale
> >     > >     >
> >     > >
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > >     >
> >     > >     > Using Royale Compiler codebase:
> >     > >     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> >     > >     >
> >     > >     > Using Royale SDK:
> >     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > >     >
> >     > >     > MXMLJSC
> >     > >     >
> >     > >     >
> >     > >     >
> >     > >
> >     >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> >     > >     >
> >     > >     >
> >     > >     >
> >     > >
> >     >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> >     > >     >
> >     > >     > -load-config+=obj/TourDeJewelConfig.xml
> >     > >     >
> >     > >     > -debug=true
> >     > >     >
> >     > >     > -source-map=true
> >     > >     >
> >     > >     > -compiler.targets=JSRoyale
> >     > >     >
> >     > >     >
> >     > >     >
> >     > >
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     > >     >
> >     > >     > The project 'App' has been successfully compiled.
> >     > >     >
> >     > >     > 7.080432099 seconds
> >     > >     >
> >     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
> >     > > carlosrovira@apache.org>)
> >     > >     > escribió:
> >     > >     >
> >     > >     >> Ok Josh,
> >     > >     >> understood, will take into account as I check what's going
> > on with
> >     > > latest
> >     > >     >> fails
> >     > >     >> thanks
> >     > >     >>
> >     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
> >     > >     >> joshtynjala@bowlerhat.dev>) escribió:
> >     > >     >>
> >     > >     >>> VSCode happens to run the JAR files directly with Java,
> and
> >     > > doesn't run
> >     > >     >>> anything in js/bin. If the contents of js/bin do not have
> > the
> >     > > correct
> >     > >     >>> exectuable permissions, it wouldn't affect VSCode.
> However,
> >     > fixing
> >     > > those
> >     > >     >>> permissions would still be a problem that should be
> > addressed to
> >     > > have a
> >     > >     >>> proper distribution. Moonshine is not doing anything out
> > of the
> >     > > ordinary
> >     > >     >>> by
> >     > >     >>> running js/bin/mxmlc (and that's what someone compiling
> > from the
> >     > > command
> >     > >     >>> line without Maven or Ant would use too). If anything,
> it's
> >     > VSCode
> >     > > that
> >     > >     >>> is
> >     > >     >>> not doing things in the ordinary way.
> >     > >     >>>
> >     > >     >>> --
> >     > >     >>> Josh Tynjala
> >     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> >     > >     >>>
> >     > >     >>>
> >     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
> >     > > carlosrovira@apache.org>
> >     > >     >>> wrote:
> >     > >     >>>
> >     > >     >>> > Hi,
> >     > >     >>> >
> >     > >     >>> > @Piotr Zarzycki <pi...@gmail.com> I was over
> > the big
> >     > > button
> >     > >     >>> to
> >     > >     >>> > nightly builds, since you told me to download that. So
> > from the
> >     > > big
> >     > >     >>> button
> >     > >     >>> > I choosed "other downloads" and choosed non sandbox
> one.
> > Both
> >     > > url goes
> >     > >     >>> to
> >     > >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
> >     > >     >>> > <
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> >     > >     >>> > >
> >     > >     >>> > 07-Feb-2020 21:11 156571205
> >     > >     >>> >
> >     > >     >>> > About the permissions: My guess is that is something
> > related to
> >     > >     >>> Moonshine,
> >     > >     >>> > not to user or maven, since VSCode is dealing with the
> > same SDK
> >     > > without
> >     > >     >>> > complain. I can give permissions to try this, but I
> > suggest the
> >     > >     >>> moonshine
> >     > >     >>> > team could look to how VSCode work with user files and
> > mimic
> >     > > that to
> >     > >     >>> > avoid this kind of problem.
> >     > >     >>> >
> >     > >     >>> > Thanks
> >     > >     >>> >
> >     > >     >>> >
> >     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> >     > > (<aharui@adobe.com.invalid
> >     > >     >>> >)
> >     > >     >>> > escribió:
> >     > >     >>> >
> >     > >     >>> > > IMO, the Maven commands that build the Distribution
> SDK
> >     > should
> >     > >     >>> change the
> >     > >     >>> > > permissions.
> >     > >     >>> > >
> >     > >     >>> > > My 2 cents,
> >     > >     >>> > > -Alex
> >     > >     >>> > >
> >     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> >     > > piotrzarzycki21@gmail.com>
> >     > >     >>> > wrote:
> >     > >     >>> > >
> >     > >     >>> > >     Permission to "mxmlc" file in SDK. - You have to
> > add
> >     > > permission
> >     > >     >>> for
> >     > >     >>> > > usage
> >     > >     >>> > >     manually to that file.
> >     > >     >>> > >
> >     > >     >>> > >     I will explain you more on Monday if you won't
> > figure it
> >     > > out your
> >     > >     >>> > self,
> >     > >     >>> > >     what is all about.
> >     > >     >>> > >
> >     > >     >>> > >     You can literally paste in Google last sentence
> > from
> >     > stack
> >     > > trace
> >     > >     >>> > error
> >     > >     >>> > > and
> >     > >     >>> > >     add: How to add permission to file on Mac.
> >     > >     >>> > >
> >     > >     >>> > >
> >     > >     >>> > >
> >     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
> >     > >     >>> carlosrovira@apache.org>
> >     > >     >>> > > wrote:
> >     > >     >>> > >
> >     > >     >>> > >     > Hi Piotr,
> >     > >     >>> > >     >
> >     > >     >>> > >     > but what kind of permission? to the moonshine
> >     > executable?
> >     > >     >>> > >     >
> >     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr
> Zarzycki
> > (<
> >     > >     >>> > >     > piotrzarzycki21@gmail.com>)
> >     > >     >>> > >     > escribió:
> >     > >     >>> > >     >
> >     > >     >>> > >     > > If you are using your own SDK (not downloaded
> > trough
> >     > >     >>> Moonshine
> >     > >     >>> > > getting
> >     > >     >>> > >     > > started) you have to add permission to mxmlc
> > file.
> >     > > There is a
> >     > >     >>> > > command on
> >     > >     >>> > >     > > Mac chmod - try to search using that command
> > on a
> >     > > Google.
> >     > >     >>> > >     > >
> >     > >     >>> > >     > > Thanks,
> >     > >     >>> > >     > > Piotr
> >     > >     >>> > >     > >
> >     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
> >     > >     >>> > > carlosrovira@apache.org>
> >     > >     >>> > >     > > wrote:
> >     > >     >>> > >     > >
> >     > >     >>> > >     > > > Hi,
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > > I installed latest Moonshine nightly. After
> >     > > configuring
> >     > >     >>> initial
> >     > >     >>> > > things
> >     > >     >>> > >     > > > loaded TDJ project. I'm getting Permission
> > denied:
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> >     > >     >>> > >     > > > : Copyright © Prominic.NET, Inc. All rights
> >     > reserved.
> >     > >     >>> > >     > > > : Source code is under Apache License,
> > Version 2.0
> >     > >     >>> > >     > > > :
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> >     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip
> > (ZLIB),
> >     > > asblocks
> >     > >     >>> > (Apache
> >     > >     >>> > >     > License
> >     > >     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
> >     > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
> >     > >     >>> > >     > > > : Compiling TourDeJewel
> >     > >     >>> > >     > > > : SDK path:
> >     > >     >>> > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > >     >>> > >     > > > : Sending to mxmlx: export
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > >     >>> > >     > > >
> >     > >     >>> > >
> >     > >
> > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> >     > >     >>> > >     > &&
> >     > >     >>> > >     > > > export
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> >     > > -Duser.region=en" &&
> >     > >     >>> export
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> >     > >     >>> > >     > > >
> >     > >     >>> > >
> >     > >     >>>
> >     > >
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> >     > >     >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
> >     > >     >>> > >     > > >
> >     > >     >>> > >
> >     > >
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     > >     >>> > >     > > >
> >     > >     >>> > >
> >     > >
> -html-template=src/main/resources/jewel-example-index-template.html
> >     > >     >>> > >     > > > -js-dynamic-access-unknown-members=true
> >     > >     >>> > > -compiler.targets=JSRoyale
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> >     > >     >>> > >     > > > : /bin/bash:
> >     > >     >>> > >     > > >
> >     > >     >>> > >
> >     > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> >     > >     >>> > >     > > > Permission denied
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > > How can I fix it?
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > > Thanks
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh
> > Tynjala (<
> >     > >     >>> > >     > > joshtynjala@bowlerhat.dev
> >     > >     >>> > >     > > > >)
> >     > >     >>> > >     > > > escribió:
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > > > > Yeah, I don't see why Moonshine is
> > reporting
> >     > those
> >     > >     >>> errors,
> >     > >     >>> > but
> >     > >     >>> > > VSCode
> >     > >     >>> > >     > > > does
> >     > >     >>> > >     > > > > not. If royale-config.xml is referencing
> > SWCs
> >     > that
> >     > > don't
> >     > >     >>> > > exist, that
> >     > >     >>> > >     > > > should
> >     > >     >>> > >     > > > > affect both IDEs.
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > > > Regardless, like you explained, the same
> > issue
> >     > > should
> >     > >     >>> > > reproduce when
> >     > >     >>> > >     > > > > compiling from a terminal without
> > Moonshine.
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > > > --
> >     > >     >>> > >     > > > > Josh Tynjala
> >     > >     >>> > >     > > > > Bowler Hat LLC <
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     > >     >>> > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr
> > Zarzycki <
> >     > >     >>> > >     > > piotrzarzycki21@gmail.com
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > > > wrote:
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > > > > Hi Carlos,
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > > > Yeah it would be pretty great if you
> > could
> >     > setup
> >     > >     >>> Moonshine,
> >     > >     >>> > > but you
> >     > >     >>> > >     > > > don't
> >     > >     >>> > >     > > > > > have to do that actually to reproduce
> the
> >     > issue.
> >     > >     >>> Command
> >     > >     >>> > > which I
> >     > >     >>> > >     > have
> >     > >     >>> > >     > > > > > pasted in this thread can be copy and
> > used in
> >     > > Terminal
> >     > >     >>> with
> >     > >     >>> > > small
> >     > >     >>> > >     > > path
> >     > >     >>> > >     > > > > > adjustment. Try it on any project you
> > have
> >     > using
> >     > >     >>> > > distribution build
> >     > >     >>> > >     > > and
> >     > >     >>> > >     > > > > for
> >     > >     >>> > >     > > > > > sure you will get the error.
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > > > In case of Moonshine we have freez code
> > for
> >     > > commits and
> >     > >     >>> > > prepare for
> >     > >     >>> > >     > > > > > release, we have some internal problems
> > with
> >     > > bamboo
> >     > >     >>> build -
> >     > >     >>> > > if it
> >     > >     >>> > >     > > will
> >     > >     >>> > >     > > > > get
> >     > >     >>> > >     > > > > > resolved we should have release early
> > next
> >     > week.
> >     > > You
> >     > >     >>> can
> >     > >     >>> > > always try
> >     > >     >>> > >     > > > > Nightly
> >     > >     >>> > >     > > > > > build.
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > > > I'm really surprised that VSCode do not
> >     > throwing
> >     > > the
> >     > >     >>> same
> >     > >     >>> > > error -
> >     > >     >>> > >     > > What
> >     > >     >>> > >     > > > > > could be the case Josh? The only
> > difference is
> >     > > that we
> >     > >     >>> are
> >     > >     >>> > > using
> >     > >     >>> > >     > > mxmlc
> >     > >     >>> > >     > > > > file
> >     > >     >>> > >     > > > > > and VSCode is probably using jar file,
> > but
> >     > >     >>> playerglobal.swc
> >     > >     >>> > > doesn't
> >     > >     >>> > >     > > > > exists
> >     > >     >>> > >     > > > > > so both should report same issue.
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > > > Thanks,
> >     > >     >>> > >     > > > > > Piotr
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira
> <
> >     > >     >>> > > carlosrovira@apache.org>
> >     > >     >>> > >     > > > > > napisał(a):
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > > > > Hi Piotr,
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > > > so I think you're a bit closer (not
> > farther
> >     > > ;)),
> >     > >     >>> since
> >     > >     >>> > > compiler
> >     > >     >>> > >     > was
> >     > >     >>> > >     > > > > > found.
> >     > >     >>> > >     > > > > > > Now is a matter to find what's
> missing.
> >     > >     >>> > >     > > > > > > What's curious for me is VSCode
> > recognizes
> >     > but
> >     > >     >>> Moonshine
> >     > >     >>> > > not. I
> >     > >     >>> > >     > > think
> >     > >     >>> > >     > > > > the
> >     > >     >>> > >     > > > > > > problem is each IDE is looking at
> > different
> >     > > things to
> >     > >     >>> > > match a
> >     > >     >>> > >     > valid
> >     > >     >>> > >     > > > > SDK,
> >     > >     >>> > >     > > > > > > and maybe even we could be setting
> > duplicate
> >     > >     >>> artifacts in
> >     > >     >>> > > the SDK
> >     > >     >>> > >     > > so
> >     > >     >>> > >     > > > > > VSCode
> >     > >     >>> > >     > > > > > > finds all but Moonshine not.
> >     > >     >>> > >     > > > > > > I'll be setup Moonshine as I have
> time
> > to try
> >     > > it.
> >     > >     >>> > >     > > > > > > I think you plan to launch a new one
> > soon
> >     > > right?
> >     > >     >>> should I
> >     > >     >>> > > wait
> >     > >     >>> > >     > for
> >     > >     >>> > >     > > > it?
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > > > Thanks
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53,
> Piotr
> >     > > Zarzycki (<
> >     > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
> >     > >     >>> > >     > > > > > > escribió:
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > > > > Hi Carlos,
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > > > I just tried your changes and I'm a
> > bit
> >     > > farther.
> >     > >     >>> Now
> >     > >     >>> > I'm
> >     > >     >>> > >     > getting
> >     > >     >>> > >     > > > > > > following
> >     > >     >>> > >     > > > > > > > errors. It's throwing that errors
> > cause in
> >     > > JS only
> >     > >     >>> > > binaries
> >     > >     >>> > >     > > > prepared
> >     > >     >>> > >     > > > > by
> >     > >     >>> > >     > > > > > > ant
> >     > >     >>> > >     > > > > > > > we have in following location
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> >
> /frameworks/libs/player/{playerbersion}/playerglobal.swc
> >     > >     >>> > > fake
> >     > >     >>> > >     > > > > > > > playerglobal.swc, so distribution
> > should
> >     > > probably
> >     > >     >>> have
> >     > >     >>> > > the
> >     > >     >>> > >     > same.
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > >     >>> > >     > > > -debug=true
> >     > >     >>> > >     > > > > > > > > -source-map=true
> >     > -compiler.targets=JSRoyale
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >
> >     > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >     > >     >>> > >     > > > > > > > > : Using Royale Compiler codebase:
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >
> >     > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > >     >>> > >     > > > > > > > > : Using Royale SDK:
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >
> >     > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > >     >>> > >     > > > > > > > > : MXMLJSC
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > >     >>> > >     > > > > > > > > : -debug=true
> >     > >     >>> > >     > > > > > > > > : -source-map=true
> >     > >     >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > >
> >     > >     >>> > >
> >     > >
> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     >>> > >     > > > > > > > > (line: 74)
> >     > >     >>> > >     > > > > > > > > :       </external-library-path>
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     >>> > >     > > > > > > > > (line: 81)
> >     > >     >>> > >     > > > > > > > > :
>  </js-external-library-path>
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     >>> > >     > > > > > > > > (line: 81)
> >     > >     >>> > >     > > > > > > > > :
>  </js-external-library-path>
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> >     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> >     > >     >>> > >     > > > > > > > > :
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > >     >>> > >     > > > > > > > > (line: 99)
> >     > >     >>> > >     > > > > > > > > :       </library-path>
> >     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > > > Thanks,
> >     > >     >>> > >     > > > > > > > Piotr
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos
> > Rovira <
> >     > >     >>> > >     > carlosrovira@apache.org>
> >     > >     >>> > >     > > > > > > > napisał(a):
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > > > > Thanks Josh for pointing that out
> > I think
> >     > > I got
> >     > >     >>> it.
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> >     > piotrzarzycki21@gmail.com
> >     > > >
> >     > >     >>> please
> >     > >     >>> > > try with
> >     > >     >>> > >     > my
> >     > >     >>> > >     > > > > > latest
> >     > >     >>> > >     > > > > > > > > commit. I couldn't test myself,
> > but I
> >     > > think it
> >     > >     >>> should
> >     > >     >>> > > work
> >     > >     >>> > >     > now
> >     > >     >>> > >     > > > for
> >     > >     >>> > >     > > > > > > > > Moonshine.
> >     > >     >>> > >     > > > > > > > > VSCode still work with this
> > changes.
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > > > Thanks
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > > > Carlos
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43,
> > Josh
> >     > > Tynjala (<
> >     > >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
> >     > >     >>> > >     > > > > > > > > escribió:
> >     > >     >>> > >     > > > > > > > >
> >     > >     >>> > >     > > > > > > > >> If I had to guess, this
> classpath
> > is
> >     > > wrong:
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar
> > org.json.jar
> >     > >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> >     > >     >>> > >     > > > > > > > >> Class-Path>
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > >
> >     > >     >>> > >     > > > > > >
> >     > >     >>> > >     > > > > >
> >     > >     >>> > >     > > > >
> >     > >     >>> > >     > > >
> >     > >     >>> > >     > >
> >     > >     >>> > >     >
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >> I think that the names of those
> > JAR
> >     > files
> >     > > all
> >     > >     >>> > include
> >     > >     >>> > > a
> >     > >     >>> > >     > > version
> >     > >     >>> > >     > > > > > number
> >     > >     >>> > >     > > > > > > > in
> >     > >     >>> > >     > > > > > > > >> the Maven distribution.
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >> --
> >     > >     >>> > >     > > > > > > > >> Josh Tynjala
> >     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> >     > >     >>> > >
> >     > >     >>> >
> >     > >     >>>
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     > >     >>> > > >
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM
> > Carlos
> >     > > Rovira <
> >     > >     >>> > >     > > > > > > carlosrovira@apache.org>
> >     > >     >>> > >     > > > > > > > >> wrote:
> >     > >     >>> > >     > > > > > > > >>
> >     > >     >>> > >     > > > > > > > >> > ok didn't notice.
> >     > >     >>> > >     > > > > > > > >> > So maybe is a classpath
> problem?
> >     > >     >>> > >     > > > > > > > >> > It's clear that VSCode goes to
> > the
> >     > same
> >     > > place
> >     > >     >>> and
> >     > >     >>> > > find it
> >     > >     >>> > >     > > > since
> >     > >     >>> > >     > > > > > > mxmlc
> >     > >     >>> > >     > > > > > > > >> is a
> >     > >     >>> > >     > > > > > > > >> > dummy jar that has exactly
> that
> > class,
> >     > > but
> >     > >     >>> > > Moonshine goes
> >     > >     >>> > >     > > and
> >     > >     >>> > >     > > > > > didn't
> >     > >     >>> > >     > > > > > > > >> find
> >     > >     >>> > >     > > > > > > > >> > it.
> >     > >     >>> > >     > > > > > > > >> > If not any clue what could be
> >     > happening?
> >     > >     >>> > >     > > > > > > > >> > Thanks
> >     > >     >>> > >     > > > > > > > >> >
> >     > >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las
> > 16:53,
> >     > Piotr
> >     > >     >>> Zarzycki
> >     > >     >>> > (<
> >     > >     >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
> >     > >     >>> > >     > > > > > > > >> > escribió:
> >     > >     >>> > >     > > > > > > > >> >
> >     > >     >>> > >     > > > > > > > >> > > Exactly and I can confirm
> > that mxmlc
> >     > > is in
> >     > >     >>> > place.
> >     > >     >>> > >     > > > > > > > >> > >
> >     > >     >>> > >     >

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Chris and Piotr,

I was having the same issue. After latest PR from Chris, I can confirm is
working ok :)
Piotr, please, a last attempt. I think you'll get working right now from
Moonshine.

As well I'm curious about how to build with IDE in Moonshine, or why
 Project > Build Project is not working for me
something I must have into account?

Thanks

Carlos



El dom., 22 mar. 2020 a las 17:04, Christofer Dutz (<
christofer.dutz@c-ware.de>) escribió:

> Yeah ... sorry for that.
>
> I noticed that I took care of the "SNAPSHOT" instead of the Timestamp, but
> I forgot to add the classifier ... will be in the next PR.
> Can you confirm that now the files have a "SNAPSHOT" instead of the
> Timestamp?
>
> Chris
>
> Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <pi...@gmail.com>:
>
>     Hi Chris,
>
>     Nothing changed I have exactly same issue after pulling all changes and
>     rebuilding sdk.
>
>     niedz., 22 mar 2020 o 12:15 Carlos Rovira <ca...@apache.org>
>     napisał(a):
>
>     > Hi,
>     >
>     > Many thanks for the fix Chris.
>     > Piotr, can you try again and confirm if all is ok now?
>     >
>     > thanks
>     >
>     >
>     >
>     > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
>     > christofer.dutz@c-ware.de>) escribió:
>     >
>     > > Hi Piotr,
>     > >
>     > > I had a look and you are right ... even if this only seems to
> happen if
>     > > you haven't built the typedefs on your machine that day before
> building
>     > the
>     > > distribution. I just pushed a PR that should fix this.
>     > >
>     > > Chris
>     > >
>     > >
>     > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com
>     > >:
>     > >
>     > >     Hi Carlos,
>     > >
>     > >     I've just build royale-asjs with following command:
>     > >
>     > >     mvn clean install -P with-distribution,option-with-sass-compile
>     > >     -DdistributionTargetFolder=path
>     > >
>     > >     Created new Royale Jewel project with latest nightly non
> sandbox
>     > build
>     > > of
>     > >     Moonshine and I got following result during build [1]
>     > >
>     > >     [1] https://paste.apache.org/u5j0a
>     > >
>     > >     Thanks,
>     > >     Piotr
>     > >
>     > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <
> carlosrovira@apache.org>
>     > >     napisał(a):
>     > >
>     > >     > Hi Piotr,
>     > >     >
>     > >     > Chris, just made maven distribution mxmlc and compc
> executables.
>     > >     >
>     > >     >    - I test and VSCode works fine
>     > >     >    - command line worked too [1]
>     > >     >    - Moonshine:  I couldn't launch a compilation with SDK.
> Just
>     > > upgrade
>     > >     >    to latest version as Moonshine requested me. I have the
> SDK
>     > > configured to
>     > >     >    the distribution created with Maven. Then with TDJ project
>     > loaded
>     > > when to
>     > >     >    Project > Build Project, but nothings happen
>     > >     >
>     > >     > So just need to see how to check Moonshine so we can check
> Maven
>     > >     > distribution is completed at last. I want to have that for
> this
>     > > release
>     > >     > 0.9.7
>     > >     >
>     > >     > Thanks
>     > >     >
>     > >     > Carlos
>     > >     >
>     > >     > [1] output in command line for Tour de Jewel:
>     > >     >
>     > >     > macbookpro:TourDeJewel carlosrovira$
>     > >     >
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
>     > -source-map=true
>     > >     > -compiler.targets=JSRoyale
>     > >     >
>     > >
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > >     >
>     > >     > >
>     > >     >
>     > >     > macbookpro:TourDeJewel carlosrovira$
>     > >     >
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
>     > -source-map=true
>     > >     > -compiler.targets=JSRoyale
>     > >     >
>     > >
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > >     >
>     > >     > Using Royale Compiler codebase:
>     > >     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
>     > >     >
>     > >     > Using Royale SDK:
>     > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > >     >
>     > >     > MXMLJSC
>     > >     >
>     > >     >
>     > >     >
>     > >
>     >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
>     > >     >
>     > >     >
>     > >     >
>     > >
>     >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
>     > >     >
>     > >     > -load-config+=obj/TourDeJewelConfig.xml
>     > >     >
>     > >     > -debug=true
>     > >     >
>     > >     > -source-map=true
>     > >     >
>     > >     > -compiler.targets=JSRoyale
>     > >     >
>     > >     >
>     > >     >
>     > >
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     > >     >
>     > >     > The project 'App' has been successfully compiled.
>     > >     >
>     > >     > 7.080432099 seconds
>     > >     >
>     > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
>     > > carlosrovira@apache.org>)
>     > >     > escribió:
>     > >     >
>     > >     >> Ok Josh,
>     > >     >> understood, will take into account as I check what's going
> on with
>     > > latest
>     > >     >> fails
>     > >     >> thanks
>     > >     >>
>     > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
>     > >     >> joshtynjala@bowlerhat.dev>) escribió:
>     > >     >>
>     > >     >>> VSCode happens to run the JAR files directly with Java, and
>     > > doesn't run
>     > >     >>> anything in js/bin. If the contents of js/bin do not have
> the
>     > > correct
>     > >     >>> exectuable permissions, it wouldn't affect VSCode. However,
>     > fixing
>     > > those
>     > >     >>> permissions would still be a problem that should be
> addressed to
>     > > have a
>     > >     >>> proper distribution. Moonshine is not doing anything out
> of the
>     > > ordinary
>     > >     >>> by
>     > >     >>> running js/bin/mxmlc (and that's what someone compiling
> from the
>     > > command
>     > >     >>> line without Maven or Ant would use too). If anything, it's
>     > VSCode
>     > > that
>     > >     >>> is
>     > >     >>> not doing things in the ordinary way.
>     > >     >>>
>     > >     >>> --
>     > >     >>> Josh Tynjala
>     > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
>     > >     >>>
>     > >     >>>
>     > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
>     > > carlosrovira@apache.org>
>     > >     >>> wrote:
>     > >     >>>
>     > >     >>> > Hi,
>     > >     >>> >
>     > >     >>> > @Piotr Zarzycki <pi...@gmail.com> I was over
> the big
>     > > button
>     > >     >>> to
>     > >     >>> > nightly builds, since you told me to download that. So
> from the
>     > > big
>     > >     >>> button
>     > >     >>> > I choosed "other downloads" and choosed non sandbox one.
> Both
>     > > url goes
>     > >     >>> to
>     > >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
>     > >     >>> > <
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
>     > >     >>> > >
>     > >     >>> > 07-Feb-2020 21:11 156571205
>     > >     >>> >
>     > >     >>> > About the permissions: My guess is that is something
> related to
>     > >     >>> Moonshine,
>     > >     >>> > not to user or maven, since VSCode is dealing with the
> same SDK
>     > > without
>     > >     >>> > complain. I can give permissions to try this, but I
> suggest the
>     > >     >>> moonshine
>     > >     >>> > team could look to how VSCode work with user files and
> mimic
>     > > that to
>     > >     >>> > avoid this kind of problem.
>     > >     >>> >
>     > >     >>> > Thanks
>     > >     >>> >
>     > >     >>> >
>     > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
>     > > (<aharui@adobe.com.invalid
>     > >     >>> >)
>     > >     >>> > escribió:
>     > >     >>> >
>     > >     >>> > > IMO, the Maven commands that build the Distribution SDK
>     > should
>     > >     >>> change the
>     > >     >>> > > permissions.
>     > >     >>> > >
>     > >     >>> > > My 2 cents,
>     > >     >>> > > -Alex
>     > >     >>> > >
>     > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
>     > > piotrzarzycki21@gmail.com>
>     > >     >>> > wrote:
>     > >     >>> > >
>     > >     >>> > >     Permission to "mxmlc" file in SDK. - You have to
> add
>     > > permission
>     > >     >>> for
>     > >     >>> > > usage
>     > >     >>> > >     manually to that file.
>     > >     >>> > >
>     > >     >>> > >     I will explain you more on Monday if you won't
> figure it
>     > > out your
>     > >     >>> > self,
>     > >     >>> > >     what is all about.
>     > >     >>> > >
>     > >     >>> > >     You can literally paste in Google last sentence
> from
>     > stack
>     > > trace
>     > >     >>> > error
>     > >     >>> > > and
>     > >     >>> > >     add: How to add permission to file on Mac.
>     > >     >>> > >
>     > >     >>> > >
>     > >     >>> > >
>     > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
>     > >     >>> carlosrovira@apache.org>
>     > >     >>> > > wrote:
>     > >     >>> > >
>     > >     >>> > >     > Hi Piotr,
>     > >     >>> > >     >
>     > >     >>> > >     > but what kind of permission? to the moonshine
>     > executable?
>     > >     >>> > >     >
>     > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki
> (<
>     > >     >>> > >     > piotrzarzycki21@gmail.com>)
>     > >     >>> > >     > escribió:
>     > >     >>> > >     >
>     > >     >>> > >     > > If you are using your own SDK (not downloaded
> trough
>     > >     >>> Moonshine
>     > >     >>> > > getting
>     > >     >>> > >     > > started) you have to add permission to mxmlc
> file.
>     > > There is a
>     > >     >>> > > command on
>     > >     >>> > >     > > Mac chmod - try to search using that command
> on a
>     > > Google.
>     > >     >>> > >     > >
>     > >     >>> > >     > > Thanks,
>     > >     >>> > >     > > Piotr
>     > >     >>> > >     > >
>     > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
>     > >     >>> > > carlosrovira@apache.org>
>     > >     >>> > >     > > wrote:
>     > >     >>> > >     > >
>     > >     >>> > >     > > > Hi,
>     > >     >>> > >     > > >
>     > >     >>> > >     > > > I installed latest Moonshine nightly. After
>     > > configuring
>     > >     >>> initial
>     > >     >>> > > things
>     > >     >>> > >     > > > loaded TDJ project. I'm getting Permission
> denied:
>     > >     >>> > >     > > >
>     > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
>     > >     >>> > >     > > > : Copyright © Prominic.NET, Inc. All rights
>     > reserved.
>     > >     >>> > >     > > > : Source code is under Apache License,
> Version 2.0
>     > >     >>> > >     > > > :
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>     > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip
> (ZLIB),
>     > > asblocks
>     > >     >>> > (Apache
>     > >     >>> > >     > License
>     > >     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
>     > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
>     > >     >>> > >     > > > : Compiling TourDeJewel
>     > >     >>> > >     > > > : SDK path:
>     > >     >>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > >     >>> > >     > > > : Sending to mxmlx: export
>     > >     >>> > >     > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > >     >>> > >     > > >
>     > >     >>> > >
>     > >
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>     > >     >>> > >     > &&
>     > >     >>> > >     > > > export
>     > >     >>> > >     > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
>     > > -Duser.region=en" &&
>     > >     >>> export
>     > >     >>> > >     > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>     > >     >>> > >     > > >
>     > >     >>> > >
>     > >     >>>
>     > >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>     > >     >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
>     > >     >>> > >     > > >
>     > >     >>> > >
>     > >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     > >     >>> > >     > > >
>     > >     >>> > >
>     > > -html-template=src/main/resources/jewel-example-index-template.html
>     > >     >>> > >     > > > -js-dynamic-access-unknown-members=true
>     > >     >>> > > -compiler.targets=JSRoyale
>     > >     >>> > >     > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>     > >     >>> > >     > > > : /bin/bash:
>     > >     >>> > >     > > >
>     > >     >>> > >
>     > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>     > >     >>> > >     > > > Permission denied
>     > >     >>> > >     > > >
>     > >     >>> > >     > > > How can I fix it?
>     > >     >>> > >     > > >
>     > >     >>> > >     > > > Thanks
>     > >     >>> > >     > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh
> Tynjala (<
>     > >     >>> > >     > > joshtynjala@bowlerhat.dev
>     > >     >>> > >     > > > >)
>     > >     >>> > >     > > > escribió:
>     > >     >>> > >     > > >
>     > >     >>> > >     > > > > Yeah, I don't see why Moonshine is
> reporting
>     > those
>     > >     >>> errors,
>     > >     >>> > but
>     > >     >>> > > VSCode
>     > >     >>> > >     > > > does
>     > >     >>> > >     > > > > not. If royale-config.xml is referencing
> SWCs
>     > that
>     > > don't
>     > >     >>> > > exist, that
>     > >     >>> > >     > > > should
>     > >     >>> > >     > > > > affect both IDEs.
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > > > Regardless, like you explained, the same
> issue
>     > > should
>     > >     >>> > > reproduce when
>     > >     >>> > >     > > > > compiling from a terminal without
> Moonshine.
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > > > --
>     > >     >>> > >     > > > > Josh Tynjala
>     > >     >>> > >     > > > > Bowler Hat LLC <
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     > >     >>> > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr
> Zarzycki <
>     > >     >>> > >     > > piotrzarzycki21@gmail.com
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > > > wrote:
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > > > > Hi Carlos,
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > > > Yeah it would be pretty great if you
> could
>     > setup
>     > >     >>> Moonshine,
>     > >     >>> > > but you
>     > >     >>> > >     > > > don't
>     > >     >>> > >     > > > > > have to do that actually to reproduce the
>     > issue.
>     > >     >>> Command
>     > >     >>> > > which I
>     > >     >>> > >     > have
>     > >     >>> > >     > > > > > pasted in this thread can be copy and
> used in
>     > > Terminal
>     > >     >>> with
>     > >     >>> > > small
>     > >     >>> > >     > > path
>     > >     >>> > >     > > > > > adjustment. Try it on any project you
> have
>     > using
>     > >     >>> > > distribution build
>     > >     >>> > >     > > and
>     > >     >>> > >     > > > > for
>     > >     >>> > >     > > > > > sure you will get the error.
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > > > In case of Moonshine we have freez code
> for
>     > > commits and
>     > >     >>> > > prepare for
>     > >     >>> > >     > > > > > release, we have some internal problems
> with
>     > > bamboo
>     > >     >>> build -
>     > >     >>> > > if it
>     > >     >>> > >     > > will
>     > >     >>> > >     > > > > get
>     > >     >>> > >     > > > > > resolved we should have release early
> next
>     > week.
>     > > You
>     > >     >>> can
>     > >     >>> > > always try
>     > >     >>> > >     > > > > Nightly
>     > >     >>> > >     > > > > > build.
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > > > I'm really surprised that VSCode do not
>     > throwing
>     > > the
>     > >     >>> same
>     > >     >>> > > error -
>     > >     >>> > >     > > What
>     > >     >>> > >     > > > > > could be the case Josh? The only
> difference is
>     > > that we
>     > >     >>> are
>     > >     >>> > > using
>     > >     >>> > >     > > mxmlc
>     > >     >>> > >     > > > > file
>     > >     >>> > >     > > > > > and VSCode is probably using jar file,
> but
>     > >     >>> playerglobal.swc
>     > >     >>> > > doesn't
>     > >     >>> > >     > > > > exists
>     > >     >>> > >     > > > > > so both should report same issue.
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > > > Thanks,
>     > >     >>> > >     > > > > > Piotr
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
>     > >     >>> > > carlosrovira@apache.org>
>     > >     >>> > >     > > > > > napisał(a):
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > > > > Hi Piotr,
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > > > so I think you're a bit closer (not
> farther
>     > > ;)),
>     > >     >>> since
>     > >     >>> > > compiler
>     > >     >>> > >     > was
>     > >     >>> > >     > > > > > found.
>     > >     >>> > >     > > > > > > Now is a matter to find what's missing.
>     > >     >>> > >     > > > > > > What's curious for me is VSCode
> recognizes
>     > but
>     > >     >>> Moonshine
>     > >     >>> > > not. I
>     > >     >>> > >     > > think
>     > >     >>> > >     > > > > the
>     > >     >>> > >     > > > > > > problem is each IDE is looking at
> different
>     > > things to
>     > >     >>> > > match a
>     > >     >>> > >     > valid
>     > >     >>> > >     > > > > SDK,
>     > >     >>> > >     > > > > > > and maybe even we could be setting
> duplicate
>     > >     >>> artifacts in
>     > >     >>> > > the SDK
>     > >     >>> > >     > > so
>     > >     >>> > >     > > > > > VSCode
>     > >     >>> > >     > > > > > > finds all but Moonshine not.
>     > >     >>> > >     > > > > > > I'll be setup Moonshine as I have time
> to try
>     > > it.
>     > >     >>> > >     > > > > > > I think you plan to launch a new one
> soon
>     > > right?
>     > >     >>> should I
>     > >     >>> > > wait
>     > >     >>> > >     > for
>     > >     >>> > >     > > > it?
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > > > Thanks
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr
>     > > Zarzycki (<
>     > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
>     > >     >>> > >     > > > > > > escribió:
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > > > > Hi Carlos,
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > > > I just tried your changes and I'm a
> bit
>     > > farther.
>     > >     >>> Now
>     > >     >>> > I'm
>     > >     >>> > >     > getting
>     > >     >>> > >     > > > > > > following
>     > >     >>> > >     > > > > > > > errors. It's throwing that errors
> cause in
>     > > JS only
>     > >     >>> > > binaries
>     > >     >>> > >     > > > prepared
>     > >     >>> > >     > > > > by
>     > >     >>> > >     > > > > > > ant
>     > >     >>> > >     > > > > > > > we have in following location
>     > >     >>> > >     > > > > > > >
>     > >     >>> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
>     > >     >>> > > fake
>     > >     >>> > >     > > > > > > > playerglobal.swc, so distribution
> should
>     > > probably
>     > >     >>> have
>     > >     >>> > > the
>     > >     >>> > >     > same.
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > >     >>> > >     > > > -debug=true
>     > >     >>> > >     > > > > > > > > -source-map=true
>     > -compiler.targets=JSRoyale
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >
>     > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     > >     >>> > >     > > > > > > > > : Using Royale Compiler codebase:
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >
>     > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > >     >>> > >     > > > > > > > > : Using Royale SDK:
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >
>     > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > >     >>> > >     > > > > > > > > : MXMLJSC
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > >     >>> > >     > > > > > > > > : -debug=true
>     > >     >>> > >     > > > > > > > > : -source-map=true
>     > >     >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > >
>     > >     >>> > >
>     > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     >>> > >     > > > > > > > > (line: 74)
>     > >     >>> > >     > > > > > > > > :       </external-library-path>
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     >>> > >     > > > > > > > > (line: 81)
>     > >     >>> > >     > > > > > > > > :       </js-external-library-path>
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     >>> > >     > > > > > > > > (line: 81)
>     > >     >>> > >     > > > > > > > > :       </js-external-library-path>
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>     > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>     > >     >>> > >     > > > > > > > > :
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > >     >>> > >     > > > > > > > > (line: 99)
>     > >     >>> > >     > > > > > > > > :       </library-path>
>     > >     >>> > >     > > > > > > > > : 1.034449561 seconds
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > > > Thanks,
>     > >     >>> > >     > > > > > > > Piotr
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos
> Rovira <
>     > >     >>> > >     > carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > napisał(a):
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > > > > Thanks Josh for pointing that out
> I think
>     > > I got
>     > >     >>> it.
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
>     > piotrzarzycki21@gmail.com
>     > > >
>     > >     >>> please
>     > >     >>> > > try with
>     > >     >>> > >     > my
>     > >     >>> > >     > > > > > latest
>     > >     >>> > >     > > > > > > > > commit. I couldn't test myself,
> but I
>     > > think it
>     > >     >>> should
>     > >     >>> > > work
>     > >     >>> > >     > now
>     > >     >>> > >     > > > for
>     > >     >>> > >     > > > > > > > > Moonshine.
>     > >     >>> > >     > > > > > > > > VSCode still work with this
> changes.
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > > > Thanks
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > > > Carlos
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43,
> Josh
>     > > Tynjala (<
>     > >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
>     > >     >>> > >     > > > > > > > > escribió:
>     > >     >>> > >     > > > > > > > >
>     > >     >>> > >     > > > > > > > >> If I had to guess, this classpath
> is
>     > > wrong:
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar
> org.json.jar
>     > >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>     > >     >>> > >     > > > > > > > >> Class-Path>
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> I think that the names of those
> JAR
>     > files
>     > > all
>     > >     >>> > include
>     > >     >>> > > a
>     > >     >>> > >     > > version
>     > >     >>> > >     > > > > > number
>     > >     >>> > >     > > > > > > > in
>     > >     >>> > >     > > > > > > > >> the Maven distribution.
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> --
>     > >     >>> > >     > > > > > > > >> Josh Tynjala
>     > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     > >     >>> > > >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM
> Carlos
>     > > Rovira <
>     > >     >>> > >     > > > > > > carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > >> wrote:
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > ok didn't notice.
>     > >     >>> > >     > > > > > > > >> > So maybe is a classpath problem?
>     > >     >>> > >     > > > > > > > >> > It's clear that VSCode goes to
> the
>     > same
>     > > place
>     > >     >>> and
>     > >     >>> > > find it
>     > >     >>> > >     > > > since
>     > >     >>> > >     > > > > > > mxmlc
>     > >     >>> > >     > > > > > > > >> is a
>     > >     >>> > >     > > > > > > > >> > dummy jar that has exactly that
> class,
>     > > but
>     > >     >>> > > Moonshine goes
>     > >     >>> > >     > > and
>     > >     >>> > >     > > > > > didn't
>     > >     >>> > >     > > > > > > > >> find
>     > >     >>> > >     > > > > > > > >> > it.
>     > >     >>> > >     > > > > > > > >> > If not any clue what could be
>     > happening?
>     > >     >>> > >     > > > > > > > >> > Thanks
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las
> 16:53,
>     > Piotr
>     > >     >>> Zarzycki
>     > >     >>> > (<
>     > >     >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
>     > >     >>> > >     > > > > > > > >> > escribió:
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >> > > Exactly and I can confirm
> that mxmlc
>     > > is in
>     > >     >>> > place.
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh
>     > Tynjala <
>     > >     >>> > >     > > > > joshtynjala@bowlerhat.dev
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > > > > >> > > napisał(a):
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > > You can see from the output
> that
>     > >     >>> Moonshine is
>     > >     >>> > > calling
>     > >     >>> > >     > > the
>     > >     >>> > >     > > > > > > command
>     > >     >>> > >     > > > > > > > >> line
>     > >     >>> > >     > > > > > > > >> > > > scripts in js/bin.
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > --
>     > >     >>> > >     > > > > > > > >> > > > Josh Tynjala
>     > >     >>> > >     > > > > > > > >> > > > Bowler Hat LLC <
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     > >     >>> > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45
> AM
>     > > Carlos
>     > >     >>> Rovira <
>     > >     >>> > >     > > > > > > > >> carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > >> > > > wrote:
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > Hi Piotr,
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > > > That was a problem I had
> with
>     > > VSCode
>     > >     >>> when
>     > >     >>> > > started to
>     > >     >>> > >     > > > work
>     > >     >>> > >     > > > > on
>     > >     >>> > >     > > > > > > fix
>     > >     >>> > >     > > > > > > > >> SDK
>     > >     >>> > >     > > > > > > > >> > > for
>     > >     >>> > >     > > > > > > > >> > > > > IDE.
>     > >     >>> > >     > > > > > > > >> > > > > Josh told me that VSCode
> tries
>     > to
>     > > find
>     > >     >>> that
>     > >     >>> > > class in
>     > >     >>> > >     > > > > > > > >> > /js/lib/mxmlc.jar
>     > >     >>> > >     > > > > > > > >> > > > > it needs
> /js/lib/mxmlc.jar too
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > > > Maybe Moonshine is
> looking in
>     > > other
>     > >     >>> path?
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > > > Thanks
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las
>     > 14:43,
>     > > Piotr
>     > >     >>> > > Zarzycki (<
>     > >     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
> >)
>     > >     >>> > >     > > > > > > > >> > > > > escribió:
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > Hi Carlos,
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > I have build on my Mac
> SDK and
>     > > tried
>     > >     >>> in
>     > >     >>> > > Nightly
>     > >     >>> > >     > > Build
>     > >     >>> > >     > > > of
>     > >     >>> > >     > > > > > > > >> > Moonshine. I
>     > >     >>> > >     > > > > > > > >> > > > > > cannot build Hello
> World. I'm
>     > > getting
>     > >     >>> > > following
>     > >     >>> > >     > > error:
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > >
>     > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > >     >>> > >     > > > > > > > >> -debug=true
>     > >     >>> > >     > > > > > > > >> > > > > > -source-map=true
>     > >     >>> > -compiler.targets=JSRoyale
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > >
>     > >     >>> > >
>     > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     > >     >>> > >     > > > > > > > >> > > > > > : Using Royale Compiler
>     > > codebase:
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > >
>     > >     >>> > >
>     > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > >     >>> > >     > > > > > > > >> > > > > > : Using Royale SDK:
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > >
>     > >     >>> > >
>     > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > >     >>> > >     > > > > > > > >> > > > > > : Error: Could not find
> or
>     > load
>     > > main
>     > >     >>> class
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> org.apache.royale.compiler.clients.MXMLJSC
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o
> 16:26
>     > Carlos
>     > >     >>> Rovira <
>     > >     >>> > >     > > > > > > > >> carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > >> > > > > > napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > Hi Piotr,
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > right, are simplified
> too
>     > and
>     > > does
>     > >     >>> not
>     > >     >>> > > have any
>     > >     >>> > >     > > > > profile
>     > >     >>> > >     > > > > > or
>     > >     >>> > >     > > > > > > > >> > > variable.
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > "-U clean install" is
>     > > standard maven
>     > >     >>> > > commands,
>     > >     >>> > >     > > > nothing
>     > >     >>> > >     > > > > > to
>     > >     >>> > >     > > > > > > do
>     > >     >>> > >     > > > > > > > >> with
>     > >     >>> > >     > > > > > > > >> > > us
>     > >     >>> > >     > > > > > > > >> > > > in
>     > >     >>> > >     > > > > > > > >> > > > > > > particular, so you
> can left
>     > > that
>     > >     >>> > >     > > > > > > > >> > > > > > > "-P main,utils" are
> not
>     > needed
>     > >     >>> anymore,
>     > >     >>> > > since
>     > >     >>> > >     > now
>     > >     >>> > >     > > > > > there's
>     > >     >>> > >     > > > > > > no
>     > >     >>> > >     > > > > > > > >> > > > > > > differentiation
> between a
>     > > "first
>     > >     >>> build"
>     > >     >>> > > against
>     > >     >>> > >     > > rest
>     > >     >>> > >     > > > > of
>     > >     >>> > >     > > > > > > > >> builds.
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020
> a las
>     > > 15:32,
>     > >     >>> Piotr
>     > >     >>> > >     > Zarzycki
>     > >     >>> > >     > > (<
>     > >     >>> > >     > > > > > > > >> > > > > > >
> piotrzarzycki21@gmail.com>)
>     > >     >>> escribió:
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > Hi Carlos,
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > Builds for
> framework is
>     > > updated.
>     > >     >>> What
>     > >     >>> > > about
>     > >     >>> > >     > > > compiler
>     > >     >>> > >     > > > > > and
>     > >     >>> > >     > > > > > > > >> > > typedefs ?
>     > >     >>> > >     > > > > > > > >> > > > > For
>     > >     >>> > >     > > > > > > > >> > > > > > > > compiler on the
> server we
>     > > have:
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > -U clean install
>     > >     >>> > >     > > > > > > > >> > > > > > > > -P -main,utils
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > It looks like that
> those
>     > > profiles
>     > >     >>> also
>     > >     >>> > >     > > deprecated
>     > >     >>> > >     > > > -
>     > >     >>> > >     > > > > > can
>     > >     >>> > >     > > > > > > > you
>     > >     >>> > >     > > > > > > > >> > > > confirm ?
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > Thanks,
>     > >     >>> > >     > > > > > > > >> > > > > > > > Piotr
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o
> 18:37
>     > > Carlos
>     > >     >>> > Rovira <
>     > >     >>> > >     > > > > > > > >> > carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > >> > > > > > > > napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > it surprise me
> that due
>     > > all the
>     > >     >>> > > changes done
>     > >     >>> > >     > > in
>     > >     >>> > >     > > > > > maven
>     > >     >>> > >     > > > > > > > >> > > builds.a.o
>     > >     >>> > >     > > > > > > > >> > > > > was
>     > >     >>> > >     > > > > > > > >> > > > > > > not
>     > >     >>> > >     > > > > > > > >> > > > > > > > > failing. I've even
>     > didn't
>     > > repare
>     > >     >>> > that
>     > >     >>> > > will
>     > >     >>> > >     > > need
>     > >     >>> > >     > > > to
>     > >     >>> > >     > > > > > be
>     > >     >>> > >     > > > > > > > >> > updated.
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > These profiles
> does not
>     > > exist
>     > >     >>> > anymore:
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>>
>     > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > Here's the
> updated doc
>     > > for maven
>     > >     >>> > > simplified
>     > >     >>> > >     > > [1]
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > In sort:
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > 1.- Only env var
> needed
>     > in
>     > >     >>> Maven now
>     > >     >>> > > is
>     > >     >>> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
>     > >     >>> > >     > > > > > > > >> > > > > > > > > 2.- Build from an
> empty
>     > > repo is
>     > >     >>> now
>     > >     >>> > > more
>     > >     >>> > >     > > > reliable
>     > >     >>> > >     > > > > > > > >> (something
>     > >     >>> > >     > > > > > > > >> > > that
>     > >     >>> > >     > > > > > > > >> > > > > > was a
>     > >     >>> > >     > > > > > > > >> > > > > > > > > real headache)
>     > >     >>> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are
> reduced
>     > > to:
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >    -
> with-ui-testsuite
>     > >     >>> > >     > > > > > > > >> > > > > > > > >    -
> option-with-swf
>     > >     >>> > >     > > > > > > > >> > > > > > > > >    - with-examples
>     > >     >>> > >     > > > > > > > >> > > > > > > > >    -
> with-distribution
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > Can you upgrade
>     > > builds.a.o to
>     > >     >>> use
>     > >     >>> > this
>     > >     >>> > >     > > profiles?
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > [1]
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene.
> 2020 a
>     > > las
>     > >     >>> 17:40,
>     > >     >>> > > Piotr
>     > >     >>> > >     > > > Zarzycki
>     > >     >>> > >     > > > > (<
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > piotrzarzycki21@gmail.com
>     > > >)
>     > >     >>> > escribió:
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > Carlos,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > What has change
> more
>     > in
>     > > case
>     > >     >>> of
>     > >     >>> > > Maven
>     > >     >>> > >     > build
>     > >     >>> > >     > > > for
>     > >     >>> > >     > > > > > > > >> framework?
>     > >     >>> > >     > > > > > > > >> > On
>     > >     >>> > >     > > > > > > > >> > > > > > > > builds.a.o
>     > >     >>> > >     > > > > > > > >> > > > > > > > > we
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > have following
> command
>     > > which
>     > >     >>> > running
>     > >     >>> > >     > > > > royale-asjs.
>     > >     >>> > >     > > > > > It
>     > >     >>> > >     > > > > > > > >> looks
>     > >     >>> > >     > > > > > > > >> > > like
>     > >     >>> > >     > > > > > > > >> > > > > > > > something
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > is missing,
> cause I
>     > have
>     > >     >>> removed
>     > >     >>> > > locally
>     > >     >>> > >     > my
>     > >     >>> > >     > > > > > > > >> > org.apache.royale
>     > >     >>> > >     > > > > > > > >> > > > > > folder
>     > >     >>> > >     > > > > > > > >> > > > > > > > from
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > .m2 and start
> building
>     > >     >>> PureMVC to
>     > >     >>> > > swc.
>     > >     >>> > >     > [1] -
>     > >     >>> > >     > > > It
>     > >     >>> > >     > > > > > > throws
>     > >     >>> > >     > > > > > > > >> > > > exception
>     > >     >>> > >     > > > > > > > >> > > > > > now.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > Could not
> resolve
>     > >     >>> dependencies for
>     > >     >>> > > project
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > >
>     > >     >>> > >
>     > >     >>>
>     > >
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > Failure to find
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > >
>     > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>     > >     >>> > >     > > > > > > > >> > > > > > > > > in
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
>     > >     >>> > >     > > > > > > > >> > > > was
>     > >     >>> > >     > > > > > > > >> > > > > > > > cached
>     > >     >>> > >     > > > > > > > >> > > > > > > > > in
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > the local
> repository,
>     > >     >>> resolution
>     > >     >>> > > will not
>     > >     >>> > >     > be
>     > >     >>> > >     > > > > > > > reattempted
>     > >     >>> > >     > > > > > > > >> > > until
>     > >     >>> > >     > > > > > > > >> > > > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > update
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > interval of
>     > > apache-snapshots
>     > >     >>> has
>     > >     >>> > > elapsed
>     > >     >>> > >     > or
>     > >     >>> > >     > > > > > updates
>     > >     >>> > >     > > > > > > > are
>     > >     >>> > >     > > > > > > > >> > > forced
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > Above means
> that it
>     > > probably
>     > >     >>> > doesn't
>     > >     >>> > >     > exists
>     > >     >>> > >     > > in
>     > >     >>> > >     > > > > > > Apache
>     > >     >>> > >     > > > > > > > >> Maven
>     > >     >>> > >     > > > > > > > >> > > > > > > central...
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > Command on
> builds.a.o:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > -U
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > clean
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > deploy
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > -P
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > -Dgenerate.swf.swcs=true
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > [1]
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > Thanks,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > Piotr
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty
> 2020 o
>     > > 12:29 Piotr
>     > >     >>> > > Zarzycki <
>     > >     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait
> to see
>     > > whether
>     > >     >>> > > someone
>     > >     >>> > >     > > > actually
>     > >     >>> > >     > > > > > know
>     > >     >>> > >     > > > > > > > >> what
>     > >     >>> > >     > > > > > > > >> > is
>     > >     >>> > >     > > > > > > > >> > > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > version.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty
> 2020 o
>     > > 12:27
>     > >     >>> Carlos
>     > >     >>> > > Rovira <
>     > >     >>> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> I explained
> in this
>     > > thread
>     > >     >>> > that I
>     > >     >>> > >     > > couldn't
>     > >     >>> > >     > > > > find
>     > >     >>> > >     > > > > > > in
>     > >     >>> > >     > > > > > > > >> maven
>     > >     >>> > >     > > > > > > > >> > > the
>     > >     >>> > >     > > > > > > > >> > > > > > same
>     > >     >>> > >     > > > > > > > >> > > > > > > > > exact
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> version that
> ANT
>     > > one, I
>     > >     >>> put the
>     > >     >>> > > closest
>     > >     >>> > >     > > in
>     > >     >>> > >     > > > > date
>     > >     >>> > >     > > > > > > > >> > available
>     > >     >>> > >     > > > > > > > >> > > > from
>     > >     >>> > >     > > > > > > > >> > > > > > > maven
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> I proposed
> as well
>     > > if we
>     > >     >>> can
>     > >     >>> > > upgrade
>     > >     >>> > >     > > > > ANT/MAVEN
>     > >     >>> > >     > > > > > to
>     > >     >>> > >     > > > > > > > the
>     > >     >>> > >     > > > > > > > >> > same
>     > >     >>> > >     > > > > > > > >> > > > one
>     > >     >>> > >     > > > > > > > >> > > > > > > that
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > works.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> Other thing
> is that
>     > > maybe I
>     > >     >>> > fail
>     > >     >>> > > in the
>     > >     >>> > >     > > > > search
>     > >     >>> > >     > > > > > > and
>     > >     >>> > >     > > > > > > > >> the
>     > >     >>> > >     > > > > > > > >> > > > version
>     > >     >>> > >     > > > > > > > >> > > > > > > could
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> exists, in
> that
>     > case
>     > > hope
>     > >     >>> other
>     > >     >>> > > can
>     > >     >>> > >     > > > indicate
>     > >     >>> > >     > > > > > the
>     > >     >>> > >     > > > > > > > >> maven
>     > >     >>> > >     > > > > > > > >> > > > > > descriptor
>     > >     >>> > >     > > > > > > > >> > > > > > > to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> update
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> it.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> thanks
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22
> ene.
>     > > 2020 a las
>     > >     >>> > > 12:11,
>     > >     >>> > >     > Piotr
>     > >     >>> > >     > > > > > Zarzycki
>     > >     >>> > >     > > > > > > > (<
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > > piotrzarzycki21@gmail.com
>     > >     >>> >)
>     > >     >>> > > escribió:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > Why you
> didn't
>     > use
>     > >     >>> exactly
>     > >     >>> > the
>     > >     >>> > > same
>     > >     >>> > >     > > > > version ?
>     > >     >>> > >     > > > > > > > Maybe
>     > >     >>> > >     > > > > > > > >> > this
>     > >     >>> > >     > > > > > > > >> > > > is
>     > >     >>> > >     > > > > > > > >> > > > > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > reason
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> why
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > my
> application is
>     > >     >>> failing.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > I see this
> in
>     > > Maven:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> <dependency>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > <groupId>com.google.javascript</groupId>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > <artifactId>closure-compiler</artifactId>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> <version>v20181210</version>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> </dependency>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> <dependency>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > <groupId>org.clojure</groupId>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > > > >
> <artifactId>google-closure-library</artifactId>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > <version>0.0-20190213-2033d5d9</version>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> </dependency>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22
> sty 2020
>     > o
>     > > 10:52
>     > >     >>> > Carlos
>     > >     >>> > >     > Rovira
>     > >     >>> > >     > > <
>     > >     >>> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't
> put
>     > the
>     > > latest
>     > >     >>> > one.
>     > >     >>> > > Used
>     > >     >>> > >     > the
>     > >     >>> > >     > > > > > closest
>     > >     >>> > >     > > > > > > > >> one in
>     > >     >>> > >     > > > > > > > >> > > > dates
>     > >     >>> > >     > > > > > > > >> > > > > > to
>     > >     >>> > >     > > > > > > > >> > > > > > > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > one
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> in
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > ANT.
> Should be
>     > > that
>     > >     >>> valid?
>     > >     >>> > > And how
>     > >     >>> > >     > > can
>     > >     >>> > >     > > > I
>     > >     >>> > >     > > > > > > ensure
>     > >     >>> > >     > > > > > > > >> > > > > > compatibility?
>     > >     >>> > >     > > > > > > > >> > > > > > > > > Where
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > check
> that?
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > But what
> I
>     > > really want
>     > >     >>> to
>     > >     >>> > do
>     > >     >>> > > is
>     > >     >>> > >     > > update
>     > >     >>> > >     > > > > > > > ANT/MAVEN
>     > >     >>> > >     > > > > > > > >> to
>     > >     >>> > >     > > > > > > > >> > > the
>     > >     >>> > >     > > > > > > > >> > > > > same
>     > >     >>> > >     > > > > > > > >> > > > > > > one
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > that
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> is
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > ok
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > for all
> of us.
>     > > We need
>     > >     >>> to
>     > >     >>> > > ensure
>     > >     >>> > >     > one
>     > >     >>> > >     > > > that
>     > >     >>> > >     > > > > > is
>     > >     >>> > >     > > > > > > > >> > available
>     > >     >>> > >     > > > > > > > >> > > > for
>     > >     >>> > >     > > > > > > > >> > > > > > > both.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > El mié.,
> 22
>     > ene.
>     > > 2020
>     > >     >>> a las
>     > >     >>> > > 2:41,
>     > >     >>> > >     > > Alex
>     > >     >>> > >     > > > > > Harui
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > > (<aharui@adobe.com.invalid
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >)
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > You
> may not
>     > > want the
>     > >     >>> > latest
>     > >     >>> > >     > closure
>     > >     >>> > >     > > > > > > library.
>     > >     >>> > >     > > > > > > > >> You
>     > >     >>> > >     > > > > > > > >> > > > > probably
>     > >     >>> > >     > > > > > > > >> > > > > > > > want
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > one
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > that
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > is
> compatible
>     > > with
>     > >     >>> the
>     > >     >>> > > closure
>     > >     >>> > >     > > > > compiler.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > On
> 1/21/20,
>     > > 5:20 PM,
>     > >     >>> > > "Carlos
>     > >     >>> > >     > > > Rovira" <
>     > >     >>> > >     > > > > > > > >> > > > > > > >
> carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> wrote:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  Josh
>     > > discover
>     > >     >>> that
>     > >     >>> > > there was
>     > >     >>> > >     > an
>     > >     >>> > >     > > > > > issue.
>     > >     >>> > >     > > > > > > If
>     > >     >>> > >     > > > > > > > >> we
>     > >     >>> > >     > > > > > > > >> > > have
>     > >     >>> > >     > > > > > > > >> > > > > > > > GOOG_HOME
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > env
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> var
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  maven
>     > >     >>> distribution
>     > >     >>> > > worked
>     > >     >>> > >     > > right,
>     > >     >>> > >     > > > > but
>     > >     >>> > >     > > > > > if
>     > >     >>> > >     > > > > > > > you
>     > >     >>> > >     > > > > > > > >> > > don't
>     > >     >>> > >     > > > > > > > >> > > > > > have,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> compilation
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     I
> have it
>     > > in my
>     > >     >>> > system
>     > >     >>> > > while
>     > >     >>> > >     > > > > > developing
>     > >     >>> > >     > > > > > > > >> this.
>     > >     >>> > >     > > > > > > > >> > > So I
>     > >     >>> > >     > > > > > > > >> > > > > > just
>     > >     >>> > >     > > > > > > > >> > > > > > > > > fixed
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > it
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > some
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  minutes
>     > > ago.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     One
>     > thing:
>     > >     >>> There's no
>     > >     >>> > > maven
>     > >     >>> > >     > > > > artifact
>     > >     >>> > >     > > > > > > for
>     > >     >>> > >     > > > > > > > >> the
>     > >     >>> > >     > > > > > > > >> > > > > > > > closure-library
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  one used
>     > > by ANT),
>     > >     >>> > next
>     > >     >>> > > one is
>     > >     >>> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
>     > >     >>> > >     > > > > > > > >> > > > > > so
>     > >     >>> > >     > > > > > > > >> > > > > > > we
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > need
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > use
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > that
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  for maven
>     > > (or
>     > >     >>> maybe I
>     > >     >>> > > was too
>     > >     >>> > >     > > bad
>     > >     >>> > >     > > > > > > trying
>     > >     >>> > >     > > > > > > > to
>     > >     >>> > >     > > > > > > > >> > find
>     > >     >>> > >     > > > > > > > >> > > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> corresponding
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  artifact,
>     > > so if
>     > >     >>> > someone
>     > >     >>> > >     > knows,
>     > >     >>> > >     > > > > please
>     > >     >>> > >     > > > > > > let
>     > >     >>> > >     > > > > > > > >> me
>     > >     >>> > >     > > > > > > > >> > > > know!).
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  So, can
>     > we
>     > >     >>> upgrade
>     > >     >>> > ANT
>     > >     >>> > > to
>     > >     >>> > >     > > > v20190213
>     > >     >>> > >     > > > > > > too?
>     > >     >>> > >     > > > > > > > >> From
>     > >     >>> > >     > > > > > > > >> > > now
>     > >     >>> > >     > > > > > > > >> > > > > on,
>     > >     >>> > >     > > > > > > > >> > > > > > we
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > should
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > check
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  versions
>     > > exists
>     > >     >>> for
>     > >     >>> > > ANT and
>     > >     >>> > >     > > MAVEN
>     > >     >>> > >     > > > > > > > >> artifacts.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  @Piotr
>     > > Zarzycki <
>     > >     >>> > >     > > > > > > > piotrzarzycki21@gmail.com
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >> > > let
>     > >     >>> > >     > > > > > > > >> > > > me
>     > >     >>> > >     > > > > > > > >> > > > > > > know
>     > >     >>> > >     > > > > > > > >> > > > > > > > if
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > you
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > can
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  work with
>     > > latest
>     > >     >>> > > changes just
>     > >     >>> > >     > > > done.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  Thanks
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     El
> mar.,
>     > > 21 ene.
>     > >     >>> 2020
>     > >     >>> > > a las
>     > >     >>> > >     > > > 17:53,
>     > >     >>> > >     > > > > > > Carlos
>     > >     >>> > >     > > > > > > > >> > Rovira
>     > >     >>> > >     > > > > > > > >> > > > (<
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> carlosrovira@apache.org
>     > >     >>> > >)
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>  escribió:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> Hi
>     > Piotr,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> yes,
>     > > you're
>     > >     >>> using
>     > >     >>> > an
>     > >     >>> > > old
>     > >     >>> > >     > > > command,
>     > >     >>> > >     > > > > > > maven
>     > >     >>> > >     > > > > > > > >> was
>     > >     >>> > >     > > > > > > > >> > > > > > extremely
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> simplified
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks
> to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> Chris
>     > > Dutz
>     > >     >>> > > contribution 1
>     > >     >>> > >     > or
>     > >     >>> > >     > > 2
>     > >     >>> > >     > > > > > months
>     > >     >>> > >     > > > > > > > >> ago.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> 'generate.swf.swcs'
>     > >     >>> > > does
>     > >     >>> > >     > not
>     > >     >>> > >     > > > > > exists.
>     > >     >>> > >     > > > > > > > >> Check
>     > >     >>> > >     > > > > > > > >> > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > instructions
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > I
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> put
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > or
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> the
>     > > updated
>     > >     >>> docs
>     > >     >>> > > here [1].
>     > >     >>> > >     > I
>     > >     >>> > >     > > > > > updated
>     > >     >>> > >     > > > > > > > that
>     > >     >>> > >     > > > > > > > >> > page
>     > >     >>> > >     > > > > > > > >> > > > to
>     > >     >>> > >     > > > > > > > >> > > > > > have
>     > >     >>> > >     > > > > > > > >> > > > > > > > all
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > latest
> valid
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> info.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> I'm
>     > > planing
>     > >     >>> with
>     > >     >>> > > Chris, to
>     > >     >>> > >     > > work
>     > >     >>> > >     > > > > > soon
>     > >     >>> > >     > > > > > > in
>     > >     >>> > >     > > > > > > > >> more
>     > >     >>> > >     > > > > > > > >> > > > > > > > improvements:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> 1.-
>     > Make
>     > > Maven
>     > >     >>> > > distribution
>     > >     >>> > >     > > for
>     > >     >>> > >     > > > > > > js-only
>     > >     >>> > >     > > > > > > > >> > (just
>     > >     >>> > >     > > > > > > > >> > > > > > removing
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > > -option-with-swf
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> that
>     > now
>     > > is
>     > >     >>> > required)
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> 2.- Try
>     > > to have
>     > >     >>> > just
>     > >     >>> > > one
>     > >     >>> > >     > repo
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> 3.-
>     > > Simplify
>     > >     >>> > release
>     > >     >>> > >     > process
>     > >     >>> > >     > > > > based
>     > >     >>> > >     > > > > > > on 2
>     > >     >>> > >     > > > > > > > >> (and
>     > >     >>> > >     > > > > > > > >> > > yes
>     > >     >>> > >     > > > > > > > >> > > > > > > having
>     > >     >>> > >     > > > > > > > >> > > > > > > > > ANT
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> into
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> account)
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> I will
>     > > want to
>     > >     >>> > > release
>     > >     >>> > >     > every
>     > >     >>> > >     > > 1
>     > >     >>> > >     > > > > to 2
>     > >     >>> > >     > > > > > > > >> month.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> [1]
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > > >
>     > >     >>> > >     > > > > > > > >> > > > > >
>     > >     >>> > >     > > > > > > > >> > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > >
>     > >     >>> > >     > > > > > > > >> >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > > > >
>     > >     >>> > >     > > > > > >
>     > >     >>> > >     > > > > >
>     > >     >>> > >     > > > >
>     > >     >>> > >     > > >
>     > >     >>> > >     > >
>     > >     >>> > >     >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>>
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> El
>     > mar.,
>     > > 21
>     > >     >>> ene.
>     > >     >>> > > 2020 a las
>     > >     >>> > >     > > > > 17:40,
>     > >     >>> > >     > > > > > > > Piotr
>     > >     >>> > >     > > > > > > > >> > > > Zarzycki
>     > >     >>> > >     > > > > > > > >> > > > > (<
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > > piotrzarzycki21@gmail.com
>     > >     >>> > >     > >)
>     > >     >>> > >     > > > > > > escribió:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> Ok it
>     > > looks
>     > >     >>> like
>     > >     >>> > it
>     > >     >>> > > my
>     > >     >>> > >     > > fault.
>     > >     >>> > >     > > > I
>     > >     >>> > >     > > > > > > didn't
>     > >     >>> > >     > > > > > > > >> > catch
>     > >     >>> > >     > > > > > > > >> > > up
>     > >     >>> > >     > > > > > > > >> > > > > > full
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> instruction.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> try
>     > > again.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> wt.,
>     > 21
>     > > sty
>     > >     >>> 2020 o
>     > >     >>> > > 17:29
>     > >     >>> > >     > > Piotr
>     > >     >>> > >     > > > > > > > Zarzycki
>     > >     >>> > >     > > > > > > > >> <
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     > >     >>> piotrzarzycki21@gmail.com>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > > napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > Hi
>     > > Carlos,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > When
>     > > I'm
>     > >     >>> running
>     > >     >>> > > this
>     > >     >>> > >     > [1]
>     > >     >>> > >     > > on
>     > >     >>> > >     > > > > my
>     > >     >>> > >     > > > > > > Mac
>     > >     >>> > >     > > > > > > > >> > > > > distribution
>     > >     >>> > >     > > > > > > > >> > > > > > is
>     > >     >>> > >     > > > > > > > >> > > > > > > > not
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> generated. :/
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > Whole
>     > > SDK is
>     > >     >>> > > being build
>     > >     >>> > >     > > > > > > > successfully,
>     > >     >>> > >     > > > > > > > >> > but
>     > >     >>> > >     > > > > > > > >> > > > > > without
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> distribution.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > have
>     > > any
>     > >     >>> errors.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > [1]
>     > > mvn
>     > >     >>> clean
>     > >     >>> > > install
>     > >     >>> > >     > > > > > -DskipTests
>     > >     >>> > >     > > > > > > > >> > > > > -Drat.skip=true
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > >     >>> > > -Dgenerate.swf.swcs=true
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >     > > > > > > > >> > > > > > > >
>     > >     >>> > >     > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >>
>     > >     >>> > >     > > > > >
>     > >     >>> > >     >
>     > >     >>> >
>     > >
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > > Thanks,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > Piotr
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > wt.,
>     > > 21 sty
>     > >     >>> 2020
>     > >     >>> > > o 12:44
>     > >     >>> > >     > > > > Carlos
>     > >     >>> > >     > > > > > > > >> Rovira <
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     > > carlosrovira@apache.org
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > > napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> Hi
>     > > Antonis,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> all
>     > > this
>     > >     >>> does
>     > >     >>> > not
>     > >     >>> > >     > affect
>     > >     >>> > >     > > > FB,
>     > >     >>> > >     > > > > so
>     > >     >>> > >     > > > > > > > don't
>     > >     >>> > >     > > > > > > > >> > > worry
>     > >     >>> > >     > > > > > > > >> > > > > > about
>     > >     >>> > >     > > > > > > > >> > > > > > > > it.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > But
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> we
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > hope
> you
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> try
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> to
>     > > migrate
>     > >     >>> to
>     > >     >>> > > some
>     > >     >>> > >     > newer
>     > >     >>> > >     > > > IDE
>     > >     >>> > >     > > > > in
>     > >     >>> > >     > > > > > > the
>     > >     >>> > >     > > > > > > > >> > > future!
>     > >     >>> > >     > > > > > > > >> > > > ;)
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > > Carlos
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> El
>     > > mar., 21
>     > >     >>> > ene.
>     > >     >>> > > 2020 a
>     > >     >>> > >     > > las
>     > >     >>> > >     > > > > > > 12:26,
>     > >     >>> > >     > > > > > > > >> > Antonis
>     > >     >>> > >     > > > > > > > >> > > > > > > Kalodimos
>     > >     >>> > >     > > > > > > > >> > > > > > > > > (<
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > >     >>> > >     > > > antonis.kalodimos@gmail.com
>     > >     >>> > >     > > > > >)
>     > >     >>> > >     > > > > > > > >> escribió:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > This
>     > >     >>> sounds
>     > >     >>> > > good news
>     > >     >>> > >     > > for
>     > >     >>> > >     > > > > > > someone
>     > >     >>> > >     > > > > > > > >> to
>     > >     >>> > >     > > > > > > > >> > be
>     > >     >>> > >     > > > > > > > >> > > > > > involved
>     > >     >>> > >     > > > > > > > >> > > > > > > > > with
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > royale.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > Please i
>     > >     >>> > > someone of
>     > >     >>> > >     > you
>     > >     >>> > >     > > > who
>     > >     >>> > >     > > > > > > know
>     > >     >>> > >     > > > > > > > >> the
>     > >     >>> > >     > > > > > > > >> > > > > > > requirements
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > don't
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > break
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> royale
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > ability
>     > >     >>> to be
>     > >     >>> > > used
>     > >     >>> > >     > and
>     > >     >>> > >     > > in
>     > >     >>> > >     > > > > the
>     > >     >>> > >     > > > > > > > >> > > > flashbuilder.
>     > >     >>> > >     > > > > > > > >> > > > > > Even
>     > >     >>> > >     > > > > > > > >> > > > > > > > it
>     > >     >>> > >     > > > > > > > >> > > > > > > > > is
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> old
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > is a
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > > standard i
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > think
>     > >     >>> for the
>     > >     >>> > > old
>     > >     >>> > >     > users
>     > >     >>> > >     > > > > that
>     > >     >>> > >     > > > > > > are
>     > >     >>> > >     > > > > > > > >> > > searching
>     > >     >>> > >     > > > > > > > >> > > > > > where
>     > >     >>> > >     > > > > > > > >> > > > > > > > to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > jump
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > for
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > their
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > apps
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > Thank
>     > >     >>> you,
>     > >     >>> > > continue
>     > >     >>> > >     > the
>     > >     >>> > >     > > > > great
>     > >     >>> > >     > > > > > > job
>     > >     >>> > >     > > > > > > > >> that
>     > >     >>> > >     > > > > > > > >> > > you
>     > >     >>> > >     > > > > > > > >> > > > > are
>     > >     >>> > >     > > > > > > > >> > > > > > > > > doing.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > Στις
>     > >     >>> Τρί, 21
>     > >     >>> > > Ιαν 2020
>     > >     >>> > >     > > > στις
>     > >     >>> > >     > > > > > 1:15
>     > >     >>> > >     > > > > > > > >> μ.μ.,
>     > >     >>> > >     > > > > > > > >> > > ο/η
>     > >     >>> > >     > > > > > > > >> > > > > > Piotr
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > >     >>> > >     > > > piotrzarzycki21@gmail.com>
>     > >     >>> > >     > > > > > > > έγραψε:
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > Hi
>     > >     >>> Carlos,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > >     >>> Congrats!
>     > >     >>> > > Could you
>     > >     >>> > >     > > > > provide
>     > >     >>> > >     > > > > > > on
>     > >     >>> > >     > > > > > > > >> > mailing
>     > >     >>> > >     > > > > > > > >> > > > > list
>     > >     >>> > >     > > > > > > > >> > > > > > > > > command
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > build
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > > framework
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > with
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > >     >>> > > distribution, so
>     > >     >>> > >     > > users
>     > >     >>> > >     > > > > > could
>     > >     >>> > >     > > > > > > > know
>     > >     >>> > >     > > > > > > > >> > how
>     > >     >>> > >     > > > > > > > >> > > to
>     > >     >>> > >     > > > > > > > >> > > > > do
>     > >     >>> > >     > > > > > > > >> > > > > > > > that.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > Thanks,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > Piotr
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > wt.,
>     > >     >>> 21 sty
>     > >     >>> > > 2020 o
>     > >     >>> > >     > > > 12:12
>     > >     >>> > >     > > > > > > Carlos
>     > >     >>> > >     > > > > > > > >> > > Rovira <
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     > >     >>> carlosrovira@apache.org>
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > >     >>> napisał(a):
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > Hi,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > just
>     > >     >>> > fixed
>     > >     >>> > > the
>     > >     >>> > >     > > maven
>     > >     >>> > >     > > > > > > > >> distribution,
>     > >     >>> > >     > > > > > > > >> > > and
>     > >     >>> > >     > > > > > > > >> > > > > now
>     > >     >>> > >     > > > > > > > >> > > > > > > it
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> creates a
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > valid
> SDK
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > that
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > can
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > be
>     > >     >>> used
>     > >     >>> > > with
>     > >     >>> > >     > IDEs.
>     > >     >>> > >     > > I
>     > >     >>> > >     > > > > > think
>     > >     >>> > >     > > > > > > > this
>     > >     >>> > >     > > > > > > > >> > is a
>     > >     >>> > >     > > > > > > > >> > > > > long
>     > >     >>> > >     > > > > > > > >> > > > > > > > > awaited
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> fix.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > So
>     > >     >>> with
>     > >     >>> > > the new
>     > >     >>> > >     > > maven
>     > >     >>> > >     > > > > > > > >> distribution
>     > >     >>> > >     > > > > > > > >> > > the
>     > >     >>> > >     > > > > > > > >> > > > > > > > generated
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > SDK
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > allows
> you
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> get
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > code
>     > >     >>> > > intelligence
>     > >     >>> > >     > > and
>     > >     >>> > >     > > > > > IDEs
>     > >     >>> > >     > > > > > > > can
>     > >     >>> > >     > > > > > > > >> > find
>     > >     >>> > >     > > > > > > > >> > > > > > > compilers
>     > >     >>> > >     > > > > > > > >> > > > > > > > > and
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> use
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > it
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > to get
> a
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > valid
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > >
>     > >     >>> > > compilation. I
>     > >     >>> > >     > > tried
>     > >     >>> > >     > > > > only
>     > >     >>> > >     > > > > > > > >> VSCode
>     > >     >>> > >     > > > > > > > >> > > with
>     > >     >>> > >     > > > > > > > >> > > > > Josh
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> extension,
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> hope
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > others
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > using
>     > >     >>> > > Moonshine
>     > >     >>> > >     > can
>     > >     >>> > >     > > > > > provide
>     > >     >>> > >     > > > > > > > >> > > feedback.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > >
>     > >     >>> > > Additionally you
>     > >     >>> > >     > > get
>     > >     >>> > >     > > > > the
>     > >     >>> > >     > > > > > > > normal
>     > >     >>> > >     > > > > > > > >> > > maven
>     > >     >>> > >     > > > > > > > >> > > > > way
>     > >     >>> > >     > > > > > > > >> > > > > > of
>     > >     >>> > >     > > > > > > > >> > > > > > > > > build
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> with
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >>
>     > > install"
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > that
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > will
>     > >     >>> be
>     > >     >>> > > more near
>     > >     >>> > >     > > to
>     > >     >>> > >     > > > > your
>     > >     >>> > >     > > > > > > > >> deploy
>     > >     >>> > >     > > > > > > > >> > > > needs.
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> >
>     > > >
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > > So
>     > >     >>> people
>     > >     >>> > > using
>     > >     >>> > >     > > Maven
>     > >     >>> > >     > > > > > does
>     > >     >>> > >     > > > > > > > not
>     > >     >>> > >     > > > > > > > >> > need
>     > >     >>> > >     > > > > > > > >> > > to
>     > >     >>> > >     > > > > > > > >> > > > > use
>     > >     >>> > >     > > > > > > > >> > > > > > > ANT
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> anymore
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > to
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > > generate a
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >> > >
>     > > valid
>     > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     > >     >>> > >
>     > >     >>> > >
>     > >     >>> > >
>     > >     >>> >
>     > >     >>> > --
>     > >     >>> > Carlos Rovira
>     > >     >>> > http://about.me/carlosrovira
>     > >     >>> >
>     > >     >>>
>     > >     >>
>     > >     >>
>     > >     >> --
>     > >     >> Carlos Rovira
>     > >     >> http://about.me/carlosrovira
>     > >     >>
>     > >     >>
>     > >     >
>     > >     > --
>     > >     > Carlos Rovira
>     > >     > http://about.me/carlosrovira
>     > >     >
>     > >     >
>     > >
>     > >     --
>     > >
>     > >     Piotr Zarzycki
>     > >
>     > >     Patreon: *https://www.patreon.com/piotrzarzycki
>     > >     <https://www.patreon.com/piotrzarzycki>*
>     > >
>     > >
>     > >
>     >
>     > --
>     > Carlos Rovira
>     > http://about.me/carlosrovira
>     >
>
>
>     --
>
>     Piotr Zarzycki
>
>     Patreon: *https://www.patreon.com/piotrzarzycki
>     <https://www.patreon.com/piotrzarzycki>*
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Christofer Dutz <ch...@c-ware.de>.
Yeah ... sorry for that. 

I noticed that I took care of the "SNAPSHOT" instead of the Timestamp, but I forgot to add the classifier ... will be in the next PR.
Can you confirm that now the files have a "SNAPSHOT" instead of the Timestamp?

Chris

Am 22.03.20, 15:56 schrieb "Piotr Zarzycki" <pi...@gmail.com>:

    Hi Chris,
    
    Nothing changed I have exactly same issue after pulling all changes and
    rebuilding sdk.
    
    niedz., 22 mar 2020 o 12:15 Carlos Rovira <ca...@apache.org>
    napisał(a):
    
    > Hi,
    >
    > Many thanks for the fix Chris.
    > Piotr, can you try again and confirm if all is ok now?
    >
    > thanks
    >
    >
    >
    > El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
    > christofer.dutz@c-ware.de>) escribió:
    >
    > > Hi Piotr,
    > >
    > > I had a look and you are right ... even if this only seems to happen if
    > > you haven't built the typedefs on your machine that day before building
    > the
    > > distribution. I just pushed a PR that should fix this.
    > >
    > > Chris
    > >
    > >
    > > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <piotrzarzycki21@gmail.com
    > >:
    > >
    > >     Hi Carlos,
    > >
    > >     I've just build royale-asjs with following command:
    > >
    > >     mvn clean install -P with-distribution,option-with-sass-compile
    > >     -DdistributionTargetFolder=path
    > >
    > >     Created new Royale Jewel project with latest nightly non sandbox
    > build
    > > of
    > >     Moonshine and I got following result during build [1]
    > >
    > >     [1] https://paste.apache.org/u5j0a
    > >
    > >     Thanks,
    > >     Piotr
    > >
    > >     sob., 21 mar 2020 o 20:12 Carlos Rovira <ca...@apache.org>
    > >     napisał(a):
    > >
    > >     > Hi Piotr,
    > >     >
    > >     > Chris, just made maven distribution mxmlc and compc executables.
    > >     >
    > >     >    - I test and VSCode works fine
    > >     >    - command line worked too [1]
    > >     >    - Moonshine:  I couldn't launch a compilation with SDK. Just
    > > upgrade
    > >     >    to latest version as Moonshine requested me. I have the SDK
    > > configured to
    > >     >    the distribution created with Maven. Then with TDJ project
    > loaded
    > > when to
    > >     >    Project > Build Project, but nothings happen
    > >     >
    > >     > So just need to see how to check Moonshine so we can check Maven
    > >     > distribution is completed at last. I want to have that for this
    > > release
    > >     > 0.9.7
    > >     >
    > >     > Thanks
    > >     >
    > >     > Carlos
    > >     >
    > >     > [1] output in command line for Tour de Jewel:
    > >     >
    > >     > macbookpro:TourDeJewel carlosrovira$
    > >     >
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
    > -source-map=true
    > >     > -compiler.targets=JSRoyale
    > >     >
    > >
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > >     >
    > >     > >
    > >     >
    > >     > macbookpro:TourDeJewel carlosrovira$
    > >     >
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
    > -source-map=true
    > >     > -compiler.targets=JSRoyale
    > >     >
    > >
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > >     >
    > >     > Using Royale Compiler codebase:
    > >     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
    > >     >
    > >     > Using Royale SDK:
    > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > >     >
    > >     > MXMLJSC
    > >     >
    > >     >
    > >     >
    > >
    > +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
    > >     >
    > >     >
    > >     >
    > >
    > -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
    > >     >
    > >     > -load-config+=obj/TourDeJewelConfig.xml
    > >     >
    > >     > -debug=true
    > >     >
    > >     > -source-map=true
    > >     >
    > >     > -compiler.targets=JSRoyale
    > >     >
    > >     >
    > >     >
    > >
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    > >     >
    > >     > The project 'App' has been successfully compiled.
    > >     >
    > >     > 7.080432099 seconds
    > >     >
    > >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
    > > carlosrovira@apache.org>)
    > >     > escribió:
    > >     >
    > >     >> Ok Josh,
    > >     >> understood, will take into account as I check what's going on with
    > > latest
    > >     >> fails
    > >     >> thanks
    > >     >>
    > >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
    > >     >> joshtynjala@bowlerhat.dev>) escribió:
    > >     >>
    > >     >>> VSCode happens to run the JAR files directly with Java, and
    > > doesn't run
    > >     >>> anything in js/bin. If the contents of js/bin do not have the
    > > correct
    > >     >>> exectuable permissions, it wouldn't affect VSCode. However,
    > fixing
    > > those
    > >     >>> permissions would still be a problem that should be addressed to
    > > have a
    > >     >>> proper distribution. Moonshine is not doing anything out of the
    > > ordinary
    > >     >>> by
    > >     >>> running js/bin/mxmlc (and that's what someone compiling from the
    > > command
    > >     >>> line without Maven or Ant would use too). If anything, it's
    > VSCode
    > > that
    > >     >>> is
    > >     >>> not doing things in the ordinary way.
    > >     >>>
    > >     >>> --
    > >     >>> Josh Tynjala
    > >     >>> Bowler Hat LLC <https://bowlerhat.dev>
    > >     >>>
    > >     >>>
    > >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
    > > carlosrovira@apache.org>
    > >     >>> wrote:
    > >     >>>
    > >     >>> > Hi,
    > >     >>> >
    > >     >>> > @Piotr Zarzycki <pi...@gmail.com> I was over the big
    > > button
    > >     >>> to
    > >     >>> > nightly builds, since you told me to download that. So from the
    > > big
    > >     >>> button
    > >     >>> > I choosed "other downloads" and choosed non sandbox one. Both
    > > url goes
    > >     >>> to
    > >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
    > >     >>> > <
    > >     >>> >
    > >     >>>
    > >
    > https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
    > >     >>> > >
    > >     >>> > 07-Feb-2020 21:11 156571205
    > >     >>> >
    > >     >>> > About the permissions: My guess is that is something related to
    > >     >>> Moonshine,
    > >     >>> > not to user or maven, since VSCode is dealing with the same SDK
    > > without
    > >     >>> > complain. I can give permissions to try this, but I suggest the
    > >     >>> moonshine
    > >     >>> > team could look to how VSCode work with user files and mimic
    > > that to
    > >     >>> > avoid this kind of problem.
    > >     >>> >
    > >     >>> > Thanks
    > >     >>> >
    > >     >>> >
    > >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
    > > (<aharui@adobe.com.invalid
    > >     >>> >)
    > >     >>> > escribió:
    > >     >>> >
    > >     >>> > > IMO, the Maven commands that build the Distribution SDK
    > should
    > >     >>> change the
    > >     >>> > > permissions.
    > >     >>> > >
    > >     >>> > > My 2 cents,
    > >     >>> > > -Alex
    > >     >>> > >
    > >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
    > > piotrzarzycki21@gmail.com>
    > >     >>> > wrote:
    > >     >>> > >
    > >     >>> > >     Permission to "mxmlc" file in SDK. - You have to add
    > > permission
    > >     >>> for
    > >     >>> > > usage
    > >     >>> > >     manually to that file.
    > >     >>> > >
    > >     >>> > >     I will explain you more on Monday if you won't figure it
    > > out your
    > >     >>> > self,
    > >     >>> > >     what is all about.
    > >     >>> > >
    > >     >>> > >     You can literally paste in Google last sentence from
    > stack
    > > trace
    > >     >>> > error
    > >     >>> > > and
    > >     >>> > >     add: How to add permission to file on Mac.
    > >     >>> > >
    > >     >>> > >
    > >     >>> > >
    > >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
    > >     >>> carlosrovira@apache.org>
    > >     >>> > > wrote:
    > >     >>> > >
    > >     >>> > >     > Hi Piotr,
    > >     >>> > >     >
    > >     >>> > >     > but what kind of permission? to the moonshine
    > executable?
    > >     >>> > >     >
    > >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
    > >     >>> > >     > piotrzarzycki21@gmail.com>)
    > >     >>> > >     > escribió:
    > >     >>> > >     >
    > >     >>> > >     > > If you are using your own SDK (not downloaded trough
    > >     >>> Moonshine
    > >     >>> > > getting
    > >     >>> > >     > > started) you have to add permission to mxmlc file.
    > > There is a
    > >     >>> > > command on
    > >     >>> > >     > > Mac chmod - try to search using that command on a
    > > Google.
    > >     >>> > >     > >
    > >     >>> > >     > > Thanks,
    > >     >>> > >     > > Piotr
    > >     >>> > >     > >
    > >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
    > >     >>> > > carlosrovira@apache.org>
    > >     >>> > >     > > wrote:
    > >     >>> > >     > >
    > >     >>> > >     > > > Hi,
    > >     >>> > >     > > >
    > >     >>> > >     > > > I installed latest Moonshine nightly. After
    > > configuring
    > >     >>> initial
    > >     >>> > > things
    > >     >>> > >     > > > loaded TDJ project. I'm getting Permission denied:
    > >     >>> > >     > > >
    > >     >>> > >     > > > : Moonshine IDE™ 2.5.0
    > >     >>> > >     > > > : Copyright © Prominic.NET, Inc. All rights
    > reserved.
    > >     >>> > >     > > > : Source code is under Apache License, Version 2.0
    > >     >>> > >     > > > :
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
    > >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB),
    > > asblocks
    > >     >>> > (Apache
    > >     >>> > >     > License
    > >     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
    > >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
    > >     >>> > >     > > > : Compiling TourDeJewel
    > >     >>> > >     > > > : SDK path:
    > >     >>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > >     >>> > >     > > > : Sending to mxmlx: export
    > >     >>> > >     > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > >     >>> > >     > > >
    > >     >>> > >
    > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
    > >     >>> > >     > &&
    > >     >>> > >     > > > export
    > >     >>> > >     > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
    > > -Duser.region=en" &&
    > >     >>> export
    > >     >>> > >     > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
    > >     >>> > >     > > >
    > >     >>> > >
    > >     >>>
    > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
    > >     >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
    > >     >>> > >     > > >
    > >     >>> > >
    > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    > >     >>> > >     > > >
    > >     >>> > >
    > > -html-template=src/main/resources/jewel-example-index-template.html
    > >     >>> > >     > > > -js-dynamic-access-unknown-members=true
    > >     >>> > > -compiler.targets=JSRoyale
    > >     >>> > >     > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
    > >     >>> > >     > > > : /bin/bash:
    > >     >>> > >     > > >
    > >     >>> > >
    > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
    > >     >>> > >     > > > Permission denied
    > >     >>> > >     > > >
    > >     >>> > >     > > > How can I fix it?
    > >     >>> > >     > > >
    > >     >>> > >     > > > Thanks
    > >     >>> > >     > > >
    > >     >>> > >     > > >
    > >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
    > >     >>> > >     > > joshtynjala@bowlerhat.dev
    > >     >>> > >     > > > >)
    > >     >>> > >     > > > escribió:
    > >     >>> > >     > > >
    > >     >>> > >     > > > > Yeah, I don't see why Moonshine is reporting
    > those
    > >     >>> errors,
    > >     >>> > but
    > >     >>> > > VSCode
    > >     >>> > >     > > > does
    > >     >>> > >     > > > > not. If royale-config.xml is referencing SWCs
    > that
    > > don't
    > >     >>> > > exist, that
    > >     >>> > >     > > > should
    > >     >>> > >     > > > > affect both IDEs.
    > >     >>> > >     > > > >
    > >     >>> > >     > > > > Regardless, like you explained, the same issue
    > > should
    > >     >>> > > reproduce when
    > >     >>> > >     > > > > compiling from a terminal without Moonshine.
    > >     >>> > >     > > > >
    > >     >>> > >     > > > > --
    > >     >>> > >     > > > > Josh Tynjala
    > >     >>> > >     > > > > Bowler Hat LLC <
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    > >     >>> > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
    > >     >>> > >     > > piotrzarzycki21@gmail.com
    > >     >>> > >     > > > >
    > >     >>> > >     > > > > wrote:
    > >     >>> > >     > > > >
    > >     >>> > >     > > > > > Hi Carlos,
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > > > Yeah it would be pretty great if you could
    > setup
    > >     >>> Moonshine,
    > >     >>> > > but you
    > >     >>> > >     > > > don't
    > >     >>> > >     > > > > > have to do that actually to reproduce the
    > issue.
    > >     >>> Command
    > >     >>> > > which I
    > >     >>> > >     > have
    > >     >>> > >     > > > > > pasted in this thread can be copy and used in
    > > Terminal
    > >     >>> with
    > >     >>> > > small
    > >     >>> > >     > > path
    > >     >>> > >     > > > > > adjustment. Try it on any project you have
    > using
    > >     >>> > > distribution build
    > >     >>> > >     > > and
    > >     >>> > >     > > > > for
    > >     >>> > >     > > > > > sure you will get the error.
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > > > In case of Moonshine we have freez code for
    > > commits and
    > >     >>> > > prepare for
    > >     >>> > >     > > > > > release, we have some internal problems with
    > > bamboo
    > >     >>> build -
    > >     >>> > > if it
    > >     >>> > >     > > will
    > >     >>> > >     > > > > get
    > >     >>> > >     > > > > > resolved we should have release early next
    > week.
    > > You
    > >     >>> can
    > >     >>> > > always try
    > >     >>> > >     > > > > Nightly
    > >     >>> > >     > > > > > build.
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > > > I'm really surprised that VSCode do not
    > throwing
    > > the
    > >     >>> same
    > >     >>> > > error -
    > >     >>> > >     > > What
    > >     >>> > >     > > > > > could be the case Josh? The only difference is
    > > that we
    > >     >>> are
    > >     >>> > > using
    > >     >>> > >     > > mxmlc
    > >     >>> > >     > > > > file
    > >     >>> > >     > > > > > and VSCode is probably using jar file, but
    > >     >>> playerglobal.swc
    > >     >>> > > doesn't
    > >     >>> > >     > > > > exists
    > >     >>> > >     > > > > > so both should report same issue.
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > > > Thanks,
    > >     >>> > >     > > > > > Piotr
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
    > >     >>> > > carlosrovira@apache.org>
    > >     >>> > >     > > > > > napisał(a):
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > > > > Hi Piotr,
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > > > so I think you're a bit closer (not farther
    > > ;)),
    > >     >>> since
    > >     >>> > > compiler
    > >     >>> > >     > was
    > >     >>> > >     > > > > > found.
    > >     >>> > >     > > > > > > Now is a matter to find what's missing.
    > >     >>> > >     > > > > > > What's curious for me is VSCode recognizes
    > but
    > >     >>> Moonshine
    > >     >>> > > not. I
    > >     >>> > >     > > think
    > >     >>> > >     > > > > the
    > >     >>> > >     > > > > > > problem is each IDE is looking at different
    > > things to
    > >     >>> > > match a
    > >     >>> > >     > valid
    > >     >>> > >     > > > > SDK,
    > >     >>> > >     > > > > > > and maybe even we could be setting duplicate
    > >     >>> artifacts in
    > >     >>> > > the SDK
    > >     >>> > >     > > so
    > >     >>> > >     > > > > > VSCode
    > >     >>> > >     > > > > > > finds all but Moonshine not.
    > >     >>> > >     > > > > > > I'll be setup Moonshine as I have time to try
    > > it.
    > >     >>> > >     > > > > > > I think you plan to launch a new one soon
    > > right?
    > >     >>> should I
    > >     >>> > > wait
    > >     >>> > >     > for
    > >     >>> > >     > > > it?
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > > > Thanks
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr
    > > Zarzycki (<
    > >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
    > >     >>> > >     > > > > > > escribió:
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > > > > Hi Carlos,
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > > > I just tried your changes and I'm a bit
    > > farther.
    > >     >>> Now
    > >     >>> > I'm
    > >     >>> > >     > getting
    > >     >>> > >     > > > > > > following
    > >     >>> > >     > > > > > > > errors. It's throwing that errors cause in
    > > JS only
    > >     >>> > > binaries
    > >     >>> > >     > > > prepared
    > >     >>> > >     > > > > by
    > >     >>> > >     > > > > > > ant
    > >     >>> > >     > > > > > > > we have in following location
    > >     >>> > >     > > > > > > >
    > >     >>> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
    > >     >>> > > fake
    > >     >>> > >     > > > > > > > playerglobal.swc, so distribution should
    > > probably
    > >     >>> have
    > >     >>> > > the
    > >     >>> > >     > same.
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
    > >     >>> > >     > > > > > > > >
    > >     >>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > >     >>> > >     > > > -debug=true
    > >     >>> > >     > > > > > > > > -source-map=true
    > -compiler.targets=JSRoyale
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >
    > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    > >     >>> > >     > > > > > > > > : Using Royale Compiler codebase:
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > >
    > >     >>> > >
    > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > >     >>> > >     > > > > > > > > : Using Royale SDK:
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > >
    > >     >>> > >
    > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > >     >>> > >     > > > > > > > > : MXMLJSC
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
    > >     >>> > >     > > > > > > > > :
    > >     >>> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > >     >>> > >     > > > > > > > > : -debug=true
    > >     >>> > >     > > > > > > > > : -source-map=true
    > >     >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > >
    > >     >>> > >
    > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
    > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     >>> > >     > > > > > > > > (line: 74)
    > >     >>> > >     > > > > > > > > :       </external-library-path>
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     >>> > >     > > > > > > > > (line: 81)
    > >     >>> > >     > > > > > > > > :       </js-external-library-path>
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     >>> > >     > > > > > > > > (line: 81)
    > >     >>> > >     > > > > > > > > :       </js-external-library-path>
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
    > >     >>> > >     > > > > > > > > col: 0 Error: unable to open
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
    > >     >>> > >     > > > > > > > > :
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > >     >>> > >     > > > > > > > > (line: 99)
    > >     >>> > >     > > > > > > > > :       </library-path>
    > >     >>> > >     > > > > > > > > : 1.034449561 seconds
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > > > Thanks,
    > >     >>> > >     > > > > > > > Piotr
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
    > >     >>> > >     > carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > napisał(a):
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > > > > Thanks Josh for pointing that out I think
    > > I got
    > >     >>> it.
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > > > @Piotr Zarzycki <
    > piotrzarzycki21@gmail.com
    > > >
    > >     >>> please
    > >     >>> > > try with
    > >     >>> > >     > my
    > >     >>> > >     > > > > > latest
    > >     >>> > >     > > > > > > > > commit. I couldn't test myself, but I
    > > think it
    > >     >>> should
    > >     >>> > > work
    > >     >>> > >     > now
    > >     >>> > >     > > > for
    > >     >>> > >     > > > > > > > > Moonshine.
    > >     >>> > >     > > > > > > > > VSCode still work with this changes.
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > > > Thanks
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > > > Carlos
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh
    > > Tynjala (<
    > >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
    > >     >>> > >     > > > > > > > > escribió:
    > >     >>> > >     > > > > > > > >
    > >     >>> > >     > > > > > > > >> If I had to guess, this classpath is
    > > wrong:
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
    > >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
    > >     >>> > >     > > > > > > > >> Class-Path>
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >> I think that the names of those JAR
    > files
    > > all
    > >     >>> > include
    > >     >>> > > a
    > >     >>> > >     > > version
    > >     >>> > >     > > > > > number
    > >     >>> > >     > > > > > > > in
    > >     >>> > >     > > > > > > > >> the Maven distribution.
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >> --
    > >     >>> > >     > > > > > > > >> Josh Tynjala
    > >     >>> > >     > > > > > > > >> Bowler Hat LLC <
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    > >     >>> > > >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos
    > > Rovira <
    > >     >>> > >     > > > > > > carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > >> wrote:
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > ok didn't notice.
    > >     >>> > >     > > > > > > > >> > So maybe is a classpath problem?
    > >     >>> > >     > > > > > > > >> > It's clear that VSCode goes to the
    > same
    > > place
    > >     >>> and
    > >     >>> > > find it
    > >     >>> > >     > > > since
    > >     >>> > >     > > > > > > mxmlc
    > >     >>> > >     > > > > > > > >> is a
    > >     >>> > >     > > > > > > > >> > dummy jar that has exactly that class,
    > > but
    > >     >>> > > Moonshine goes
    > >     >>> > >     > > and
    > >     >>> > >     > > > > > didn't
    > >     >>> > >     > > > > > > > >> find
    > >     >>> > >     > > > > > > > >> > it.
    > >     >>> > >     > > > > > > > >> > If not any clue what could be
    > happening?
    > >     >>> > >     > > > > > > > >> > Thanks
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53,
    > Piotr
    > >     >>> Zarzycki
    > >     >>> > (<
    > >     >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
    > >     >>> > >     > > > > > > > >> > escribió:
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >> > > Exactly and I can confirm that mxmlc
    > > is in
    > >     >>> > place.
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh
    > Tynjala <
    > >     >>> > >     > > > > joshtynjala@bowlerhat.dev
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > > > > >> > > napisał(a):
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > > You can see from the output that
    > >     >>> Moonshine is
    > >     >>> > > calling
    > >     >>> > >     > > the
    > >     >>> > >     > > > > > > command
    > >     >>> > >     > > > > > > > >> line
    > >     >>> > >     > > > > > > > >> > > > scripts in js/bin.
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > --
    > >     >>> > >     > > > > > > > >> > > > Josh Tynjala
    > >     >>> > >     > > > > > > > >> > > > Bowler Hat LLC <
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    > >     >>> > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM
    > > Carlos
    > >     >>> Rovira <
    > >     >>> > >     > > > > > > > >> carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > >> > > > wrote:
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > Hi Piotr,
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > > > That was a problem I had with
    > > VSCode
    > >     >>> when
    > >     >>> > > started to
    > >     >>> > >     > > > work
    > >     >>> > >     > > > > on
    > >     >>> > >     > > > > > > fix
    > >     >>> > >     > > > > > > > >> SDK
    > >     >>> > >     > > > > > > > >> > > for
    > >     >>> > >     > > > > > > > >> > > > > IDE.
    > >     >>> > >     > > > > > > > >> > > > > Josh told me that VSCode tries
    > to
    > > find
    > >     >>> that
    > >     >>> > > class in
    > >     >>> > >     > > > > > > > >> > /js/lib/mxmlc.jar
    > >     >>> > >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > > > Maybe Moonshine is looking in
    > > other
    > >     >>> path?
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > > > Thanks
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las
    > 14:43,
    > > Piotr
    > >     >>> > > Zarzycki (<
    > >     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
    > >     >>> > >     > > > > > > > >> > > > > escribió:
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > > > > Hi Carlos,
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > I have build on my Mac SDK and
    > > tried
    > >     >>> in
    > >     >>> > > Nightly
    > >     >>> > >     > > Build
    > >     >>> > >     > > > of
    > >     >>> > >     > > > > > > > >> > Moonshine. I
    > >     >>> > >     > > > > > > > >> > > > > > cannot build Hello World. I'm
    > > getting
    > >     >>> > > following
    > >     >>> > >     > > error:
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > >
    > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > >     >>> > >     > > > > > > > >> -debug=true
    > >     >>> > >     > > > > > > > >> > > > > > -source-map=true
    > >     >>> > -compiler.targets=JSRoyale
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > >
    > >     >>> > >
    > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    > >     >>> > >     > > > > > > > >> > > > > > : Using Royale Compiler
    > > codebase:
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > >
    > >     >>> > >
    > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > >     >>> > >     > > > > > > > >> > > > > > : Using Royale SDK:
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > >
    > >     >>> > >
    > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > >     >>> > >     > > > > > > > >> > > > > > : Error: Could not find or
    > load
    > > main
    > >     >>> class
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> org.apache.royale.compiler.clients.MXMLJSC
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26
    > Carlos
    > >     >>> Rovira <
    > >     >>> > >     > > > > > > > >> carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > >> > > > > > napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > Hi Piotr,
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > right, are simplified too
    > and
    > > does
    > >     >>> not
    > >     >>> > > have any
    > >     >>> > >     > > > > profile
    > >     >>> > >     > > > > > or
    > >     >>> > >     > > > > > > > >> > > variable.
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > "-U clean install" is
    > > standard maven
    > >     >>> > > commands,
    > >     >>> > >     > > > nothing
    > >     >>> > >     > > > > > to
    > >     >>> > >     > > > > > > do
    > >     >>> > >     > > > > > > > >> with
    > >     >>> > >     > > > > > > > >> > > us
    > >     >>> > >     > > > > > > > >> > > > in
    > >     >>> > >     > > > > > > > >> > > > > > > particular, so you can left
    > > that
    > >     >>> > >     > > > > > > > >> > > > > > > "-P main,utils" are not
    > needed
    > >     >>> anymore,
    > >     >>> > > since
    > >     >>> > >     > now
    > >     >>> > >     > > > > > there's
    > >     >>> > >     > > > > > > no
    > >     >>> > >     > > > > > > > >> > > > > > > differentiation between a
    > > "first
    > >     >>> build"
    > >     >>> > > against
    > >     >>> > >     > > rest
    > >     >>> > >     > > > > of
    > >     >>> > >     > > > > > > > >> builds.
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las
    > > 15:32,
    > >     >>> Piotr
    > >     >>> > >     > Zarzycki
    > >     >>> > >     > > (<
    > >     >>> > >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>)
    > >     >>> escribió:
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > Hi Carlos,
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > Builds for framework is
    > > updated.
    > >     >>> What
    > >     >>> > > about
    > >     >>> > >     > > > compiler
    > >     >>> > >     > > > > > and
    > >     >>> > >     > > > > > > > >> > > typedefs ?
    > >     >>> > >     > > > > > > > >> > > > > For
    > >     >>> > >     > > > > > > > >> > > > > > > > compiler on the server we
    > > have:
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > -U clean install
    > >     >>> > >     > > > > > > > >> > > > > > > > -P -main,utils
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > It looks like that those
    > > profiles
    > >     >>> also
    > >     >>> > >     > > deprecated
    > >     >>> > >     > > > -
    > >     >>> > >     > > > > > can
    > >     >>> > >     > > > > > > > you
    > >     >>> > >     > > > > > > > >> > > > confirm ?
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > Thanks,
    > >     >>> > >     > > > > > > > >> > > > > > > > Piotr
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37
    > > Carlos
    > >     >>> > Rovira <
    > >     >>> > >     > > > > > > > >> > carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > >> > > > > > > > napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > it surprise me that due
    > > all the
    > >     >>> > > changes done
    > >     >>> > >     > > in
    > >     >>> > >     > > > > > maven
    > >     >>> > >     > > > > > > > >> > > builds.a.o
    > >     >>> > >     > > > > > > > >> > > > > was
    > >     >>> > >     > > > > > > > >> > > > > > > not
    > >     >>> > >     > > > > > > > >> > > > > > > > > failing. I've even
    > didn't
    > > repare
    > >     >>> > that
    > >     >>> > > will
    > >     >>> > >     > > need
    > >     >>> > >     > > > to
    > >     >>> > >     > > > > > be
    > >     >>> > >     > > > > > > > >> > updated.
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > These profiles does not
    > > exist
    > >     >>> > anymore:
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>>
    > > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > Here's the updated doc
    > > for maven
    > >     >>> > > simplified
    > >     >>> > >     > > [1]
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > In sort:
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > 1.- Only env var needed
    > in
    > >     >>> Maven now
    > >     >>> > > is
    > >     >>> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
    > >     >>> > >     > > > > > > > >> > > > > > > > > 2.- Build from an empty
    > > repo is
    > >     >>> now
    > >     >>> > > more
    > >     >>> > >     > > > reliable
    > >     >>> > >     > > > > > > > >> (something
    > >     >>> > >     > > > > > > > >> > > that
    > >     >>> > >     > > > > > > > >> > > > > > was a
    > >     >>> > >     > > > > > > > >> > > > > > > > > real headache)
    > >     >>> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced
    > > to:
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
    > >     >>> > >     > > > > > > > >> > > > > > > > >    - option-with-swf
    > >     >>> > >     > > > > > > > >> > > > > > > > >    - with-examples
    > >     >>> > >     > > > > > > > >> > > > > > > > >    - with-distribution
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > Can you upgrade
    > > builds.a.o to
    > >     >>> use
    > >     >>> > this
    > >     >>> > >     > > profiles?
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > [1]
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a
    > > las
    > >     >>> 17:40,
    > >     >>> > > Piotr
    > >     >>> > >     > > > Zarzycki
    > >     >>> > >     > > > > (<
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > piotrzarzycki21@gmail.com
    > > >)
    > >     >>> > escribió:
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > Carlos,
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > What has change more
    > in
    > > case
    > >     >>> of
    > >     >>> > > Maven
    > >     >>> > >     > build
    > >     >>> > >     > > > for
    > >     >>> > >     > > > > > > > >> framework?
    > >     >>> > >     > > > > > > > >> > On
    > >     >>> > >     > > > > > > > >> > > > > > > > builds.a.o
    > >     >>> > >     > > > > > > > >> > > > > > > > > we
    > >     >>> > >     > > > > > > > >> > > > > > > > > > have following command
    > > which
    > >     >>> > running
    > >     >>> > >     > > > > royale-asjs.
    > >     >>> > >     > > > > > It
    > >     >>> > >     > > > > > > > >> looks
    > >     >>> > >     > > > > > > > >> > > like
    > >     >>> > >     > > > > > > > >> > > > > > > > something
    > >     >>> > >     > > > > > > > >> > > > > > > > > > is missing, cause I
    > have
    > >     >>> removed
    > >     >>> > > locally
    > >     >>> > >     > my
    > >     >>> > >     > > > > > > > >> > org.apache.royale
    > >     >>> > >     > > > > > > > >> > > > > > folder
    > >     >>> > >     > > > > > > > >> > > > > > > > from
    > >     >>> > >     > > > > > > > >> > > > > > > > > > .m2 and start building
    > >     >>> PureMVC to
    > >     >>> > > swc.
    > >     >>> > >     > [1] -
    > >     >>> > >     > > > It
    > >     >>> > >     > > > > > > throws
    > >     >>> > >     > > > > > > > >> > > > exception
    > >     >>> > >     > > > > > > > >> > > > > > now.
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > Could not resolve
    > >     >>> dependencies for
    > >     >>> > > project
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > >
    > >     >>> > >     > >
    > >     >>> > >
    > >     >>>
    > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > Failure to find
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > >
    > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
    > >     >>> > >     > > > > > > > >> > > > > > > > > in
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
    > >     >>> > >     > > > > > > > >> > > > was
    > >     >>> > >     > > > > > > > >> > > > > > > > cached
    > >     >>> > >     > > > > > > > >> > > > > > > > > in
    > >     >>> > >     > > > > > > > >> > > > > > > > > > the local repository,
    > >     >>> resolution
    > >     >>> > > will not
    > >     >>> > >     > be
    > >     >>> > >     > > > > > > > reattempted
    > >     >>> > >     > > > > > > > >> > > until
    > >     >>> > >     > > > > > > > >> > > > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > update
    > >     >>> > >     > > > > > > > >> > > > > > > > > > interval of
    > > apache-snapshots
    > >     >>> has
    > >     >>> > > elapsed
    > >     >>> > >     > or
    > >     >>> > >     > > > > > updates
    > >     >>> > >     > > > > > > > are
    > >     >>> > >     > > > > > > > >> > > forced
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > Above means that it
    > > probably
    > >     >>> > doesn't
    > >     >>> > >     > exists
    > >     >>> > >     > > in
    > >     >>> > >     > > > > > > Apache
    > >     >>> > >     > > > > > > > >> Maven
    > >     >>> > >     > > > > > > > >> > > > > > > central...
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > -U
    > >     >>> > >     > > > > > > > >> > > > > > > > > > clean
    > >     >>> > >     > > > > > > > >> > > > > > > > > > deploy
    > >     >>> > >     > > > > > > > >> > > > > > > > > > -P
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > -Dgenerate.swf.swcs=true
    > >     >>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > [1]
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > Thanks,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > Piotr
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o
    > > 12:29 Piotr
    > >     >>> > > Zarzycki <
    > >     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see
    > > whether
    > >     >>> > > someone
    > >     >>> > >     > > > actually
    > >     >>> > >     > > > > > know
    > >     >>> > >     > > > > > > > >> what
    > >     >>> > >     > > > > > > > >> > is
    > >     >>> > >     > > > > > > > >> > > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > version.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o
    > > 12:27
    > >     >>> Carlos
    > >     >>> > > Rovira <
    > >     >>> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> I explained in this
    > > thread
    > >     >>> > that I
    > >     >>> > >     > > couldn't
    > >     >>> > >     > > > > find
    > >     >>> > >     > > > > > > in
    > >     >>> > >     > > > > > > > >> maven
    > >     >>> > >     > > > > > > > >> > > the
    > >     >>> > >     > > > > > > > >> > > > > > same
    > >     >>> > >     > > > > > > > >> > > > > > > > > exact
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> version that ANT
    > > one, I
    > >     >>> put the
    > >     >>> > > closest
    > >     >>> > >     > > in
    > >     >>> > >     > > > > date
    > >     >>> > >     > > > > > > > >> > available
    > >     >>> > >     > > > > > > > >> > > > from
    > >     >>> > >     > > > > > > > >> > > > > > > maven
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> I proposed as well
    > > if we
    > >     >>> can
    > >     >>> > > upgrade
    > >     >>> > >     > > > > ANT/MAVEN
    > >     >>> > >     > > > > > to
    > >     >>> > >     > > > > > > > the
    > >     >>> > >     > > > > > > > >> > same
    > >     >>> > >     > > > > > > > >> > > > one
    > >     >>> > >     > > > > > > > >> > > > > > > that
    > >     >>> > >     > > > > > > > >> > > > > > > > > > works.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> Other thing is that
    > > maybe I
    > >     >>> > fail
    > >     >>> > > in the
    > >     >>> > >     > > > > search
    > >     >>> > >     > > > > > > and
    > >     >>> > >     > > > > > > > >> the
    > >     >>> > >     > > > > > > > >> > > > version
    > >     >>> > >     > > > > > > > >> > > > > > > could
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> exists, in that
    > case
    > > hope
    > >     >>> other
    > >     >>> > > can
    > >     >>> > >     > > > indicate
    > >     >>> > >     > > > > > the
    > >     >>> > >     > > > > > > > >> maven
    > >     >>> > >     > > > > > > > >> > > > > > descriptor
    > >     >>> > >     > > > > > > > >> > > > > > > to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> update
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> it.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> thanks
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene.
    > > 2020 a las
    > >     >>> > > 12:11,
    > >     >>> > >     > Piotr
    > >     >>> > >     > > > > > Zarzycki
    > >     >>> > >     > > > > > > > (<
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > > piotrzarzycki21@gmail.com
    > >     >>> >)
    > >     >>> > > escribió:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > Why you didn't
    > use
    > >     >>> exactly
    > >     >>> > the
    > >     >>> > > same
    > >     >>> > >     > > > > version ?
    > >     >>> > >     > > > > > > > Maybe
    > >     >>> > >     > > > > > > > >> > this
    > >     >>> > >     > > > > > > > >> > > > is
    > >     >>> > >     > > > > > > > >> > > > > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > > reason
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> why
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > my application is
    > >     >>> failing.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > I see this in
    > > Maven:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > <groupId>com.google.javascript</groupId>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > <artifactId>closure-compiler</artifactId>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> <version>v20181210</version>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > <groupId>org.clojure</groupId>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > > > > <artifactId>google-closure-library</artifactId>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > <version>0.0-20190213-2033d5d9</version>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020
    > o
    > > 10:52
    > >     >>> > Carlos
    > >     >>> > >     > Rovira
    > >     >>> > >     > > <
    > >     >>> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't put
    > the
    > > latest
    > >     >>> > one.
    > >     >>> > > Used
    > >     >>> > >     > the
    > >     >>> > >     > > > > > closest
    > >     >>> > >     > > > > > > > >> one in
    > >     >>> > >     > > > > > > > >> > > > dates
    > >     >>> > >     > > > > > > > >> > > > > > to
    > >     >>> > >     > > > > > > > >> > > > > > > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > > > one
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> in
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be
    > > that
    > >     >>> valid?
    > >     >>> > > And how
    > >     >>> > >     > > can
    > >     >>> > >     > > > I
    > >     >>> > >     > > > > > > ensure
    > >     >>> > >     > > > > > > > >> > > > > > compatibility?
    > >     >>> > >     > > > > > > > >> > > > > > > > > Where
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > check that?
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > But what I
    > > really want
    > >     >>> to
    > >     >>> > do
    > >     >>> > > is
    > >     >>> > >     > > update
    > >     >>> > >     > > > > > > > ANT/MAVEN
    > >     >>> > >     > > > > > > > >> to
    > >     >>> > >     > > > > > > > >> > > the
    > >     >>> > >     > > > > > > > >> > > > > same
    > >     >>> > >     > > > > > > > >> > > > > > > one
    > >     >>> > >     > > > > > > > >> > > > > > > > > > that
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> is
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > ok
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > for all of us.
    > > We need
    > >     >>> to
    > >     >>> > > ensure
    > >     >>> > >     > one
    > >     >>> > >     > > > that
    > >     >>> > >     > > > > > is
    > >     >>> > >     > > > > > > > >> > available
    > >     >>> > >     > > > > > > > >> > > > for
    > >     >>> > >     > > > > > > > >> > > > > > > both.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22
    > ene.
    > > 2020
    > >     >>> a las
    > >     >>> > > 2:41,
    > >     >>> > >     > > Alex
    > >     >>> > >     > > > > > Harui
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > > (<aharui@adobe.com.invalid
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >)
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > You may not
    > > want the
    > >     >>> > latest
    > >     >>> > >     > closure
    > >     >>> > >     > > > > > > library.
    > >     >>> > >     > > > > > > > >> You
    > >     >>> > >     > > > > > > > >> > > > > probably
    > >     >>> > >     > > > > > > > >> > > > > > > > want
    > >     >>> > >     > > > > > > > >> > > > > > > > > > one
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > that
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > is compatible
    > > with
    > >     >>> the
    > >     >>> > > closure
    > >     >>> > >     > > > > compiler.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20,
    > > 5:20 PM,
    > >     >>> > > "Carlos
    > >     >>> > >     > > > Rovira" <
    > >     >>> > >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> wrote:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Josh
    > > discover
    > >     >>> that
    > >     >>> > > there was
    > >     >>> > >     > an
    > >     >>> > >     > > > > > issue.
    > >     >>> > >     > > > > > > If
    > >     >>> > >     > > > > > > > >> we
    > >     >>> > >     > > > > > > > >> > > have
    > >     >>> > >     > > > > > > > >> > > > > > > > GOOG_HOME
    > >     >>> > >     > > > > > > > >> > > > > > > > > > env
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> var
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     maven
    > >     >>> distribution
    > >     >>> > > worked
    > >     >>> > >     > > right,
    > >     >>> > >     > > > > but
    > >     >>> > >     > > > > > if
    > >     >>> > >     > > > > > > > you
    > >     >>> > >     > > > > > > > >> > > don't
    > >     >>> > >     > > > > > > > >> > > > > > have,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> compilation
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     I have it
    > > in my
    > >     >>> > system
    > >     >>> > > while
    > >     >>> > >     > > > > > developing
    > >     >>> > >     > > > > > > > >> this.
    > >     >>> > >     > > > > > > > >> > > So I
    > >     >>> > >     > > > > > > > >> > > > > > just
    > >     >>> > >     > > > > > > > >> > > > > > > > > fixed
    > >     >>> > >     > > > > > > > >> > > > > > > > > > it
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > some
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     minutes
    > > ago.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     One
    > thing:
    > >     >>> There's no
    > >     >>> > > maven
    > >     >>> > >     > > > > artifact
    > >     >>> > >     > > > > > > for
    > >     >>> > >     > > > > > > > >> the
    > >     >>> > >     > > > > > > > >> > > > > > > > closure-library
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     one used
    > > by ANT),
    > >     >>> > next
    > >     >>> > > one is
    > >     >>> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
    > >     >>> > >     > > > > > > > >> > > > > > so
    > >     >>> > >     > > > > > > > >> > > > > > > we
    > >     >>> > >     > > > > > > > >> > > > > > > > > > need
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > use
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > that
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     for maven
    > > (or
    > >     >>> maybe I
    > >     >>> > > was too
    > >     >>> > >     > > bad
    > >     >>> > >     > > > > > > trying
    > >     >>> > >     > > > > > > > to
    > >     >>> > >     > > > > > > > >> > find
    > >     >>> > >     > > > > > > > >> > > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> corresponding
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     artifact,
    > > so if
    > >     >>> > someone
    > >     >>> > >     > knows,
    > >     >>> > >     > > > > please
    > >     >>> > >     > > > > > > let
    > >     >>> > >     > > > > > > > >> me
    > >     >>> > >     > > > > > > > >> > > > know!).
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     So, can
    > we
    > >     >>> upgrade
    > >     >>> > ANT
    > >     >>> > > to
    > >     >>> > >     > > > v20190213
    > >     >>> > >     > > > > > > too?
    > >     >>> > >     > > > > > > > >> From
    > >     >>> > >     > > > > > > > >> > > now
    > >     >>> > >     > > > > > > > >> > > > > on,
    > >     >>> > >     > > > > > > > >> > > > > > we
    > >     >>> > >     > > > > > > > >> > > > > > > > > > should
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > check
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     versions
    > > exists
    > >     >>> for
    > >     >>> > > ANT and
    > >     >>> > >     > > MAVEN
    > >     >>> > >     > > > > > > > >> artifacts.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr
    > > Zarzycki <
    > >     >>> > >     > > > > > > > piotrzarzycki21@gmail.com
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >> > > let
    > >     >>> > >     > > > > > > > >> > > > me
    > >     >>> > >     > > > > > > > >> > > > > > > know
    > >     >>> > >     > > > > > > > >> > > > > > > > if
    > >     >>> > >     > > > > > > > >> > > > > > > > > > you
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > can
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     work with
    > > latest
    > >     >>> > > changes just
    > >     >>> > >     > > > done.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     El mar.,
    > > 21 ene.
    > >     >>> 2020
    > >     >>> > > a las
    > >     >>> > >     > > > 17:53,
    > >     >>> > >     > > > > > > Carlos
    > >     >>> > >     > > > > > > > >> > Rovira
    > >     >>> > >     > > > > > > > >> > > > (<
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> carlosrovira@apache.org
    > >     >>> > >)
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi
    > Piotr,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > yes,
    > > you're
    > >     >>> using
    > >     >>> > an
    > >     >>> > > old
    > >     >>> > >     > > > command,
    > >     >>> > >     > > > > > > maven
    > >     >>> > >     > > > > > > > >> was
    > >     >>> > >     > > > > > > > >> > > > > > extremely
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> simplified
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris
    > > Dutz
    > >     >>> > > contribution 1
    > >     >>> > >     > or
    > >     >>> > >     > > 2
    > >     >>> > >     > > > > > months
    > >     >>> > >     > > > > > > > >> ago.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> 'generate.swf.swcs'
    > >     >>> > > does
    > >     >>> > >     > not
    > >     >>> > >     > > > > > exists.
    > >     >>> > >     > > > > > > > >> Check
    > >     >>> > >     > > > > > > > >> > the
    > >     >>> > >     > > > > > > > >> > > > > > > > > instructions
    > >     >>> > >     > > > > > > > >> > > > > > > > > > I
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> put
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > or
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > the
    > > updated
    > >     >>> docs
    > >     >>> > > here [1].
    > >     >>> > >     > I
    > >     >>> > >     > > > > > updated
    > >     >>> > >     > > > > > > > that
    > >     >>> > >     > > > > > > > >> > page
    > >     >>> > >     > > > > > > > >> > > > to
    > >     >>> > >     > > > > > > > >> > > > > > have
    > >     >>> > >     > > > > > > > >> > > > > > > > all
    > >     >>> > >     > > > > > > > >> > > > > > > > > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm
    > > planing
    > >     >>> with
    > >     >>> > > Chris, to
    > >     >>> > >     > > work
    > >     >>> > >     > > > > > soon
    > >     >>> > >     > > > > > > in
    > >     >>> > >     > > > > > > > >> more
    > >     >>> > >     > > > > > > > >> > > > > > > > improvements:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.-
    > Make
    > > Maven
    > >     >>> > > distribution
    > >     >>> > >     > > for
    > >     >>> > >     > > > > > > js-only
    > >     >>> > >     > > > > > > > >> > (just
    > >     >>> > >     > > > > > > > >> > > > > > removing
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > > -option-with-swf
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > that
    > now
    > > is
    > >     >>> > required)
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try
    > > to have
    > >     >>> > just
    > >     >>> > > one
    > >     >>> > >     > repo
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.-
    > > Simplify
    > >     >>> > release
    > >     >>> > >     > process
    > >     >>> > >     > > > > based
    > >     >>> > >     > > > > > > on 2
    > >     >>> > >     > > > > > > > >> (and
    > >     >>> > >     > > > > > > > >> > > yes
    > >     >>> > >     > > > > > > > >> > > > > > > having
    > >     >>> > >     > > > > > > > >> > > > > > > > > ANT
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> into
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > account)
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I will
    > > want to
    > >     >>> > > release
    > >     >>> > >     > every
    > >     >>> > >     > > 1
    > >     >>> > >     > > > > to 2
    > >     >>> > >     > > > > > > > >> month.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > > >
    > >     >>> > >     > > > > > > > >> > > > > >
    > >     >>> > >     > > > > > > > >> > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > >
    > >     >>> > >     > > > > > > > >> >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > > > >
    > >     >>> > >     > > > > > >
    > >     >>> > >     > > > > >
    > >     >>> > >     > > > >
    > >     >>> > >     > > >
    > >     >>> > >     > >
    > >     >>> > >     >
    > >     >>> > >
    > >     >>> >
    > >     >>>
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > El
    > mar.,
    > > 21
    > >     >>> ene.
    > >     >>> > > 2020 a las
    > >     >>> > >     > > > > 17:40,
    > >     >>> > >     > > > > > > > Piotr
    > >     >>> > >     > > > > > > > >> > > > Zarzycki
    > >     >>> > >     > > > > > > > >> > > > > (<
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > > piotrzarzycki21@gmail.com
    > >     >>> > >     > >)
    > >     >>> > >     > > > > > > escribió:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it
    > > looks
    > >     >>> like
    > >     >>> > it
    > >     >>> > > my
    > >     >>> > >     > > fault.
    > >     >>> > >     > > > I
    > >     >>> > >     > > > > > > didn't
    > >     >>> > >     > > > > > > > >> > catch
    > >     >>> > >     > > > > > > > >> > > up
    > >     >>> > >     > > > > > > > >> > > > > > full
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > instruction.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
    > > again.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt.,
    > 21
    > > sty
    > >     >>> 2020 o
    > >     >>> > > 17:29
    > >     >>> > >     > > Piotr
    > >     >>> > >     > > > > > > > Zarzycki
    > >     >>> > >     > > > > > > > >> <
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    > >     >>> piotrzarzycki21@gmail.com>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    > > napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi
    > > Carlos,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When
    > > I'm
    > >     >>> running
    > >     >>> > > this
    > >     >>> > >     > [1]
    > >     >>> > >     > > on
    > >     >>> > >     > > > > my
    > >     >>> > >     > > > > > > Mac
    > >     >>> > >     > > > > > > > >> > > > > distribution
    > >     >>> > >     > > > > > > > >> > > > > > is
    > >     >>> > >     > > > > > > > >> > > > > > > > not
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > Whole
    > > SDK is
    > >     >>> > > being build
    > >     >>> > >     > > > > > > > successfully,
    > >     >>> > >     > > > > > > > >> > but
    > >     >>> > >     > > > > > > > >> > > > > > without
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > distribution.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have
    > > any
    > >     >>> errors.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1]
    > > mvn
    > >     >>> clean
    > >     >>> > > install
    > >     >>> > >     > > > > > -DskipTests
    > >     >>> > >     > > > > > > > >> > > > > -Drat.skip=true
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    > >     >>> > > -Dgenerate.swf.swcs=true
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >     > > > > > > > >> > > > > > > >
    > >     >>> > >     > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >>
    > >     >>> > >     > > > > >
    > >     >>> > >     >
    > >     >>> >
    > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > Thanks,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > Piotr
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt.,
    > > 21 sty
    > >     >>> 2020
    > >     >>> > > o 12:44
    > >     >>> > >     > > > > Carlos
    > >     >>> > >     > > > > > > > >> Rovira <
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
    > > carlosrovira@apache.org
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi
    > > Antonis,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all
    > > this
    > >     >>> does
    > >     >>> > not
    > >     >>> > >     > affect
    > >     >>> > >     > > > FB,
    > >     >>> > >     > > > > so
    > >     >>> > >     > > > > > > > don't
    > >     >>> > >     > > > > > > > >> > > worry
    > >     >>> > >     > > > > > > > >> > > > > > about
    > >     >>> > >     > > > > > > > >> > > > > > > > it.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > But
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> we
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > hope you
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to
    > > migrate
    > >     >>> to
    > >     >>> > > some
    > >     >>> > >     > newer
    > >     >>> > >     > > > IDE
    > >     >>> > >     > > > > in
    > >     >>> > >     > > > > > > the
    > >     >>> > >     > > > > > > > >> > > future!
    > >     >>> > >     > > > > > > > >> > > > ;)
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > Carlos
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El
    > > mar., 21
    > >     >>> > ene.
    > >     >>> > > 2020 a
    > >     >>> > >     > > las
    > >     >>> > >     > > > > > > 12:26,
    > >     >>> > >     > > > > > > > >> > Antonis
    > >     >>> > >     > > > > > > > >> > > > > > > Kalodimos
    > >     >>> > >     > > > > > > > >> > > > > > > > > (<
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > >     >>> > >     > > > antonis.kalodimos@gmail.com
    > >     >>> > >     > > > > >)
    > >     >>> > >     > > > > > > > >> escribió:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > This
    > >     >>> sounds
    > >     >>> > > good news
    > >     >>> > >     > > for
    > >     >>> > >     > > > > > > someone
    > >     >>> > >     > > > > > > > >> to
    > >     >>> > >     > > > > > > > >> > be
    > >     >>> > >     > > > > > > > >> > > > > > involved
    > >     >>> > >     > > > > > > > >> > > > > > > > > with
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > royale.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > Please i
    > >     >>> > > someone of
    > >     >>> > >     > you
    > >     >>> > >     > > > who
    > >     >>> > >     > > > > > > know
    > >     >>> > >     > > > > > > > >> the
    > >     >>> > >     > > > > > > > >> > > > > > > requirements
    > >     >>> > >     > > > > > > > >> > > > > > > > > > don't
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > break
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > ability
    > >     >>> to be
    > >     >>> > > used
    > >     >>> > >     > and
    > >     >>> > >     > > in
    > >     >>> > >     > > > > the
    > >     >>> > >     > > > > > > > >> > > > flashbuilder.
    > >     >>> > >     > > > > > > > >> > > > > > Even
    > >     >>> > >     > > > > > > > >> > > > > > > > it
    > >     >>> > >     > > > > > > > >> > > > > > > > > is
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> old
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > is a
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > standard i
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > think
    > >     >>> for the
    > >     >>> > > old
    > >     >>> > >     > users
    > >     >>> > >     > > > > that
    > >     >>> > >     > > > > > > are
    > >     >>> > >     > > > > > > > >> > > searching
    > >     >>> > >     > > > > > > > >> > > > > > where
    > >     >>> > >     > > > > > > > >> > > > > > > > to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > jump
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > for
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > their
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > apps
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > Thank
    > >     >>> you,
    > >     >>> > > continue
    > >     >>> > >     > the
    > >     >>> > >     > > > > great
    > >     >>> > >     > > > > > > job
    > >     >>> > >     > > > > > > > >> that
    > >     >>> > >     > > > > > > > >> > > you
    > >     >>> > >     > > > > > > > >> > > > > are
    > >     >>> > >     > > > > > > > >> > > > > > > > > doing.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > Στις
    > >     >>> Τρί, 21
    > >     >>> > > Ιαν 2020
    > >     >>> > >     > > > στις
    > >     >>> > >     > > > > > 1:15
    > >     >>> > >     > > > > > > > >> μ.μ.,
    > >     >>> > >     > > > > > > > >> > > ο/η
    > >     >>> > >     > > > > > > > >> > > > > > Piotr
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > >     >>> > >     > > > piotrzarzycki21@gmail.com>
    > >     >>> > >     > > > > > > > έγραψε:
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > Hi
    > >     >>> Carlos,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > >     >>> Congrats!
    > >     >>> > > Could you
    > >     >>> > >     > > > > provide
    > >     >>> > >     > > > > > > on
    > >     >>> > >     > > > > > > > >> > mailing
    > >     >>> > >     > > > > > > > >> > > > > list
    > >     >>> > >     > > > > > > > >> > > > > > > > > command
    > >     >>> > >     > > > > > > > >> > > > > > > > > > to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > build
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    > > framework
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > with
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > >     >>> > > distribution, so
    > >     >>> > >     > > users
    > >     >>> > >     > > > > > could
    > >     >>> > >     > > > > > > > know
    > >     >>> > >     > > > > > > > >> > how
    > >     >>> > >     > > > > > > > >> > > to
    > >     >>> > >     > > > > > > > >> > > > > do
    > >     >>> > >     > > > > > > > >> > > > > > > > that.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > Thanks,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > Piotr
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > wt.,
    > >     >>> 21 sty
    > >     >>> > > 2020 o
    > >     >>> > >     > > > 12:12
    > >     >>> > >     > > > > > > Carlos
    > >     >>> > >     > > > > > > > >> > > Rovira <
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    > >     >>> carlosrovira@apache.org>
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > >     >>> napisał(a):
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > Hi,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > just
    > >     >>> > fixed
    > >     >>> > > the
    > >     >>> > >     > > maven
    > >     >>> > >     > > > > > > > >> distribution,
    > >     >>> > >     > > > > > > > >> > > and
    > >     >>> > >     > > > > > > > >> > > > > now
    > >     >>> > >     > > > > > > > >> > > > > > > it
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> creates a
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > that
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > can
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > be
    > >     >>> used
    > >     >>> > > with
    > >     >>> > >     > IDEs.
    > >     >>> > >     > > I
    > >     >>> > >     > > > > > think
    > >     >>> > >     > > > > > > > this
    > >     >>> > >     > > > > > > > >> > is a
    > >     >>> > >     > > > > > > > >> > > > > long
    > >     >>> > >     > > > > > > > >> > > > > > > > > awaited
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> fix.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > So
    > >     >>> with
    > >     >>> > > the new
    > >     >>> > >     > > maven
    > >     >>> > >     > > > > > > > >> distribution
    > >     >>> > >     > > > > > > > >> > > the
    > >     >>> > >     > > > > > > > >> > > > > > > > generated
    > >     >>> > >     > > > > > > > >> > > > > > > > > > SDK
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > allows you
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > code
    > >     >>> > > intelligence
    > >     >>> > >     > > and
    > >     >>> > >     > > > > > IDEs
    > >     >>> > >     > > > > > > > can
    > >     >>> > >     > > > > > > > >> > find
    > >     >>> > >     > > > > > > > >> > > > > > > compilers
    > >     >>> > >     > > > > > > > >> > > > > > > > > and
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> use
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > it
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > to get a
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > valid
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > >
    > >     >>> > > compilation. I
    > >     >>> > >     > > tried
    > >     >>> > >     > > > > only
    > >     >>> > >     > > > > > > > >> VSCode
    > >     >>> > >     > > > > > > > >> > > with
    > >     >>> > >     > > > > > > > >> > > > > Josh
    > >     >>> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > extension,
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > others
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > using
    > >     >>> > > Moonshine
    > >     >>> > >     > can
    > >     >>> > >     > > > > > provide
    > >     >>> > >     > > > > > > > >> > > feedback.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > >
    > >     >>> > > Additionally you
    > >     >>> > >     > > get
    > >     >>> > >     > > > > the
    > >     >>> > >     > > > > > > > normal
    > >     >>> > >     > > > > > > > >> > > maven
    > >     >>> > >     > > > > > > > >> > > > > way
    > >     >>> > >     > > > > > > > >> > > > > > of
    > >     >>> > >     > > > > > > > >> > > > > > > > > build
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> with
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > install"
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > that
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > will
    > >     >>> be
    > >     >>> > > more near
    > >     >>> > >     > > to
    > >     >>> > >     > > > > your
    > >     >>> > >     > > > > > > > >> deploy
    > >     >>> > >     > > > > > > > >> > > > needs.
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > >
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > So
    > >     >>> people
    > >     >>> > > using
    > >     >>> > >     > > Maven
    > >     >>> > >     > > > > > does
    > >     >>> > >     > > > > > > > not
    > >     >>> > >     > > > > > > > >> > need
    > >     >>> > >     > > > > > > > >> > > to
    > >     >>> > >     > > > > > > > >> > > > > use
    > >     >>> > >     > > > > > > > >> > > > > > > ANT
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> anymore
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > to
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    > > generate a
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > valid
    > >     >>> > >     > > > > > > > >> > > > > > > > > > >>
    > >     >>> > >
    > >     >>> > >
    > >     >>> > >
    > >     >>> >
    > >     >>> > --
    > >     >>> > Carlos Rovira
    > >     >>> > http://about.me/carlosrovira
    > >     >>> >
    > >     >>>
    > >     >>
    > >     >>
    > >     >> --
    > >     >> Carlos Rovira
    > >     >> http://about.me/carlosrovira
    > >     >>
    > >     >>
    > >     >
    > >     > --
    > >     > Carlos Rovira
    > >     > http://about.me/carlosrovira
    > >     >
    > >     >
    > >
    > >     --
    > >
    > >     Piotr Zarzycki
    > >
    > >     Patreon: *https://www.patreon.com/piotrzarzycki
    > >     <https://www.patreon.com/piotrzarzycki>*
    > >
    > >
    > >
    >
    > --
    > Carlos Rovira
    > http://about.me/carlosrovira
    >
    
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://www.patreon.com/piotrzarzycki
    <https://www.patreon.com/piotrzarzycki>*
    


Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Chris,

Nothing changed I have exactly same issue after pulling all changes and
rebuilding sdk.

niedz., 22 mar 2020 o 12:15 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi,
>
> Many thanks for the fix Chris.
> Piotr, can you try again and confirm if all is ok now?
>
> thanks
>
>
>
> El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
> christofer.dutz@c-ware.de>) escribió:
>
> > Hi Piotr,
> >
> > I had a look and you are right ... even if this only seems to happen if
> > you haven't built the typedefs on your machine that day before building
> the
> > distribution. I just pushed a PR that should fix this.
> >
> > Chris
> >
> >
> > Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <piotrzarzycki21@gmail.com
> >:
> >
> >     Hi Carlos,
> >
> >     I've just build royale-asjs with following command:
> >
> >     mvn clean install -P with-distribution,option-with-sass-compile
> >     -DdistributionTargetFolder=path
> >
> >     Created new Royale Jewel project with latest nightly non sandbox
> build
> > of
> >     Moonshine and I got following result during build [1]
> >
> >     [1] https://paste.apache.org/u5j0a
> >
> >     Thanks,
> >     Piotr
> >
> >     sob., 21 mar 2020 o 20:12 Carlos Rovira <ca...@apache.org>
> >     napisał(a):
> >
> >     > Hi Piotr,
> >     >
> >     > Chris, just made maven distribution mxmlc and compc executables.
> >     >
> >     >    - I test and VSCode works fine
> >     >    - command line worked too [1]
> >     >    - Moonshine:  I couldn't launch a compilation with SDK. Just
> > upgrade
> >     >    to latest version as Moonshine requested me. I have the SDK
> > configured to
> >     >    the distribution created with Maven. Then with TDJ project
> loaded
> > when to
> >     >    Project > Build Project, but nothings happen
> >     >
> >     > So just need to see how to check Moonshine so we can check Maven
> >     > distribution is completed at last. I want to have that for this
> > release
> >     > 0.9.7
> >     >
> >     > Thanks
> >     >
> >     > Carlos
> >     >
> >     > [1] output in command line for Tour de Jewel:
> >     >
> >     > macbookpro:TourDeJewel carlosrovira$
> >     >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> -source-map=true
> >     > -compiler.targets=JSRoyale
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     >
> >     > >
> >     >
> >     > macbookpro:TourDeJewel carlosrovira$
> >     >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> >     > -load-config+=obj/TourDeJewelConfig.xml -debug=true
> -source-map=true
> >     > -compiler.targets=JSRoyale
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     >
> >     > Using Royale Compiler codebase:
> >     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
> >     >
> >     > Using Royale SDK:
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     >
> >     > MXMLJSC
> >     >
> >     >
> >     >
> >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
> >     >
> >     >
> >     >
> >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
> >     >
> >     > -load-config+=obj/TourDeJewelConfig.xml
> >     >
> >     > -debug=true
> >     >
> >     > -source-map=true
> >     >
> >     > -compiler.targets=JSRoyale
> >     >
> >     >
> >     >
> >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
> >     >
> >     > The project 'App' has been successfully compiled.
> >     >
> >     > 7.080432099 seconds
> >     >
> >     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
> > carlosrovira@apache.org>)
> >     > escribió:
> >     >
> >     >> Ok Josh,
> >     >> understood, will take into account as I check what's going on with
> > latest
> >     >> fails
> >     >> thanks
> >     >>
> >     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
> >     >> joshtynjala@bowlerhat.dev>) escribió:
> >     >>
> >     >>> VSCode happens to run the JAR files directly with Java, and
> > doesn't run
> >     >>> anything in js/bin. If the contents of js/bin do not have the
> > correct
> >     >>> exectuable permissions, it wouldn't affect VSCode. However,
> fixing
> > those
> >     >>> permissions would still be a problem that should be addressed to
> > have a
> >     >>> proper distribution. Moonshine is not doing anything out of the
> > ordinary
> >     >>> by
> >     >>> running js/bin/mxmlc (and that's what someone compiling from the
> > command
> >     >>> line without Maven or Ant would use too). If anything, it's
> VSCode
> > that
> >     >>> is
> >     >>> not doing things in the ordinary way.
> >     >>>
> >     >>> --
> >     >>> Josh Tynjala
> >     >>> Bowler Hat LLC <https://bowlerhat.dev>
> >     >>>
> >     >>>
> >     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
> > carlosrovira@apache.org>
> >     >>> wrote:
> >     >>>
> >     >>> > Hi,
> >     >>> >
> >     >>> > @Piotr Zarzycki <pi...@gmail.com> I was over the big
> > button
> >     >>> to
> >     >>> > nightly builds, since you told me to download that. So from the
> > big
> >     >>> button
> >     >>> > I choosed "other downloads" and choosed non sandbox one. Both
> > url goes
> >     >>> to
> >     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
> >     >>> > <
> >     >>> >
> >     >>>
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> >     >>> > >
> >     >>> > 07-Feb-2020 21:11 156571205
> >     >>> >
> >     >>> > About the permissions: My guess is that is something related to
> >     >>> Moonshine,
> >     >>> > not to user or maven, since VSCode is dealing with the same SDK
> > without
> >     >>> > complain. I can give permissions to try this, but I suggest the
> >     >>> moonshine
> >     >>> > team could look to how VSCode work with user files and mimic
> > that to
> >     >>> > avoid this kind of problem.
> >     >>> >
> >     >>> > Thanks
> >     >>> >
> >     >>> >
> >     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> > (<aharui@adobe.com.invalid
> >     >>> >)
> >     >>> > escribió:
> >     >>> >
> >     >>> > > IMO, the Maven commands that build the Distribution SDK
> should
> >     >>> change the
> >     >>> > > permissions.
> >     >>> > >
> >     >>> > > My 2 cents,
> >     >>> > > -Alex
> >     >>> > >
> >     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> > piotrzarzycki21@gmail.com>
> >     >>> > wrote:
> >     >>> > >
> >     >>> > >     Permission to "mxmlc" file in SDK. - You have to add
> > permission
> >     >>> for
> >     >>> > > usage
> >     >>> > >     manually to that file.
> >     >>> > >
> >     >>> > >     I will explain you more on Monday if you won't figure it
> > out your
> >     >>> > self,
> >     >>> > >     what is all about.
> >     >>> > >
> >     >>> > >     You can literally paste in Google last sentence from
> stack
> > trace
> >     >>> > error
> >     >>> > > and
> >     >>> > >     add: How to add permission to file on Mac.
> >     >>> > >
> >     >>> > >
> >     >>> > >
> >     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
> >     >>> carlosrovira@apache.org>
> >     >>> > > wrote:
> >     >>> > >
> >     >>> > >     > Hi Piotr,
> >     >>> > >     >
> >     >>> > >     > but what kind of permission? to the moonshine
> executable?
> >     >>> > >     >
> >     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
> >     >>> > >     > piotrzarzycki21@gmail.com>)
> >     >>> > >     > escribió:
> >     >>> > >     >
> >     >>> > >     > > If you are using your own SDK (not downloaded trough
> >     >>> Moonshine
> >     >>> > > getting
> >     >>> > >     > > started) you have to add permission to mxmlc file.
> > There is a
> >     >>> > > command on
> >     >>> > >     > > Mac chmod - try to search using that command on a
> > Google.
> >     >>> > >     > >
> >     >>> > >     > > Thanks,
> >     >>> > >     > > Piotr
> >     >>> > >     > >
> >     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
> >     >>> > > carlosrovira@apache.org>
> >     >>> > >     > > wrote:
> >     >>> > >     > >
> >     >>> > >     > > > Hi,
> >     >>> > >     > > >
> >     >>> > >     > > > I installed latest Moonshine nightly. After
> > configuring
> >     >>> initial
> >     >>> > > things
> >     >>> > >     > > > loaded TDJ project. I'm getting Permission denied:
> >     >>> > >     > > >
> >     >>> > >     > > > : Moonshine IDE™ 2.5.0
> >     >>> > >     > > > : Copyright © Prominic.NET, Inc. All rights
> reserved.
> >     >>> > >     > > > : Source code is under Apache License, Version 2.0
> >     >>> > >     > > > :
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> >     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB),
> > asblocks
> >     >>> > (Apache
> >     >>> > >     > License
> >     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
> >     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
> >     >>> > >     > > > : Compiling TourDeJewel
> >     >>> > >     > > > : SDK path:
> >     >>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     >>> > >     > > > : Sending to mxmlx: export
> >     >>> > >     > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     >>> > >     > > >
> >     >>> > >
> > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> >     >>> > >     > &&
> >     >>> > >     > > > export
> >     >>> > >     > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> > -Duser.region=en" &&
> >     >>> export
> >     >>> > >     > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> >     >>> > >     > > >
> >     >>> > >
> >     >>>
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> >     >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
> >     >>> > >     > > >
> >     >>> > >
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     >>> > >     > > >
> >     >>> > >
> > -html-template=src/main/resources/jewel-example-index-template.html
> >     >>> > >     > > > -js-dynamic-access-unknown-members=true
> >     >>> > > -compiler.targets=JSRoyale
> >     >>> > >     > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> >     >>> > >     > > > : /bin/bash:
> >     >>> > >     > > >
> >     >>> > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> >     >>> > >     > > > Permission denied
> >     >>> > >     > > >
> >     >>> > >     > > > How can I fix it?
> >     >>> > >     > > >
> >     >>> > >     > > > Thanks
> >     >>> > >     > > >
> >     >>> > >     > > >
> >     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> >     >>> > >     > > joshtynjala@bowlerhat.dev
> >     >>> > >     > > > >)
> >     >>> > >     > > > escribió:
> >     >>> > >     > > >
> >     >>> > >     > > > > Yeah, I don't see why Moonshine is reporting
> those
> >     >>> errors,
> >     >>> > but
> >     >>> > > VSCode
> >     >>> > >     > > > does
> >     >>> > >     > > > > not. If royale-config.xml is referencing SWCs
> that
> > don't
> >     >>> > > exist, that
> >     >>> > >     > > > should
> >     >>> > >     > > > > affect both IDEs.
> >     >>> > >     > > > >
> >     >>> > >     > > > > Regardless, like you explained, the same issue
> > should
> >     >>> > > reproduce when
> >     >>> > >     > > > > compiling from a terminal without Moonshine.
> >     >>> > >     > > > >
> >     >>> > >     > > > > --
> >     >>> > >     > > > > Josh Tynjala
> >     >>> > >     > > > > Bowler Hat LLC <
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     >>> > > >
> >     >>> > >     > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> >     >>> > >     > > piotrzarzycki21@gmail.com
> >     >>> > >     > > > >
> >     >>> > >     > > > > wrote:
> >     >>> > >     > > > >
> >     >>> > >     > > > > > Hi Carlos,
> >     >>> > >     > > > > >
> >     >>> > >     > > > > > Yeah it would be pretty great if you could
> setup
> >     >>> Moonshine,
> >     >>> > > but you
> >     >>> > >     > > > don't
> >     >>> > >     > > > > > have to do that actually to reproduce the
> issue.
> >     >>> Command
> >     >>> > > which I
> >     >>> > >     > have
> >     >>> > >     > > > > > pasted in this thread can be copy and used in
> > Terminal
> >     >>> with
> >     >>> > > small
> >     >>> > >     > > path
> >     >>> > >     > > > > > adjustment. Try it on any project you have
> using
> >     >>> > > distribution build
> >     >>> > >     > > and
> >     >>> > >     > > > > for
> >     >>> > >     > > > > > sure you will get the error.
> >     >>> > >     > > > > >
> >     >>> > >     > > > > > In case of Moonshine we have freez code for
> > commits and
> >     >>> > > prepare for
> >     >>> > >     > > > > > release, we have some internal problems with
> > bamboo
> >     >>> build -
> >     >>> > > if it
> >     >>> > >     > > will
> >     >>> > >     > > > > get
> >     >>> > >     > > > > > resolved we should have release early next
> week.
> > You
> >     >>> can
> >     >>> > > always try
> >     >>> > >     > > > > Nightly
> >     >>> > >     > > > > > build.
> >     >>> > >     > > > > >
> >     >>> > >     > > > > > I'm really surprised that VSCode do not
> throwing
> > the
> >     >>> same
> >     >>> > > error -
> >     >>> > >     > > What
> >     >>> > >     > > > > > could be the case Josh? The only difference is
> > that we
> >     >>> are
> >     >>> > > using
> >     >>> > >     > > mxmlc
> >     >>> > >     > > > > file
> >     >>> > >     > > > > > and VSCode is probably using jar file, but
> >     >>> playerglobal.swc
> >     >>> > > doesn't
> >     >>> > >     > > > > exists
> >     >>> > >     > > > > > so both should report same issue.
> >     >>> > >     > > > > >
> >     >>> > >     > > > > > Thanks,
> >     >>> > >     > > > > > Piotr
> >     >>> > >     > > > > >
> >     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
> >     >>> > > carlosrovira@apache.org>
> >     >>> > >     > > > > > napisał(a):
> >     >>> > >     > > > > >
> >     >>> > >     > > > > > > Hi Piotr,
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > > > so I think you're a bit closer (not farther
> > ;)),
> >     >>> since
> >     >>> > > compiler
> >     >>> > >     > was
> >     >>> > >     > > > > > found.
> >     >>> > >     > > > > > > Now is a matter to find what's missing.
> >     >>> > >     > > > > > > What's curious for me is VSCode recognizes
> but
> >     >>> Moonshine
> >     >>> > > not. I
> >     >>> > >     > > think
> >     >>> > >     > > > > the
> >     >>> > >     > > > > > > problem is each IDE is looking at different
> > things to
> >     >>> > > match a
> >     >>> > >     > valid
> >     >>> > >     > > > > SDK,
> >     >>> > >     > > > > > > and maybe even we could be setting duplicate
> >     >>> artifacts in
> >     >>> > > the SDK
> >     >>> > >     > > so
> >     >>> > >     > > > > > VSCode
> >     >>> > >     > > > > > > finds all but Moonshine not.
> >     >>> > >     > > > > > > I'll be setup Moonshine as I have time to try
> > it.
> >     >>> > >     > > > > > > I think you plan to launch a new one soon
> > right?
> >     >>> should I
> >     >>> > > wait
> >     >>> > >     > for
> >     >>> > >     > > > it?
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > > > Thanks
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr
> > Zarzycki (<
> >     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
> >     >>> > >     > > > > > > escribió:
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > > > > Hi Carlos,
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > > > I just tried your changes and I'm a bit
> > farther.
> >     >>> Now
> >     >>> > I'm
> >     >>> > >     > getting
> >     >>> > >     > > > > > > following
> >     >>> > >     > > > > > > > errors. It's throwing that errors cause in
> > JS only
> >     >>> > > binaries
> >     >>> > >     > > > prepared
> >     >>> > >     > > > > by
> >     >>> > >     > > > > > > ant
> >     >>> > >     > > > > > > > we have in following location
> >     >>> > >     > > > > > > >
> >     >>> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> >     >>> > > fake
> >     >>> > >     > > > > > > > playerglobal.swc, so distribution should
> > probably
> >     >>> have
> >     >>> > > the
> >     >>> > >     > same.
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> >     >>> > >     > > > > > > > >
> >     >>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     >>> > >     > > > -debug=true
> >     >>> > >     > > > > > > > > -source-map=true
> -compiler.targets=JSRoyale
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > >
> >     >>> > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >     >>> > >     > > > > > > > > : Using Royale Compiler codebase:
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > >
> >     >>> > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     >>> > >     > > > > > > > > : Using Royale SDK:
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > >
> >     >>> > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     >>> > >     > > > > > > > > : MXMLJSC
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> >     >>> > >     > > > > > > > > :
> >     >>> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     >>> > >     > > > > > > > > : -debug=true
> >     >>> > >     > > > > > > > > : -source-map=true
> >     >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > >
> >     >>> > >
> > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     >>> > >     > > > > > > > > (line: 74)
> >     >>> > >     > > > > > > > > :       </external-library-path>
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     >>> > >     > > > > > > > > (line: 81)
> >     >>> > >     > > > > > > > > :       </js-external-library-path>
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     >>> > >     > > > > > > > > (line: 81)
> >     >>> > >     > > > > > > > > :       </js-external-library-path>
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> >     >>> > >     > > > > > > > > col: 0 Error: unable to open
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> >     >>> > >     > > > > > > > > :
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     >>> > >     > > > > > > > > (line: 99)
> >     >>> > >     > > > > > > > > :       </library-path>
> >     >>> > >     > > > > > > > > : 1.034449561 seconds
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > > > Thanks,
> >     >>> > >     > > > > > > > Piotr
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
> >     >>> > >     > carlosrovira@apache.org>
> >     >>> > >     > > > > > > > napisał(a):
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > > > > Thanks Josh for pointing that out I think
> > I got
> >     >>> it.
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > > > @Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> > >
> >     >>> please
> >     >>> > > try with
> >     >>> > >     > my
> >     >>> > >     > > > > > latest
> >     >>> > >     > > > > > > > > commit. I couldn't test myself, but I
> > think it
> >     >>> should
> >     >>> > > work
> >     >>> > >     > now
> >     >>> > >     > > > for
> >     >>> > >     > > > > > > > > Moonshine.
> >     >>> > >     > > > > > > > > VSCode still work with this changes.
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > > > Thanks
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > > > Carlos
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh
> > Tynjala (<
> >     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
> >     >>> > >     > > > > > > > > escribió:
> >     >>> > >     > > > > > > > >
> >     >>> > >     > > > > > > > >> If I had to guess, this classpath is
> > wrong:
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
> >     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> >     >>> > >     > > > > > > > >> Class-Path>
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >> I think that the names of those JAR
> files
> > all
> >     >>> > include
> >     >>> > > a
> >     >>> > >     > > version
> >     >>> > >     > > > > > number
> >     >>> > >     > > > > > > > in
> >     >>> > >     > > > > > > > >> the Maven distribution.
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >> --
> >     >>> > >     > > > > > > > >> Josh Tynjala
> >     >>> > >     > > > > > > > >> Bowler Hat LLC <
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     >>> > > >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos
> > Rovira <
> >     >>> > >     > > > > > > carlosrovira@apache.org>
> >     >>> > >     > > > > > > > >> wrote:
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > > >> > ok didn't notice.
> >     >>> > >     > > > > > > > >> > So maybe is a classpath problem?
> >     >>> > >     > > > > > > > >> > It's clear that VSCode goes to the
> same
> > place
> >     >>> and
> >     >>> > > find it
> >     >>> > >     > > > since
> >     >>> > >     > > > > > > mxmlc
> >     >>> > >     > > > > > > > >> is a
> >     >>> > >     > > > > > > > >> > dummy jar that has exactly that class,
> > but
> >     >>> > > Moonshine goes
> >     >>> > >     > > and
> >     >>> > >     > > > > > didn't
> >     >>> > >     > > > > > > > >> find
> >     >>> > >     > > > > > > > >> > it.
> >     >>> > >     > > > > > > > >> > If not any clue what could be
> happening?
> >     >>> > >     > > > > > > > >> > Thanks
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53,
> Piotr
> >     >>> Zarzycki
> >     >>> > (<
> >     >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
> >     >>> > >     > > > > > > > >> > escribió:
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >> > > Exactly and I can confirm that mxmlc
> > is in
> >     >>> > place.
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh
> Tynjala <
> >     >>> > >     > > > > joshtynjala@bowlerhat.dev
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > > > > >> > > napisał(a):
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > > You can see from the output that
> >     >>> Moonshine is
> >     >>> > > calling
> >     >>> > >     > > the
> >     >>> > >     > > > > > > command
> >     >>> > >     > > > > > > > >> line
> >     >>> > >     > > > > > > > >> > > > scripts in js/bin.
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > --
> >     >>> > >     > > > > > > > >> > > > Josh Tynjala
> >     >>> > >     > > > > > > > >> > > > Bowler Hat LLC <
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >     >>> > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM
> > Carlos
> >     >>> Rovira <
> >     >>> > >     > > > > > > > >> carlosrovira@apache.org>
> >     >>> > >     > > > > > > > >> > > > wrote:
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > Hi Piotr,
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > > > That was a problem I had with
> > VSCode
> >     >>> when
> >     >>> > > started to
> >     >>> > >     > > > work
> >     >>> > >     > > > > on
> >     >>> > >     > > > > > > fix
> >     >>> > >     > > > > > > > >> SDK
> >     >>> > >     > > > > > > > >> > > for
> >     >>> > >     > > > > > > > >> > > > > IDE.
> >     >>> > >     > > > > > > > >> > > > > Josh told me that VSCode tries
> to
> > find
> >     >>> that
> >     >>> > > class in
> >     >>> > >     > > > > > > > >> > /js/lib/mxmlc.jar
> >     >>> > >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > > > Maybe Moonshine is looking in
> > other
> >     >>> path?
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > > > Thanks
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las
> 14:43,
> > Piotr
> >     >>> > > Zarzycki (<
> >     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> >     >>> > >     > > > > > > > >> > > > > escribió:
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > > > > Hi Carlos,
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > > > I have build on my Mac SDK and
> > tried
> >     >>> in
> >     >>> > > Nightly
> >     >>> > >     > > Build
> >     >>> > >     > > > of
> >     >>> > >     > > > > > > > >> > Moonshine. I
> >     >>> > >     > > > > > > > >> > > > > > cannot build Hello World. I'm
> > getting
> >     >>> > > following
> >     >>> > >     > > error:
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     >>> > >     > > > > > > > >> -debug=true
> >     >>> > >     > > > > > > > >> > > > > > -source-map=true
> >     >>> > -compiler.targets=JSRoyale
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > >
> >     >>> > >     > >
> >     >>> > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >     >>> > >     > > > > > > > >> > > > > > : Using Royale Compiler
> > codebase:
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > >
> >     >>> > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     >>> > >     > > > > > > > >> > > > > > : Using Royale SDK:
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > >
> >     >>> > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     >>> > >     > > > > > > > >> > > > > > : Error: Could not find or
> load
> > main
> >     >>> class
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> org.apache.royale.compiler.clients.MXMLJSC
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26
> Carlos
> >     >>> Rovira <
> >     >>> > >     > > > > > > > >> carlosrovira@apache.org>
> >     >>> > >     > > > > > > > >> > > > > > napisał(a):
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > Hi Piotr,
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > right, are simplified too
> and
> > does
> >     >>> not
> >     >>> > > have any
> >     >>> > >     > > > > profile
> >     >>> > >     > > > > > or
> >     >>> > >     > > > > > > > >> > > variable.
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > "-U clean install" is
> > standard maven
> >     >>> > > commands,
> >     >>> > >     > > > nothing
> >     >>> > >     > > > > > to
> >     >>> > >     > > > > > > do
> >     >>> > >     > > > > > > > >> with
> >     >>> > >     > > > > > > > >> > > us
> >     >>> > >     > > > > > > > >> > > > in
> >     >>> > >     > > > > > > > >> > > > > > > particular, so you can left
> > that
> >     >>> > >     > > > > > > > >> > > > > > > "-P main,utils" are not
> needed
> >     >>> anymore,
> >     >>> > > since
> >     >>> > >     > now
> >     >>> > >     > > > > > there's
> >     >>> > >     > > > > > > no
> >     >>> > >     > > > > > > > >> > > > > > > differentiation between a
> > "first
> >     >>> build"
> >     >>> > > against
> >     >>> > >     > > rest
> >     >>> > >     > > > > of
> >     >>> > >     > > > > > > > >> builds.
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las
> > 15:32,
> >     >>> Piotr
> >     >>> > >     > Zarzycki
> >     >>> > >     > > (<
> >     >>> > >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>)
> >     >>> escribió:
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > Hi Carlos,
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > Builds for framework is
> > updated.
> >     >>> What
> >     >>> > > about
> >     >>> > >     > > > compiler
> >     >>> > >     > > > > > and
> >     >>> > >     > > > > > > > >> > > typedefs ?
> >     >>> > >     > > > > > > > >> > > > > For
> >     >>> > >     > > > > > > > >> > > > > > > > compiler on the server we
> > have:
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > -U clean install
> >     >>> > >     > > > > > > > >> > > > > > > > -P -main,utils
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > It looks like that those
> > profiles
> >     >>> also
> >     >>> > >     > > deprecated
> >     >>> > >     > > > -
> >     >>> > >     > > > > > can
> >     >>> > >     > > > > > > > you
> >     >>> > >     > > > > > > > >> > > > confirm ?
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > Thanks,
> >     >>> > >     > > > > > > > >> > > > > > > > Piotr
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37
> > Carlos
> >     >>> > Rovira <
> >     >>> > >     > > > > > > > >> > carlosrovira@apache.org>
> >     >>> > >     > > > > > > > >> > > > > > > > napisał(a):
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > it surprise me that due
> > all the
> >     >>> > > changes done
> >     >>> > >     > > in
> >     >>> > >     > > > > > maven
> >     >>> > >     > > > > > > > >> > > builds.a.o
> >     >>> > >     > > > > > > > >> > > > > was
> >     >>> > >     > > > > > > > >> > > > > > > not
> >     >>> > >     > > > > > > > >> > > > > > > > > failing. I've even
> didn't
> > repare
> >     >>> > that
> >     >>> > > will
> >     >>> > >     > > need
> >     >>> > >     > > > to
> >     >>> > >     > > > > > be
> >     >>> > >     > > > > > > > >> > updated.
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > These profiles does not
> > exist
> >     >>> > anymore:
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > >
> >     >>> > >     >
> >     >>> > >
> >     >>>
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > Here's the updated doc
> > for maven
> >     >>> > > simplified
> >     >>> > >     > > [1]
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > In sort:
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > 1.- Only env var needed
> in
> >     >>> Maven now
> >     >>> > > is
> >     >>> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
> >     >>> > >     > > > > > > > >> > > > > > > > > 2.- Build from an empty
> > repo is
> >     >>> now
> >     >>> > > more
> >     >>> > >     > > > reliable
> >     >>> > >     > > > > > > > >> (something
> >     >>> > >     > > > > > > > >> > > that
> >     >>> > >     > > > > > > > >> > > > > > was a
> >     >>> > >     > > > > > > > >> > > > > > > > > real headache)
> >     >>> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced
> > to:
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
> >     >>> > >     > > > > > > > >> > > > > > > > >    - option-with-swf
> >     >>> > >     > > > > > > > >> > > > > > > > >    - with-examples
> >     >>> > >     > > > > > > > >> > > > > > > > >    - with-distribution
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > Can you upgrade
> > builds.a.o to
> >     >>> use
> >     >>> > this
> >     >>> > >     > > profiles?
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > [1]
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a
> > las
> >     >>> 17:40,
> >     >>> > > Piotr
> >     >>> > >     > > > Zarzycki
> >     >>> > >     > > > > (<
> >     >>> > >     > > > > > > > >> > > > > > > > >
> piotrzarzycki21@gmail.com
> > >)
> >     >>> > escribió:
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > Carlos,
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > What has change more
> in
> > case
> >     >>> of
> >     >>> > > Maven
> >     >>> > >     > build
> >     >>> > >     > > > for
> >     >>> > >     > > > > > > > >> framework?
> >     >>> > >     > > > > > > > >> > On
> >     >>> > >     > > > > > > > >> > > > > > > > builds.a.o
> >     >>> > >     > > > > > > > >> > > > > > > > > we
> >     >>> > >     > > > > > > > >> > > > > > > > > > have following command
> > which
> >     >>> > running
> >     >>> > >     > > > > royale-asjs.
> >     >>> > >     > > > > > It
> >     >>> > >     > > > > > > > >> looks
> >     >>> > >     > > > > > > > >> > > like
> >     >>> > >     > > > > > > > >> > > > > > > > something
> >     >>> > >     > > > > > > > >> > > > > > > > > > is missing, cause I
> have
> >     >>> removed
> >     >>> > > locally
> >     >>> > >     > my
> >     >>> > >     > > > > > > > >> > org.apache.royale
> >     >>> > >     > > > > > > > >> > > > > > folder
> >     >>> > >     > > > > > > > >> > > > > > > > from
> >     >>> > >     > > > > > > > >> > > > > > > > > > .m2 and start building
> >     >>> PureMVC to
> >     >>> > > swc.
> >     >>> > >     > [1] -
> >     >>> > >     > > > It
> >     >>> > >     > > > > > > throws
> >     >>> > >     > > > > > > > >> > > > exception
> >     >>> > >     > > > > > > > >> > > > > > now.
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > Could not resolve
> >     >>> dependencies for
> >     >>> > > project
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > >
> >     >>> > >     > >
> >     >>> > >
> >     >>>
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> >     >>> > >     > > > > > > > >> > > > > > > > > > Failure to find
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > >
> > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> >     >>> > >     > > > > > > > >> > > > > > > > > in
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
> >     >>> > >     > > > > > > > >> > > > was
> >     >>> > >     > > > > > > > >> > > > > > > > cached
> >     >>> > >     > > > > > > > >> > > > > > > > > in
> >     >>> > >     > > > > > > > >> > > > > > > > > > the local repository,
> >     >>> resolution
> >     >>> > > will not
> >     >>> > >     > be
> >     >>> > >     > > > > > > > reattempted
> >     >>> > >     > > > > > > > >> > > until
> >     >>> > >     > > > > > > > >> > > > > the
> >     >>> > >     > > > > > > > >> > > > > > > > update
> >     >>> > >     > > > > > > > >> > > > > > > > > > interval of
> > apache-snapshots
> >     >>> has
> >     >>> > > elapsed
> >     >>> > >     > or
> >     >>> > >     > > > > > updates
> >     >>> > >     > > > > > > > are
> >     >>> > >     > > > > > > > >> > > forced
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > Above means that it
> > probably
> >     >>> > doesn't
> >     >>> > >     > exists
> >     >>> > >     > > in
> >     >>> > >     > > > > > > Apache
> >     >>> > >     > > > > > > > >> Maven
> >     >>> > >     > > > > > > > >> > > > > > > central...
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > -U
> >     >>> > >     > > > > > > > >> > > > > > > > > > clean
> >     >>> > >     > > > > > > > >> > > > > > > > > > deploy
> >     >>> > >     > > > > > > > >> > > > > > > > > > -P
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> -Dgenerate.swf.swcs=true
> >     >>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > [1]
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > Thanks,
> >     >>> > >     > > > > > > > >> > > > > > > > > > Piotr
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o
> > 12:29 Piotr
> >     >>> > > Zarzycki <
> >     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > napisał(a):
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see
> > whether
> >     >>> > > someone
> >     >>> > >     > > > actually
> >     >>> > >     > > > > > know
> >     >>> > >     > > > > > > > >> what
> >     >>> > >     > > > > > > > >> > is
> >     >>> > >     > > > > > > > >> > > > the
> >     >>> > >     > > > > > > > >> > > > > > > > version.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o
> > 12:27
> >     >>> Carlos
> >     >>> > > Rovira <
> >     >>> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
> >     >>> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
> >     >>> > >     > > > > > > > >> > > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> I explained in this
> > thread
> >     >>> > that I
> >     >>> > >     > > couldn't
> >     >>> > >     > > > > find
> >     >>> > >     > > > > > > in
> >     >>> > >     > > > > > > > >> maven
> >     >>> > >     > > > > > > > >> > > the
> >     >>> > >     > > > > > > > >> > > > > > same
> >     >>> > >     > > > > > > > >> > > > > > > > > exact
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> version that ANT
> > one, I
> >     >>> put the
> >     >>> > > closest
> >     >>> > >     > > in
> >     >>> > >     > > > > date
> >     >>> > >     > > > > > > > >> > available
> >     >>> > >     > > > > > > > >> > > > from
> >     >>> > >     > > > > > > > >> > > > > > > maven
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> I proposed as well
> > if we
> >     >>> can
> >     >>> > > upgrade
> >     >>> > >     > > > > ANT/MAVEN
> >     >>> > >     > > > > > to
> >     >>> > >     > > > > > > > the
> >     >>> > >     > > > > > > > >> > same
> >     >>> > >     > > > > > > > >> > > > one
> >     >>> > >     > > > > > > > >> > > > > > > that
> >     >>> > >     > > > > > > > >> > > > > > > > > > works.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> Other thing is that
> > maybe I
> >     >>> > fail
> >     >>> > > in the
> >     >>> > >     > > > > search
> >     >>> > >     > > > > > > and
> >     >>> > >     > > > > > > > >> the
> >     >>> > >     > > > > > > > >> > > > version
> >     >>> > >     > > > > > > > >> > > > > > > could
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> exists, in that
> case
> > hope
> >     >>> other
> >     >>> > > can
> >     >>> > >     > > > indicate
> >     >>> > >     > > > > > the
> >     >>> > >     > > > > > > > >> maven
> >     >>> > >     > > > > > > > >> > > > > > descriptor
> >     >>> > >     > > > > > > > >> > > > > > > to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> update
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> it.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> thanks
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene.
> > 2020 a las
> >     >>> > > 12:11,
> >     >>> > >     > Piotr
> >     >>> > >     > > > > > Zarzycki
> >     >>> > >     > > > > > > > (<
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> > piotrzarzycki21@gmail.com
> >     >>> >)
> >     >>> > > escribió:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > Why you didn't
> use
> >     >>> exactly
> >     >>> > the
> >     >>> > > same
> >     >>> > >     > > > > version ?
> >     >>> > >     > > > > > > > Maybe
> >     >>> > >     > > > > > > > >> > this
> >     >>> > >     > > > > > > > >> > > > is
> >     >>> > >     > > > > > > > >> > > > > > the
> >     >>> > >     > > > > > > > >> > > > > > > > > reason
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> why
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > my application is
> >     >>> failing.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > I see this in
> > Maven:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > <groupId>com.google.javascript</groupId>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > <artifactId>closure-compiler</artifactId>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> <version>v20181210</version>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > <groupId>org.clojure</groupId>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > > > > <artifactId>google-closure-library</artifactId>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > <version>0.0-20190213-2033d5d9</version>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020
> o
> > 10:52
> >     >>> > Carlos
> >     >>> > >     > Rovira
> >     >>> > >     > > <
> >     >>> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't put
> the
> > latest
> >     >>> > one.
> >     >>> > > Used
> >     >>> > >     > the
> >     >>> > >     > > > > > closest
> >     >>> > >     > > > > > > > >> one in
> >     >>> > >     > > > > > > > >> > > > dates
> >     >>> > >     > > > > > > > >> > > > > > to
> >     >>> > >     > > > > > > > >> > > > > > > > the
> >     >>> > >     > > > > > > > >> > > > > > > > > > one
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> in
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be
> > that
> >     >>> valid?
> >     >>> > > And how
> >     >>> > >     > > can
> >     >>> > >     > > > I
> >     >>> > >     > > > > > > ensure
> >     >>> > >     > > > > > > > >> > > > > > compatibility?
> >     >>> > >     > > > > > > > >> > > > > > > > > Where
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > check that?
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > But what I
> > really want
> >     >>> to
> >     >>> > do
> >     >>> > > is
> >     >>> > >     > > update
> >     >>> > >     > > > > > > > ANT/MAVEN
> >     >>> > >     > > > > > > > >> to
> >     >>> > >     > > > > > > > >> > > the
> >     >>> > >     > > > > > > > >> > > > > same
> >     >>> > >     > > > > > > > >> > > > > > > one
> >     >>> > >     > > > > > > > >> > > > > > > > > > that
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> is
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > ok
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > for all of us.
> > We need
> >     >>> to
> >     >>> > > ensure
> >     >>> > >     > one
> >     >>> > >     > > > that
> >     >>> > >     > > > > > is
> >     >>> > >     > > > > > > > >> > available
> >     >>> > >     > > > > > > > >> > > > for
> >     >>> > >     > > > > > > > >> > > > > > > both.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22
> ene.
> > 2020
> >     >>> a las
> >     >>> > > 2:41,
> >     >>> > >     > > Alex
> >     >>> > >     > > > > > Harui
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> > (<aharui@adobe.com.invalid
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >)
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > You may not
> > want the
> >     >>> > latest
> >     >>> > >     > closure
> >     >>> > >     > > > > > > library.
> >     >>> > >     > > > > > > > >> You
> >     >>> > >     > > > > > > > >> > > > > probably
> >     >>> > >     > > > > > > > >> > > > > > > > want
> >     >>> > >     > > > > > > > >> > > > > > > > > > one
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > that
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > is compatible
> > with
> >     >>> the
> >     >>> > > closure
> >     >>> > >     > > > > compiler.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20,
> > 5:20 PM,
> >     >>> > > "Carlos
> >     >>> > >     > > > Rovira" <
> >     >>> > >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> wrote:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Josh
> > discover
> >     >>> that
> >     >>> > > there was
> >     >>> > >     > an
> >     >>> > >     > > > > > issue.
> >     >>> > >     > > > > > > If
> >     >>> > >     > > > > > > > >> we
> >     >>> > >     > > > > > > > >> > > have
> >     >>> > >     > > > > > > > >> > > > > > > > GOOG_HOME
> >     >>> > >     > > > > > > > >> > > > > > > > > > env
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> var
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > the
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     maven
> >     >>> distribution
> >     >>> > > worked
> >     >>> > >     > > right,
> >     >>> > >     > > > > but
> >     >>> > >     > > > > > if
> >     >>> > >     > > > > > > > you
> >     >>> > >     > > > > > > > >> > > don't
> >     >>> > >     > > > > > > > >> > > > > > have,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> compilation
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     I have it
> > in my
> >     >>> > system
> >     >>> > > while
> >     >>> > >     > > > > > developing
> >     >>> > >     > > > > > > > >> this.
> >     >>> > >     > > > > > > > >> > > So I
> >     >>> > >     > > > > > > > >> > > > > > just
> >     >>> > >     > > > > > > > >> > > > > > > > > fixed
> >     >>> > >     > > > > > > > >> > > > > > > > > > it
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > some
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     minutes
> > ago.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     One
> thing:
> >     >>> There's no
> >     >>> > > maven
> >     >>> > >     > > > > artifact
> >     >>> > >     > > > > > > for
> >     >>> > >     > > > > > > > >> the
> >     >>> > >     > > > > > > > >> > > > > > > > closure-library
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     one used
> > by ANT),
> >     >>> > next
> >     >>> > > one is
> >     >>> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
> >     >>> > >     > > > > > > > >> > > > > > so
> >     >>> > >     > > > > > > > >> > > > > > > we
> >     >>> > >     > > > > > > > >> > > > > > > > > > need
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > use
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > that
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     for maven
> > (or
> >     >>> maybe I
> >     >>> > > was too
> >     >>> > >     > > bad
> >     >>> > >     > > > > > > trying
> >     >>> > >     > > > > > > > to
> >     >>> > >     > > > > > > > >> > find
> >     >>> > >     > > > > > > > >> > > > the
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> corresponding
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     artifact,
> > so if
> >     >>> > someone
> >     >>> > >     > knows,
> >     >>> > >     > > > > please
> >     >>> > >     > > > > > > let
> >     >>> > >     > > > > > > > >> me
> >     >>> > >     > > > > > > > >> > > > know!).
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     So, can
> we
> >     >>> upgrade
> >     >>> > ANT
> >     >>> > > to
> >     >>> > >     > > > v20190213
> >     >>> > >     > > > > > > too?
> >     >>> > >     > > > > > > > >> From
> >     >>> > >     > > > > > > > >> > > now
> >     >>> > >     > > > > > > > >> > > > > on,
> >     >>> > >     > > > > > > > >> > > > > > we
> >     >>> > >     > > > > > > > >> > > > > > > > > > should
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > check
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     versions
> > exists
> >     >>> for
> >     >>> > > ANT and
> >     >>> > >     > > MAVEN
> >     >>> > >     > > > > > > > >> artifacts.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr
> > Zarzycki <
> >     >>> > >     > > > > > > > piotrzarzycki21@gmail.com
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >> > > let
> >     >>> > >     > > > > > > > >> > > > me
> >     >>> > >     > > > > > > > >> > > > > > > know
> >     >>> > >     > > > > > > > >> > > > > > > > if
> >     >>> > >     > > > > > > > >> > > > > > > > > > you
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > can
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     work with
> > latest
> >     >>> > > changes just
> >     >>> > >     > > > done.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     El mar.,
> > 21 ene.
> >     >>> 2020
> >     >>> > > a las
> >     >>> > >     > > > 17:53,
> >     >>> > >     > > > > > > Carlos
> >     >>> > >     > > > > > > > >> > Rovira
> >     >>> > >     > > > > > > > >> > > > (<
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> carlosrovira@apache.org
> >     >>> > >)
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi
> Piotr,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > yes,
> > you're
> >     >>> using
> >     >>> > an
> >     >>> > > old
> >     >>> > >     > > > command,
> >     >>> > >     > > > > > > maven
> >     >>> > >     > > > > > > > >> was
> >     >>> > >     > > > > > > > >> > > > > > extremely
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> simplified
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris
> > Dutz
> >     >>> > > contribution 1
> >     >>> > >     > or
> >     >>> > >     > > 2
> >     >>> > >     > > > > > months
> >     >>> > >     > > > > > > > >> ago.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> 'generate.swf.swcs'
> >     >>> > > does
> >     >>> > >     > not
> >     >>> > >     > > > > > exists.
> >     >>> > >     > > > > > > > >> Check
> >     >>> > >     > > > > > > > >> > the
> >     >>> > >     > > > > > > > >> > > > > > > > > instructions
> >     >>> > >     > > > > > > > >> > > > > > > > > > I
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> put
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > or
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > the
> > updated
> >     >>> docs
> >     >>> > > here [1].
> >     >>> > >     > I
> >     >>> > >     > > > > > updated
> >     >>> > >     > > > > > > > that
> >     >>> > >     > > > > > > > >> > page
> >     >>> > >     > > > > > > > >> > > > to
> >     >>> > >     > > > > > > > >> > > > > > have
> >     >>> > >     > > > > > > > >> > > > > > > > all
> >     >>> > >     > > > > > > > >> > > > > > > > > > the
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm
> > planing
> >     >>> with
> >     >>> > > Chris, to
> >     >>> > >     > > work
> >     >>> > >     > > > > > soon
> >     >>> > >     > > > > > > in
> >     >>> > >     > > > > > > > >> more
> >     >>> > >     > > > > > > > >> > > > > > > > improvements:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.-
> Make
> > Maven
> >     >>> > > distribution
> >     >>> > >     > > for
> >     >>> > >     > > > > > > js-only
> >     >>> > >     > > > > > > > >> > (just
> >     >>> > >     > > > > > > > >> > > > > > removing
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > -option-with-swf
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > that
> now
> > is
> >     >>> > required)
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try
> > to have
> >     >>> > just
> >     >>> > > one
> >     >>> > >     > repo
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.-
> > Simplify
> >     >>> > release
> >     >>> > >     > process
> >     >>> > >     > > > > based
> >     >>> > >     > > > > > > on 2
> >     >>> > >     > > > > > > > >> (and
> >     >>> > >     > > > > > > > >> > > yes
> >     >>> > >     > > > > > > > >> > > > > > > having
> >     >>> > >     > > > > > > > >> > > > > > > > > ANT
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> into
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > account)
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I will
> > want to
> >     >>> > > release
> >     >>> > >     > every
> >     >>> > >     > > 1
> >     >>> > >     > > > > to 2
> >     >>> > >     > > > > > > > >> month.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > > > > >
> >     >>> > >     > > > > > > > >> > > > > >
> >     >>> > >     > > > > > > > >> > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > >
> >     >>> > >     > > > > > > > >> >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > > > >
> >     >>> > >     > > > > > >
> >     >>> > >     > > > > >
> >     >>> > >     > > > >
> >     >>> > >     > > >
> >     >>> > >     > >
> >     >>> > >     >
> >     >>> > >
> >     >>> >
> >     >>>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > El
> mar.,
> > 21
> >     >>> ene.
> >     >>> > > 2020 a las
> >     >>> > >     > > > > 17:40,
> >     >>> > >     > > > > > > > Piotr
> >     >>> > >     > > > > > > > >> > > > Zarzycki
> >     >>> > >     > > > > > > > >> > > > > (<
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > > piotrzarzycki21@gmail.com
> >     >>> > >     > >)
> >     >>> > >     > > > > > > escribió:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it
> > looks
> >     >>> like
> >     >>> > it
> >     >>> > > my
> >     >>> > >     > > fault.
> >     >>> > >     > > > I
> >     >>> > >     > > > > > > didn't
> >     >>> > >     > > > > > > > >> > catch
> >     >>> > >     > > > > > > > >> > > up
> >     >>> > >     > > > > > > > >> > > > > > full
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > instruction.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
> > again.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt.,
> 21
> > sty
> >     >>> 2020 o
> >     >>> > > 17:29
> >     >>> > >     > > Piotr
> >     >>> > >     > > > > > > > Zarzycki
> >     >>> > >     > > > > > > > >> <
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
> >     >>> piotrzarzycki21@gmail.com>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > napisał(a):
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi
> > Carlos,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When
> > I'm
> >     >>> running
> >     >>> > > this
> >     >>> > >     > [1]
> >     >>> > >     > > on
> >     >>> > >     > > > > my
> >     >>> > >     > > > > > > Mac
> >     >>> > >     > > > > > > > >> > > > > distribution
> >     >>> > >     > > > > > > > >> > > > > > is
> >     >>> > >     > > > > > > > >> > > > > > > > not
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> Whole
> > SDK is
> >     >>> > > being build
> >     >>> > >     > > > > > > > successfully,
> >     >>> > >     > > > > > > > >> > but
> >     >>> > >     > > > > > > > >> > > > > > without
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > distribution.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have
> > any
> >     >>> errors.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1]
> > mvn
> >     >>> clean
> >     >>> > > install
> >     >>> > >     > > > > > -DskipTests
> >     >>> > >     > > > > > > > >> > > > > -Drat.skip=true
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >     >>> > > -Dgenerate.swf.swcs=true
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >     > > > > > > > >> > > > > > > >
> >     >>> > >     > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >>
> >     >>> > >     > > > > >
> >     >>> > >     >
> >     >>> >
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > Thanks,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> Piotr
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt.,
> > 21 sty
> >     >>> 2020
> >     >>> > > o 12:44
> >     >>> > >     > > > > Carlos
> >     >>> > >     > > > > > > > >> Rovira <
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> > carlosrovira@apache.org
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > napisał(a):
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi
> > Antonis,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all
> > this
> >     >>> does
> >     >>> > not
> >     >>> > >     > affect
> >     >>> > >     > > > FB,
> >     >>> > >     > > > > so
> >     >>> > >     > > > > > > > don't
> >     >>> > >     > > > > > > > >> > > worry
> >     >>> > >     > > > > > > > >> > > > > > about
> >     >>> > >     > > > > > > > >> > > > > > > > it.
> >     >>> > >     > > > > > > > >> > > > > > > > > > But
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> we
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > hope you
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to
> > migrate
> >     >>> to
> >     >>> > > some
> >     >>> > >     > newer
> >     >>> > >     > > > IDE
> >     >>> > >     > > > > in
> >     >>> > >     > > > > > > the
> >     >>> > >     > > > > > > > >> > > future!
> >     >>> > >     > > > > > > > >> > > > ;)
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > Carlos
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El
> > mar., 21
> >     >>> > ene.
> >     >>> > > 2020 a
> >     >>> > >     > > las
> >     >>> > >     > > > > > > 12:26,
> >     >>> > >     > > > > > > > >> > Antonis
> >     >>> > >     > > > > > > > >> > > > > > > Kalodimos
> >     >>> > >     > > > > > > > >> > > > > > > > > (<
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     >>> > >     > > > antonis.kalodimos@gmail.com
> >     >>> > >     > > > > >)
> >     >>> > >     > > > > > > > >> escribió:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > This
> >     >>> sounds
> >     >>> > > good news
> >     >>> > >     > > for
> >     >>> > >     > > > > > > someone
> >     >>> > >     > > > > > > > >> to
> >     >>> > >     > > > > > > > >> > be
> >     >>> > >     > > > > > > > >> > > > > > involved
> >     >>> > >     > > > > > > > >> > > > > > > > > with
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > royale.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > Please i
> >     >>> > > someone of
> >     >>> > >     > you
> >     >>> > >     > > > who
> >     >>> > >     > > > > > > know
> >     >>> > >     > > > > > > > >> the
> >     >>> > >     > > > > > > > >> > > > > > > requirements
> >     >>> > >     > > > > > > > >> > > > > > > > > > don't
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > break
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > the
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > ability
> >     >>> to be
> >     >>> > > used
> >     >>> > >     > and
> >     >>> > >     > > in
> >     >>> > >     > > > > the
> >     >>> > >     > > > > > > > >> > > > flashbuilder.
> >     >>> > >     > > > > > > > >> > > > > > Even
> >     >>> > >     > > > > > > > >> > > > > > > > it
> >     >>> > >     > > > > > > > >> > > > > > > > > is
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> old
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > is a
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > standard i
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > think
> >     >>> for the
> >     >>> > > old
> >     >>> > >     > users
> >     >>> > >     > > > > that
> >     >>> > >     > > > > > > are
> >     >>> > >     > > > > > > > >> > > searching
> >     >>> > >     > > > > > > > >> > > > > > where
> >     >>> > >     > > > > > > > >> > > > > > > > to
> >     >>> > >     > > > > > > > >> > > > > > > > > > jump
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > for
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> their
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > apps
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > Thank
> >     >>> you,
> >     >>> > > continue
> >     >>> > >     > the
> >     >>> > >     > > > > great
> >     >>> > >     > > > > > > job
> >     >>> > >     > > > > > > > >> that
> >     >>> > >     > > > > > > > >> > > you
> >     >>> > >     > > > > > > > >> > > > > are
> >     >>> > >     > > > > > > > >> > > > > > > > > doing.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > Στις
> >     >>> Τρί, 21
> >     >>> > > Ιαν 2020
> >     >>> > >     > > > στις
> >     >>> > >     > > > > > 1:15
> >     >>> > >     > > > > > > > >> μ.μ.,
> >     >>> > >     > > > > > > > >> > > ο/η
> >     >>> > >     > > > > > > > >> > > > > > Piotr
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     >>> > >     > > > piotrzarzycki21@gmail.com>
> >     >>> > >     > > > > > > > έγραψε:
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > Hi
> >     >>> Carlos,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     >>> Congrats!
> >     >>> > > Could you
> >     >>> > >     > > > > provide
> >     >>> > >     > > > > > > on
> >     >>> > >     > > > > > > > >> > mailing
> >     >>> > >     > > > > > > > >> > > > > list
> >     >>> > >     > > > > > > > >> > > > > > > > > command
> >     >>> > >     > > > > > > > >> > > > > > > > > > to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > build
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > framework
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > with
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     >>> > > distribution, so
> >     >>> > >     > > users
> >     >>> > >     > > > > > could
> >     >>> > >     > > > > > > > know
> >     >>> > >     > > > > > > > >> > how
> >     >>> > >     > > > > > > > >> > > to
> >     >>> > >     > > > > > > > >> > > > > do
> >     >>> > >     > > > > > > > >> > > > > > > > that.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > Thanks,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > Piotr
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > wt.,
> >     >>> 21 sty
> >     >>> > > 2020 o
> >     >>> > >     > > > 12:12
> >     >>> > >     > > > > > > Carlos
> >     >>> > >     > > > > > > > >> > > Rovira <
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> >     >>> carlosrovira@apache.org>
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     >>> napisał(a):
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > Hi,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > just
> >     >>> > fixed
> >     >>> > > the
> >     >>> > >     > > maven
> >     >>> > >     > > > > > > > >> distribution,
> >     >>> > >     > > > > > > > >> > > and
> >     >>> > >     > > > > > > > >> > > > > now
> >     >>> > >     > > > > > > > >> > > > > > > it
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> creates a
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> that
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > can
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > be
> >     >>> used
> >     >>> > > with
> >     >>> > >     > IDEs.
> >     >>> > >     > > I
> >     >>> > >     > > > > > think
> >     >>> > >     > > > > > > > this
> >     >>> > >     > > > > > > > >> > is a
> >     >>> > >     > > > > > > > >> > > > > long
> >     >>> > >     > > > > > > > >> > > > > > > > > awaited
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> fix.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > So
> >     >>> with
> >     >>> > > the new
> >     >>> > >     > > maven
> >     >>> > >     > > > > > > > >> distribution
> >     >>> > >     > > > > > > > >> > > the
> >     >>> > >     > > > > > > > >> > > > > > > > generated
> >     >>> > >     > > > > > > > >> > > > > > > > > > SDK
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > allows you
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > code
> >     >>> > > intelligence
> >     >>> > >     > > and
> >     >>> > >     > > > > > IDEs
> >     >>> > >     > > > > > > > can
> >     >>> > >     > > > > > > > >> > find
> >     >>> > >     > > > > > > > >> > > > > > > compilers
> >     >>> > >     > > > > > > > >> > > > > > > > > and
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> use
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > it
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > to get a
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> valid
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >
> >     >>> > > compilation. I
> >     >>> > >     > > tried
> >     >>> > >     > > > > only
> >     >>> > >     > > > > > > > >> VSCode
> >     >>> > >     > > > > > > > >> > > with
> >     >>> > >     > > > > > > > >> > > > > Josh
> >     >>> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > extension,
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > others
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > using
> >     >>> > > Moonshine
> >     >>> > >     > can
> >     >>> > >     > > > > > provide
> >     >>> > >     > > > > > > > >> > > feedback.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >
> >     >>> > > Additionally you
> >     >>> > >     > > get
> >     >>> > >     > > > > the
> >     >>> > >     > > > > > > > normal
> >     >>> > >     > > > > > > > >> > > maven
> >     >>> > >     > > > > > > > >> > > > > way
> >     >>> > >     > > > > > > > >> > > > > > of
> >     >>> > >     > > > > > > > >> > > > > > > > > build
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> with
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > install"
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > that
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > will
> >     >>> be
> >     >>> > > more near
> >     >>> > >     > > to
> >     >>> > >     > > > > your
> >     >>> > >     > > > > > > > >> deploy
> >     >>> > >     > > > > > > > >> > > > needs.
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > So
> >     >>> people
> >     >>> > > using
> >     >>> > >     > > Maven
> >     >>> > >     > > > > > does
> >     >>> > >     > > > > > > > not
> >     >>> > >     > > > > > > > >> > need
> >     >>> > >     > > > > > > > >> > > to
> >     >>> > >     > > > > > > > >> > > > > use
> >     >>> > >     > > > > > > > >> > > > > > > ANT
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> anymore
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > to
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > generate a
> >     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > valid
> >     >>> > >     > > > > > > > >> > > > > > > > > > >>
> >     >>> > >
> >     >>> > >
> >     >>> > >
> >     >>> >
> >     >>> > --
> >     >>> > Carlos Rovira
> >     >>> > http://about.me/carlosrovira
> >     >>> >
> >     >>>
> >     >>
> >     >>
> >     >> --
> >     >> Carlos Rovira
> >     >> http://about.me/carlosrovira
> >     >>
> >     >>
> >     >
> >     > --
> >     > Carlos Rovira
> >     > http://about.me/carlosrovira
> >     >
> >     >
> >
> >     --
> >
> >     Piotr Zarzycki
> >
> >     Patreon: *https://www.patreon.com/piotrzarzycki
> >     <https://www.patreon.com/piotrzarzycki>*
> >
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

Many thanks for the fix Chris.
Piotr, can you try again and confirm if all is ok now?

thanks



El dom., 22 mar. 2020 a las 11:47, Christofer Dutz (<
christofer.dutz@c-ware.de>) escribió:

> Hi Piotr,
>
> I had a look and you are right ... even if this only seems to happen if
> you haven't built the typedefs on your machine that day before building the
> distribution. I just pushed a PR that should fix this.
>
> Chris
>
>
> Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <pi...@gmail.com>:
>
>     Hi Carlos,
>
>     I've just build royale-asjs with following command:
>
>     mvn clean install -P with-distribution,option-with-sass-compile
>     -DdistributionTargetFolder=path
>
>     Created new Royale Jewel project with latest nightly non sandbox build
> of
>     Moonshine and I got following result during build [1]
>
>     [1] https://paste.apache.org/u5j0a
>
>     Thanks,
>     Piotr
>
>     sob., 21 mar 2020 o 20:12 Carlos Rovira <ca...@apache.org>
>     napisał(a):
>
>     > Hi Piotr,
>     >
>     > Chris, just made maven distribution mxmlc and compc executables.
>     >
>     >    - I test and VSCode works fine
>     >    - command line worked too [1]
>     >    - Moonshine:  I couldn't launch a compilation with SDK. Just
> upgrade
>     >    to latest version as Moonshine requested me. I have the SDK
> configured to
>     >    the distribution created with Maven. Then with TDJ project loaded
> when to
>     >    Project > Build Project, but nothings happen
>     >
>     > So just need to see how to check Moonshine so we can check Maven
>     > distribution is completed at last. I want to have that for this
> release
>     > 0.9.7
>     >
>     > Thanks
>     >
>     > Carlos
>     >
>     > [1] output in command line for Tour de Jewel:
>     >
>     > macbookpro:TourDeJewel carlosrovira$
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > -load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
>     > -compiler.targets=JSRoyale
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     >
>     > >
>     >
>     > macbookpro:TourDeJewel carlosrovira$
>     > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
>     > -load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
>     > -compiler.targets=JSRoyale
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     >
>     > Using Royale Compiler codebase:
>     > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
>     >
>     > Using Royale SDK:
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     >
>     > MXMLJSC
>     >
>     >
>     >
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
>     >
>     >
>     >
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
>     >
>     > -load-config+=obj/TourDeJewelConfig.xml
>     >
>     > -debug=true
>     >
>     > -source-map=true
>     >
>     > -compiler.targets=JSRoyale
>     >
>     >
>     >
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>     >
>     > The project 'App' has been successfully compiled.
>     >
>     > 7.080432099 seconds
>     >
>     > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<
> carlosrovira@apache.org>)
>     > escribió:
>     >
>     >> Ok Josh,
>     >> understood, will take into account as I check what's going on with
> latest
>     >> fails
>     >> thanks
>     >>
>     >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
>     >> joshtynjala@bowlerhat.dev>) escribió:
>     >>
>     >>> VSCode happens to run the JAR files directly with Java, and
> doesn't run
>     >>> anything in js/bin. If the contents of js/bin do not have the
> correct
>     >>> exectuable permissions, it wouldn't affect VSCode. However, fixing
> those
>     >>> permissions would still be a problem that should be addressed to
> have a
>     >>> proper distribution. Moonshine is not doing anything out of the
> ordinary
>     >>> by
>     >>> running js/bin/mxmlc (and that's what someone compiling from the
> command
>     >>> line without Maven or Ant would use too). If anything, it's VSCode
> that
>     >>> is
>     >>> not doing things in the ordinary way.
>     >>>
>     >>> --
>     >>> Josh Tynjala
>     >>> Bowler Hat LLC <https://bowlerhat.dev>
>     >>>
>     >>>
>     >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <
> carlosrovira@apache.org>
>     >>> wrote:
>     >>>
>     >>> > Hi,
>     >>> >
>     >>> > @Piotr Zarzycki <pi...@gmail.com> I was over the big
> button
>     >>> to
>     >>> > nightly builds, since you told me to download that. So from the
> big
>     >>> button
>     >>> > I choosed "other downloads" and choosed non sandbox one. Both
> url goes
>     >>> to
>     >>> > the same link: Moonshine_Signed_NonSandbox.pkg
>     >>> > <
>     >>> >
>     >>>
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
>     >>> > >
>     >>> > 07-Feb-2020 21:11 156571205
>     >>> >
>     >>> > About the permissions: My guess is that is something related to
>     >>> Moonshine,
>     >>> > not to user or maven, since VSCode is dealing with the same SDK
> without
>     >>> > complain. I can give permissions to try this, but I suggest the
>     >>> moonshine
>     >>> > team could look to how VSCode work with user files and mimic
> that to
>     >>> > avoid this kind of problem.
>     >>> >
>     >>> > Thanks
>     >>> >
>     >>> >
>     >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui
> (<aharui@adobe.com.invalid
>     >>> >)
>     >>> > escribió:
>     >>> >
>     >>> > > IMO, the Maven commands that build the Distribution SDK should
>     >>> change the
>     >>> > > permissions.
>     >>> > >
>     >>> > > My 2 cents,
>     >>> > > -Alex
>     >>> > >
>     >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <
> piotrzarzycki21@gmail.com>
>     >>> > wrote:
>     >>> > >
>     >>> > >     Permission to "mxmlc" file in SDK. - You have to add
> permission
>     >>> for
>     >>> > > usage
>     >>> > >     manually to that file.
>     >>> > >
>     >>> > >     I will explain you more on Monday if you won't figure it
> out your
>     >>> > self,
>     >>> > >     what is all about.
>     >>> > >
>     >>> > >     You can literally paste in Google last sentence from stack
> trace
>     >>> > error
>     >>> > > and
>     >>> > >     add: How to add permission to file on Mac.
>     >>> > >
>     >>> > >
>     >>> > >
>     >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
>     >>> carlosrovira@apache.org>
>     >>> > > wrote:
>     >>> > >
>     >>> > >     > Hi Piotr,
>     >>> > >     >
>     >>> > >     > but what kind of permission? to the moonshine executable?
>     >>> > >     >
>     >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
>     >>> > >     > piotrzarzycki21@gmail.com>)
>     >>> > >     > escribió:
>     >>> > >     >
>     >>> > >     > > If you are using your own SDK (not downloaded trough
>     >>> Moonshine
>     >>> > > getting
>     >>> > >     > > started) you have to add permission to mxmlc file.
> There is a
>     >>> > > command on
>     >>> > >     > > Mac chmod - try to search using that command on a
> Google.
>     >>> > >     > >
>     >>> > >     > > Thanks,
>     >>> > >     > > Piotr
>     >>> > >     > >
>     >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
>     >>> > > carlosrovira@apache.org>
>     >>> > >     > > wrote:
>     >>> > >     > >
>     >>> > >     > > > Hi,
>     >>> > >     > > >
>     >>> > >     > > > I installed latest Moonshine nightly. After
> configuring
>     >>> initial
>     >>> > > things
>     >>> > >     > > > loaded TDJ project. I'm getting Permission denied:
>     >>> > >     > > >
>     >>> > >     > > > : Moonshine IDE™ 2.5.0
>     >>> > >     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
>     >>> > >     > > > : Source code is under Apache License, Version 2.0
>     >>> > >     > > > :
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>     >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB),
> asblocks
>     >>> > (Apache
>     >>> > >     > License
>     >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
>     >>> > >     > > > : Running on Adobe AIR 28.0.0.125
>     >>> > >     > > > : Compiling TourDeJewel
>     >>> > >     > > > : SDK path:
>     >>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     >>> > >     > > > : Sending to mxmlx: export
>     >>> > >     > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     >>> > >     > > >
>     >>> > >
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>     >>> > >     > &&
>     >>> > >     > > > export
>     >>> > >     > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en
> -Duser.region=en" &&
>     >>> export
>     >>> > >     > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>     >>> > >     > > >
>     >>> > >
>     >>>
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>     >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
>     >>> > >     > > >
>     >>> > >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     >>> > >     > > >
>     >>> > >
> -html-template=src/main/resources/jewel-example-index-template.html
>     >>> > >     > > > -js-dynamic-access-unknown-members=true
>     >>> > > -compiler.targets=JSRoyale
>     >>> > >     > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>     >>> > >     > > > : /bin/bash:
>     >>> > >     > > >
>     >>> > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>     >>> > >     > > > Permission denied
>     >>> > >     > > >
>     >>> > >     > > > How can I fix it?
>     >>> > >     > > >
>     >>> > >     > > > Thanks
>     >>> > >     > > >
>     >>> > >     > > >
>     >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
>     >>> > >     > > joshtynjala@bowlerhat.dev
>     >>> > >     > > > >)
>     >>> > >     > > > escribió:
>     >>> > >     > > >
>     >>> > >     > > > > Yeah, I don't see why Moonshine is reporting those
>     >>> errors,
>     >>> > but
>     >>> > > VSCode
>     >>> > >     > > > does
>     >>> > >     > > > > not. If royale-config.xml is referencing SWCs that
> don't
>     >>> > > exist, that
>     >>> > >     > > > should
>     >>> > >     > > > > affect both IDEs.
>     >>> > >     > > > >
>     >>> > >     > > > > Regardless, like you explained, the same issue
> should
>     >>> > > reproduce when
>     >>> > >     > > > > compiling from a terminal without Moonshine.
>     >>> > >     > > > >
>     >>> > >     > > > > --
>     >>> > >     > > > > Josh Tynjala
>     >>> > >     > > > > Bowler Hat LLC <
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     >>> > > >
>     >>> > >     > > > >
>     >>> > >     > > > >
>     >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
>     >>> > >     > > piotrzarzycki21@gmail.com
>     >>> > >     > > > >
>     >>> > >     > > > > wrote:
>     >>> > >     > > > >
>     >>> > >     > > > > > Hi Carlos,
>     >>> > >     > > > > >
>     >>> > >     > > > > > Yeah it would be pretty great if you could setup
>     >>> Moonshine,
>     >>> > > but you
>     >>> > >     > > > don't
>     >>> > >     > > > > > have to do that actually to reproduce the issue.
>     >>> Command
>     >>> > > which I
>     >>> > >     > have
>     >>> > >     > > > > > pasted in this thread can be copy and used in
> Terminal
>     >>> with
>     >>> > > small
>     >>> > >     > > path
>     >>> > >     > > > > > adjustment. Try it on any project you have using
>     >>> > > distribution build
>     >>> > >     > > and
>     >>> > >     > > > > for
>     >>> > >     > > > > > sure you will get the error.
>     >>> > >     > > > > >
>     >>> > >     > > > > > In case of Moonshine we have freez code for
> commits and
>     >>> > > prepare for
>     >>> > >     > > > > > release, we have some internal problems with
> bamboo
>     >>> build -
>     >>> > > if it
>     >>> > >     > > will
>     >>> > >     > > > > get
>     >>> > >     > > > > > resolved we should have release early next week.
> You
>     >>> can
>     >>> > > always try
>     >>> > >     > > > > Nightly
>     >>> > >     > > > > > build.
>     >>> > >     > > > > >
>     >>> > >     > > > > > I'm really surprised that VSCode do not throwing
> the
>     >>> same
>     >>> > > error -
>     >>> > >     > > What
>     >>> > >     > > > > > could be the case Josh? The only difference is
> that we
>     >>> are
>     >>> > > using
>     >>> > >     > > mxmlc
>     >>> > >     > > > > file
>     >>> > >     > > > > > and VSCode is probably using jar file, but
>     >>> playerglobal.swc
>     >>> > > doesn't
>     >>> > >     > > > > exists
>     >>> > >     > > > > > so both should report same issue.
>     >>> > >     > > > > >
>     >>> > >     > > > > > Thanks,
>     >>> > >     > > > > > Piotr
>     >>> > >     > > > > >
>     >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
>     >>> > > carlosrovira@apache.org>
>     >>> > >     > > > > > napisał(a):
>     >>> > >     > > > > >
>     >>> > >     > > > > > > Hi Piotr,
>     >>> > >     > > > > > >
>     >>> > >     > > > > > > so I think you're a bit closer (not farther
> ;)),
>     >>> since
>     >>> > > compiler
>     >>> > >     > was
>     >>> > >     > > > > > found.
>     >>> > >     > > > > > > Now is a matter to find what's missing.
>     >>> > >     > > > > > > What's curious for me is VSCode recognizes but
>     >>> Moonshine
>     >>> > > not. I
>     >>> > >     > > think
>     >>> > >     > > > > the
>     >>> > >     > > > > > > problem is each IDE is looking at different
> things to
>     >>> > > match a
>     >>> > >     > valid
>     >>> > >     > > > > SDK,
>     >>> > >     > > > > > > and maybe even we could be setting duplicate
>     >>> artifacts in
>     >>> > > the SDK
>     >>> > >     > > so
>     >>> > >     > > > > > VSCode
>     >>> > >     > > > > > > finds all but Moonshine not.
>     >>> > >     > > > > > > I'll be setup Moonshine as I have time to try
> it.
>     >>> > >     > > > > > > I think you plan to launch a new one soon
> right?
>     >>> should I
>     >>> > > wait
>     >>> > >     > for
>     >>> > >     > > > it?
>     >>> > >     > > > > > >
>     >>> > >     > > > > > > Thanks
>     >>> > >     > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr
> Zarzycki (<
>     >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
>     >>> > >     > > > > > > escribió:
>     >>> > >     > > > > > >
>     >>> > >     > > > > > > > Hi Carlos,
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > > > I just tried your changes and I'm a bit
> farther.
>     >>> Now
>     >>> > I'm
>     >>> > >     > getting
>     >>> > >     > > > > > > following
>     >>> > >     > > > > > > > errors. It's throwing that errors cause in
> JS only
>     >>> > > binaries
>     >>> > >     > > > prepared
>     >>> > >     > > > > by
>     >>> > >     > > > > > > ant
>     >>> > >     > > > > > > > we have in following location
>     >>> > >     > > > > > > >
>     >>> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
>     >>> > > fake
>     >>> > >     > > > > > > > playerglobal.swc, so distribution should
> probably
>     >>> have
>     >>> > > the
>     >>> > >     > same.
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>     >>> > >     > > > > > > > >
>     >>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     >>> > >     > > > -debug=true
>     >>> > >     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
>     >>> > >     > > > > > > > >
>     >>> > >     > > > >
>     >>> > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     >>> > >     > > > > > > > > : Using Royale Compiler codebase:
>     >>> > >     > > > > > > > >
>     >>> > >     > > >
>     >>> > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     >>> > >     > > > > > > > > : Using Royale SDK:
>     >>> > >     > > > > > > > >
>     >>> > >     > > >
>     >>> > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     >>> > >     > > > > > > > > : MXMLJSC
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>     >>> > >     > > > > > > > > :
>     >>> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     >>> > >     > > > > > > > > : -debug=true
>     >>> > >     > > > > > > > > : -source-map=true
>     >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > >
>     >>> > >
> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     >>> > >     > > > > > > > > (line: 74)
>     >>> > >     > > > > > > > > :       </external-library-path>
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     >>> > >     > > > > > > > > (line: 81)
>     >>> > >     > > > > > > > > :       </js-external-library-path>
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     >>> > >     > > > > > > > > (line: 81)
>     >>> > >     > > > > > > > > :       </js-external-library-path>
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>     >>> > >     > > > > > > > > col: 0 Error: unable to open
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>     >>> > >     > > > > > > > > :
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     >>> > >     > > > > > > > > (line: 99)
>     >>> > >     > > > > > > > > :       </library-path>
>     >>> > >     > > > > > > > > : 1.034449561 seconds
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > > > Thanks,
>     >>> > >     > > > > > > > Piotr
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
>     >>> > >     > carlosrovira@apache.org>
>     >>> > >     > > > > > > > napisał(a):
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > > > > Thanks Josh for pointing that out I think
> I got
>     >>> it.
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > > > @Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
>     >>> please
>     >>> > > try with
>     >>> > >     > my
>     >>> > >     > > > > > latest
>     >>> > >     > > > > > > > > commit. I couldn't test myself, but I
> think it
>     >>> should
>     >>> > > work
>     >>> > >     > now
>     >>> > >     > > > for
>     >>> > >     > > > > > > > > Moonshine.
>     >>> > >     > > > > > > > > VSCode still work with this changes.
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > > > Thanks
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > > > Carlos
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh
> Tynjala (<
>     >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
>     >>> > >     > > > > > > > > escribió:
>     >>> > >     > > > > > > > >
>     >>> > >     > > > > > > > >> If I had to guess, this classpath is
> wrong:
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
>     >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>     >>> > >     > > > > > > > >> Class-Path>
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >> I think that the names of those JAR files
> all
>     >>> > include
>     >>> > > a
>     >>> > >     > > version
>     >>> > >     > > > > > number
>     >>> > >     > > > > > > > in
>     >>> > >     > > > > > > > >> the Maven distribution.
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >> --
>     >>> > >     > > > > > > > >> Josh Tynjala
>     >>> > >     > > > > > > > >> Bowler Hat LLC <
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     >>> > > >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos
> Rovira <
>     >>> > >     > > > > > > carlosrovira@apache.org>
>     >>> > >     > > > > > > > >> wrote:
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > > >> > ok didn't notice.
>     >>> > >     > > > > > > > >> > So maybe is a classpath problem?
>     >>> > >     > > > > > > > >> > It's clear that VSCode goes to the same
> place
>     >>> and
>     >>> > > find it
>     >>> > >     > > > since
>     >>> > >     > > > > > > mxmlc
>     >>> > >     > > > > > > > >> is a
>     >>> > >     > > > > > > > >> > dummy jar that has exactly that class,
> but
>     >>> > > Moonshine goes
>     >>> > >     > > and
>     >>> > >     > > > > > didn't
>     >>> > >     > > > > > > > >> find
>     >>> > >     > > > > > > > >> > it.
>     >>> > >     > > > > > > > >> > If not any clue what could be happening?
>     >>> > >     > > > > > > > >> > Thanks
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr
>     >>> Zarzycki
>     >>> > (<
>     >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
>     >>> > >     > > > > > > > >> > escribió:
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >> > > Exactly and I can confirm that mxmlc
> is in
>     >>> > place.
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
>     >>> > >     > > > > joshtynjala@bowlerhat.dev
>     >>> > >     > > > > > >
>     >>> > >     > > > > > > > >> > > napisał(a):
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > > You can see from the output that
>     >>> Moonshine is
>     >>> > > calling
>     >>> > >     > > the
>     >>> > >     > > > > > > command
>     >>> > >     > > > > > > > >> line
>     >>> > >     > > > > > > > >> > > > scripts in js/bin.
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > --
>     >>> > >     > > > > > > > >> > > > Josh Tynjala
>     >>> > >     > > > > > > > >> > > > Bowler Hat LLC <
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>     >>> > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM
> Carlos
>     >>> Rovira <
>     >>> > >     > > > > > > > >> carlosrovira@apache.org>
>     >>> > >     > > > > > > > >> > > > wrote:
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > Hi Piotr,
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > > > That was a problem I had with
> VSCode
>     >>> when
>     >>> > > started to
>     >>> > >     > > > work
>     >>> > >     > > > > on
>     >>> > >     > > > > > > fix
>     >>> > >     > > > > > > > >> SDK
>     >>> > >     > > > > > > > >> > > for
>     >>> > >     > > > > > > > >> > > > > IDE.
>     >>> > >     > > > > > > > >> > > > > Josh told me that VSCode tries to
> find
>     >>> that
>     >>> > > class in
>     >>> > >     > > > > > > > >> > /js/lib/mxmlc.jar
>     >>> > >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > > > Maybe Moonshine is looking in
> other
>     >>> path?
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > > > Thanks
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43,
> Piotr
>     >>> > > Zarzycki (<
>     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
>     >>> > >     > > > > > > > >> > > > > escribió:
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > > > > Hi Carlos,
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > > > I have build on my Mac SDK and
> tried
>     >>> in
>     >>> > > Nightly
>     >>> > >     > > Build
>     >>> > >     > > > of
>     >>> > >     > > > > > > > >> > Moonshine. I
>     >>> > >     > > > > > > > >> > > > > > cannot build Hello World. I'm
> getting
>     >>> > > following
>     >>> > >     > > error:
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     >>> > >     > > > > > > > >> -debug=true
>     >>> > >     > > > > > > > >> > > > > > -source-map=true
>     >>> > -compiler.targets=JSRoyale
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > >
>     >>> > >     > >
>     >>> > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     >>> > >     > > > > > > > >> > > > > > : Using Royale Compiler
> codebase:
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > >
>     >>> > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     >>> > >     > > > > > > > >> > > > > > : Using Royale SDK:
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > >
>     >>> > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     >>> > >     > > > > > > > >> > > > > > : Error: Could not find or load
> main
>     >>> class
>     >>> > >     > > > > > > > >> > > > > >
>     >>> org.apache.royale.compiler.clients.MXMLJSC
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos
>     >>> Rovira <
>     >>> > >     > > > > > > > >> carlosrovira@apache.org>
>     >>> > >     > > > > > > > >> > > > > > napisał(a):
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > > > > Hi Piotr,
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > right, are simplified too and
> does
>     >>> not
>     >>> > > have any
>     >>> > >     > > > > profile
>     >>> > >     > > > > > or
>     >>> > >     > > > > > > > >> > > variable.
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > "-U clean install" is
> standard maven
>     >>> > > commands,
>     >>> > >     > > > nothing
>     >>> > >     > > > > > to
>     >>> > >     > > > > > > do
>     >>> > >     > > > > > > > >> with
>     >>> > >     > > > > > > > >> > > us
>     >>> > >     > > > > > > > >> > > > in
>     >>> > >     > > > > > > > >> > > > > > > particular, so you can left
> that
>     >>> > >     > > > > > > > >> > > > > > > "-P main,utils" are not needed
>     >>> anymore,
>     >>> > > since
>     >>> > >     > now
>     >>> > >     > > > > > there's
>     >>> > >     > > > > > > no
>     >>> > >     > > > > > > > >> > > > > > > differentiation between a
> "first
>     >>> build"
>     >>> > > against
>     >>> > >     > > rest
>     >>> > >     > > > > of
>     >>> > >     > > > > > > > >> builds.
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las
> 15:32,
>     >>> Piotr
>     >>> > >     > Zarzycki
>     >>> > >     > > (<
>     >>> > >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>)
>     >>> escribió:
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > Hi Carlos,
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > Builds for framework is
> updated.
>     >>> What
>     >>> > > about
>     >>> > >     > > > compiler
>     >>> > >     > > > > > and
>     >>> > >     > > > > > > > >> > > typedefs ?
>     >>> > >     > > > > > > > >> > > > > For
>     >>> > >     > > > > > > > >> > > > > > > > compiler on the server we
> have:
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > -U clean install
>     >>> > >     > > > > > > > >> > > > > > > > -P -main,utils
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > It looks like that those
> profiles
>     >>> also
>     >>> > >     > > deprecated
>     >>> > >     > > > -
>     >>> > >     > > > > > can
>     >>> > >     > > > > > > > you
>     >>> > >     > > > > > > > >> > > > confirm ?
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > Thanks,
>     >>> > >     > > > > > > > >> > > > > > > > Piotr
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37
> Carlos
>     >>> > Rovira <
>     >>> > >     > > > > > > > >> > carlosrovira@apache.org>
>     >>> > >     > > > > > > > >> > > > > > > > napisał(a):
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > it surprise me that due
> all the
>     >>> > > changes done
>     >>> > >     > > in
>     >>> > >     > > > > > maven
>     >>> > >     > > > > > > > >> > > builds.a.o
>     >>> > >     > > > > > > > >> > > > > was
>     >>> > >     > > > > > > > >> > > > > > > not
>     >>> > >     > > > > > > > >> > > > > > > > > failing. I've even didn't
> repare
>     >>> > that
>     >>> > > will
>     >>> > >     > > need
>     >>> > >     > > > to
>     >>> > >     > > > > > be
>     >>> > >     > > > > > > > >> > updated.
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > These profiles does not
> exist
>     >>> > anymore:
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > >
>     >>> > >     >
>     >>> > >
>     >>>
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > Here's the updated doc
> for maven
>     >>> > > simplified
>     >>> > >     > > [1]
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > In sort:
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > 1.- Only env var needed in
>     >>> Maven now
>     >>> > > is
>     >>> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
>     >>> > >     > > > > > > > >> > > > > > > > > 2.- Build from an empty
> repo is
>     >>> now
>     >>> > > more
>     >>> > >     > > > reliable
>     >>> > >     > > > > > > > >> (something
>     >>> > >     > > > > > > > >> > > that
>     >>> > >     > > > > > > > >> > > > > > was a
>     >>> > >     > > > > > > > >> > > > > > > > > real headache)
>     >>> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced
> to:
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
>     >>> > >     > > > > > > > >> > > > > > > > >    - option-with-swf
>     >>> > >     > > > > > > > >> > > > > > > > >    - with-examples
>     >>> > >     > > > > > > > >> > > > > > > > >    - with-distribution
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > Can you upgrade
> builds.a.o to
>     >>> use
>     >>> > this
>     >>> > >     > > profiles?
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > [1]
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a
> las
>     >>> 17:40,
>     >>> > > Piotr
>     >>> > >     > > > Zarzycki
>     >>> > >     > > > > (<
>     >>> > >     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com
> >)
>     >>> > escribió:
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > Carlos,
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > What has change more in
> case
>     >>> of
>     >>> > > Maven
>     >>> > >     > build
>     >>> > >     > > > for
>     >>> > >     > > > > > > > >> framework?
>     >>> > >     > > > > > > > >> > On
>     >>> > >     > > > > > > > >> > > > > > > > builds.a.o
>     >>> > >     > > > > > > > >> > > > > > > > > we
>     >>> > >     > > > > > > > >> > > > > > > > > > have following command
> which
>     >>> > running
>     >>> > >     > > > > royale-asjs.
>     >>> > >     > > > > > It
>     >>> > >     > > > > > > > >> looks
>     >>> > >     > > > > > > > >> > > like
>     >>> > >     > > > > > > > >> > > > > > > > something
>     >>> > >     > > > > > > > >> > > > > > > > > > is missing, cause I have
>     >>> removed
>     >>> > > locally
>     >>> > >     > my
>     >>> > >     > > > > > > > >> > org.apache.royale
>     >>> > >     > > > > > > > >> > > > > > folder
>     >>> > >     > > > > > > > >> > > > > > > > from
>     >>> > >     > > > > > > > >> > > > > > > > > > .m2 and start building
>     >>> PureMVC to
>     >>> > > swc.
>     >>> > >     > [1] -
>     >>> > >     > > > It
>     >>> > >     > > > > > > throws
>     >>> > >     > > > > > > > >> > > > exception
>     >>> > >     > > > > > > > >> > > > > > now.
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > Could not resolve
>     >>> dependencies for
>     >>> > > project
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > >
>     >>> > >     > >
>     >>> > >
>     >>>
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>     >>> > >     > > > > > > > >> > > > > > > > > > Failure to find
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > >
> org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>     >>> > >     > > > > > > > >> > > > > > > > > in
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > >
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
>     >>> > >     > > > > > > > >> > > > was
>     >>> > >     > > > > > > > >> > > > > > > > cached
>     >>> > >     > > > > > > > >> > > > > > > > > in
>     >>> > >     > > > > > > > >> > > > > > > > > > the local repository,
>     >>> resolution
>     >>> > > will not
>     >>> > >     > be
>     >>> > >     > > > > > > > reattempted
>     >>> > >     > > > > > > > >> > > until
>     >>> > >     > > > > > > > >> > > > > the
>     >>> > >     > > > > > > > >> > > > > > > > update
>     >>> > >     > > > > > > > >> > > > > > > > > > interval of
> apache-snapshots
>     >>> has
>     >>> > > elapsed
>     >>> > >     > or
>     >>> > >     > > > > > updates
>     >>> > >     > > > > > > > are
>     >>> > >     > > > > > > > >> > > forced
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > Above means that it
> probably
>     >>> > doesn't
>     >>> > >     > exists
>     >>> > >     > > in
>     >>> > >     > > > > > > Apache
>     >>> > >     > > > > > > > >> Maven
>     >>> > >     > > > > > > > >> > > > > > > central...
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > -U
>     >>> > >     > > > > > > > >> > > > > > > > > > clean
>     >>> > >     > > > > > > > >> > > > > > > > > > deploy
>     >>> > >     > > > > > > > >> > > > > > > > > > -P
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>     >>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
>     >>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > [1]
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > >
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > Thanks,
>     >>> > >     > > > > > > > >> > > > > > > > > > Piotr
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o
> 12:29 Piotr
>     >>> > > Zarzycki <
>     >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > napisał(a):
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see
> whether
>     >>> > > someone
>     >>> > >     > > > actually
>     >>> > >     > > > > > know
>     >>> > >     > > > > > > > >> what
>     >>> > >     > > > > > > > >> > is
>     >>> > >     > > > > > > > >> > > > the
>     >>> > >     > > > > > > > >> > > > > > > > version.
>     >>> > >     > > > > > > > >> > > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o
> 12:27
>     >>> Carlos
>     >>> > > Rovira <
>     >>> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
>     >>> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
>     >>> > >     > > > > > > > >> > > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> I explained in this
> thread
>     >>> > that I
>     >>> > >     > > couldn't
>     >>> > >     > > > > find
>     >>> > >     > > > > > > in
>     >>> > >     > > > > > > > >> maven
>     >>> > >     > > > > > > > >> > > the
>     >>> > >     > > > > > > > >> > > > > > same
>     >>> > >     > > > > > > > >> > > > > > > > > exact
>     >>> > >     > > > > > > > >> > > > > > > > > > >> version that ANT
> one, I
>     >>> put the
>     >>> > > closest
>     >>> > >     > > in
>     >>> > >     > > > > date
>     >>> > >     > > > > > > > >> > available
>     >>> > >     > > > > > > > >> > > > from
>     >>> > >     > > > > > > > >> > > > > > > maven
>     >>> > >     > > > > > > > >> > > > > > > > > > >> I proposed as well
> if we
>     >>> can
>     >>> > > upgrade
>     >>> > >     > > > > ANT/MAVEN
>     >>> > >     > > > > > to
>     >>> > >     > > > > > > > the
>     >>> > >     > > > > > > > >> > same
>     >>> > >     > > > > > > > >> > > > one
>     >>> > >     > > > > > > > >> > > > > > > that
>     >>> > >     > > > > > > > >> > > > > > > > > > works.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> Other thing is that
> maybe I
>     >>> > fail
>     >>> > > in the
>     >>> > >     > > > > search
>     >>> > >     > > > > > > and
>     >>> > >     > > > > > > > >> the
>     >>> > >     > > > > > > > >> > > > version
>     >>> > >     > > > > > > > >> > > > > > > could
>     >>> > >     > > > > > > > >> > > > > > > > > > >> exists, in that case
> hope
>     >>> other
>     >>> > > can
>     >>> > >     > > > indicate
>     >>> > >     > > > > > the
>     >>> > >     > > > > > > > >> maven
>     >>> > >     > > > > > > > >> > > > > > descriptor
>     >>> > >     > > > > > > > >> > > > > > > to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> update
>     >>> > >     > > > > > > > >> > > > > > > > > > >> it.
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> thanks
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene.
> 2020 a las
>     >>> > > 12:11,
>     >>> > >     > Piotr
>     >>> > >     > > > > > Zarzycki
>     >>> > >     > > > > > > > (<
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
> piotrzarzycki21@gmail.com
>     >>> >)
>     >>> > > escribió:
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > Why you didn't use
>     >>> exactly
>     >>> > the
>     >>> > > same
>     >>> > >     > > > > version ?
>     >>> > >     > > > > > > > Maybe
>     >>> > >     > > > > > > > >> > this
>     >>> > >     > > > > > > > >> > > > is
>     >>> > >     > > > > > > > >> > > > > > the
>     >>> > >     > > > > > > > >> > > > > > > > > reason
>     >>> > >     > > > > > > > >> > > > > > > > > > >> why
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > my application is
>     >>> failing.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > I see this in
> Maven:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > <groupId>com.google.javascript</groupId>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > <artifactId>closure-compiler</artifactId>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> <version>v20181210</version>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > <groupId>org.clojure</groupId>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > > > > <artifactId>google-closure-library</artifactId>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > <version>0.0-20190213-2033d5d9</version>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o
> 10:52
>     >>> > Carlos
>     >>> > >     > Rovira
>     >>> > >     > > <
>     >>> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't put the
> latest
>     >>> > one.
>     >>> > > Used
>     >>> > >     > the
>     >>> > >     > > > > > closest
>     >>> > >     > > > > > > > >> one in
>     >>> > >     > > > > > > > >> > > > dates
>     >>> > >     > > > > > > > >> > > > > > to
>     >>> > >     > > > > > > > >> > > > > > > > the
>     >>> > >     > > > > > > > >> > > > > > > > > > one
>     >>> > >     > > > > > > > >> > > > > > > > > > >> in
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be
> that
>     >>> valid?
>     >>> > > And how
>     >>> > >     > > can
>     >>> > >     > > > I
>     >>> > >     > > > > > > ensure
>     >>> > >     > > > > > > > >> > > > > > compatibility?
>     >>> > >     > > > > > > > >> > > > > > > > > Where
>     >>> > >     > > > > > > > >> > > > > > > > > > >> to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > check that?
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > But what I
> really want
>     >>> to
>     >>> > do
>     >>> > > is
>     >>> > >     > > update
>     >>> > >     > > > > > > > ANT/MAVEN
>     >>> > >     > > > > > > > >> to
>     >>> > >     > > > > > > > >> > > the
>     >>> > >     > > > > > > > >> > > > > same
>     >>> > >     > > > > > > > >> > > > > > > one
>     >>> > >     > > > > > > > >> > > > > > > > > > that
>     >>> > >     > > > > > > > >> > > > > > > > > > >> is
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > ok
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > for all of us.
> We need
>     >>> to
>     >>> > > ensure
>     >>> > >     > one
>     >>> > >     > > > that
>     >>> > >     > > > > > is
>     >>> > >     > > > > > > > >> > available
>     >>> > >     > > > > > > > >> > > > for
>     >>> > >     > > > > > > > >> > > > > > > both.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene.
> 2020
>     >>> a las
>     >>> > > 2:41,
>     >>> > >     > > Alex
>     >>> > >     > > > > > Harui
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
> (<aharui@adobe.com.invalid
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >)
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > You may not
> want the
>     >>> > latest
>     >>> > >     > closure
>     >>> > >     > > > > > > library.
>     >>> > >     > > > > > > > >> You
>     >>> > >     > > > > > > > >> > > > > probably
>     >>> > >     > > > > > > > >> > > > > > > > want
>     >>> > >     > > > > > > > >> > > > > > > > > > one
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > that
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > is compatible
> with
>     >>> the
>     >>> > > closure
>     >>> > >     > > > > compiler.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20,
> 5:20 PM,
>     >>> > > "Carlos
>     >>> > >     > > > Rovira" <
>     >>> > >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> wrote:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Josh
> discover
>     >>> that
>     >>> > > there was
>     >>> > >     > an
>     >>> > >     > > > > > issue.
>     >>> > >     > > > > > > If
>     >>> > >     > > > > > > > >> we
>     >>> > >     > > > > > > > >> > > have
>     >>> > >     > > > > > > > >> > > > > > > > GOOG_HOME
>     >>> > >     > > > > > > > >> > > > > > > > > > env
>     >>> > >     > > > > > > > >> > > > > > > > > > >> var
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > the
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     maven
>     >>> distribution
>     >>> > > worked
>     >>> > >     > > right,
>     >>> > >     > > > > but
>     >>> > >     > > > > > if
>     >>> > >     > > > > > > > you
>     >>> > >     > > > > > > > >> > > don't
>     >>> > >     > > > > > > > >> > > > > > have,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> compilation
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     I have it
> in my
>     >>> > system
>     >>> > > while
>     >>> > >     > > > > > developing
>     >>> > >     > > > > > > > >> this.
>     >>> > >     > > > > > > > >> > > So I
>     >>> > >     > > > > > > > >> > > > > > just
>     >>> > >     > > > > > > > >> > > > > > > > > fixed
>     >>> > >     > > > > > > > >> > > > > > > > > > it
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > some
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     minutes
> ago.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     One thing:
>     >>> There's no
>     >>> > > maven
>     >>> > >     > > > > artifact
>     >>> > >     > > > > > > for
>     >>> > >     > > > > > > > >> the
>     >>> > >     > > > > > > > >> > > > > > > > closure-library
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     one used
> by ANT),
>     >>> > next
>     >>> > > one is
>     >>> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
>     >>> > >     > > > > > > > >> > > > > > so
>     >>> > >     > > > > > > > >> > > > > > > we
>     >>> > >     > > > > > > > >> > > > > > > > > > need
>     >>> > >     > > > > > > > >> > > > > > > > > > >> to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > use
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > that
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     for maven
> (or
>     >>> maybe I
>     >>> > > was too
>     >>> > >     > > bad
>     >>> > >     > > > > > > trying
>     >>> > >     > > > > > > > to
>     >>> > >     > > > > > > > >> > find
>     >>> > >     > > > > > > > >> > > > the
>     >>> > >     > > > > > > > >> > > > > > > > > > >> corresponding
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     artifact,
> so if
>     >>> > someone
>     >>> > >     > knows,
>     >>> > >     > > > > please
>     >>> > >     > > > > > > let
>     >>> > >     > > > > > > > >> me
>     >>> > >     > > > > > > > >> > > > know!).
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     So, can we
>     >>> upgrade
>     >>> > ANT
>     >>> > > to
>     >>> > >     > > > v20190213
>     >>> > >     > > > > > > too?
>     >>> > >     > > > > > > > >> From
>     >>> > >     > > > > > > > >> > > now
>     >>> > >     > > > > > > > >> > > > > on,
>     >>> > >     > > > > > > > >> > > > > > we
>     >>> > >     > > > > > > > >> > > > > > > > > > should
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > check
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     versions
> exists
>     >>> for
>     >>> > > ANT and
>     >>> > >     > > MAVEN
>     >>> > >     > > > > > > > >> artifacts.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr
> Zarzycki <
>     >>> > >     > > > > > > > piotrzarzycki21@gmail.com
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >> > > let
>     >>> > >     > > > > > > > >> > > > me
>     >>> > >     > > > > > > > >> > > > > > > know
>     >>> > >     > > > > > > > >> > > > > > > > if
>     >>> > >     > > > > > > > >> > > > > > > > > > you
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > can
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     work with
> latest
>     >>> > > changes just
>     >>> > >     > > > done.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     El mar.,
> 21 ene.
>     >>> 2020
>     >>> > > a las
>     >>> > >     > > > 17:53,
>     >>> > >     > > > > > > Carlos
>     >>> > >     > > > > > > > >> > Rovira
>     >>> > >     > > > > > > > >> > > > (<
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> carlosrovira@apache.org
>     >>> > >)
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > yes,
> you're
>     >>> using
>     >>> > an
>     >>> > > old
>     >>> > >     > > > command,
>     >>> > >     > > > > > > maven
>     >>> > >     > > > > > > > >> was
>     >>> > >     > > > > > > > >> > > > > > extremely
>     >>> > >     > > > > > > > >> > > > > > > > > > >> simplified
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris
> Dutz
>     >>> > > contribution 1
>     >>> > >     > or
>     >>> > >     > > 2
>     >>> > >     > > > > > months
>     >>> > >     > > > > > > > >> ago.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> 'generate.swf.swcs'
>     >>> > > does
>     >>> > >     > not
>     >>> > >     > > > > > exists.
>     >>> > >     > > > > > > > >> Check
>     >>> > >     > > > > > > > >> > the
>     >>> > >     > > > > > > > >> > > > > > > > > instructions
>     >>> > >     > > > > > > > >> > > > > > > > > > I
>     >>> > >     > > > > > > > >> > > > > > > > > > >> put
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > or
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > the
> updated
>     >>> docs
>     >>> > > here [1].
>     >>> > >     > I
>     >>> > >     > > > > > updated
>     >>> > >     > > > > > > > that
>     >>> > >     > > > > > > > >> > page
>     >>> > >     > > > > > > > >> > > > to
>     >>> > >     > > > > > > > >> > > > > > have
>     >>> > >     > > > > > > > >> > > > > > > > all
>     >>> > >     > > > > > > > >> > > > > > > > > > the
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm
> planing
>     >>> with
>     >>> > > Chris, to
>     >>> > >     > > work
>     >>> > >     > > > > > soon
>     >>> > >     > > > > > > in
>     >>> > >     > > > > > > > >> more
>     >>> > >     > > > > > > > >> > > > > > > > improvements:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make
> Maven
>     >>> > > distribution
>     >>> > >     > > for
>     >>> > >     > > > > > > js-only
>     >>> > >     > > > > > > > >> > (just
>     >>> > >     > > > > > > > >> > > > > > removing
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
> -option-with-swf
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > that now
> is
>     >>> > required)
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try
> to have
>     >>> > just
>     >>> > > one
>     >>> > >     > repo
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.-
> Simplify
>     >>> > release
>     >>> > >     > process
>     >>> > >     > > > > based
>     >>> > >     > > > > > > on 2
>     >>> > >     > > > > > > > >> (and
>     >>> > >     > > > > > > > >> > > yes
>     >>> > >     > > > > > > > >> > > > > > > having
>     >>> > >     > > > > > > > >> > > > > > > > > ANT
>     >>> > >     > > > > > > > >> > > > > > > > > > >> into
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > account)
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I will
> want to
>     >>> > > release
>     >>> > >     > every
>     >>> > >     > > 1
>     >>> > >     > > > > to 2
>     >>> > >     > > > > > > > >> month.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > > > > >
>     >>> > >     > > > > > > > >> > > > > >
>     >>> > >     > > > > > > > >> > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > >
>     >>> > >     > > > > > > > >> >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > > > >
>     >>> > >     > > > > > >
>     >>> > >     > > > > >
>     >>> > >     > > > >
>     >>> > >     > > >
>     >>> > >     > >
>     >>> > >     >
>     >>> > >
>     >>> >
>     >>>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > El mar.,
> 21
>     >>> ene.
>     >>> > > 2020 a las
>     >>> > >     > > > > 17:40,
>     >>> > >     > > > > > > > Piotr
>     >>> > >     > > > > > > > >> > > > Zarzycki
>     >>> > >     > > > > > > > >> > > > > (<
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > > piotrzarzycki21@gmail.com
>     >>> > >     > >)
>     >>> > >     > > > > > > escribió:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it
> looks
>     >>> like
>     >>> > it
>     >>> > > my
>     >>> > >     > > fault.
>     >>> > >     > > > I
>     >>> > >     > > > > > > didn't
>     >>> > >     > > > > > > > >> > catch
>     >>> > >     > > > > > > > >> > > up
>     >>> > >     > > > > > > > >> > > > > > full
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > instruction.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
> again.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21
> sty
>     >>> 2020 o
>     >>> > > 17:29
>     >>> > >     > > Piotr
>     >>> > >     > > > > > > > Zarzycki
>     >>> > >     > > > > > > > >> <
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > >
>     >>> piotrzarzycki21@gmail.com>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> napisał(a):
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi
> Carlos,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When
> I'm
>     >>> running
>     >>> > > this
>     >>> > >     > [1]
>     >>> > >     > > on
>     >>> > >     > > > > my
>     >>> > >     > > > > > > Mac
>     >>> > >     > > > > > > > >> > > > > distribution
>     >>> > >     > > > > > > > >> > > > > > is
>     >>> > >     > > > > > > > >> > > > > > > > not
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole
> SDK is
>     >>> > > being build
>     >>> > >     > > > > > > > successfully,
>     >>> > >     > > > > > > > >> > but
>     >>> > >     > > > > > > > >> > > > > > without
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > distribution.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have
> any
>     >>> errors.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1]
> mvn
>     >>> clean
>     >>> > > install
>     >>> > >     > > > > > -DskipTests
>     >>> > >     > > > > > > > >> > > > > -Drat.skip=true
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     >>> > > -Dgenerate.swf.swcs=true
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >     > > > > > > > >> > > > > > > >
>     >>> > >     > > > > > > > >> > > >
>     >>> > >     > > > > > > > >>
>     >>> > >     > > > > >
>     >>> > >     >
>     >>> >
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> Thanks,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt.,
> 21 sty
>     >>> 2020
>     >>> > > o 12:44
>     >>> > >     > > > > Carlos
>     >>> > >     > > > > > > > >> Rovira <
>     >>> > >     > > > > > > > >> > > > > > > > > > >> >
> carlosrovira@apache.org
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> napisał(a):
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi
> Antonis,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all
> this
>     >>> does
>     >>> > not
>     >>> > >     > affect
>     >>> > >     > > > FB,
>     >>> > >     > > > > so
>     >>> > >     > > > > > > > don't
>     >>> > >     > > > > > > > >> > > worry
>     >>> > >     > > > > > > > >> > > > > > about
>     >>> > >     > > > > > > > >> > > > > > > > it.
>     >>> > >     > > > > > > > >> > > > > > > > > > But
>     >>> > >     > > > > > > > >> > > > > > > > > > >> we
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > hope you
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to
> migrate
>     >>> to
>     >>> > > some
>     >>> > >     > newer
>     >>> > >     > > > IDE
>     >>> > >     > > > > in
>     >>> > >     > > > > > > the
>     >>> > >     > > > > > > > >> > > future!
>     >>> > >     > > > > > > > >> > > > ;)
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> Carlos
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El
> mar., 21
>     >>> > ene.
>     >>> > > 2020 a
>     >>> > >     > > las
>     >>> > >     > > > > > > 12:26,
>     >>> > >     > > > > > > > >> > Antonis
>     >>> > >     > > > > > > > >> > > > > > > Kalodimos
>     >>> > >     > > > > > > > >> > > > > > > > > (<
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     >>> > >     > > > antonis.kalodimos@gmail.com
>     >>> > >     > > > > >)
>     >>> > >     > > > > > > > >> escribió:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> This
>     >>> sounds
>     >>> > > good news
>     >>> > >     > > for
>     >>> > >     > > > > > > someone
>     >>> > >     > > > > > > > >> to
>     >>> > >     > > > > > > > >> > be
>     >>> > >     > > > > > > > >> > > > > > involved
>     >>> > >     > > > > > > > >> > > > > > > > > with
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > royale.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> Please i
>     >>> > > someone of
>     >>> > >     > you
>     >>> > >     > > > who
>     >>> > >     > > > > > > know
>     >>> > >     > > > > > > > >> the
>     >>> > >     > > > > > > > >> > > > > > > requirements
>     >>> > >     > > > > > > > >> > > > > > > > > > don't
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > break
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > the
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> ability
>     >>> to be
>     >>> > > used
>     >>> > >     > and
>     >>> > >     > > in
>     >>> > >     > > > > the
>     >>> > >     > > > > > > > >> > > > flashbuilder.
>     >>> > >     > > > > > > > >> > > > > > Even
>     >>> > >     > > > > > > > >> > > > > > > > it
>     >>> > >     > > > > > > > >> > > > > > > > > is
>     >>> > >     > > > > > > > >> > > > > > > > > > >> old
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > is a
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> standard i
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> think
>     >>> for the
>     >>> > > old
>     >>> > >     > users
>     >>> > >     > > > > that
>     >>> > >     > > > > > > are
>     >>> > >     > > > > > > > >> > > searching
>     >>> > >     > > > > > > > >> > > > > > where
>     >>> > >     > > > > > > > >> > > > > > > > to
>     >>> > >     > > > > > > > >> > > > > > > > > > jump
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > for
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> apps
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> Thank
>     >>> you,
>     >>> > > continue
>     >>> > >     > the
>     >>> > >     > > > > great
>     >>> > >     > > > > > > job
>     >>> > >     > > > > > > > >> that
>     >>> > >     > > > > > > > >> > > you
>     >>> > >     > > > > > > > >> > > > > are
>     >>> > >     > > > > > > > >> > > > > > > > > doing.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> Στις
>     >>> Τρί, 21
>     >>> > > Ιαν 2020
>     >>> > >     > > > στις
>     >>> > >     > > > > > 1:15
>     >>> > >     > > > > > > > >> μ.μ.,
>     >>> > >     > > > > > > > >> > > ο/η
>     >>> > >     > > > > > > > >> > > > > > Piotr
>     >>> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     >>> > >     > > > piotrzarzycki21@gmail.com>
>     >>> > >     > > > > > > > έγραψε:
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> Hi
>     >>> Carlos,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     >>> Congrats!
>     >>> > > Could you
>     >>> > >     > > > > provide
>     >>> > >     > > > > > > on
>     >>> > >     > > > > > > > >> > mailing
>     >>> > >     > > > > > > > >> > > > > list
>     >>> > >     > > > > > > > >> > > > > > > > > command
>     >>> > >     > > > > > > > >> > > > > > > > > > to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > build
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> framework
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> with
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     >>> > > distribution, so
>     >>> > >     > > users
>     >>> > >     > > > > > could
>     >>> > >     > > > > > > > know
>     >>> > >     > > > > > > > >> > how
>     >>> > >     > > > > > > > >> > > to
>     >>> > >     > > > > > > > >> > > > > do
>     >>> > >     > > > > > > > >> > > > > > > > that.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> Thanks,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> Piotr
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> wt.,
>     >>> 21 sty
>     >>> > > 2020 o
>     >>> > >     > > > 12:12
>     >>> > >     > > > > > > Carlos
>     >>> > >     > > > > > > > >> > > Rovira <
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>     >>> carlosrovira@apache.org>
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     >>> napisał(a):
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > Hi,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > just
>     >>> > fixed
>     >>> > > the
>     >>> > >     > > maven
>     >>> > >     > > > > > > > >> distribution,
>     >>> > >     > > > > > > > >> > > and
>     >>> > >     > > > > > > > >> > > > > now
>     >>> > >     > > > > > > > >> > > > > > > it
>     >>> > >     > > > > > > > >> > > > > > > > > > >> creates a
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> can
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > be
>     >>> used
>     >>> > > with
>     >>> > >     > IDEs.
>     >>> > >     > > I
>     >>> > >     > > > > > think
>     >>> > >     > > > > > > > this
>     >>> > >     > > > > > > > >> > is a
>     >>> > >     > > > > > > > >> > > > > long
>     >>> > >     > > > > > > > >> > > > > > > > > awaited
>     >>> > >     > > > > > > > >> > > > > > > > > > >> fix.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > So
>     >>> with
>     >>> > > the new
>     >>> > >     > > maven
>     >>> > >     > > > > > > > >> distribution
>     >>> > >     > > > > > > > >> > > the
>     >>> > >     > > > > > > > >> > > > > > > > generated
>     >>> > >     > > > > > > > >> > > > > > > > > > SDK
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > allows you
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > code
>     >>> > > intelligence
>     >>> > >     > > and
>     >>> > >     > > > > > IDEs
>     >>> > >     > > > > > > > can
>     >>> > >     > > > > > > > >> > find
>     >>> > >     > > > > > > > >> > > > > > > compilers
>     >>> > >     > > > > > > > >> > > > > > > > > and
>     >>> > >     > > > > > > > >> > > > > > > > > > >> use
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > it
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > to get a
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     >>> > > compilation. I
>     >>> > >     > > tried
>     >>> > >     > > > > only
>     >>> > >     > > > > > > > >> VSCode
>     >>> > >     > > > > > > > >> > > with
>     >>> > >     > > > > > > > >> > > > > Josh
>     >>> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > extension,
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> others
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > using
>     >>> > > Moonshine
>     >>> > >     > can
>     >>> > >     > > > > > provide
>     >>> > >     > > > > > > > >> > > feedback.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     >>> > > Additionally you
>     >>> > >     > > get
>     >>> > >     > > > > the
>     >>> > >     > > > > > > > normal
>     >>> > >     > > > > > > > >> > > maven
>     >>> > >     > > > > > > > >> > > > > way
>     >>> > >     > > > > > > > >> > > > > > of
>     >>> > >     > > > > > > > >> > > > > > > > > build
>     >>> > >     > > > > > > > >> > > > > > > > > > >> with
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> install"
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> that
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > will
>     >>> be
>     >>> > > more near
>     >>> > >     > > to
>     >>> > >     > > > > your
>     >>> > >     > > > > > > > >> deploy
>     >>> > >     > > > > > > > >> > > > needs.
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > So
>     >>> people
>     >>> > > using
>     >>> > >     > > Maven
>     >>> > >     > > > > > does
>     >>> > >     > > > > > > > not
>     >>> > >     > > > > > > > >> > need
>     >>> > >     > > > > > > > >> > > to
>     >>> > >     > > > > > > > >> > > > > use
>     >>> > >     > > > > > > > >> > > > > > > ANT
>     >>> > >     > > > > > > > >> > > > > > > > > > >> anymore
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > to
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> generate a
>     >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> valid
>     >>> > >     > > > > > > > >> > > > > > > > > > >>
>     >>> > >
>     >>> > >
>     >>> > >
>     >>> >
>     >>> > --
>     >>> > Carlos Rovira
>     >>> > http://about.me/carlosrovira
>     >>> >
>     >>>
>     >>
>     >>
>     >> --
>     >> Carlos Rovira
>     >> http://about.me/carlosrovira
>     >>
>     >>
>     >
>     > --
>     > Carlos Rovira
>     > http://about.me/carlosrovira
>     >
>     >
>
>     --
>
>     Piotr Zarzycki
>
>     Patreon: *https://www.patreon.com/piotrzarzycki
>     <https://www.patreon.com/piotrzarzycki>*
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Christofer Dutz <ch...@c-ware.de>.
Hi Piotr,

I had a look and you are right ... even if this only seems to happen if you haven't built the typedefs on your machine that day before building the distribution. I just pushed a PR that should fix this.

Chris


Am 22.03.20, 10:59 schrieb "Piotr Zarzycki" <pi...@gmail.com>:

    Hi Carlos,
    
    I've just build royale-asjs with following command:
    
    mvn clean install -P with-distribution,option-with-sass-compile
    -DdistributionTargetFolder=path
    
    Created new Royale Jewel project with latest nightly non sandbox build of
    Moonshine and I got following result during build [1]
    
    [1] https://paste.apache.org/u5j0a
    
    Thanks,
    Piotr
    
    sob., 21 mar 2020 o 20:12 Carlos Rovira <ca...@apache.org>
    napisał(a):
    
    > Hi Piotr,
    >
    > Chris, just made maven distribution mxmlc and compc executables.
    >
    >    - I test and VSCode works fine
    >    - command line worked too [1]
    >    - Moonshine:  I couldn't launch a compilation with SDK. Just upgrade
    >    to latest version as Moonshine requested me. I have the SDK configured to
    >    the distribution created with Maven. Then with TDJ project loaded when to
    >    Project > Build Project, but nothings happen
    >
    > So just need to see how to check Moonshine so we can check Maven
    > distribution is completed at last. I want to have that for this release
    > 0.9.7
    >
    > Thanks
    >
    > Carlos
    >
    > [1] output in command line for Tour de Jewel:
    >
    > macbookpro:TourDeJewel carlosrovira$
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > -load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
    > -compiler.targets=JSRoyale
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    >
    > >
    >
    > macbookpro:TourDeJewel carlosrovira$
    > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
    > -load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
    > -compiler.targets=JSRoyale
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    >
    > Using Royale Compiler codebase:
    > /Users/carlosrovira/Dev/Royale/Source/royale-compiler
    >
    > Using Royale SDK: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    >
    > MXMLJSC
    >
    >
    > +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
    >
    >
    > -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
    >
    > -load-config+=obj/TourDeJewelConfig.xml
    >
    > -debug=true
    >
    > -source-map=true
    >
    > -compiler.targets=JSRoyale
    >
    >
    > -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
    >
    > The project 'App' has been successfully compiled.
    >
    > 7.080432099 seconds
    >
    > El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<ca...@apache.org>)
    > escribió:
    >
    >> Ok Josh,
    >> understood, will take into account as I check what's going on with latest
    >> fails
    >> thanks
    >>
    >> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
    >> joshtynjala@bowlerhat.dev>) escribió:
    >>
    >>> VSCode happens to run the JAR files directly with Java, and doesn't run
    >>> anything in js/bin. If the contents of js/bin do not have the correct
    >>> exectuable permissions, it wouldn't affect VSCode. However, fixing those
    >>> permissions would still be a problem that should be addressed to have a
    >>> proper distribution. Moonshine is not doing anything out of the ordinary
    >>> by
    >>> running js/bin/mxmlc (and that's what someone compiling from the command
    >>> line without Maven or Ant would use too). If anything, it's VSCode that
    >>> is
    >>> not doing things in the ordinary way.
    >>>
    >>> --
    >>> Josh Tynjala
    >>> Bowler Hat LLC <https://bowlerhat.dev>
    >>>
    >>>
    >>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <ca...@apache.org>
    >>> wrote:
    >>>
    >>> > Hi,
    >>> >
    >>> > @Piotr Zarzycki <pi...@gmail.com> I was over the big button
    >>> to
    >>> > nightly builds, since you told me to download that. So from the big
    >>> button
    >>> > I choosed "other downloads" and choosed non sandbox one. Both url goes
    >>> to
    >>> > the same link: Moonshine_Signed_NonSandbox.pkg
    >>> > <
    >>> >
    >>> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
    >>> > >
    >>> > 07-Feb-2020 21:11 156571205
    >>> >
    >>> > About the permissions: My guess is that is something related to
    >>> Moonshine,
    >>> > not to user or maven, since VSCode is dealing with the same SDK without
    >>> > complain. I can give permissions to try this, but I suggest the
    >>> moonshine
    >>> > team could look to how VSCode work with user files and mimic that to
    >>> > avoid this kind of problem.
    >>> >
    >>> > Thanks
    >>> >
    >>> >
    >>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui (<aharui@adobe.com.invalid
    >>> >)
    >>> > escribió:
    >>> >
    >>> > > IMO, the Maven commands that build the Distribution SDK should
    >>> change the
    >>> > > permissions.
    >>> > >
    >>> > > My 2 cents,
    >>> > > -Alex
    >>> > >
    >>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com>
    >>> > wrote:
    >>> > >
    >>> > >     Permission to "mxmlc" file in SDK. - You have to add permission
    >>> for
    >>> > > usage
    >>> > >     manually to that file.
    >>> > >
    >>> > >     I will explain you more on Monday if you won't figure it out your
    >>> > self,
    >>> > >     what is all about.
    >>> > >
    >>> > >     You can literally paste in Google last sentence from stack trace
    >>> > error
    >>> > > and
    >>> > >     add: How to add permission to file on Mac.
    >>> > >
    >>> > >
    >>> > >
    >>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
    >>> carlosrovira@apache.org>
    >>> > > wrote:
    >>> > >
    >>> > >     > Hi Piotr,
    >>> > >     >
    >>> > >     > but what kind of permission? to the moonshine executable?
    >>> > >     >
    >>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
    >>> > >     > piotrzarzycki21@gmail.com>)
    >>> > >     > escribió:
    >>> > >     >
    >>> > >     > > If you are using your own SDK (not downloaded trough
    >>> Moonshine
    >>> > > getting
    >>> > >     > > started) you have to add permission to mxmlc file. There is a
    >>> > > command on
    >>> > >     > > Mac chmod - try to search using that command on a Google.
    >>> > >     > >
    >>> > >     > > Thanks,
    >>> > >     > > Piotr
    >>> > >     > >
    >>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
    >>> > > carlosrovira@apache.org>
    >>> > >     > > wrote:
    >>> > >     > >
    >>> > >     > > > Hi,
    >>> > >     > > >
    >>> > >     > > > I installed latest Moonshine nightly. After configuring
    >>> initial
    >>> > > things
    >>> > >     > > > loaded TDJ project. I'm getting Permission denied:
    >>> > >     > > >
    >>> > >     > > > : Moonshine IDE™ 2.5.0
    >>> > >     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
    >>> > >     > > > : Source code is under Apache License, Version 2.0
    >>> > >     > > > :
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
    >>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks
    >>> > (Apache
    >>> > >     > License
    >>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
    >>> > >     > > > : Running on Adobe AIR 28.0.0.125
    >>> > >     > > > : Compiling TourDeJewel
    >>> > >     > > > : SDK path:
    >>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    >>> > >     > > > : Sending to mxmlx: export
    >>> > >     > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    >>> > >     > > >
    >>> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
    >>> > >     > &&
    >>> > >     > > > export
    >>> > >     > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    >>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" &&
    >>> export
    >>> > >     > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
    >>> > >     > > >
    >>> > >
    >>> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
    >>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
    >>> > >     > > >
    >>> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    >>> > >     > > >
    >>> > > -html-template=src/main/resources/jewel-example-index-template.html
    >>> > >     > > > -js-dynamic-access-unknown-members=true
    >>> > > -compiler.targets=JSRoyale
    >>> > >     > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
    >>> > >     > > > : /bin/bash:
    >>> > >     > > >
    >>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
    >>> > >     > > > Permission denied
    >>> > >     > > >
    >>> > >     > > > How can I fix it?
    >>> > >     > > >
    >>> > >     > > > Thanks
    >>> > >     > > >
    >>> > >     > > >
    >>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
    >>> > >     > > joshtynjala@bowlerhat.dev
    >>> > >     > > > >)
    >>> > >     > > > escribió:
    >>> > >     > > >
    >>> > >     > > > > Yeah, I don't see why Moonshine is reporting those
    >>> errors,
    >>> > but
    >>> > > VSCode
    >>> > >     > > > does
    >>> > >     > > > > not. If royale-config.xml is referencing SWCs that don't
    >>> > > exist, that
    >>> > >     > > > should
    >>> > >     > > > > affect both IDEs.
    >>> > >     > > > >
    >>> > >     > > > > Regardless, like you explained, the same issue should
    >>> > > reproduce when
    >>> > >     > > > > compiling from a terminal without Moonshine.
    >>> > >     > > > >
    >>> > >     > > > > --
    >>> > >     > > > > Josh Tynjala
    >>> > >     > > > > Bowler Hat LLC <
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    >>> > > >
    >>> > >     > > > >
    >>> > >     > > > >
    >>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
    >>> > >     > > piotrzarzycki21@gmail.com
    >>> > >     > > > >
    >>> > >     > > > > wrote:
    >>> > >     > > > >
    >>> > >     > > > > > Hi Carlos,
    >>> > >     > > > > >
    >>> > >     > > > > > Yeah it would be pretty great if you could setup
    >>> Moonshine,
    >>> > > but you
    >>> > >     > > > don't
    >>> > >     > > > > > have to do that actually to reproduce the issue.
    >>> Command
    >>> > > which I
    >>> > >     > have
    >>> > >     > > > > > pasted in this thread can be copy and used in Terminal
    >>> with
    >>> > > small
    >>> > >     > > path
    >>> > >     > > > > > adjustment. Try it on any project you have using
    >>> > > distribution build
    >>> > >     > > and
    >>> > >     > > > > for
    >>> > >     > > > > > sure you will get the error.
    >>> > >     > > > > >
    >>> > >     > > > > > In case of Moonshine we have freez code for commits and
    >>> > > prepare for
    >>> > >     > > > > > release, we have some internal problems with bamboo
    >>> build -
    >>> > > if it
    >>> > >     > > will
    >>> > >     > > > > get
    >>> > >     > > > > > resolved we should have release early next week. You
    >>> can
    >>> > > always try
    >>> > >     > > > > Nightly
    >>> > >     > > > > > build.
    >>> > >     > > > > >
    >>> > >     > > > > > I'm really surprised that VSCode do not throwing the
    >>> same
    >>> > > error -
    >>> > >     > > What
    >>> > >     > > > > > could be the case Josh? The only difference is that we
    >>> are
    >>> > > using
    >>> > >     > > mxmlc
    >>> > >     > > > > file
    >>> > >     > > > > > and VSCode is probably using jar file, but
    >>> playerglobal.swc
    >>> > > doesn't
    >>> > >     > > > > exists
    >>> > >     > > > > > so both should report same issue.
    >>> > >     > > > > >
    >>> > >     > > > > > Thanks,
    >>> > >     > > > > > Piotr
    >>> > >     > > > > >
    >>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
    >>> > > carlosrovira@apache.org>
    >>> > >     > > > > > napisał(a):
    >>> > >     > > > > >
    >>> > >     > > > > > > Hi Piotr,
    >>> > >     > > > > > >
    >>> > >     > > > > > > so I think you're a bit closer (not farther ;)),
    >>> since
    >>> > > compiler
    >>> > >     > was
    >>> > >     > > > > > found.
    >>> > >     > > > > > > Now is a matter to find what's missing.
    >>> > >     > > > > > > What's curious for me is VSCode recognizes but
    >>> Moonshine
    >>> > > not. I
    >>> > >     > > think
    >>> > >     > > > > the
    >>> > >     > > > > > > problem is each IDE is looking at different things to
    >>> > > match a
    >>> > >     > valid
    >>> > >     > > > > SDK,
    >>> > >     > > > > > > and maybe even we could be setting duplicate
    >>> artifacts in
    >>> > > the SDK
    >>> > >     > > so
    >>> > >     > > > > > VSCode
    >>> > >     > > > > > > finds all but Moonshine not.
    >>> > >     > > > > > > I'll be setup Moonshine as I have time to try it.
    >>> > >     > > > > > > I think you plan to launch a new one soon right?
    >>> should I
    >>> > > wait
    >>> > >     > for
    >>> > >     > > > it?
    >>> > >     > > > > > >
    >>> > >     > > > > > > Thanks
    >>> > >     > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
    >>> > >     > > > > > > piotrzarzycki21@gmail.com>)
    >>> > >     > > > > > > escribió:
    >>> > >     > > > > > >
    >>> > >     > > > > > > > Hi Carlos,
    >>> > >     > > > > > > >
    >>> > >     > > > > > > > I just tried your changes and I'm a bit farther.
    >>> Now
    >>> > I'm
    >>> > >     > getting
    >>> > >     > > > > > > following
    >>> > >     > > > > > > > errors. It's throwing that errors cause in JS only
    >>> > > binaries
    >>> > >     > > > prepared
    >>> > >     > > > > by
    >>> > >     > > > > > > ant
    >>> > >     > > > > > > > we have in following location
    >>> > >     > > > > > > >
    >>> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
    >>> > > fake
    >>> > >     > > > > > > > playerglobal.swc, so distribution should probably
    >>> have
    >>> > > the
    >>> > >     > same.
    >>> > >     > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
    >>> > >     > > > > > > > >
    >>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    >>> > >     > > > -debug=true
    >>> > >     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
    >>> > >     > > > > > > > >
    >>> > >     > > > >
    >>> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    >>> > >     > > > > > > > > : Using Royale Compiler codebase:
    >>> > >     > > > > > > > >
    >>> > >     > > >
    >>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    >>> > >     > > > > > > > > : Using Royale SDK:
    >>> > >     > > > > > > > >
    >>> > >     > > >
    >>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    >>> > >     > > > > > > > > : MXMLJSC
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
    >>> > >     > > > > > > > > :
    >>> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    >>> > >     > > > > > > > > : -debug=true
    >>> > >     > > > > > > > > : -source-map=true
    >>> > >     > > > > > > > > : -compiler.targets=JSRoyale
    >>> > >     > > > > > > > > :
    >>> > >     > > > >
    >>> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
    >>> > >     > > > > > > > > col: 0 Error: unable to open
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    >>> > >     > > > > > > > > (line: 74)
    >>> > >     > > > > > > > > :       </external-library-path>
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    >>> > >     > > > > > > > > col: 0 Error: unable to open
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    >>> > >     > > > > > > > > (line: 81)
    >>> > >     > > > > > > > > :       </js-external-library-path>
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    >>> > >     > > > > > > > > col: 0 Error: unable to open
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    >>> > >     > > > > > > > > (line: 81)
    >>> > >     > > > > > > > > :       </js-external-library-path>
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
    >>> > >     > > > > > > > > col: 0 Error: unable to open
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
    >>> > >     > > > > > > > > :
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    >>> > >     > > > > > > > > (line: 99)
    >>> > >     > > > > > > > > :       </library-path>
    >>> > >     > > > > > > > > : 1.034449561 seconds
    >>> > >     > > > > > > >
    >>> > >     > > > > > > >
    >>> > >     > > > > > > > Thanks,
    >>> > >     > > > > > > > Piotr
    >>> > >     > > > > > > >
    >>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
    >>> > >     > carlosrovira@apache.org>
    >>> > >     > > > > > > > napisał(a):
    >>> > >     > > > > > > >
    >>> > >     > > > > > > > > Thanks Josh for pointing that out I think I got
    >>> it.
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > > > @Piotr Zarzycki <pi...@gmail.com>
    >>> please
    >>> > > try with
    >>> > >     > my
    >>> > >     > > > > > latest
    >>> > >     > > > > > > > > commit. I couldn't test myself, but I think it
    >>> should
    >>> > > work
    >>> > >     > now
    >>> > >     > > > for
    >>> > >     > > > > > > > > Moonshine.
    >>> > >     > > > > > > > > VSCode still work with this changes.
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > > > Thanks
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > > > Carlos
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
    >>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
    >>> > >     > > > > > > > > escribió:
    >>> > >     > > > > > > > >
    >>> > >     > > > > > > > >> If I had to guess, this classpath is wrong:
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
    >>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
    >>> > >     > > > > > > > >> Class-Path>
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >> I think that the names of those JAR files all
    >>> > include
    >>> > > a
    >>> > >     > > version
    >>> > >     > > > > > number
    >>> > >     > > > > > > > in
    >>> > >     > > > > > > > >> the Maven distribution.
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >> --
    >>> > >     > > > > > > > >> Josh Tynjala
    >>> > >     > > > > > > > >> Bowler Hat LLC <
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    >>> > > >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
    >>> > >     > > > > > > carlosrovira@apache.org>
    >>> > >     > > > > > > > >> wrote:
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > > >> > ok didn't notice.
    >>> > >     > > > > > > > >> > So maybe is a classpath problem?
    >>> > >     > > > > > > > >> > It's clear that VSCode goes to the same place
    >>> and
    >>> > > find it
    >>> > >     > > > since
    >>> > >     > > > > > > mxmlc
    >>> > >     > > > > > > > >> is a
    >>> > >     > > > > > > > >> > dummy jar that has exactly that class, but
    >>> > > Moonshine goes
    >>> > >     > > and
    >>> > >     > > > > > didn't
    >>> > >     > > > > > > > >> find
    >>> > >     > > > > > > > >> > it.
    >>> > >     > > > > > > > >> > If not any clue what could be happening?
    >>> > >     > > > > > > > >> > Thanks
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr
    >>> Zarzycki
    >>> > (<
    >>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
    >>> > >     > > > > > > > >> > escribió:
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in
    >>> > place.
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
    >>> > >     > > > > joshtynjala@bowlerhat.dev
    >>> > >     > > > > > >
    >>> > >     > > > > > > > >> > > napisał(a):
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > > You can see from the output that
    >>> Moonshine is
    >>> > > calling
    >>> > >     > > the
    >>> > >     > > > > > > command
    >>> > >     > > > > > > > >> line
    >>> > >     > > > > > > > >> > > > scripts in js/bin.
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > --
    >>> > >     > > > > > > > >> > > > Josh Tynjala
    >>> > >     > > > > > > > >> > > > Bowler Hat LLC <
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
    >>> > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos
    >>> Rovira <
    >>> > >     > > > > > > > >> carlosrovira@apache.org>
    >>> > >     > > > > > > > >> > > > wrote:
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > Hi Piotr,
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > > > That was a problem I had with VSCode
    >>> when
    >>> > > started to
    >>> > >     > > > work
    >>> > >     > > > > on
    >>> > >     > > > > > > fix
    >>> > >     > > > > > > > >> SDK
    >>> > >     > > > > > > > >> > > for
    >>> > >     > > > > > > > >> > > > > IDE.
    >>> > >     > > > > > > > >> > > > > Josh told me that VSCode tries to find
    >>> that
    >>> > > class in
    >>> > >     > > > > > > > >> > /js/lib/mxmlc.jar
    >>> > >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > > > Maybe Moonshine is looking in other
    >>> path?
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > > > Thanks
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr
    >>> > > Zarzycki (<
    >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
    >>> > >     > > > > > > > >> > > > > escribió:
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > > > > Hi Carlos,
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > > > I have build on my Mac SDK and tried
    >>> in
    >>> > > Nightly
    >>> > >     > > Build
    >>> > >     > > > of
    >>> > >     > > > > > > > >> > Moonshine. I
    >>> > >     > > > > > > > >> > > > > > cannot build Hello World. I'm getting
    >>> > > following
    >>> > >     > > error:
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    >>> > >     > > > > > > > >> -debug=true
    >>> > >     > > > > > > > >> > > > > > -source-map=true
    >>> > -compiler.targets=JSRoyale
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > >
    >>> > >     > >
    >>> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    >>> > >     > > > > > > > >> > > > > > : Using Royale Compiler codebase:
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >>
    >>> > >     > > > >
    >>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    >>> > >     > > > > > > > >> > > > > > : Using Royale SDK:
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >>
    >>> > >     > > > >
    >>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    >>> > >     > > > > > > > >> > > > > > : Error: Could not find or load main
    >>> class
    >>> > >     > > > > > > > >> > > > > >
    >>> org.apache.royale.compiler.clients.MXMLJSC
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos
    >>> Rovira <
    >>> > >     > > > > > > > >> carlosrovira@apache.org>
    >>> > >     > > > > > > > >> > > > > > napisał(a):
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > > > > Hi Piotr,
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > > > right, are simplified too and does
    >>> not
    >>> > > have any
    >>> > >     > > > > profile
    >>> > >     > > > > > or
    >>> > >     > > > > > > > >> > > variable.
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > > > "-U clean install" is standard maven
    >>> > > commands,
    >>> > >     > > > nothing
    >>> > >     > > > > > to
    >>> > >     > > > > > > do
    >>> > >     > > > > > > > >> with
    >>> > >     > > > > > > > >> > > us
    >>> > >     > > > > > > > >> > > > in
    >>> > >     > > > > > > > >> > > > > > > particular, so you can left that
    >>> > >     > > > > > > > >> > > > > > > "-P main,utils" are not needed
    >>> anymore,
    >>> > > since
    >>> > >     > now
    >>> > >     > > > > > there's
    >>> > >     > > > > > > no
    >>> > >     > > > > > > > >> > > > > > > differentiation between a "first
    >>> build"
    >>> > > against
    >>> > >     > > rest
    >>> > >     > > > > of
    >>> > >     > > > > > > > >> builds.
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32,
    >>> Piotr
    >>> > >     > Zarzycki
    >>> > >     > > (<
    >>> > >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>)
    >>> escribió:
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > Hi Carlos,
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > Builds for framework is updated.
    >>> What
    >>> > > about
    >>> > >     > > > compiler
    >>> > >     > > > > > and
    >>> > >     > > > > > > > >> > > typedefs ?
    >>> > >     > > > > > > > >> > > > > For
    >>> > >     > > > > > > > >> > > > > > > > compiler on the server we have:
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > -U clean install
    >>> > >     > > > > > > > >> > > > > > > > -P -main,utils
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > It looks like that those profiles
    >>> also
    >>> > >     > > deprecated
    >>> > >     > > > -
    >>> > >     > > > > > can
    >>> > >     > > > > > > > you
    >>> > >     > > > > > > > >> > > > confirm ?
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > Thanks,
    >>> > >     > > > > > > > >> > > > > > > > Piotr
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos
    >>> > Rovira <
    >>> > >     > > > > > > > >> > carlosrovira@apache.org>
    >>> > >     > > > > > > > >> > > > > > > > napisał(a):
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > it surprise me that due all the
    >>> > > changes done
    >>> > >     > > in
    >>> > >     > > > > > maven
    >>> > >     > > > > > > > >> > > builds.a.o
    >>> > >     > > > > > > > >> > > > > was
    >>> > >     > > > > > > > >> > > > > > > not
    >>> > >     > > > > > > > >> > > > > > > > > failing. I've even didn't repare
    >>> > that
    >>> > > will
    >>> > >     > > need
    >>> > >     > > > to
    >>> > >     > > > > > be
    >>> > >     > > > > > > > >> > updated.
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > These profiles does not exist
    >>> > anymore:
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > >
    >>> > >     > > >
    >>> > >     >
    >>> > >
    >>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > Here's the updated doc for maven
    >>> > > simplified
    >>> > >     > > [1]
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > In sort:
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > 1.- Only env var needed in
    >>> Maven now
    >>> > > is
    >>> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
    >>> > >     > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is
    >>> now
    >>> > > more
    >>> > >     > > > reliable
    >>> > >     > > > > > > > >> (something
    >>> > >     > > > > > > > >> > > that
    >>> > >     > > > > > > > >> > > > > > was a
    >>> > >     > > > > > > > >> > > > > > > > > real headache)
    >>> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
    >>> > >     > > > > > > > >> > > > > > > > >    - option-with-swf
    >>> > >     > > > > > > > >> > > > > > > > >    - with-examples
    >>> > >     > > > > > > > >> > > > > > > > >    - with-distribution
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to
    >>> use
    >>> > this
    >>> > >     > > profiles?
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > [1]
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las
    >>> 17:40,
    >>> > > Piotr
    >>> > >     > > > Zarzycki
    >>> > >     > > > > (<
    >>> > >     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>)
    >>> > escribió:
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > Carlos,
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > What has change more in case
    >>> of
    >>> > > Maven
    >>> > >     > build
    >>> > >     > > > for
    >>> > >     > > > > > > > >> framework?
    >>> > >     > > > > > > > >> > On
    >>> > >     > > > > > > > >> > > > > > > > builds.a.o
    >>> > >     > > > > > > > >> > > > > > > > > we
    >>> > >     > > > > > > > >> > > > > > > > > > have following command which
    >>> > running
    >>> > >     > > > > royale-asjs.
    >>> > >     > > > > > It
    >>> > >     > > > > > > > >> looks
    >>> > >     > > > > > > > >> > > like
    >>> > >     > > > > > > > >> > > > > > > > something
    >>> > >     > > > > > > > >> > > > > > > > > > is missing, cause I have
    >>> removed
    >>> > > locally
    >>> > >     > my
    >>> > >     > > > > > > > >> > org.apache.royale
    >>> > >     > > > > > > > >> > > > > > folder
    >>> > >     > > > > > > > >> > > > > > > > from
    >>> > >     > > > > > > > >> > > > > > > > > > .m2 and start building
    >>> PureMVC to
    >>> > > swc.
    >>> > >     > [1] -
    >>> > >     > > > It
    >>> > >     > > > > > > throws
    >>> > >     > > > > > > > >> > > > exception
    >>> > >     > > > > > > > >> > > > > > now.
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > Could not resolve
    >>> dependencies for
    >>> > > project
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > >
    >>> > >     > >
    >>> > >
    >>> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
    >>> > >     > > > > > > > >> > > > > > > > > > Failure to find
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
    >>> > >     > > > > > > > >> > > > > > > > > in
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> >
    >>> > >     > >
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
    >>> > >     > > > > > > > >> > > > was
    >>> > >     > > > > > > > >> > > > > > > > cached
    >>> > >     > > > > > > > >> > > > > > > > > in
    >>> > >     > > > > > > > >> > > > > > > > > > the local repository,
    >>> resolution
    >>> > > will not
    >>> > >     > be
    >>> > >     > > > > > > > reattempted
    >>> > >     > > > > > > > >> > > until
    >>> > >     > > > > > > > >> > > > > the
    >>> > >     > > > > > > > >> > > > > > > > update
    >>> > >     > > > > > > > >> > > > > > > > > > interval of apache-snapshots
    >>> has
    >>> > > elapsed
    >>> > >     > or
    >>> > >     > > > > > updates
    >>> > >     > > > > > > > are
    >>> > >     > > > > > > > >> > > forced
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > Above means that it probably
    >>> > doesn't
    >>> > >     > exists
    >>> > >     > > in
    >>> > >     > > > > > > Apache
    >>> > >     > > > > > > > >> Maven
    >>> > >     > > > > > > > >> > > > > > > central...
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > -U
    >>> > >     > > > > > > > >> > > > > > > > > > clean
    >>> > >     > > > > > > > >> > > > > > > > > > deploy
    >>> > >     > > > > > > > >> > > > > > > > > > -P
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
    >>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
    >>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > [1]
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > >
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > Thanks,
    >>> > >     > > > > > > > >> > > > > > > > > > Piotr
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr
    >>> > > Zarzycki <
    >>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > napisał(a):
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether
    >>> > > someone
    >>> > >     > > > actually
    >>> > >     > > > > > know
    >>> > >     > > > > > > > >> what
    >>> > >     > > > > > > > >> > is
    >>> > >     > > > > > > > >> > > > the
    >>> > >     > > > > > > > >> > > > > > > > version.
    >>> > >     > > > > > > > >> > > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27
    >>> Carlos
    >>> > > Rovira <
    >>> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
    >>> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
    >>> > >     > > > > > > > >> > > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> I explained in this thread
    >>> > that I
    >>> > >     > > couldn't
    >>> > >     > > > > find
    >>> > >     > > > > > > in
    >>> > >     > > > > > > > >> maven
    >>> > >     > > > > > > > >> > > the
    >>> > >     > > > > > > > >> > > > > > same
    >>> > >     > > > > > > > >> > > > > > > > > exact
    >>> > >     > > > > > > > >> > > > > > > > > > >> version that ANT one, I
    >>> put the
    >>> > > closest
    >>> > >     > > in
    >>> > >     > > > > date
    >>> > >     > > > > > > > >> > available
    >>> > >     > > > > > > > >> > > > from
    >>> > >     > > > > > > > >> > > > > > > maven
    >>> > >     > > > > > > > >> > > > > > > > > > >> I proposed as well if we
    >>> can
    >>> > > upgrade
    >>> > >     > > > > ANT/MAVEN
    >>> > >     > > > > > to
    >>> > >     > > > > > > > the
    >>> > >     > > > > > > > >> > same
    >>> > >     > > > > > > > >> > > > one
    >>> > >     > > > > > > > >> > > > > > > that
    >>> > >     > > > > > > > >> > > > > > > > > > works.
    >>> > >     > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I
    >>> > fail
    >>> > > in the
    >>> > >     > > > > search
    >>> > >     > > > > > > and
    >>> > >     > > > > > > > >> the
    >>> > >     > > > > > > > >> > > > version
    >>> > >     > > > > > > > >> > > > > > > could
    >>> > >     > > > > > > > >> > > > > > > > > > >> exists, in that case hope
    >>> other
    >>> > > can
    >>> > >     > > > indicate
    >>> > >     > > > > > the
    >>> > >     > > > > > > > >> maven
    >>> > >     > > > > > > > >> > > > > > descriptor
    >>> > >     > > > > > > > >> > > > > > > to
    >>> > >     > > > > > > > >> > > > > > > > > > >> update
    >>> > >     > > > > > > > >> > > > > > > > > > >> it.
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> thanks
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las
    >>> > > 12:11,
    >>> > >     > Piotr
    >>> > >     > > > > > Zarzycki
    >>> > >     > > > > > > > (<
    >>> > >     > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com
    >>> >)
    >>> > > escribió:
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > Why you didn't use
    >>> exactly
    >>> > the
    >>> > > same
    >>> > >     > > > > version ?
    >>> > >     > > > > > > > Maybe
    >>> > >     > > > > > > > >> > this
    >>> > >     > > > > > > > >> > > > is
    >>> > >     > > > > > > > >> > > > > > the
    >>> > >     > > > > > > > >> > > > > > > > > reason
    >>> > >     > > > > > > > >> > > > > > > > > > >> why
    >>> > >     > > > > > > > >> > > > > > > > > > >> > my application is
    >>> failing.
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > <groupId>com.google.javascript</groupId>
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > <artifactId>closure-compiler</artifactId>
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> <version>v20181210</version>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > <groupId>org.clojure</groupId>
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > > > > <artifactId>google-closure-library</artifactId>
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > <version>0.0-20190213-2033d5d9</version>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52
    >>> > Carlos
    >>> > >     > Rovira
    >>> > >     > > <
    >>> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest
    >>> > one.
    >>> > > Used
    >>> > >     > the
    >>> > >     > > > > > closest
    >>> > >     > > > > > > > >> one in
    >>> > >     > > > > > > > >> > > > dates
    >>> > >     > > > > > > > >> > > > > > to
    >>> > >     > > > > > > > >> > > > > > > > the
    >>> > >     > > > > > > > >> > > > > > > > > > one
    >>> > >     > > > > > > > >> > > > > > > > > > >> in
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that
    >>> valid?
    >>> > > And how
    >>> > >     > > can
    >>> > >     > > > I
    >>> > >     > > > > > > ensure
    >>> > >     > > > > > > > >> > > > > > compatibility?
    >>> > >     > > > > > > > >> > > > > > > > > Where
    >>> > >     > > > > > > > >> > > > > > > > > > >> to
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > check that?
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > But what I really want
    >>> to
    >>> > do
    >>> > > is
    >>> > >     > > update
    >>> > >     > > > > > > > ANT/MAVEN
    >>> > >     > > > > > > > >> to
    >>> > >     > > > > > > > >> > > the
    >>> > >     > > > > > > > >> > > > > same
    >>> > >     > > > > > > > >> > > > > > > one
    >>> > >     > > > > > > > >> > > > > > > > > > that
    >>> > >     > > > > > > > >> > > > > > > > > > >> is
    >>> > >     > > > > > > > >> > > > > > > > > > >> > ok
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > for all of us. We need
    >>> to
    >>> > > ensure
    >>> > >     > one
    >>> > >     > > > that
    >>> > >     > > > > > is
    >>> > >     > > > > > > > >> > available
    >>> > >     > > > > > > > >> > > > for
    >>> > >     > > > > > > > >> > > > > > > both.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020
    >>> a las
    >>> > > 2:41,
    >>> > >     > > Alex
    >>> > >     > > > > > Harui
    >>> > >     > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >)
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > You may not want the
    >>> > latest
    >>> > >     > closure
    >>> > >     > > > > > > library.
    >>> > >     > > > > > > > >> You
    >>> > >     > > > > > > > >> > > > > probably
    >>> > >     > > > > > > > >> > > > > > > > want
    >>> > >     > > > > > > > >> > > > > > > > > > one
    >>> > >     > > > > > > > >> > > > > > > > > > >> > that
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > is compatible with
    >>> the
    >>> > > closure
    >>> > >     > > > > compiler.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM,
    >>> > > "Carlos
    >>> > >     > > > Rovira" <
    >>> > >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
    >>> > >     > > > > > > > >> > > > > > > > > > >> wrote:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Josh discover
    >>> that
    >>> > > there was
    >>> > >     > an
    >>> > >     > > > > > issue.
    >>> > >     > > > > > > If
    >>> > >     > > > > > > > >> we
    >>> > >     > > > > > > > >> > > have
    >>> > >     > > > > > > > >> > > > > > > > GOOG_HOME
    >>> > >     > > > > > > > >> > > > > > > > > > env
    >>> > >     > > > > > > > >> > > > > > > > > > >> var
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > the
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     maven
    >>> distribution
    >>> > > worked
    >>> > >     > > right,
    >>> > >     > > > > but
    >>> > >     > > > > > if
    >>> > >     > > > > > > > you
    >>> > >     > > > > > > > >> > > don't
    >>> > >     > > > > > > > >> > > > > > have,
    >>> > >     > > > > > > > >> > > > > > > > > > >> compilation
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     I have it in my
    >>> > system
    >>> > > while
    >>> > >     > > > > > developing
    >>> > >     > > > > > > > >> this.
    >>> > >     > > > > > > > >> > > So I
    >>> > >     > > > > > > > >> > > > > > just
    >>> > >     > > > > > > > >> > > > > > > > > fixed
    >>> > >     > > > > > > > >> > > > > > > > > > it
    >>> > >     > > > > > > > >> > > > > > > > > > >> > some
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     One thing:
    >>> There's no
    >>> > > maven
    >>> > >     > > > > artifact
    >>> > >     > > > > > > for
    >>> > >     > > > > > > > >> the
    >>> > >     > > > > > > > >> > > > > > > > closure-library
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT),
    >>> > next
    >>> > > one is
    >>> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
    >>> > >     > > > > > > > >> > > > > > so
    >>> > >     > > > > > > > >> > > > > > > we
    >>> > >     > > > > > > > >> > > > > > > > > > need
    >>> > >     > > > > > > > >> > > > > > > > > > >> to
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > use
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > that
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     for maven (or
    >>> maybe I
    >>> > > was too
    >>> > >     > > bad
    >>> > >     > > > > > > trying
    >>> > >     > > > > > > > to
    >>> > >     > > > > > > > >> > find
    >>> > >     > > > > > > > >> > > > the
    >>> > >     > > > > > > > >> > > > > > > > > > >> corresponding
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if
    >>> > someone
    >>> > >     > knows,
    >>> > >     > > > > please
    >>> > >     > > > > > > let
    >>> > >     > > > > > > > >> me
    >>> > >     > > > > > > > >> > > > know!).
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     So, can we
    >>> upgrade
    >>> > ANT
    >>> > > to
    >>> > >     > > > v20190213
    >>> > >     > > > > > > too?
    >>> > >     > > > > > > > >> From
    >>> > >     > > > > > > > >> > > now
    >>> > >     > > > > > > > >> > > > > on,
    >>> > >     > > > > > > > >> > > > > > we
    >>> > >     > > > > > > > >> > > > > > > > > > should
    >>> > >     > > > > > > > >> > > > > > > > > > >> > check
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     versions exists
    >>> for
    >>> > > ANT and
    >>> > >     > > MAVEN
    >>> > >     > > > > > > > >> artifacts.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
    >>> > >     > > > > > > > piotrzarzycki21@gmail.com
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >> > > let
    >>> > >     > > > > > > > >> > > > me
    >>> > >     > > > > > > > >> > > > > > > know
    >>> > >     > > > > > > > >> > > > > > > > if
    >>> > >     > > > > > > > >> > > > > > > > > > you
    >>> > >     > > > > > > > >> > > > > > > > > > >> > can
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     work with latest
    >>> > > changes just
    >>> > >     > > > done.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene.
    >>> 2020
    >>> > > a las
    >>> > >     > > > 17:53,
    >>> > >     > > > > > > Carlos
    >>> > >     > > > > > > > >> > Rovira
    >>> > >     > > > > > > > >> > > > (<
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> carlosrovira@apache.org
    >>> > >)
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're
    >>> using
    >>> > an
    >>> > > old
    >>> > >     > > > command,
    >>> > >     > > > > > > maven
    >>> > >     > > > > > > > >> was
    >>> > >     > > > > > > > >> > > > > > extremely
    >>> > >     > > > > > > > >> > > > > > > > > > >> simplified
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz
    >>> > > contribution 1
    >>> > >     > or
    >>> > >     > > 2
    >>> > >     > > > > > months
    >>> > >     > > > > > > > >> ago.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> 'generate.swf.swcs'
    >>> > > does
    >>> > >     > not
    >>> > >     > > > > > exists.
    >>> > >     > > > > > > > >> Check
    >>> > >     > > > > > > > >> > the
    >>> > >     > > > > > > > >> > > > > > > > > instructions
    >>> > >     > > > > > > > >> > > > > > > > > > I
    >>> > >     > > > > > > > >> > > > > > > > > > >> put
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > or
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > the updated
    >>> docs
    >>> > > here [1].
    >>> > >     > I
    >>> > >     > > > > > updated
    >>> > >     > > > > > > > that
    >>> > >     > > > > > > > >> > page
    >>> > >     > > > > > > > >> > > > to
    >>> > >     > > > > > > > >> > > > > > have
    >>> > >     > > > > > > > >> > > > > > > > all
    >>> > >     > > > > > > > >> > > > > > > > > > the
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing
    >>> with
    >>> > > Chris, to
    >>> > >     > > work
    >>> > >     > > > > > soon
    >>> > >     > > > > > > in
    >>> > >     > > > > > > > >> more
    >>> > >     > > > > > > > >> > > > > > > > improvements:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
    >>> > > distribution
    >>> > >     > > for
    >>> > >     > > > > > > js-only
    >>> > >     > > > > > > > >> > (just
    >>> > >     > > > > > > > >> > > > > > removing
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > that now is
    >>> > required)
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have
    >>> > just
    >>> > > one
    >>> > >     > repo
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify
    >>> > release
    >>> > >     > process
    >>> > >     > > > > based
    >>> > >     > > > > > > on 2
    >>> > >     > > > > > > > >> (and
    >>> > >     > > > > > > > >> > > yes
    >>> > >     > > > > > > > >> > > > > > > having
    >>> > >     > > > > > > > >> > > > > > > > > ANT
    >>> > >     > > > > > > > >> > > > > > > > > > >> into
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > account)
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I will want to
    >>> > > release
    >>> > >     > every
    >>> > >     > > 1
    >>> > >     > > > > to 2
    >>> > >     > > > > > > > >> month.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > > >
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > > > > >
    >>> > >     > > > > > > > >> > > > > >
    >>> > >     > > > > > > > >> > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > >
    >>> > >     > > > > > > > >> >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > > > >
    >>> > >     > > > > > >
    >>> > >     > > > > >
    >>> > >     > > > >
    >>> > >     > > >
    >>> > >     > >
    >>> > >     >
    >>> > >
    >>> >
    >>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21
    >>> ene.
    >>> > > 2020 a las
    >>> > >     > > > > 17:40,
    >>> > >     > > > > > > > Piotr
    >>> > >     > > > > > > > >> > > > Zarzycki
    >>> > >     > > > > > > > >> > > > > (<
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > > piotrzarzycki21@gmail.com
    >>> > >     > >)
    >>> > >     > > > > > > escribió:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks
    >>> like
    >>> > it
    >>> > > my
    >>> > >     > > fault.
    >>> > >     > > > I
    >>> > >     > > > > > > didn't
    >>> > >     > > > > > > > >> > catch
    >>> > >     > > > > > > > >> > > up
    >>> > >     > > > > > > > >> > > > > > full
    >>> > >     > > > > > > > >> > > > > > > > > > >> > instruction.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty
    >>> 2020 o
    >>> > > 17:29
    >>> > >     > > Piotr
    >>> > >     > > > > > > > Zarzycki
    >>> > >     > > > > > > > >> <
    >>> > >     > > > > > > > >> > > > > > > > > > >> > >
    >>> piotrzarzycki21@gmail.com>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm
    >>> running
    >>> > > this
    >>> > >     > [1]
    >>> > >     > > on
    >>> > >     > > > > my
    >>> > >     > > > > > > Mac
    >>> > >     > > > > > > > >> > > > > distribution
    >>> > >     > > > > > > > >> > > > > > is
    >>> > >     > > > > > > > >> > > > > > > > not
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is
    >>> > > being build
    >>> > >     > > > > > > > successfully,
    >>> > >     > > > > > > > >> > but
    >>> > >     > > > > > > > >> > > > > > without
    >>> > >     > > > > > > > >> > > > > > > > > > >> > distribution.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have any
    >>> errors.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn
    >>> clean
    >>> > > install
    >>> > >     > > > > > -DskipTests
    >>> > >     > > > > > > > >> > > > > -Drat.skip=true
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
    >>> > > -Dgenerate.swf.swcs=true
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >     > > > > > > > >> > > > > > > >
    >>> > >     > > > > > > > >> > > >
    >>> > >     > > > > > > > >>
    >>> > >     > > > > >
    >>> > >     >
    >>> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty
    >>> 2020
    >>> > > o 12:44
    >>> > >     > > > > Carlos
    >>> > >     > > > > > > > >> Rovira <
    >>> > >     > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this
    >>> does
    >>> > not
    >>> > >     > affect
    >>> > >     > > > FB,
    >>> > >     > > > > so
    >>> > >     > > > > > > > don't
    >>> > >     > > > > > > > >> > > worry
    >>> > >     > > > > > > > >> > > > > > about
    >>> > >     > > > > > > > >> > > > > > > > it.
    >>> > >     > > > > > > > >> > > > > > > > > > But
    >>> > >     > > > > > > > >> > > > > > > > > > >> we
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > hope you
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate
    >>> to
    >>> > > some
    >>> > >     > newer
    >>> > >     > > > IDE
    >>> > >     > > > > in
    >>> > >     > > > > > > the
    >>> > >     > > > > > > > >> > > future!
    >>> > >     > > > > > > > >> > > > ;)
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21
    >>> > ene.
    >>> > > 2020 a
    >>> > >     > > las
    >>> > >     > > > > > > 12:26,
    >>> > >     > > > > > > > >> > Antonis
    >>> > >     > > > > > > > >> > > > > > > Kalodimos
    >>> > >     > > > > > > > >> > > > > > > > > (<
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    >>> > >     > > > antonis.kalodimos@gmail.com
    >>> > >     > > > > >)
    >>> > >     > > > > > > > >> escribió:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This
    >>> sounds
    >>> > > good news
    >>> > >     > > for
    >>> > >     > > > > > > someone
    >>> > >     > > > > > > > >> to
    >>> > >     > > > > > > > >> > be
    >>> > >     > > > > > > > >> > > > > > involved
    >>> > >     > > > > > > > >> > > > > > > > > with
    >>> > >     > > > > > > > >> > > > > > > > > > >> > royale.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i
    >>> > > someone of
    >>> > >     > you
    >>> > >     > > > who
    >>> > >     > > > > > > know
    >>> > >     > > > > > > > >> the
    >>> > >     > > > > > > > >> > > > > > > requirements
    >>> > >     > > > > > > > >> > > > > > > > > > don't
    >>> > >     > > > > > > > >> > > > > > > > > > >> > break
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > the
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability
    >>> to be
    >>> > > used
    >>> > >     > and
    >>> > >     > > in
    >>> > >     > > > > the
    >>> > >     > > > > > > > >> > > > flashbuilder.
    >>> > >     > > > > > > > >> > > > > > Even
    >>> > >     > > > > > > > >> > > > > > > > it
    >>> > >     > > > > > > > >> > > > > > > > > is
    >>> > >     > > > > > > > >> > > > > > > > > > >> old
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > is a
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think
    >>> for the
    >>> > > old
    >>> > >     > users
    >>> > >     > > > > that
    >>> > >     > > > > > > are
    >>> > >     > > > > > > > >> > > searching
    >>> > >     > > > > > > > >> > > > > > where
    >>> > >     > > > > > > > >> > > > > > > > to
    >>> > >     > > > > > > > >> > > > > > > > > > jump
    >>> > >     > > > > > > > >> > > > > > > > > > >> > for
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank
    >>> you,
    >>> > > continue
    >>> > >     > the
    >>> > >     > > > > great
    >>> > >     > > > > > > job
    >>> > >     > > > > > > > >> that
    >>> > >     > > > > > > > >> > > you
    >>> > >     > > > > > > > >> > > > > are
    >>> > >     > > > > > > > >> > > > > > > > > doing.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις
    >>> Τρί, 21
    >>> > > Ιαν 2020
    >>> > >     > > > στις
    >>> > >     > > > > > 1:15
    >>> > >     > > > > > > > >> μ.μ.,
    >>> > >     > > > > > > > >> > > ο/η
    >>> > >     > > > > > > > >> > > > > > Piotr
    >>> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    >>> > >     > > > piotrzarzycki21@gmail.com>
    >>> > >     > > > > > > > έγραψε:
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi
    >>> Carlos,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    >>> Congrats!
    >>> > > Could you
    >>> > >     > > > > provide
    >>> > >     > > > > > > on
    >>> > >     > > > > > > > >> > mailing
    >>> > >     > > > > > > > >> > > > > list
    >>> > >     > > > > > > > >> > > > > > > > > command
    >>> > >     > > > > > > > >> > > > > > > > > > to
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > build
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> framework
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    >>> > > distribution, so
    >>> > >     > > users
    >>> > >     > > > > > could
    >>> > >     > > > > > > > know
    >>> > >     > > > > > > > >> > how
    >>> > >     > > > > > > > >> > > to
    >>> > >     > > > > > > > >> > > > > do
    >>> > >     > > > > > > > >> > > > > > > > that.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt.,
    >>> 21 sty
    >>> > > 2020 o
    >>> > >     > > > 12:12
    >>> > >     > > > > > > Carlos
    >>> > >     > > > > > > > >> > > Rovira <
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >
    >>> carlosrovira@apache.org>
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    >>> napisał(a):
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just
    >>> > fixed
    >>> > > the
    >>> > >     > > maven
    >>> > >     > > > > > > > >> distribution,
    >>> > >     > > > > > > > >> > > and
    >>> > >     > > > > > > > >> > > > > now
    >>> > >     > > > > > > > >> > > > > > > it
    >>> > >     > > > > > > > >> > > > > > > > > > >> creates a
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be
    >>> used
    >>> > > with
    >>> > >     > IDEs.
    >>> > >     > > I
    >>> > >     > > > > > think
    >>> > >     > > > > > > > this
    >>> > >     > > > > > > > >> > is a
    >>> > >     > > > > > > > >> > > > > long
    >>> > >     > > > > > > > >> > > > > > > > > awaited
    >>> > >     > > > > > > > >> > > > > > > > > > >> fix.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So
    >>> with
    >>> > > the new
    >>> > >     > > maven
    >>> > >     > > > > > > > >> distribution
    >>> > >     > > > > > > > >> > > the
    >>> > >     > > > > > > > >> > > > > > > > generated
    >>> > >     > > > > > > > >> > > > > > > > > > SDK
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > allows you
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code
    >>> > > intelligence
    >>> > >     > > and
    >>> > >     > > > > > IDEs
    >>> > >     > > > > > > > can
    >>> > >     > > > > > > > >> > find
    >>> > >     > > > > > > > >> > > > > > > compilers
    >>> > >     > > > > > > > >> > > > > > > > > and
    >>> > >     > > > > > > > >> > > > > > > > > > >> use
    >>> > >     > > > > > > > >> > > > > > > > > > >> > it
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > to get a
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    >>> > > compilation. I
    >>> > >     > > tried
    >>> > >     > > > > only
    >>> > >     > > > > > > > >> VSCode
    >>> > >     > > > > > > > >> > > with
    >>> > >     > > > > > > > >> > > > > Josh
    >>> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > extension,
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using
    >>> > > Moonshine
    >>> > >     > can
    >>> > >     > > > > > provide
    >>> > >     > > > > > > > >> > > feedback.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    >>> > > Additionally you
    >>> > >     > > get
    >>> > >     > > > > the
    >>> > >     > > > > > > > normal
    >>> > >     > > > > > > > >> > > maven
    >>> > >     > > > > > > > >> > > > > way
    >>> > >     > > > > > > > >> > > > > > of
    >>> > >     > > > > > > > >> > > > > > > > > build
    >>> > >     > > > > > > > >> > > > > > > > > > >> with
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will
    >>> be
    >>> > > more near
    >>> > >     > > to
    >>> > >     > > > > your
    >>> > >     > > > > > > > >> deploy
    >>> > >     > > > > > > > >> > > > needs.
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So
    >>> people
    >>> > > using
    >>> > >     > > Maven
    >>> > >     > > > > > does
    >>> > >     > > > > > > > not
    >>> > >     > > > > > > > >> > need
    >>> > >     > > > > > > > >> > > to
    >>> > >     > > > > > > > >> > > > > use
    >>> > >     > > > > > > > >> > > > > > > ANT
    >>> > >     > > > > > > > >> > > > > > > > > > >> anymore
    >>> > >     > > > > > > > >> > > > > > > > > > >> > to
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
    >>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
    >>> > >     > > > > > > > >> > > > > > > > > > >>
    >>> > >
    >>> > >
    >>> > >
    >>> >
    >>> > --
    >>> > Carlos Rovira
    >>> > http://about.me/carlosrovira
    >>> >
    >>>
    >>
    >>
    >> --
    >> Carlos Rovira
    >> http://about.me/carlosrovira
    >>
    >>
    >
    > --
    > Carlos Rovira
    > http://about.me/carlosrovira
    >
    >
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://www.patreon.com/piotrzarzycki
    <https://www.patreon.com/piotrzarzycki>*
    


Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

I've just build royale-asjs with following command:

mvn clean install -P with-distribution,option-with-sass-compile
-DdistributionTargetFolder=path

Created new Royale Jewel project with latest nightly non sandbox build of
Moonshine and I got following result during build [1]

[1] https://paste.apache.org/u5j0a

Thanks,
Piotr

sob., 21 mar 2020 o 20:12 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi Piotr,
>
> Chris, just made maven distribution mxmlc and compc executables.
>
>    - I test and VSCode works fine
>    - command line worked too [1]
>    - Moonshine:  I couldn't launch a compilation with SDK. Just upgrade
>    to latest version as Moonshine requested me. I have the SDK configured to
>    the distribution created with Maven. Then with TDJ project loaded when to
>    Project > Build Project, but nothings happen
>
> So just need to see how to check Moonshine so we can check Maven
> distribution is completed at last. I want to have that for this release
> 0.9.7
>
> Thanks
>
> Carlos
>
> [1] output in command line for Tour de Jewel:
>
> macbookpro:TourDeJewel carlosrovira$
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> -load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
> -compiler.targets=JSRoyale
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>
> >
>
> macbookpro:TourDeJewel carlosrovira$
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
> -load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
> -compiler.targets=JSRoyale
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>
> Using Royale Compiler codebase:
> /Users/carlosrovira/Dev/Royale/Source/royale-compiler
>
> Using Royale SDK: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>
> MXMLJSC
>
>
> +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks
>
>
> -sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources
>
> -load-config+=obj/TourDeJewelConfig.xml
>
> -debug=true
>
> -source-map=true
>
> -compiler.targets=JSRoyale
>
>
> -js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary
>
> The project 'App' has been successfully compiled.
>
> 7.080432099 seconds
>
> El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<ca...@apache.org>)
> escribió:
>
>> Ok Josh,
>> understood, will take into account as I check what's going on with latest
>> fails
>> thanks
>>
>> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
>> joshtynjala@bowlerhat.dev>) escribió:
>>
>>> VSCode happens to run the JAR files directly with Java, and doesn't run
>>> anything in js/bin. If the contents of js/bin do not have the correct
>>> exectuable permissions, it wouldn't affect VSCode. However, fixing those
>>> permissions would still be a problem that should be addressed to have a
>>> proper distribution. Moonshine is not doing anything out of the ordinary
>>> by
>>> running js/bin/mxmlc (and that's what someone compiling from the command
>>> line without Maven or Ant would use too). If anything, it's VSCode that
>>> is
>>> not doing things in the ordinary way.
>>>
>>> --
>>> Josh Tynjala
>>> Bowler Hat LLC <https://bowlerhat.dev>
>>>
>>>
>>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <ca...@apache.org>
>>> wrote:
>>>
>>> > Hi,
>>> >
>>> > @Piotr Zarzycki <pi...@gmail.com> I was over the big button
>>> to
>>> > nightly builds, since you told me to download that. So from the big
>>> button
>>> > I choosed "other downloads" and choosed non sandbox one. Both url goes
>>> to
>>> > the same link: Moonshine_Signed_NonSandbox.pkg
>>> > <
>>> >
>>> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
>>> > >
>>> > 07-Feb-2020 21:11 156571205
>>> >
>>> > About the permissions: My guess is that is something related to
>>> Moonshine,
>>> > not to user or maven, since VSCode is dealing with the same SDK without
>>> > complain. I can give permissions to try this, but I suggest the
>>> moonshine
>>> > team could look to how VSCode work with user files and mimic that to
>>> > avoid this kind of problem.
>>> >
>>> > Thanks
>>> >
>>> >
>>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui (<aharui@adobe.com.invalid
>>> >)
>>> > escribió:
>>> >
>>> > > IMO, the Maven commands that build the Distribution SDK should
>>> change the
>>> > > permissions.
>>> > >
>>> > > My 2 cents,
>>> > > -Alex
>>> > >
>>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com>
>>> > wrote:
>>> > >
>>> > >     Permission to "mxmlc" file in SDK. - You have to add permission
>>> for
>>> > > usage
>>> > >     manually to that file.
>>> > >
>>> > >     I will explain you more on Monday if you won't figure it out your
>>> > self,
>>> > >     what is all about.
>>> > >
>>> > >     You can literally paste in Google last sentence from stack trace
>>> > error
>>> > > and
>>> > >     add: How to add permission to file on Mac.
>>> > >
>>> > >
>>> > >
>>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
>>> carlosrovira@apache.org>
>>> > > wrote:
>>> > >
>>> > >     > Hi Piotr,
>>> > >     >
>>> > >     > but what kind of permission? to the moonshine executable?
>>> > >     >
>>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
>>> > >     > piotrzarzycki21@gmail.com>)
>>> > >     > escribió:
>>> > >     >
>>> > >     > > If you are using your own SDK (not downloaded trough
>>> Moonshine
>>> > > getting
>>> > >     > > started) you have to add permission to mxmlc file. There is a
>>> > > command on
>>> > >     > > Mac chmod - try to search using that command on a Google.
>>> > >     > >
>>> > >     > > Thanks,
>>> > >     > > Piotr
>>> > >     > >
>>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
>>> > > carlosrovira@apache.org>
>>> > >     > > wrote:
>>> > >     > >
>>> > >     > > > Hi,
>>> > >     > > >
>>> > >     > > > I installed latest Moonshine nightly. After configuring
>>> initial
>>> > > things
>>> > >     > > > loaded TDJ project. I'm getting Permission denied:
>>> > >     > > >
>>> > >     > > > : Moonshine IDE™ 2.5.0
>>> > >     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
>>> > >     > > > : Source code is under Apache License, Version 2.0
>>> > >     > > > :
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks
>>> > (Apache
>>> > >     > License
>>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
>>> > >     > > > : Running on Adobe AIR 28.0.0.125
>>> > >     > > > : Compiling TourDeJewel
>>> > >     > > > : SDK path:
>>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>>> > >     > > > : Sending to mxmlx: export
>>> > >     > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>>> > >     > > >
>>> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>>> > >     > &&
>>> > >     > > > export
>>> > >     > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" &&
>>> export
>>> > >     > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>>> > >     > > >
>>> > >
>>> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
>>> > >     > > >
>>> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>>> > >     > > >
>>> > > -html-template=src/main/resources/jewel-example-index-template.html
>>> > >     > > > -js-dynamic-access-unknown-members=true
>>> > > -compiler.targets=JSRoyale
>>> > >     > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>>> > >     > > > : /bin/bash:
>>> > >     > > >
>>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>>> > >     > > > Permission denied
>>> > >     > > >
>>> > >     > > > How can I fix it?
>>> > >     > > >
>>> > >     > > > Thanks
>>> > >     > > >
>>> > >     > > >
>>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
>>> > >     > > joshtynjala@bowlerhat.dev
>>> > >     > > > >)
>>> > >     > > > escribió:
>>> > >     > > >
>>> > >     > > > > Yeah, I don't see why Moonshine is reporting those
>>> errors,
>>> > but
>>> > > VSCode
>>> > >     > > > does
>>> > >     > > > > not. If royale-config.xml is referencing SWCs that don't
>>> > > exist, that
>>> > >     > > > should
>>> > >     > > > > affect both IDEs.
>>> > >     > > > >
>>> > >     > > > > Regardless, like you explained, the same issue should
>>> > > reproduce when
>>> > >     > > > > compiling from a terminal without Moonshine.
>>> > >     > > > >
>>> > >     > > > > --
>>> > >     > > > > Josh Tynjala
>>> > >     > > > > Bowler Hat LLC <
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>>> > > >
>>> > >     > > > >
>>> > >     > > > >
>>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
>>> > >     > > piotrzarzycki21@gmail.com
>>> > >     > > > >
>>> > >     > > > > wrote:
>>> > >     > > > >
>>> > >     > > > > > Hi Carlos,
>>> > >     > > > > >
>>> > >     > > > > > Yeah it would be pretty great if you could setup
>>> Moonshine,
>>> > > but you
>>> > >     > > > don't
>>> > >     > > > > > have to do that actually to reproduce the issue.
>>> Command
>>> > > which I
>>> > >     > have
>>> > >     > > > > > pasted in this thread can be copy and used in Terminal
>>> with
>>> > > small
>>> > >     > > path
>>> > >     > > > > > adjustment. Try it on any project you have using
>>> > > distribution build
>>> > >     > > and
>>> > >     > > > > for
>>> > >     > > > > > sure you will get the error.
>>> > >     > > > > >
>>> > >     > > > > > In case of Moonshine we have freez code for commits and
>>> > > prepare for
>>> > >     > > > > > release, we have some internal problems with bamboo
>>> build -
>>> > > if it
>>> > >     > > will
>>> > >     > > > > get
>>> > >     > > > > > resolved we should have release early next week. You
>>> can
>>> > > always try
>>> > >     > > > > Nightly
>>> > >     > > > > > build.
>>> > >     > > > > >
>>> > >     > > > > > I'm really surprised that VSCode do not throwing the
>>> same
>>> > > error -
>>> > >     > > What
>>> > >     > > > > > could be the case Josh? The only difference is that we
>>> are
>>> > > using
>>> > >     > > mxmlc
>>> > >     > > > > file
>>> > >     > > > > > and VSCode is probably using jar file, but
>>> playerglobal.swc
>>> > > doesn't
>>> > >     > > > > exists
>>> > >     > > > > > so both should report same issue.
>>> > >     > > > > >
>>> > >     > > > > > Thanks,
>>> > >     > > > > > Piotr
>>> > >     > > > > >
>>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
>>> > > carlosrovira@apache.org>
>>> > >     > > > > > napisał(a):
>>> > >     > > > > >
>>> > >     > > > > > > Hi Piotr,
>>> > >     > > > > > >
>>> > >     > > > > > > so I think you're a bit closer (not farther ;)),
>>> since
>>> > > compiler
>>> > >     > was
>>> > >     > > > > > found.
>>> > >     > > > > > > Now is a matter to find what's missing.
>>> > >     > > > > > > What's curious for me is VSCode recognizes but
>>> Moonshine
>>> > > not. I
>>> > >     > > think
>>> > >     > > > > the
>>> > >     > > > > > > problem is each IDE is looking at different things to
>>> > > match a
>>> > >     > valid
>>> > >     > > > > SDK,
>>> > >     > > > > > > and maybe even we could be setting duplicate
>>> artifacts in
>>> > > the SDK
>>> > >     > > so
>>> > >     > > > > > VSCode
>>> > >     > > > > > > finds all but Moonshine not.
>>> > >     > > > > > > I'll be setup Moonshine as I have time to try it.
>>> > >     > > > > > > I think you plan to launch a new one soon right?
>>> should I
>>> > > wait
>>> > >     > for
>>> > >     > > > it?
>>> > >     > > > > > >
>>> > >     > > > > > > Thanks
>>> > >     > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
>>> > >     > > > > > > piotrzarzycki21@gmail.com>)
>>> > >     > > > > > > escribió:
>>> > >     > > > > > >
>>> > >     > > > > > > > Hi Carlos,
>>> > >     > > > > > > >
>>> > >     > > > > > > > I just tried your changes and I'm a bit farther.
>>> Now
>>> > I'm
>>> > >     > getting
>>> > >     > > > > > > following
>>> > >     > > > > > > > errors. It's throwing that errors cause in JS only
>>> > > binaries
>>> > >     > > > prepared
>>> > >     > > > > by
>>> > >     > > > > > > ant
>>> > >     > > > > > > > we have in following location
>>> > >     > > > > > > >
>>> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
>>> > > fake
>>> > >     > > > > > > > playerglobal.swc, so distribution should probably
>>> have
>>> > > the
>>> > >     > same.
>>> > >     > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>>> > >     > > > > > > > >
>>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>>> > >     > > > -debug=true
>>> > >     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
>>> > >     > > > > > > > >
>>> > >     > > > >
>>> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>>> > >     > > > > > > > > : Using Royale Compiler codebase:
>>> > >     > > > > > > > >
>>> > >     > > >
>>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>> > >     > > > > > > > > : Using Royale SDK:
>>> > >     > > > > > > > >
>>> > >     > > >
>>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>> > >     > > > > > > > > : MXMLJSC
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>>> > >     > > > > > > > > :
>>> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>>> > >     > > > > > > > > : -debug=true
>>> > >     > > > > > > > > : -source-map=true
>>> > >     > > > > > > > > : -compiler.targets=JSRoyale
>>> > >     > > > > > > > > :
>>> > >     > > > >
>>> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>>> > >     > > > > > > > > col: 0 Error: unable to open
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>> > >     > > > > > > > > (line: 74)
>>> > >     > > > > > > > > :       </external-library-path>
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>>> > >     > > > > > > > > col: 0 Error: unable to open
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>> > >     > > > > > > > > (line: 81)
>>> > >     > > > > > > > > :       </js-external-library-path>
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>>> > >     > > > > > > > > col: 0 Error: unable to open
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>> > >     > > > > > > > > (line: 81)
>>> > >     > > > > > > > > :       </js-external-library-path>
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>>> > >     > > > > > > > > col: 0 Error: unable to open
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>>> > >     > > > > > > > > :
>>> > >     > > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>>> > >     > > > > > > > > (line: 99)
>>> > >     > > > > > > > > :       </library-path>
>>> > >     > > > > > > > > : 1.034449561 seconds
>>> > >     > > > > > > >
>>> > >     > > > > > > >
>>> > >     > > > > > > > Thanks,
>>> > >     > > > > > > > Piotr
>>> > >     > > > > > > >
>>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
>>> > >     > carlosrovira@apache.org>
>>> > >     > > > > > > > napisał(a):
>>> > >     > > > > > > >
>>> > >     > > > > > > > > Thanks Josh for pointing that out I think I got
>>> it.
>>> > >     > > > > > > > >
>>> > >     > > > > > > > > @Piotr Zarzycki <pi...@gmail.com>
>>> please
>>> > > try with
>>> > >     > my
>>> > >     > > > > > latest
>>> > >     > > > > > > > > commit. I couldn't test myself, but I think it
>>> should
>>> > > work
>>> > >     > now
>>> > >     > > > for
>>> > >     > > > > > > > > Moonshine.
>>> > >     > > > > > > > > VSCode still work with this changes.
>>> > >     > > > > > > > >
>>> > >     > > > > > > > > Thanks
>>> > >     > > > > > > > >
>>> > >     > > > > > > > > Carlos
>>> > >     > > > > > > > >
>>> > >     > > > > > > > >
>>> > >     > > > > > > > >
>>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
>>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
>>> > >     > > > > > > > > escribió:
>>> > >     > > > > > > > >
>>> > >     > > > > > > > >> If I had to guess, this classpath is wrong:
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
>>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>>> > >     > > > > > > > >> Class-Path>
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >> I think that the names of those JAR files all
>>> > include
>>> > > a
>>> > >     > > version
>>> > >     > > > > > number
>>> > >     > > > > > > > in
>>> > >     > > > > > > > >> the Maven distribution.
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >> --
>>> > >     > > > > > > > >> Josh Tynjala
>>> > >     > > > > > > > >> Bowler Hat LLC <
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>>> > > >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
>>> > >     > > > > > > carlosrovira@apache.org>
>>> > >     > > > > > > > >> wrote:
>>> > >     > > > > > > > >>
>>> > >     > > > > > > > >> > ok didn't notice.
>>> > >     > > > > > > > >> > So maybe is a classpath problem?
>>> > >     > > > > > > > >> > It's clear that VSCode goes to the same place
>>> and
>>> > > find it
>>> > >     > > > since
>>> > >     > > > > > > mxmlc
>>> > >     > > > > > > > >> is a
>>> > >     > > > > > > > >> > dummy jar that has exactly that class, but
>>> > > Moonshine goes
>>> > >     > > and
>>> > >     > > > > > didn't
>>> > >     > > > > > > > >> find
>>> > >     > > > > > > > >> > it.
>>> > >     > > > > > > > >> > If not any clue what could be happening?
>>> > >     > > > > > > > >> > Thanks
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr
>>> Zarzycki
>>> > (<
>>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
>>> > >     > > > > > > > >> > escribió:
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in
>>> > place.
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
>>> > >     > > > > joshtynjala@bowlerhat.dev
>>> > >     > > > > > >
>>> > >     > > > > > > > >> > > napisał(a):
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> > > > You can see from the output that
>>> Moonshine is
>>> > > calling
>>> > >     > > the
>>> > >     > > > > > > command
>>> > >     > > > > > > > >> line
>>> > >     > > > > > > > >> > > > scripts in js/bin.
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > --
>>> > >     > > > > > > > >> > > > Josh Tynjala
>>> > >     > > > > > > > >> > > > Bowler Hat LLC <
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>>> > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos
>>> Rovira <
>>> > >     > > > > > > > >> carlosrovira@apache.org>
>>> > >     > > > > > > > >> > > > wrote:
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > Hi Piotr,
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > > > That was a problem I had with VSCode
>>> when
>>> > > started to
>>> > >     > > > work
>>> > >     > > > > on
>>> > >     > > > > > > fix
>>> > >     > > > > > > > >> SDK
>>> > >     > > > > > > > >> > > for
>>> > >     > > > > > > > >> > > > > IDE.
>>> > >     > > > > > > > >> > > > > Josh told me that VSCode tries to find
>>> that
>>> > > class in
>>> > >     > > > > > > > >> > /js/lib/mxmlc.jar
>>> > >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > > > Maybe Moonshine is looking in other
>>> path?
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > > > Thanks
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr
>>> > > Zarzycki (<
>>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
>>> > >     > > > > > > > >> > > > > escribió:
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > > > > Hi Carlos,
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > > > I have build on my Mac SDK and tried
>>> in
>>> > > Nightly
>>> > >     > > Build
>>> > >     > > > of
>>> > >     > > > > > > > >> > Moonshine. I
>>> > >     > > > > > > > >> > > > > > cannot build Hello World. I'm getting
>>> > > following
>>> > >     > > error:
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>>> > >     > > > > > > > >> -debug=true
>>> > >     > > > > > > > >> > > > > > -source-map=true
>>> > -compiler.targets=JSRoyale
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > > >
>>> > >     > >
>>> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>>> > >     > > > > > > > >> > > > > > : Using Royale Compiler codebase:
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >>
>>> > >     > > > >
>>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>> > >     > > > > > > > >> > > > > > : Using Royale SDK:
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >>
>>> > >     > > > >
>>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>>> > >     > > > > > > > >> > > > > > : Error: Could not find or load main
>>> class
>>> > >     > > > > > > > >> > > > > >
>>> org.apache.royale.compiler.clients.MXMLJSC
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos
>>> Rovira <
>>> > >     > > > > > > > >> carlosrovira@apache.org>
>>> > >     > > > > > > > >> > > > > > napisał(a):
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > > > > Hi Piotr,
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > > > right, are simplified too and does
>>> not
>>> > > have any
>>> > >     > > > > profile
>>> > >     > > > > > or
>>> > >     > > > > > > > >> > > variable.
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > > > "-U clean install" is standard maven
>>> > > commands,
>>> > >     > > > nothing
>>> > >     > > > > > to
>>> > >     > > > > > > do
>>> > >     > > > > > > > >> with
>>> > >     > > > > > > > >> > > us
>>> > >     > > > > > > > >> > > > in
>>> > >     > > > > > > > >> > > > > > > particular, so you can left that
>>> > >     > > > > > > > >> > > > > > > "-P main,utils" are not needed
>>> anymore,
>>> > > since
>>> > >     > now
>>> > >     > > > > > there's
>>> > >     > > > > > > no
>>> > >     > > > > > > > >> > > > > > > differentiation between a "first
>>> build"
>>> > > against
>>> > >     > > rest
>>> > >     > > > > of
>>> > >     > > > > > > > >> builds.
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32,
>>> Piotr
>>> > >     > Zarzycki
>>> > >     > > (<
>>> > >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>)
>>> escribió:
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > > > > Hi Carlos,
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > Builds for framework is updated.
>>> What
>>> > > about
>>> > >     > > > compiler
>>> > >     > > > > > and
>>> > >     > > > > > > > >> > > typedefs ?
>>> > >     > > > > > > > >> > > > > For
>>> > >     > > > > > > > >> > > > > > > > compiler on the server we have:
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > -U clean install
>>> > >     > > > > > > > >> > > > > > > > -P -main,utils
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > It looks like that those profiles
>>> also
>>> > >     > > deprecated
>>> > >     > > > -
>>> > >     > > > > > can
>>> > >     > > > > > > > you
>>> > >     > > > > > > > >> > > > confirm ?
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > Thanks,
>>> > >     > > > > > > > >> > > > > > > > Piotr
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos
>>> > Rovira <
>>> > >     > > > > > > > >> > carlosrovira@apache.org>
>>> > >     > > > > > > > >> > > > > > > > napisał(a):
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > it surprise me that due all the
>>> > > changes done
>>> > >     > > in
>>> > >     > > > > > maven
>>> > >     > > > > > > > >> > > builds.a.o
>>> > >     > > > > > > > >> > > > > was
>>> > >     > > > > > > > >> > > > > > > not
>>> > >     > > > > > > > >> > > > > > > > > failing. I've even didn't repare
>>> > that
>>> > > will
>>> > >     > > need
>>> > >     > > > to
>>> > >     > > > > > be
>>> > >     > > > > > > > >> > updated.
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > These profiles does not exist
>>> > anymore:
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > >
>>> > >     > > >
>>> > >     >
>>> > >
>>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > Here's the updated doc for maven
>>> > > simplified
>>> > >     > > [1]
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > In sort:
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > 1.- Only env var needed in
>>> Maven now
>>> > > is
>>> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
>>> > >     > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is
>>> now
>>> > > more
>>> > >     > > > reliable
>>> > >     > > > > > > > >> (something
>>> > >     > > > > > > > >> > > that
>>> > >     > > > > > > > >> > > > > > was a
>>> > >     > > > > > > > >> > > > > > > > > real headache)
>>> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
>>> > >     > > > > > > > >> > > > > > > > >    - option-with-swf
>>> > >     > > > > > > > >> > > > > > > > >    - with-examples
>>> > >     > > > > > > > >> > > > > > > > >    - with-distribution
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to
>>> use
>>> > this
>>> > >     > > profiles?
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > [1]
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las
>>> 17:40,
>>> > > Piotr
>>> > >     > > > Zarzycki
>>> > >     > > > > (<
>>> > >     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>)
>>> > escribió:
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > Carlos,
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > What has change more in case
>>> of
>>> > > Maven
>>> > >     > build
>>> > >     > > > for
>>> > >     > > > > > > > >> framework?
>>> > >     > > > > > > > >> > On
>>> > >     > > > > > > > >> > > > > > > > builds.a.o
>>> > >     > > > > > > > >> > > > > > > > > we
>>> > >     > > > > > > > >> > > > > > > > > > have following command which
>>> > running
>>> > >     > > > > royale-asjs.
>>> > >     > > > > > It
>>> > >     > > > > > > > >> looks
>>> > >     > > > > > > > >> > > like
>>> > >     > > > > > > > >> > > > > > > > something
>>> > >     > > > > > > > >> > > > > > > > > > is missing, cause I have
>>> removed
>>> > > locally
>>> > >     > my
>>> > >     > > > > > > > >> > org.apache.royale
>>> > >     > > > > > > > >> > > > > > folder
>>> > >     > > > > > > > >> > > > > > > > from
>>> > >     > > > > > > > >> > > > > > > > > > .m2 and start building
>>> PureMVC to
>>> > > swc.
>>> > >     > [1] -
>>> > >     > > > It
>>> > >     > > > > > > throws
>>> > >     > > > > > > > >> > > > exception
>>> > >     > > > > > > > >> > > > > > now.
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > Could not resolve
>>> dependencies for
>>> > > project
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >>
>>> > >     > > > > >
>>> > >     > >
>>> > >
>>> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>>> > >     > > > > > > > >> > > > > > > > > > Failure to find
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>>> > >     > > > > > > > >> > > > > > > > > in
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> >
>>> > >     > >
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
>>> > >     > > > > > > > >> > > > was
>>> > >     > > > > > > > >> > > > > > > > cached
>>> > >     > > > > > > > >> > > > > > > > > in
>>> > >     > > > > > > > >> > > > > > > > > > the local repository,
>>> resolution
>>> > > will not
>>> > >     > be
>>> > >     > > > > > > > reattempted
>>> > >     > > > > > > > >> > > until
>>> > >     > > > > > > > >> > > > > the
>>> > >     > > > > > > > >> > > > > > > > update
>>> > >     > > > > > > > >> > > > > > > > > > interval of apache-snapshots
>>> has
>>> > > elapsed
>>> > >     > or
>>> > >     > > > > > updates
>>> > >     > > > > > > > are
>>> > >     > > > > > > > >> > > forced
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > Above means that it probably
>>> > doesn't
>>> > >     > exists
>>> > >     > > in
>>> > >     > > > > > > Apache
>>> > >     > > > > > > > >> Maven
>>> > >     > > > > > > > >> > > > > > > central...
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > -U
>>> > >     > > > > > > > >> > > > > > > > > > clean
>>> > >     > > > > > > > >> > > > > > > > > > deploy
>>> > >     > > > > > > > >> > > > > > > > > > -P
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
>>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > [1]
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > >
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > Thanks,
>>> > >     > > > > > > > >> > > > > > > > > > Piotr
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr
>>> > > Zarzycki <
>>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > napisał(a):
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether
>>> > > someone
>>> > >     > > > actually
>>> > >     > > > > > know
>>> > >     > > > > > > > >> what
>>> > >     > > > > > > > >> > is
>>> > >     > > > > > > > >> > > > the
>>> > >     > > > > > > > >> > > > > > > > version.
>>> > >     > > > > > > > >> > > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27
>>> Carlos
>>> > > Rovira <
>>> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
>>> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
>>> > >     > > > > > > > >> > > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > > > > >> I explained in this thread
>>> > that I
>>> > >     > > couldn't
>>> > >     > > > > find
>>> > >     > > > > > > in
>>> > >     > > > > > > > >> maven
>>> > >     > > > > > > > >> > > the
>>> > >     > > > > > > > >> > > > > > same
>>> > >     > > > > > > > >> > > > > > > > > exact
>>> > >     > > > > > > > >> > > > > > > > > > >> version that ANT one, I
>>> put the
>>> > > closest
>>> > >     > > in
>>> > >     > > > > date
>>> > >     > > > > > > > >> > available
>>> > >     > > > > > > > >> > > > from
>>> > >     > > > > > > > >> > > > > > > maven
>>> > >     > > > > > > > >> > > > > > > > > > >> I proposed as well if we
>>> can
>>> > > upgrade
>>> > >     > > > > ANT/MAVEN
>>> > >     > > > > > to
>>> > >     > > > > > > > the
>>> > >     > > > > > > > >> > same
>>> > >     > > > > > > > >> > > > one
>>> > >     > > > > > > > >> > > > > > > that
>>> > >     > > > > > > > >> > > > > > > > > > works.
>>> > >     > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I
>>> > fail
>>> > > in the
>>> > >     > > > > search
>>> > >     > > > > > > and
>>> > >     > > > > > > > >> the
>>> > >     > > > > > > > >> > > > version
>>> > >     > > > > > > > >> > > > > > > could
>>> > >     > > > > > > > >> > > > > > > > > > >> exists, in that case hope
>>> other
>>> > > can
>>> > >     > > > indicate
>>> > >     > > > > > the
>>> > >     > > > > > > > >> maven
>>> > >     > > > > > > > >> > > > > > descriptor
>>> > >     > > > > > > > >> > > > > > > to
>>> > >     > > > > > > > >> > > > > > > > > > >> update
>>> > >     > > > > > > > >> > > > > > > > > > >> it.
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > > > > >> thanks
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las
>>> > > 12:11,
>>> > >     > Piotr
>>> > >     > > > > > Zarzycki
>>> > >     > > > > > > > (<
>>> > >     > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com
>>> >)
>>> > > escribió:
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > Why you didn't use
>>> exactly
>>> > the
>>> > > same
>>> > >     > > > > version ?
>>> > >     > > > > > > > Maybe
>>> > >     > > > > > > > >> > this
>>> > >     > > > > > > > >> > > > is
>>> > >     > > > > > > > >> > > > > > the
>>> > >     > > > > > > > >> > > > > > > > > reason
>>> > >     > > > > > > > >> > > > > > > > > > >> why
>>> > >     > > > > > > > >> > > > > > > > > > >> > my application is
>>> failing.
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
>>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > <groupId>com.google.javascript</groupId>
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > <artifactId>closure-compiler</artifactId>
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> <version>v20181210</version>
>>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
>>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > <groupId>org.clojure</groupId>
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > > > > <artifactId>google-closure-library</artifactId>
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > <version>0.0-20190213-2033d5d9</version>
>>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52
>>> > Carlos
>>> > >     > Rovira
>>> > >     > > <
>>> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
>>> > >     > > > > > > > >> > > > > > > > > > >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest
>>> > one.
>>> > > Used
>>> > >     > the
>>> > >     > > > > > closest
>>> > >     > > > > > > > >> one in
>>> > >     > > > > > > > >> > > > dates
>>> > >     > > > > > > > >> > > > > > to
>>> > >     > > > > > > > >> > > > > > > > the
>>> > >     > > > > > > > >> > > > > > > > > > one
>>> > >     > > > > > > > >> > > > > > > > > > >> in
>>> > >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that
>>> valid?
>>> > > And how
>>> > >     > > can
>>> > >     > > > I
>>> > >     > > > > > > ensure
>>> > >     > > > > > > > >> > > > > > compatibility?
>>> > >     > > > > > > > >> > > > > > > > > Where
>>> > >     > > > > > > > >> > > > > > > > > > >> to
>>> > >     > > > > > > > >> > > > > > > > > > >> > > check that?
>>> > >     > > > > > > > >> > > > > > > > > > >> > > But what I really want
>>> to
>>> > do
>>> > > is
>>> > >     > > update
>>> > >     > > > > > > > ANT/MAVEN
>>> > >     > > > > > > > >> to
>>> > >     > > > > > > > >> > > the
>>> > >     > > > > > > > >> > > > > same
>>> > >     > > > > > > > >> > > > > > > one
>>> > >     > > > > > > > >> > > > > > > > > > that
>>> > >     > > > > > > > >> > > > > > > > > > >> is
>>> > >     > > > > > > > >> > > > > > > > > > >> > ok
>>> > >     > > > > > > > >> > > > > > > > > > >> > > for all of us. We need
>>> to
>>> > > ensure
>>> > >     > one
>>> > >     > > > that
>>> > >     > > > > > is
>>> > >     > > > > > > > >> > available
>>> > >     > > > > > > > >> > > > for
>>> > >     > > > > > > > >> > > > > > > both.
>>> > >     > > > > > > > >> > > > > > > > > > >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
>>> > >     > > > > > > > >> > > > > > > > > > >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020
>>> a las
>>> > > 2:41,
>>> > >     > > Alex
>>> > >     > > > > > Harui
>>> > >     > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
>>> > >     > > > > > > > >> > > > > > > > > > >> > >)
>>> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
>>> > >     > > > > > > > >> > > > > > > > > > >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > You may not want the
>>> > latest
>>> > >     > closure
>>> > >     > > > > > > library.
>>> > >     > > > > > > > >> You
>>> > >     > > > > > > > >> > > > > probably
>>> > >     > > > > > > > >> > > > > > > > want
>>> > >     > > > > > > > >> > > > > > > > > > one
>>> > >     > > > > > > > >> > > > > > > > > > >> > that
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > is compatible with
>>> the
>>> > > closure
>>> > >     > > > > compiler.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM,
>>> > > "Carlos
>>> > >     > > > Rovira" <
>>> > >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
>>> > >     > > > > > > > >> > > > > > > > > > >> wrote:
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Josh discover
>>> that
>>> > > there was
>>> > >     > an
>>> > >     > > > > > issue.
>>> > >     > > > > > > If
>>> > >     > > > > > > > >> we
>>> > >     > > > > > > > >> > > have
>>> > >     > > > > > > > >> > > > > > > > GOOG_HOME
>>> > >     > > > > > > > >> > > > > > > > > > env
>>> > >     > > > > > > > >> > > > > > > > > > >> var
>>> > >     > > > > > > > >> > > > > > > > > > >> > > the
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     maven
>>> distribution
>>> > > worked
>>> > >     > > right,
>>> > >     > > > > but
>>> > >     > > > > > if
>>> > >     > > > > > > > you
>>> > >     > > > > > > > >> > > don't
>>> > >     > > > > > > > >> > > > > > have,
>>> > >     > > > > > > > >> > > > > > > > > > >> compilation
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     I have it in my
>>> > system
>>> > > while
>>> > >     > > > > > developing
>>> > >     > > > > > > > >> this.
>>> > >     > > > > > > > >> > > So I
>>> > >     > > > > > > > >> > > > > > just
>>> > >     > > > > > > > >> > > > > > > > > fixed
>>> > >     > > > > > > > >> > > > > > > > > > it
>>> > >     > > > > > > > >> > > > > > > > > > >> > some
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     One thing:
>>> There's no
>>> > > maven
>>> > >     > > > > artifact
>>> > >     > > > > > > for
>>> > >     > > > > > > > >> the
>>> > >     > > > > > > > >> > > > > > > > closure-library
>>> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT),
>>> > next
>>> > > one is
>>> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
>>> > >     > > > > > > > >> > > > > > so
>>> > >     > > > > > > > >> > > > > > > we
>>> > >     > > > > > > > >> > > > > > > > > > need
>>> > >     > > > > > > > >> > > > > > > > > > >> to
>>> > >     > > > > > > > >> > > > > > > > > > >> > > use
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > that
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     for maven (or
>>> maybe I
>>> > > was too
>>> > >     > > bad
>>> > >     > > > > > > trying
>>> > >     > > > > > > > to
>>> > >     > > > > > > > >> > find
>>> > >     > > > > > > > >> > > > the
>>> > >     > > > > > > > >> > > > > > > > > > >> corresponding
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if
>>> > someone
>>> > >     > knows,
>>> > >     > > > > please
>>> > >     > > > > > > let
>>> > >     > > > > > > > >> me
>>> > >     > > > > > > > >> > > > know!).
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     So, can we
>>> upgrade
>>> > ANT
>>> > > to
>>> > >     > > > v20190213
>>> > >     > > > > > > too?
>>> > >     > > > > > > > >> From
>>> > >     > > > > > > > >> > > now
>>> > >     > > > > > > > >> > > > > on,
>>> > >     > > > > > > > >> > > > > > we
>>> > >     > > > > > > > >> > > > > > > > > > should
>>> > >     > > > > > > > >> > > > > > > > > > >> > check
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     versions exists
>>> for
>>> > > ANT and
>>> > >     > > MAVEN
>>> > >     > > > > > > > >> artifacts.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
>>> > >     > > > > > > > piotrzarzycki21@gmail.com
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >> > > let
>>> > >     > > > > > > > >> > > > me
>>> > >     > > > > > > > >> > > > > > > know
>>> > >     > > > > > > > >> > > > > > > > if
>>> > >     > > > > > > > >> > > > > > > > > > you
>>> > >     > > > > > > > >> > > > > > > > > > >> > can
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     work with latest
>>> > > changes just
>>> > >     > > > done.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene.
>>> 2020
>>> > > a las
>>> > >     > > > 17:53,
>>> > >     > > > > > > Carlos
>>> > >     > > > > > > > >> > Rovira
>>> > >     > > > > > > > >> > > > (<
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> carlosrovira@apache.org
>>> > >)
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're
>>> using
>>> > an
>>> > > old
>>> > >     > > > command,
>>> > >     > > > > > > maven
>>> > >     > > > > > > > >> was
>>> > >     > > > > > > > >> > > > > > extremely
>>> > >     > > > > > > > >> > > > > > > > > > >> simplified
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz
>>> > > contribution 1
>>> > >     > or
>>> > >     > > 2
>>> > >     > > > > > months
>>> > >     > > > > > > > >> ago.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> 'generate.swf.swcs'
>>> > > does
>>> > >     > not
>>> > >     > > > > > exists.
>>> > >     > > > > > > > >> Check
>>> > >     > > > > > > > >> > the
>>> > >     > > > > > > > >> > > > > > > > > instructions
>>> > >     > > > > > > > >> > > > > > > > > > I
>>> > >     > > > > > > > >> > > > > > > > > > >> put
>>> > >     > > > > > > > >> > > > > > > > > > >> > > or
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > the updated
>>> docs
>>> > > here [1].
>>> > >     > I
>>> > >     > > > > > updated
>>> > >     > > > > > > > that
>>> > >     > > > > > > > >> > page
>>> > >     > > > > > > > >> > > > to
>>> > >     > > > > > > > >> > > > > > have
>>> > >     > > > > > > > >> > > > > > > > all
>>> > >     > > > > > > > >> > > > > > > > > > the
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing
>>> with
>>> > > Chris, to
>>> > >     > > work
>>> > >     > > > > > soon
>>> > >     > > > > > > in
>>> > >     > > > > > > > >> more
>>> > >     > > > > > > > >> > > > > > > > improvements:
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
>>> > > distribution
>>> > >     > > for
>>> > >     > > > > > > js-only
>>> > >     > > > > > > > >> > (just
>>> > >     > > > > > > > >> > > > > > removing
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > that now is
>>> > required)
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have
>>> > just
>>> > > one
>>> > >     > repo
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify
>>> > release
>>> > >     > process
>>> > >     > > > > based
>>> > >     > > > > > > on 2
>>> > >     > > > > > > > >> (and
>>> > >     > > > > > > > >> > > yes
>>> > >     > > > > > > > >> > > > > > > having
>>> > >     > > > > > > > >> > > > > > > > > ANT
>>> > >     > > > > > > > >> > > > > > > > > > >> into
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > account)
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I will want to
>>> > > release
>>> > >     > every
>>> > >     > > 1
>>> > >     > > > > to 2
>>> > >     > > > > > > > >> month.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> >
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > > >
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > > > > >
>>> > >     > > > > > > > >> > > > > >
>>> > >     > > > > > > > >> > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >> > >
>>> > >     > > > > > > > >> >
>>> > >     > > > > > > > >>
>>> > >     > > > > > > >
>>> > >     > > > > > >
>>> > >     > > > > >
>>> > >     > > > >
>>> > >     > > >
>>> > >     > >
>>> > >     >
>>> > >
>>> >
>>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21
>>> ene.
>>> > > 2020 a las
>>> > >     > > > > 17:40,
>>> > >     > > > > > > > Piotr
>>> > >     > > > > > > > >> > > > Zarzycki
>>> > >     > > > > > > > >> > > > > (<
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > > piotrzarzycki21@gmail.com
>>> > >     > >)
>>> > >     > > > > > > escribió:
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks
>>> like
>>> > it
>>> > > my
>>> > >     > > fault.
>>> > >     > > > I
>>> > >     > > > > > > didn't
>>> > >     > > > > > > > >> > catch
>>> > >     > > > > > > > >> > > up
>>> > >     > > > > > > > >> > > > > > full
>>> > >     > > > > > > > >> > > > > > > > > > >> > instruction.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty
>>> 2020 o
>>> > > 17:29
>>> > >     > > Piotr
>>> > >     > > > > > > > Zarzycki
>>> > >     > > > > > > > >> <
>>> > >     > > > > > > > >> > > > > > > > > > >> > >
>>> piotrzarzycki21@gmail.com>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm
>>> running
>>> > > this
>>> > >     > [1]
>>> > >     > > on
>>> > >     > > > > my
>>> > >     > > > > > > Mac
>>> > >     > > > > > > > >> > > > > distribution
>>> > >     > > > > > > > >> > > > > > is
>>> > >     > > > > > > > >> > > > > > > > not
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is
>>> > > being build
>>> > >     > > > > > > > successfully,
>>> > >     > > > > > > > >> > but
>>> > >     > > > > > > > >> > > > > > without
>>> > >     > > > > > > > >> > > > > > > > > > >> > distribution.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have any
>>> errors.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn
>>> clean
>>> > > install
>>> > >     > > > > > -DskipTests
>>> > >     > > > > > > > >> > > > > -Drat.skip=true
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>>> > > -Dgenerate.swf.swcs=true
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >     > > > > > > > >> > > > > > > >
>>> > >     > > > > > > > >> > > >
>>> > >     > > > > > > > >>
>>> > >     > > > > >
>>> > >     >
>>> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty
>>> 2020
>>> > > o 12:44
>>> > >     > > > > Carlos
>>> > >     > > > > > > > >> Rovira <
>>> > >     > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this
>>> does
>>> > not
>>> > >     > affect
>>> > >     > > > FB,
>>> > >     > > > > so
>>> > >     > > > > > > > don't
>>> > >     > > > > > > > >> > > worry
>>> > >     > > > > > > > >> > > > > > about
>>> > >     > > > > > > > >> > > > > > > > it.
>>> > >     > > > > > > > >> > > > > > > > > > But
>>> > >     > > > > > > > >> > > > > > > > > > >> we
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > hope you
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate
>>> to
>>> > > some
>>> > >     > newer
>>> > >     > > > IDE
>>> > >     > > > > in
>>> > >     > > > > > > the
>>> > >     > > > > > > > >> > > future!
>>> > >     > > > > > > > >> > > > ;)
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21
>>> > ene.
>>> > > 2020 a
>>> > >     > > las
>>> > >     > > > > > > 12:26,
>>> > >     > > > > > > > >> > Antonis
>>> > >     > > > > > > > >> > > > > > > Kalodimos
>>> > >     > > > > > > > >> > > > > > > > > (<
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>> > >     > > > antonis.kalodimos@gmail.com
>>> > >     > > > > >)
>>> > >     > > > > > > > >> escribió:
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This
>>> sounds
>>> > > good news
>>> > >     > > for
>>> > >     > > > > > > someone
>>> > >     > > > > > > > >> to
>>> > >     > > > > > > > >> > be
>>> > >     > > > > > > > >> > > > > > involved
>>> > >     > > > > > > > >> > > > > > > > > with
>>> > >     > > > > > > > >> > > > > > > > > > >> > royale.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i
>>> > > someone of
>>> > >     > you
>>> > >     > > > who
>>> > >     > > > > > > know
>>> > >     > > > > > > > >> the
>>> > >     > > > > > > > >> > > > > > > requirements
>>> > >     > > > > > > > >> > > > > > > > > > don't
>>> > >     > > > > > > > >> > > > > > > > > > >> > break
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > the
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability
>>> to be
>>> > > used
>>> > >     > and
>>> > >     > > in
>>> > >     > > > > the
>>> > >     > > > > > > > >> > > > flashbuilder.
>>> > >     > > > > > > > >> > > > > > Even
>>> > >     > > > > > > > >> > > > > > > > it
>>> > >     > > > > > > > >> > > > > > > > > is
>>> > >     > > > > > > > >> > > > > > > > > > >> old
>>> > >     > > > > > > > >> > > > > > > > > > >> > > is a
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think
>>> for the
>>> > > old
>>> > >     > users
>>> > >     > > > > that
>>> > >     > > > > > > are
>>> > >     > > > > > > > >> > > searching
>>> > >     > > > > > > > >> > > > > > where
>>> > >     > > > > > > > >> > > > > > > > to
>>> > >     > > > > > > > >> > > > > > > > > > jump
>>> > >     > > > > > > > >> > > > > > > > > > >> > for
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank
>>> you,
>>> > > continue
>>> > >     > the
>>> > >     > > > > great
>>> > >     > > > > > > job
>>> > >     > > > > > > > >> that
>>> > >     > > > > > > > >> > > you
>>> > >     > > > > > > > >> > > > > are
>>> > >     > > > > > > > >> > > > > > > > > doing.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις
>>> Τρί, 21
>>> > > Ιαν 2020
>>> > >     > > > στις
>>> > >     > > > > > 1:15
>>> > >     > > > > > > > >> μ.μ.,
>>> > >     > > > > > > > >> > > ο/η
>>> > >     > > > > > > > >> > > > > > Piotr
>>> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>> > >     > > > piotrzarzycki21@gmail.com>
>>> > >     > > > > > > > έγραψε:
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi
>>> Carlos,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>> Congrats!
>>> > > Could you
>>> > >     > > > > provide
>>> > >     > > > > > > on
>>> > >     > > > > > > > >> > mailing
>>> > >     > > > > > > > >> > > > > list
>>> > >     > > > > > > > >> > > > > > > > > command
>>> > >     > > > > > > > >> > > > > > > > > > to
>>> > >     > > > > > > > >> > > > > > > > > > >> > > build
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> framework
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>> > > distribution, so
>>> > >     > > users
>>> > >     > > > > > could
>>> > >     > > > > > > > know
>>> > >     > > > > > > > >> > how
>>> > >     > > > > > > > >> > > to
>>> > >     > > > > > > > >> > > > > do
>>> > >     > > > > > > > >> > > > > > > > that.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt.,
>>> 21 sty
>>> > > 2020 o
>>> > >     > > > 12:12
>>> > >     > > > > > > Carlos
>>> > >     > > > > > > > >> > > Rovira <
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>>> carlosrovira@apache.org>
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>> napisał(a):
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just
>>> > fixed
>>> > > the
>>> > >     > > maven
>>> > >     > > > > > > > >> distribution,
>>> > >     > > > > > > > >> > > and
>>> > >     > > > > > > > >> > > > > now
>>> > >     > > > > > > > >> > > > > > > it
>>> > >     > > > > > > > >> > > > > > > > > > >> creates a
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be
>>> used
>>> > > with
>>> > >     > IDEs.
>>> > >     > > I
>>> > >     > > > > > think
>>> > >     > > > > > > > this
>>> > >     > > > > > > > >> > is a
>>> > >     > > > > > > > >> > > > > long
>>> > >     > > > > > > > >> > > > > > > > > awaited
>>> > >     > > > > > > > >> > > > > > > > > > >> fix.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So
>>> with
>>> > > the new
>>> > >     > > maven
>>> > >     > > > > > > > >> distribution
>>> > >     > > > > > > > >> > > the
>>> > >     > > > > > > > >> > > > > > > > generated
>>> > >     > > > > > > > >> > > > > > > > > > SDK
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > allows you
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code
>>> > > intelligence
>>> > >     > > and
>>> > >     > > > > > IDEs
>>> > >     > > > > > > > can
>>> > >     > > > > > > > >> > find
>>> > >     > > > > > > > >> > > > > > > compilers
>>> > >     > > > > > > > >> > > > > > > > > and
>>> > >     > > > > > > > >> > > > > > > > > > >> use
>>> > >     > > > > > > > >> > > > > > > > > > >> > it
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > to get a
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>> > > compilation. I
>>> > >     > > tried
>>> > >     > > > > only
>>> > >     > > > > > > > >> VSCode
>>> > >     > > > > > > > >> > > with
>>> > >     > > > > > > > >> > > > > Josh
>>> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > extension,
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using
>>> > > Moonshine
>>> > >     > can
>>> > >     > > > > > provide
>>> > >     > > > > > > > >> > > feedback.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>> > > Additionally you
>>> > >     > > get
>>> > >     > > > > the
>>> > >     > > > > > > > normal
>>> > >     > > > > > > > >> > > maven
>>> > >     > > > > > > > >> > > > > way
>>> > >     > > > > > > > >> > > > > > of
>>> > >     > > > > > > > >> > > > > > > > > build
>>> > >     > > > > > > > >> > > > > > > > > > >> with
>>> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will
>>> be
>>> > > more near
>>> > >     > > to
>>> > >     > > > > your
>>> > >     > > > > > > > >> deploy
>>> > >     > > > > > > > >> > > > needs.
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So
>>> people
>>> > > using
>>> > >     > > Maven
>>> > >     > > > > > does
>>> > >     > > > > > > > not
>>> > >     > > > > > > > >> > need
>>> > >     > > > > > > > >> > > to
>>> > >     > > > > > > > >> > > > > use
>>> > >     > > > > > > > >> > > > > > > ANT
>>> > >     > > > > > > > >> > > > > > > > > > >> anymore
>>> > >     > > > > > > > >> > > > > > > > > > >> > to
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
>>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
>>> > >     > > > > > > > >> > > > > > > > > > >>
>>> > >
>>> > >
>>> > >
>>> >
>>> > --
>>> > Carlos Rovira
>>> > http://about.me/carlosrovira
>>> >
>>>
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

Chris, just made maven distribution mxmlc and compc executables.

   - I test and VSCode works fine
   - command line worked too [1]
   - Moonshine:  I couldn't launch a compilation with SDK. Just upgrade to
   latest version as Moonshine requested me. I have the SDK configured to the
   distribution created with Maven. Then with TDJ project loaded when to
   Project > Build Project, but nothings happen

So just need to see how to check Moonshine so we can check Maven
distribution is completed at last. I want to have that for this release
0.9.7

Thanks

Carlos

[1] output in command line for Tour de Jewel:

macbookpro:TourDeJewel carlosrovira$
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
-load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
-compiler.targets=JSRoyale
-js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary

>

macbookpro:TourDeJewel carlosrovira$
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc
-load-config+=obj/TourDeJewelConfig.xml -debug=true -source-map=true
-compiler.targets=JSRoyale
-js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary

Using Royale Compiler codebase:
/Users/carlosrovira/Dev/Royale/Source/royale-compiler

Using Royale SDK: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven

MXMLJSC

+royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks

-sdk-js-lib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/js/Royale/generated-sources

-load-config+=obj/TourDeJewelConfig.xml

-debug=true

-source-map=true

-compiler.targets=JSRoyale

-js-output=/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel/binary

The project 'App' has been successfully compiled.

7.080432099 seconds

El lun., 10 feb. 2020 a las 18:19, Carlos Rovira (<ca...@apache.org>)
escribió:

> Ok Josh,
> understood, will take into account as I check what's going on with latest
> fails
> thanks
>
> El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<
> joshtynjala@bowlerhat.dev>) escribió:
>
>> VSCode happens to run the JAR files directly with Java, and doesn't run
>> anything in js/bin. If the contents of js/bin do not have the correct
>> exectuable permissions, it wouldn't affect VSCode. However, fixing those
>> permissions would still be a problem that should be addressed to have a
>> proper distribution. Moonshine is not doing anything out of the ordinary
>> by
>> running js/bin/mxmlc (and that's what someone compiling from the command
>> line without Maven or Ant would use too). If anything, it's VSCode that is
>> not doing things in the ordinary way.
>>
>> --
>> Josh Tynjala
>> Bowler Hat LLC <https://bowlerhat.dev>
>>
>>
>> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <ca...@apache.org>
>> wrote:
>>
>> > Hi,
>> >
>> > @Piotr Zarzycki <pi...@gmail.com> I was over the big button
>> to
>> > nightly builds, since you told me to download that. So from the big
>> button
>> > I choosed "other downloads" and choosed non sandbox one. Both url goes
>> to
>> > the same link: Moonshine_Signed_NonSandbox.pkg
>> > <
>> >
>> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
>> > >
>> > 07-Feb-2020 21:11 156571205
>> >
>> > About the permissions: My guess is that is something related to
>> Moonshine,
>> > not to user or maven, since VSCode is dealing with the same SDK without
>> > complain. I can give permissions to try this, but I suggest the
>> moonshine
>> > team could look to how VSCode work with user files and mimic that to
>> > avoid this kind of problem.
>> >
>> > Thanks
>> >
>> >
>> > El lun., 10 feb. 2020 a las 5:50, Alex Harui (<aharui@adobe.com.invalid
>> >)
>> > escribió:
>> >
>> > > IMO, the Maven commands that build the Distribution SDK should change
>> the
>> > > permissions.
>> > >
>> > > My 2 cents,
>> > > -Alex
>> > >
>> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com>
>> > wrote:
>> > >
>> > >     Permission to "mxmlc" file in SDK. - You have to add permission
>> for
>> > > usage
>> > >     manually to that file.
>> > >
>> > >     I will explain you more on Monday if you won't figure it out your
>> > self,
>> > >     what is all about.
>> > >
>> > >     You can literally paste in Google last sentence from stack trace
>> > error
>> > > and
>> > >     add: How to add permission to file on Mac.
>> > >
>> > >
>> > >
>> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
>> carlosrovira@apache.org>
>> > > wrote:
>> > >
>> > >     > Hi Piotr,
>> > >     >
>> > >     > but what kind of permission? to the moonshine executable?
>> > >     >
>> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
>> > >     > piotrzarzycki21@gmail.com>)
>> > >     > escribió:
>> > >     >
>> > >     > > If you are using your own SDK (not downloaded trough Moonshine
>> > > getting
>> > >     > > started) you have to add permission to mxmlc file. There is a
>> > > command on
>> > >     > > Mac chmod - try to search using that command on a Google.
>> > >     > >
>> > >     > > Thanks,
>> > >     > > Piotr
>> > >     > >
>> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
>> > > carlosrovira@apache.org>
>> > >     > > wrote:
>> > >     > >
>> > >     > > > Hi,
>> > >     > > >
>> > >     > > > I installed latest Moonshine nightly. After configuring
>> initial
>> > > things
>> > >     > > > loaded TDJ project. I'm getting Permission denied:
>> > >     > > >
>> > >     > > > : Moonshine IDE™ 2.5.0
>> > >     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
>> > >     > > > : Source code is under Apache License, Version 2.0
>> > >     > > > :
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks
>> > (Apache
>> > >     > License
>> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
>> > >     > > > : Running on Adobe AIR 28.0.0.125
>> > >     > > > : Compiling TourDeJewel
>> > >     > > > : SDK path:
>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>> > >     > > > : Sending to mxmlx: export
>> > >     > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>> > >     > > >
>> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>> > >     > &&
>> > >     > > > export
>> > >     > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>> > >     > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" &&
>> export
>> > >     > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>> > >     > > >
>> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
>> > >     > > >
>> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>> > >     > > >
>> > > -html-template=src/main/resources/jewel-example-index-template.html
>> > >     > > > -js-dynamic-access-unknown-members=true
>> > > -compiler.targets=JSRoyale
>> > >     > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>> > >     > > > : /bin/bash:
>> > >     > > >
>> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>> > >     > > > Permission denied
>> > >     > > >
>> > >     > > > How can I fix it?
>> > >     > > >
>> > >     > > > Thanks
>> > >     > > >
>> > >     > > >
>> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
>> > >     > > joshtynjala@bowlerhat.dev
>> > >     > > > >)
>> > >     > > > escribió:
>> > >     > > >
>> > >     > > > > Yeah, I don't see why Moonshine is reporting those errors,
>> > but
>> > > VSCode
>> > >     > > > does
>> > >     > > > > not. If royale-config.xml is referencing SWCs that don't
>> > > exist, that
>> > >     > > > should
>> > >     > > > > affect both IDEs.
>> > >     > > > >
>> > >     > > > > Regardless, like you explained, the same issue should
>> > > reproduce when
>> > >     > > > > compiling from a terminal without Moonshine.
>> > >     > > > >
>> > >     > > > > --
>> > >     > > > > Josh Tynjala
>> > >     > > > > Bowler Hat LLC <
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>> > > >
>> > >     > > > >
>> > >     > > > >
>> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
>> > >     > > piotrzarzycki21@gmail.com
>> > >     > > > >
>> > >     > > > > wrote:
>> > >     > > > >
>> > >     > > > > > Hi Carlos,
>> > >     > > > > >
>> > >     > > > > > Yeah it would be pretty great if you could setup
>> Moonshine,
>> > > but you
>> > >     > > > don't
>> > >     > > > > > have to do that actually to reproduce the issue. Command
>> > > which I
>> > >     > have
>> > >     > > > > > pasted in this thread can be copy and used in Terminal
>> with
>> > > small
>> > >     > > path
>> > >     > > > > > adjustment. Try it on any project you have using
>> > > distribution build
>> > >     > > and
>> > >     > > > > for
>> > >     > > > > > sure you will get the error.
>> > >     > > > > >
>> > >     > > > > > In case of Moonshine we have freez code for commits and
>> > > prepare for
>> > >     > > > > > release, we have some internal problems with bamboo
>> build -
>> > > if it
>> > >     > > will
>> > >     > > > > get
>> > >     > > > > > resolved we should have release early next week. You can
>> > > always try
>> > >     > > > > Nightly
>> > >     > > > > > build.
>> > >     > > > > >
>> > >     > > > > > I'm really surprised that VSCode do not throwing the
>> same
>> > > error -
>> > >     > > What
>> > >     > > > > > could be the case Josh? The only difference is that we
>> are
>> > > using
>> > >     > > mxmlc
>> > >     > > > > file
>> > >     > > > > > and VSCode is probably using jar file, but
>> playerglobal.swc
>> > > doesn't
>> > >     > > > > exists
>> > >     > > > > > so both should report same issue.
>> > >     > > > > >
>> > >     > > > > > Thanks,
>> > >     > > > > > Piotr
>> > >     > > > > >
>> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
>> > > carlosrovira@apache.org>
>> > >     > > > > > napisał(a):
>> > >     > > > > >
>> > >     > > > > > > Hi Piotr,
>> > >     > > > > > >
>> > >     > > > > > > so I think you're a bit closer (not farther ;)), since
>> > > compiler
>> > >     > was
>> > >     > > > > > found.
>> > >     > > > > > > Now is a matter to find what's missing.
>> > >     > > > > > > What's curious for me is VSCode recognizes but
>> Moonshine
>> > > not. I
>> > >     > > think
>> > >     > > > > the
>> > >     > > > > > > problem is each IDE is looking at different things to
>> > > match a
>> > >     > valid
>> > >     > > > > SDK,
>> > >     > > > > > > and maybe even we could be setting duplicate
>> artifacts in
>> > > the SDK
>> > >     > > so
>> > >     > > > > > VSCode
>> > >     > > > > > > finds all but Moonshine not.
>> > >     > > > > > > I'll be setup Moonshine as I have time to try it.
>> > >     > > > > > > I think you plan to launch a new one soon right?
>> should I
>> > > wait
>> > >     > for
>> > >     > > > it?
>> > >     > > > > > >
>> > >     > > > > > > Thanks
>> > >     > > > > > >
>> > >     > > > > > >
>> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
>> > >     > > > > > > piotrzarzycki21@gmail.com>)
>> > >     > > > > > > escribió:
>> > >     > > > > > >
>> > >     > > > > > > > Hi Carlos,
>> > >     > > > > > > >
>> > >     > > > > > > > I just tried your changes and I'm a bit farther. Now
>> > I'm
>> > >     > getting
>> > >     > > > > > > following
>> > >     > > > > > > > errors. It's throwing that errors cause in JS only
>> > > binaries
>> > >     > > > prepared
>> > >     > > > > by
>> > >     > > > > > > ant
>> > >     > > > > > > > we have in following location
>> > >     > > > > > > >
>> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
>> > > fake
>> > >     > > > > > > > playerglobal.swc, so distribution should probably
>> have
>> > > the
>> > >     > same.
>> > >     > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>> > >     > > > > > > > >
>> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>> > >     > > > -debug=true
>> > >     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
>> > >     > > > > > > > >
>> > >     > > > >
>> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>> > >     > > > > > > > > : Using Royale Compiler codebase:
>> > >     > > > > > > > >
>> > >     > > >
>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>> > >     > > > > > > > > : Using Royale SDK:
>> > >     > > > > > > > >
>> > >     > > >
>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>> > >     > > > > > > > > : MXMLJSC
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>> > >     > > > > > > > > :
>> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>> > >     > > > > > > > > : -debug=true
>> > >     > > > > > > > > : -source-map=true
>> > >     > > > > > > > > : -compiler.targets=JSRoyale
>> > >     > > > > > > > > :
>> > >     > > > >
>> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>> > >     > > > > > > > > col: 0 Error: unable to open
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>> > >     > > > > > > > > (line: 74)
>> > >     > > > > > > > > :       </external-library-path>
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>> > >     > > > > > > > > col: 0 Error: unable to open
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>> > >     > > > > > > > > (line: 81)
>> > >     > > > > > > > > :       </js-external-library-path>
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>> > >     > > > > > > > > col: 0 Error: unable to open
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>> > >     > > > > > > > > (line: 81)
>> > >     > > > > > > > > :       </js-external-library-path>
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>> > >     > > > > > > > > col: 0 Error: unable to open
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>> > >     > > > > > > > > :
>> > >     > > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>> > >     > > > > > > > > (line: 99)
>> > >     > > > > > > > > :       </library-path>
>> > >     > > > > > > > > : 1.034449561 seconds
>> > >     > > > > > > >
>> > >     > > > > > > >
>> > >     > > > > > > > Thanks,
>> > >     > > > > > > > Piotr
>> > >     > > > > > > >
>> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
>> > >     > carlosrovira@apache.org>
>> > >     > > > > > > > napisał(a):
>> > >     > > > > > > >
>> > >     > > > > > > > > Thanks Josh for pointing that out I think I got
>> it.
>> > >     > > > > > > > >
>> > >     > > > > > > > > @Piotr Zarzycki <pi...@gmail.com>
>> please
>> > > try with
>> > >     > my
>> > >     > > > > > latest
>> > >     > > > > > > > > commit. I couldn't test myself, but I think it
>> should
>> > > work
>> > >     > now
>> > >     > > > for
>> > >     > > > > > > > > Moonshine.
>> > >     > > > > > > > > VSCode still work with this changes.
>> > >     > > > > > > > >
>> > >     > > > > > > > > Thanks
>> > >     > > > > > > > >
>> > >     > > > > > > > > Carlos
>> > >     > > > > > > > >
>> > >     > > > > > > > >
>> > >     > > > > > > > >
>> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
>> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
>> > >     > > > > > > > > escribió:
>> > >     > > > > > > > >
>> > >     > > > > > > > >> If I had to guess, this classpath is wrong:
>> > >     > > > > > > > >>
>> > >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
>> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>> > >     > > > > > > > >> Class-Path>
>> > >     > > > > > > > >>
>> > >     > > > > > > > >>
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>> > >     > > > > > > > >>
>> > >     > > > > > > > >> I think that the names of those JAR files all
>> > include
>> > > a
>> > >     > > version
>> > >     > > > > > number
>> > >     > > > > > > > in
>> > >     > > > > > > > >> the Maven distribution.
>> > >     > > > > > > > >>
>> > >     > > > > > > > >> --
>> > >     > > > > > > > >> Josh Tynjala
>> > >     > > > > > > > >> Bowler Hat LLC <
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>> > > >
>> > >     > > > > > > > >>
>> > >     > > > > > > > >>
>> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
>> > >     > > > > > > carlosrovira@apache.org>
>> > >     > > > > > > > >> wrote:
>> > >     > > > > > > > >>
>> > >     > > > > > > > >> > ok didn't notice.
>> > >     > > > > > > > >> > So maybe is a classpath problem?
>> > >     > > > > > > > >> > It's clear that VSCode goes to the same place
>> and
>> > > find it
>> > >     > > > since
>> > >     > > > > > > mxmlc
>> > >     > > > > > > > >> is a
>> > >     > > > > > > > >> > dummy jar that has exactly that class, but
>> > > Moonshine goes
>> > >     > > and
>> > >     > > > > > didn't
>> > >     > > > > > > > >> find
>> > >     > > > > > > > >> > it.
>> > >     > > > > > > > >> > If not any clue what could be happening?
>> > >     > > > > > > > >> > Thanks
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr
>> Zarzycki
>> > (<
>> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
>> > >     > > > > > > > >> > escribió:
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in
>> > place.
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
>> > >     > > > > joshtynjala@bowlerhat.dev
>> > >     > > > > > >
>> > >     > > > > > > > >> > > napisał(a):
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> > > > You can see from the output that Moonshine
>> is
>> > > calling
>> > >     > > the
>> > >     > > > > > > command
>> > >     > > > > > > > >> line
>> > >     > > > > > > > >> > > > scripts in js/bin.
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > --
>> > >     > > > > > > > >> > > > Josh Tynjala
>> > >     > > > > > > > >> > > > Bowler Hat LLC <
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
>> > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos
>> Rovira <
>> > >     > > > > > > > >> carlosrovira@apache.org>
>> > >     > > > > > > > >> > > > wrote:
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > Hi Piotr,
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > > > That was a problem I had with VSCode when
>> > > started to
>> > >     > > > work
>> > >     > > > > on
>> > >     > > > > > > fix
>> > >     > > > > > > > >> SDK
>> > >     > > > > > > > >> > > for
>> > >     > > > > > > > >> > > > > IDE.
>> > >     > > > > > > > >> > > > > Josh told me that VSCode tries to find
>> that
>> > > class in
>> > >     > > > > > > > >> > /js/lib/mxmlc.jar
>> > >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > > > Maybe Moonshine is looking in other path?
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > > > Thanks
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr
>> > > Zarzycki (<
>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
>> > >     > > > > > > > >> > > > > escribió:
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > > > > Hi Carlos,
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > > > I have build on my Mac SDK and tried in
>> > > Nightly
>> > >     > > Build
>> > >     > > > of
>> > >     > > > > > > > >> > Moonshine. I
>> > >     > > > > > > > >> > > > > > cannot build Hello World. I'm getting
>> > > following
>> > >     > > error:
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>> > >     > > > > > > > >> > > > > >
>> > >     > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>> > >     > > > > > > > >> -debug=true
>> > >     > > > > > > > >> > > > > > -source-map=true
>> > -compiler.targets=JSRoyale
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> >
>> > >     > > > > > >
>> > >     > >
>> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>> > >     > > > > > > > >> > > > > > : Using Royale Compiler codebase:
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >>
>> > >     > > > >
>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>> > >     > > > > > > > >> > > > > > : Using Royale SDK:
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >>
>> > >     > > > >
>> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>> > >     > > > > > > > >> > > > > > : Error: Could not find or load main
>> class
>> > >     > > > > > > > >> > > > > >
>> org.apache.royale.compiler.clients.MXMLJSC
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos
>> Rovira <
>> > >     > > > > > > > >> carlosrovira@apache.org>
>> > >     > > > > > > > >> > > > > > napisał(a):
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > > > > Hi Piotr,
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > > > right, are simplified too and does
>> not
>> > > have any
>> > >     > > > > profile
>> > >     > > > > > or
>> > >     > > > > > > > >> > > variable.
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > > > "-U clean install" is standard maven
>> > > commands,
>> > >     > > > nothing
>> > >     > > > > > to
>> > >     > > > > > > do
>> > >     > > > > > > > >> with
>> > >     > > > > > > > >> > > us
>> > >     > > > > > > > >> > > > in
>> > >     > > > > > > > >> > > > > > > particular, so you can left that
>> > >     > > > > > > > >> > > > > > > "-P main,utils" are not needed
>> anymore,
>> > > since
>> > >     > now
>> > >     > > > > > there's
>> > >     > > > > > > no
>> > >     > > > > > > > >> > > > > > > differentiation between a "first
>> build"
>> > > against
>> > >     > > rest
>> > >     > > > > of
>> > >     > > > > > > > >> builds.
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32,
>> Piotr
>> > >     > Zarzycki
>> > >     > > (<
>> > >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>)
>> escribió:
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > > > > Hi Carlos,
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > > > Builds for framework is updated.
>> What
>> > > about
>> > >     > > > compiler
>> > >     > > > > > and
>> > >     > > > > > > > >> > > typedefs ?
>> > >     > > > > > > > >> > > > > For
>> > >     > > > > > > > >> > > > > > > > compiler on the server we have:
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > > > -U clean install
>> > >     > > > > > > > >> > > > > > > > -P -main,utils
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > > > It looks like that those profiles
>> also
>> > >     > > deprecated
>> > >     > > > -
>> > >     > > > > > can
>> > >     > > > > > > > you
>> > >     > > > > > > > >> > > > confirm ?
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > > > Thanks,
>> > >     > > > > > > > >> > > > > > > > Piotr
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos
>> > Rovira <
>> > >     > > > > > > > >> > carlosrovira@apache.org>
>> > >     > > > > > > > >> > > > > > > > napisał(a):
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > it surprise me that due all the
>> > > changes done
>> > >     > > in
>> > >     > > > > > maven
>> > >     > > > > > > > >> > > builds.a.o
>> > >     > > > > > > > >> > > > > was
>> > >     > > > > > > > >> > > > > > > not
>> > >     > > > > > > > >> > > > > > > > > failing. I've even didn't repare
>> > that
>> > > will
>> > >     > > need
>> > >     > > > to
>> > >     > > > > > be
>> > >     > > > > > > > >> > updated.
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > These profiles does not exist
>> > anymore:
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > >
>> > >     > > >
>> > >     >
>> > >
>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > Here's the updated doc for maven
>> > > simplified
>> > >     > > [1]
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > In sort:
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven
>> now
>> > > is
>> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
>> > >     > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is
>> now
>> > > more
>> > >     > > > reliable
>> > >     > > > > > > > >> (something
>> > >     > > > > > > > >> > > that
>> > >     > > > > > > > >> > > > > > was a
>> > >     > > > > > > > >> > > > > > > > > real headache)
>> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
>> > >     > > > > > > > >> > > > > > > > >    - option-with-swf
>> > >     > > > > > > > >> > > > > > > > >    - with-examples
>> > >     > > > > > > > >> > > > > > > > >    - with-distribution
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use
>> > this
>> > >     > > profiles?
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > [1]
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las
>> 17:40,
>> > > Piotr
>> > >     > > > Zarzycki
>> > >     > > > > (<
>> > >     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>)
>> > escribió:
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > Carlos,
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > What has change more in case of
>> > > Maven
>> > >     > build
>> > >     > > > for
>> > >     > > > > > > > >> framework?
>> > >     > > > > > > > >> > On
>> > >     > > > > > > > >> > > > > > > > builds.a.o
>> > >     > > > > > > > >> > > > > > > > > we
>> > >     > > > > > > > >> > > > > > > > > > have following command which
>> > running
>> > >     > > > > royale-asjs.
>> > >     > > > > > It
>> > >     > > > > > > > >> looks
>> > >     > > > > > > > >> > > like
>> > >     > > > > > > > >> > > > > > > > something
>> > >     > > > > > > > >> > > > > > > > > > is missing, cause I have
>> removed
>> > > locally
>> > >     > my
>> > >     > > > > > > > >> > org.apache.royale
>> > >     > > > > > > > >> > > > > > folder
>> > >     > > > > > > > >> > > > > > > > from
>> > >     > > > > > > > >> > > > > > > > > > .m2 and start building PureMVC
>> to
>> > > swc.
>> > >     > [1] -
>> > >     > > > It
>> > >     > > > > > > throws
>> > >     > > > > > > > >> > > > exception
>> > >     > > > > > > > >> > > > > > now.
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > Could not resolve dependencies
>> for
>> > > project
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >>
>> > >     > > > > >
>> > >     > >
>> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>> > >     > > > > > > > >> > > > > > > > > > Failure to find
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>> > >     > > > > > > > >> > > > > > > > > in
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> >
>> > >     > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
>> > >     > > > > > > > >> > > > was
>> > >     > > > > > > > >> > > > > > > > cached
>> > >     > > > > > > > >> > > > > > > > > in
>> > >     > > > > > > > >> > > > > > > > > > the local repository,
>> resolution
>> > > will not
>> > >     > be
>> > >     > > > > > > > reattempted
>> > >     > > > > > > > >> > > until
>> > >     > > > > > > > >> > > > > the
>> > >     > > > > > > > >> > > > > > > > update
>> > >     > > > > > > > >> > > > > > > > > > interval of apache-snapshots
>> has
>> > > elapsed
>> > >     > or
>> > >     > > > > > updates
>> > >     > > > > > > > are
>> > >     > > > > > > > >> > > forced
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > Above means that it probably
>> > doesn't
>> > >     > exists
>> > >     > > in
>> > >     > > > > > > Apache
>> > >     > > > > > > > >> Maven
>> > >     > > > > > > > >> > > > > > > central...
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > -U
>> > >     > > > > > > > >> > > > > > > > > > clean
>> > >     > > > > > > > >> > > > > > > > > > deploy
>> > >     > > > > > > > >> > > > > > > > > > -P
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
>> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > [1]
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> >
>> > >     > > > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > Thanks,
>> > >     > > > > > > > >> > > > > > > > > > Piotr
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr
>> > > Zarzycki <
>> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > napisał(a):
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether
>> > > someone
>> > >     > > > actually
>> > >     > > > > > know
>> > >     > > > > > > > >> what
>> > >     > > > > > > > >> > is
>> > >     > > > > > > > >> > > > the
>> > >     > > > > > > > >> > > > > > > > version.
>> > >     > > > > > > > >> > > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27
>> Carlos
>> > > Rovira <
>> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
>> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
>> > >     > > > > > > > >> > > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > > > > >> I explained in this thread
>> > that I
>> > >     > > couldn't
>> > >     > > > > find
>> > >     > > > > > > in
>> > >     > > > > > > > >> maven
>> > >     > > > > > > > >> > > the
>> > >     > > > > > > > >> > > > > > same
>> > >     > > > > > > > >> > > > > > > > > exact
>> > >     > > > > > > > >> > > > > > > > > > >> version that ANT one, I put
>> the
>> > > closest
>> > >     > > in
>> > >     > > > > date
>> > >     > > > > > > > >> > available
>> > >     > > > > > > > >> > > > from
>> > >     > > > > > > > >> > > > > > > maven
>> > >     > > > > > > > >> > > > > > > > > > >> I proposed as well if we can
>> > > upgrade
>> > >     > > > > ANT/MAVEN
>> > >     > > > > > to
>> > >     > > > > > > > the
>> > >     > > > > > > > >> > same
>> > >     > > > > > > > >> > > > one
>> > >     > > > > > > > >> > > > > > > that
>> > >     > > > > > > > >> > > > > > > > > > works.
>> > >     > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I
>> > fail
>> > > in the
>> > >     > > > > search
>> > >     > > > > > > and
>> > >     > > > > > > > >> the
>> > >     > > > > > > > >> > > > version
>> > >     > > > > > > > >> > > > > > > could
>> > >     > > > > > > > >> > > > > > > > > > >> exists, in that case hope
>> other
>> > > can
>> > >     > > > indicate
>> > >     > > > > > the
>> > >     > > > > > > > >> maven
>> > >     > > > > > > > >> > > > > > descriptor
>> > >     > > > > > > > >> > > > > > > to
>> > >     > > > > > > > >> > > > > > > > > > >> update
>> > >     > > > > > > > >> > > > > > > > > > >> it.
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > > > > >> thanks
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las
>> > > 12:11,
>> > >     > Piotr
>> > >     > > > > > Zarzycki
>> > >     > > > > > > > (<
>> > >     > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>)
>> > > escribió:
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly
>> > the
>> > > same
>> > >     > > > > version ?
>> > >     > > > > > > > Maybe
>> > >     > > > > > > > >> > this
>> > >     > > > > > > > >> > > > is
>> > >     > > > > > > > >> > > > > > the
>> > >     > > > > > > > >> > > > > > > > > reason
>> > >     > > > > > > > >> > > > > > > > > > >> why
>> > >     > > > > > > > >> > > > > > > > > > >> > my application is failing.
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > <groupId>com.google.javascript</groupId>
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > <artifactId>closure-compiler</artifactId>
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> <version>v20181210</version>
>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
>> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > <groupId>org.clojure</groupId>
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > > > > <artifactId>google-closure-library</artifactId>
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > <version>0.0-20190213-2033d5d9</version>
>> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52
>> > Carlos
>> > >     > Rovira
>> > >     > > <
>> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
>> > >     > > > > > > > >> > > > > > > > > > >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest
>> > one.
>> > > Used
>> > >     > the
>> > >     > > > > > closest
>> > >     > > > > > > > >> one in
>> > >     > > > > > > > >> > > > dates
>> > >     > > > > > > > >> > > > > > to
>> > >     > > > > > > > >> > > > > > > > the
>> > >     > > > > > > > >> > > > > > > > > > one
>> > >     > > > > > > > >> > > > > > > > > > >> in
>> > >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that
>> valid?
>> > > And how
>> > >     > > can
>> > >     > > > I
>> > >     > > > > > > ensure
>> > >     > > > > > > > >> > > > > > compatibility?
>> > >     > > > > > > > >> > > > > > > > > Where
>> > >     > > > > > > > >> > > > > > > > > > >> to
>> > >     > > > > > > > >> > > > > > > > > > >> > > check that?
>> > >     > > > > > > > >> > > > > > > > > > >> > > But what I really want
>> to
>> > do
>> > > is
>> > >     > > update
>> > >     > > > > > > > ANT/MAVEN
>> > >     > > > > > > > >> to
>> > >     > > > > > > > >> > > the
>> > >     > > > > > > > >> > > > > same
>> > >     > > > > > > > >> > > > > > > one
>> > >     > > > > > > > >> > > > > > > > > > that
>> > >     > > > > > > > >> > > > > > > > > > >> is
>> > >     > > > > > > > >> > > > > > > > > > >> > ok
>> > >     > > > > > > > >> > > > > > > > > > >> > > for all of us. We need
>> to
>> > > ensure
>> > >     > one
>> > >     > > > that
>> > >     > > > > > is
>> > >     > > > > > > > >> > available
>> > >     > > > > > > > >> > > > for
>> > >     > > > > > > > >> > > > > > > both.
>> > >     > > > > > > > >> > > > > > > > > > >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
>> > >     > > > > > > > >> > > > > > > > > > >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a
>> las
>> > > 2:41,
>> > >     > > Alex
>> > >     > > > > > Harui
>> > >     > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
>> > >     > > > > > > > >> > > > > > > > > > >> > >)
>> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
>> > >     > > > > > > > >> > > > > > > > > > >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > > You may not want the
>> > latest
>> > >     > closure
>> > >     > > > > > > library.
>> > >     > > > > > > > >> You
>> > >     > > > > > > > >> > > > > probably
>> > >     > > > > > > > >> > > > > > > > want
>> > >     > > > > > > > >> > > > > > > > > > one
>> > >     > > > > > > > >> > > > > > > > > > >> > that
>> > >     > > > > > > > >> > > > > > > > > > >> > > > is compatible with the
>> > > closure
>> > >     > > > > compiler.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
>> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM,
>> > > "Carlos
>> > >     > > > Rovira" <
>> > >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
>> > >     > > > > > > > >> > > > > > > > > > >> wrote:
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Josh discover that
>> > > there was
>> > >     > an
>> > >     > > > > > issue.
>> > >     > > > > > > If
>> > >     > > > > > > > >> we
>> > >     > > > > > > > >> > > have
>> > >     > > > > > > > >> > > > > > > > GOOG_HOME
>> > >     > > > > > > > >> > > > > > > > > > env
>> > >     > > > > > > > >> > > > > > > > > > >> var
>> > >     > > > > > > > >> > > > > > > > > > >> > > the
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     maven distribution
>> > > worked
>> > >     > > right,
>> > >     > > > > but
>> > >     > > > > > if
>> > >     > > > > > > > you
>> > >     > > > > > > > >> > > don't
>> > >     > > > > > > > >> > > > > > have,
>> > >     > > > > > > > >> > > > > > > > > > >> compilation
>> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     I have it in my
>> > system
>> > > while
>> > >     > > > > > developing
>> > >     > > > > > > > >> this.
>> > >     > > > > > > > >> > > So I
>> > >     > > > > > > > >> > > > > > just
>> > >     > > > > > > > >> > > > > > > > > fixed
>> > >     > > > > > > > >> > > > > > > > > > it
>> > >     > > > > > > > >> > > > > > > > > > >> > some
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     One thing:
>> There's no
>> > > maven
>> > >     > > > > artifact
>> > >     > > > > > > for
>> > >     > > > > > > > >> the
>> > >     > > > > > > > >> > > > > > > > closure-library
>> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
>> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT),
>> > next
>> > > one is
>> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
>> > >     > > > > > > > >> > > > > > so
>> > >     > > > > > > > >> > > > > > > we
>> > >     > > > > > > > >> > > > > > > > > > need
>> > >     > > > > > > > >> > > > > > > > > > >> to
>> > >     > > > > > > > >> > > > > > > > > > >> > > use
>> > >     > > > > > > > >> > > > > > > > > > >> > > > that
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     for maven (or
>> maybe I
>> > > was too
>> > >     > > bad
>> > >     > > > > > > trying
>> > >     > > > > > > > to
>> > >     > > > > > > > >> > find
>> > >     > > > > > > > >> > > > the
>> > >     > > > > > > > >> > > > > > > > > > >> corresponding
>> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if
>> > someone
>> > >     > knows,
>> > >     > > > > please
>> > >     > > > > > > let
>> > >     > > > > > > > >> me
>> > >     > > > > > > > >> > > > know!).
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade
>> > ANT
>> > > to
>> > >     > > > v20190213
>> > >     > > > > > > too?
>> > >     > > > > > > > >> From
>> > >     > > > > > > > >> > > now
>> > >     > > > > > > > >> > > > > on,
>> > >     > > > > > > > >> > > > > > we
>> > >     > > > > > > > >> > > > > > > > > > should
>> > >     > > > > > > > >> > > > > > > > > > >> > check
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     versions exists
>> for
>> > > ANT and
>> > >     > > MAVEN
>> > >     > > > > > > > >> artifacts.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
>> > >     > > > > > > > piotrzarzycki21@gmail.com
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >> > > let
>> > >     > > > > > > > >> > > > me
>> > >     > > > > > > > >> > > > > > > know
>> > >     > > > > > > > >> > > > > > > > if
>> > >     > > > > > > > >> > > > > > > > > > you
>> > >     > > > > > > > >> > > > > > > > > > >> > can
>> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     work with latest
>> > > changes just
>> > >     > > > done.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene.
>> 2020
>> > > a las
>> > >     > > > 17:53,
>> > >     > > > > > > Carlos
>> > >     > > > > > > > >> > Rovira
>> > >     > > > > > > > >> > > > (<
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> carlosrovira@apache.org
>> > >)
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're
>> using
>> > an
>> > > old
>> > >     > > > command,
>> > >     > > > > > > maven
>> > >     > > > > > > > >> was
>> > >     > > > > > > > >> > > > > > extremely
>> > >     > > > > > > > >> > > > > > > > > > >> simplified
>> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz
>> > > contribution 1
>> > >     > or
>> > >     > > 2
>> > >     > > > > > months
>> > >     > > > > > > > >> ago.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> 'generate.swf.swcs'
>> > > does
>> > >     > not
>> > >     > > > > > exists.
>> > >     > > > > > > > >> Check
>> > >     > > > > > > > >> > the
>> > >     > > > > > > > >> > > > > > > > > instructions
>> > >     > > > > > > > >> > > > > > > > > > I
>> > >     > > > > > > > >> > > > > > > > > > >> put
>> > >     > > > > > > > >> > > > > > > > > > >> > > or
>> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > the updated docs
>> > > here [1].
>> > >     > I
>> > >     > > > > > updated
>> > >     > > > > > > > that
>> > >     > > > > > > > >> > page
>> > >     > > > > > > > >> > > > to
>> > >     > > > > > > > >> > > > > > have
>> > >     > > > > > > > >> > > > > > > > all
>> > >     > > > > > > > >> > > > > > > > > > the
>> > >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with
>> > > Chris, to
>> > >     > > work
>> > >     > > > > > soon
>> > >     > > > > > > in
>> > >     > > > > > > > >> more
>> > >     > > > > > > > >> > > > > > > > improvements:
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
>> > > distribution
>> > >     > > for
>> > >     > > > > > > js-only
>> > >     > > > > > > > >> > (just
>> > >     > > > > > > > >> > > > > > removing
>> > >     > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > that now is
>> > required)
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have
>> > just
>> > > one
>> > >     > repo
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify
>> > release
>> > >     > process
>> > >     > > > > based
>> > >     > > > > > > on 2
>> > >     > > > > > > > >> (and
>> > >     > > > > > > > >> > > yes
>> > >     > > > > > > > >> > > > > > > having
>> > >     > > > > > > > >> > > > > > > > > ANT
>> > >     > > > > > > > >> > > > > > > > > > >> into
>> > >     > > > > > > > >> > > > > > > > > > >> > > > account)
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I will want to
>> > > release
>> > >     > every
>> > >     > > 1
>> > >     > > > > to 2
>> > >     > > > > > > > >> month.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> >
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > > > >
>> > >     > > > > > > > >> > > > > > > > >
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > > > > >
>> > >     > > > > > > > >> > > > > >
>> > >     > > > > > > > >> > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >> > >
>> > >     > > > > > > > >> >
>> > >     > > > > > > > >>
>> > >     > > > > > > >
>> > >     > > > > > >
>> > >     > > > > >
>> > >     > > > >
>> > >     > > >
>> > >     > >
>> > >     >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene.
>> > > 2020 a las
>> > >     > > > > 17:40,
>> > >     > > > > > > > Piotr
>> > >     > > > > > > > >> > > > Zarzycki
>> > >     > > > > > > > >> > > > > (<
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > > piotrzarzycki21@gmail.com
>> > >     > >)
>> > >     > > > > > > escribió:
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks
>> like
>> > it
>> > > my
>> > >     > > fault.
>> > >     > > > I
>> > >     > > > > > > didn't
>> > >     > > > > > > > >> > catch
>> > >     > > > > > > > >> > > up
>> > >     > > > > > > > >> > > > > > full
>> > >     > > > > > > > >> > > > > > > > > > >> > instruction.
>> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty
>> 2020 o
>> > > 17:29
>> > >     > > Piotr
>> > >     > > > > > > > Zarzycki
>> > >     > > > > > > > >> <
>> > >     > > > > > > > >> > > > > > > > > > >> > >
>> piotrzarzycki21@gmail.com>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm
>> running
>> > > this
>> > >     > [1]
>> > >     > > on
>> > >     > > > > my
>> > >     > > > > > > Mac
>> > >     > > > > > > > >> > > > > distribution
>> > >     > > > > > > > >> > > > > > is
>> > >     > > > > > > > >> > > > > > > > not
>> > >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is
>> > > being build
>> > >     > > > > > > > successfully,
>> > >     > > > > > > > >> > but
>> > >     > > > > > > > >> > > > > > without
>> > >     > > > > > > > >> > > > > > > > > > >> > distribution.
>> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have any
>> errors.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean
>> > > install
>> > >     > > > > > -DskipTests
>> > >     > > > > > > > >> > > > > -Drat.skip=true
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
>> > > -Dgenerate.swf.swcs=true
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >     > > > > > > > >> > > > > > > >
>> > >     > > > > > > > >> > > >
>> > >     > > > > > > > >>
>> > >     > > > > >
>> > >     >
>> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty
>> 2020
>> > > o 12:44
>> > >     > > > > Carlos
>> > >     > > > > > > > >> Rovira <
>> > >     > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this
>> does
>> > not
>> > >     > affect
>> > >     > > > FB,
>> > >     > > > > so
>> > >     > > > > > > > don't
>> > >     > > > > > > > >> > > worry
>> > >     > > > > > > > >> > > > > > about
>> > >     > > > > > > > >> > > > > > > > it.
>> > >     > > > > > > > >> > > > > > > > > > But
>> > >     > > > > > > > >> > > > > > > > > > >> we
>> > >     > > > > > > > >> > > > > > > > > > >> > > > hope you
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate
>> to
>> > > some
>> > >     > newer
>> > >     > > > IDE
>> > >     > > > > in
>> > >     > > > > > > the
>> > >     > > > > > > > >> > > future!
>> > >     > > > > > > > >> > > > ;)
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21
>> > ene.
>> > > 2020 a
>> > >     > > las
>> > >     > > > > > > 12:26,
>> > >     > > > > > > > >> > Antonis
>> > >     > > > > > > > >> > > > > > > Kalodimos
>> > >     > > > > > > > >> > > > > > > > > (<
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>> > >     > > > antonis.kalodimos@gmail.com
>> > >     > > > > >)
>> > >     > > > > > > > >> escribió:
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This
>> sounds
>> > > good news
>> > >     > > for
>> > >     > > > > > > someone
>> > >     > > > > > > > >> to
>> > >     > > > > > > > >> > be
>> > >     > > > > > > > >> > > > > > involved
>> > >     > > > > > > > >> > > > > > > > > with
>> > >     > > > > > > > >> > > > > > > > > > >> > royale.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i
>> > > someone of
>> > >     > you
>> > >     > > > who
>> > >     > > > > > > know
>> > >     > > > > > > > >> the
>> > >     > > > > > > > >> > > > > > > requirements
>> > >     > > > > > > > >> > > > > > > > > > don't
>> > >     > > > > > > > >> > > > > > > > > > >> > break
>> > >     > > > > > > > >> > > > > > > > > > >> > > > the
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability
>> to be
>> > > used
>> > >     > and
>> > >     > > in
>> > >     > > > > the
>> > >     > > > > > > > >> > > > flashbuilder.
>> > >     > > > > > > > >> > > > > > Even
>> > >     > > > > > > > >> > > > > > > > it
>> > >     > > > > > > > >> > > > > > > > > is
>> > >     > > > > > > > >> > > > > > > > > > >> old
>> > >     > > > > > > > >> > > > > > > > > > >> > > is a
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for
>> the
>> > > old
>> > >     > users
>> > >     > > > > that
>> > >     > > > > > > are
>> > >     > > > > > > > >> > > searching
>> > >     > > > > > > > >> > > > > > where
>> > >     > > > > > > > >> > > > > > > > to
>> > >     > > > > > > > >> > > > > > > > > > jump
>> > >     > > > > > > > >> > > > > > > > > > >> > for
>> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you,
>> > > continue
>> > >     > the
>> > >     > > > > great
>> > >     > > > > > > job
>> > >     > > > > > > > >> that
>> > >     > > > > > > > >> > > you
>> > >     > > > > > > > >> > > > > are
>> > >     > > > > > > > >> > > > > > > > > doing.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί,
>> 21
>> > > Ιαν 2020
>> > >     > > > στις
>> > >     > > > > > 1:15
>> > >     > > > > > > > >> μ.μ.,
>> > >     > > > > > > > >> > > ο/η
>> > >     > > > > > > > >> > > > > > Piotr
>> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>> > >     > > > piotrzarzycki21@gmail.com>
>> > >     > > > > > > > έγραψε:
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi
>> Carlos,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> Congrats!
>> > > Could you
>> > >     > > > > provide
>> > >     > > > > > > on
>> > >     > > > > > > > >> > mailing
>> > >     > > > > > > > >> > > > > list
>> > >     > > > > > > > >> > > > > > > > > command
>> > >     > > > > > > > >> > > > > > > > > > to
>> > >     > > > > > > > >> > > > > > > > > > >> > > build
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> framework
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> > > distribution, so
>> > >     > > users
>> > >     > > > > > could
>> > >     > > > > > > > know
>> > >     > > > > > > > >> > how
>> > >     > > > > > > > >> > > to
>> > >     > > > > > > > >> > > > > do
>> > >     > > > > > > > >> > > > > > > > that.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21
>> sty
>> > > 2020 o
>> > >     > > > 12:12
>> > >     > > > > > > Carlos
>> > >     > > > > > > > >> > > Rovira <
>> > >     > > > > > > > >> > > > > > > > > > >> > > >
>> carlosrovira@apache.org>
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> napisał(a):
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just
>> > fixed
>> > > the
>> > >     > > maven
>> > >     > > > > > > > >> distribution,
>> > >     > > > > > > > >> > > and
>> > >     > > > > > > > >> > > > > now
>> > >     > > > > > > > >> > > > > > > it
>> > >     > > > > > > > >> > > > > > > > > > >> creates a
>> > >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be
>> used
>> > > with
>> > >     > IDEs.
>> > >     > > I
>> > >     > > > > > think
>> > >     > > > > > > > this
>> > >     > > > > > > > >> > is a
>> > >     > > > > > > > >> > > > > long
>> > >     > > > > > > > >> > > > > > > > > awaited
>> > >     > > > > > > > >> > > > > > > > > > >> fix.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So
>> with
>> > > the new
>> > >     > > maven
>> > >     > > > > > > > >> distribution
>> > >     > > > > > > > >> > > the
>> > >     > > > > > > > >> > > > > > > > generated
>> > >     > > > > > > > >> > > > > > > > > > SDK
>> > >     > > > > > > > >> > > > > > > > > > >> > > > allows you
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code
>> > > intelligence
>> > >     > > and
>> > >     > > > > > IDEs
>> > >     > > > > > > > can
>> > >     > > > > > > > >> > find
>> > >     > > > > > > > >> > > > > > > compilers
>> > >     > > > > > > > >> > > > > > > > > and
>> > >     > > > > > > > >> > > > > > > > > > >> use
>> > >     > > > > > > > >> > > > > > > > > > >> > it
>> > >     > > > > > > > >> > > > > > > > > > >> > > > to get a
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> > > compilation. I
>> > >     > > tried
>> > >     > > > > only
>> > >     > > > > > > > >> VSCode
>> > >     > > > > > > > >> > > with
>> > >     > > > > > > > >> > > > > Josh
>> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
>> > >     > > > > > > > >> > > > > > > > > > >> > > > extension,
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using
>> > > Moonshine
>> > >     > can
>> > >     > > > > > provide
>> > >     > > > > > > > >> > > feedback.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> > > Additionally you
>> > >     > > get
>> > >     > > > > the
>> > >     > > > > > > > normal
>> > >     > > > > > > > >> > > maven
>> > >     > > > > > > > >> > > > > way
>> > >     > > > > > > > >> > > > > > of
>> > >     > > > > > > > >> > > > > > > > > build
>> > >     > > > > > > > >> > > > > > > > > > >> with
>> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will
>> be
>> > > more near
>> > >     > > to
>> > >     > > > > your
>> > >     > > > > > > > >> deploy
>> > >     > > > > > > > >> > > > needs.
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So
>> people
>> > > using
>> > >     > > Maven
>> > >     > > > > > does
>> > >     > > > > > > > not
>> > >     > > > > > > > >> > need
>> > >     > > > > > > > >> > > to
>> > >     > > > > > > > >> > > > > use
>> > >     > > > > > > > >> > > > > > > ANT
>> > >     > > > > > > > >> > > > > > > > > > >> anymore
>> > >     > > > > > > > >> > > > > > > > > > >> > to
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
>> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
>> > >     > > > > > > > >> > > > > > > > > > >>
>> > >
>> > >
>> > >
>> >
>> > --
>> > Carlos Rovira
>> > http://about.me/carlosrovira
>> >
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Ok Josh,
understood, will take into account as I check what's going on with latest
fails
thanks

El lun., 10 feb. 2020 a las 17:16, Josh Tynjala (<jo...@bowlerhat.dev>)
escribió:

> VSCode happens to run the JAR files directly with Java, and doesn't run
> anything in js/bin. If the contents of js/bin do not have the correct
> exectuable permissions, it wouldn't affect VSCode. However, fixing those
> permissions would still be a problem that should be addressed to have a
> proper distribution. Moonshine is not doing anything out of the ordinary by
> running js/bin/mxmlc (and that's what someone compiling from the command
> line without Maven or Ant would use too). If anything, it's VSCode that is
> not doing things in the ordinary way.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi,
> >
> > @Piotr Zarzycki <pi...@gmail.com> I was over the big button to
> > nightly builds, since you told me to download that. So from the big
> button
> > I choosed "other downloads" and choosed non sandbox one. Both url goes to
> > the same link: Moonshine_Signed_NonSandbox.pkg
> > <
> >
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> > >
> > 07-Feb-2020 21:11 156571205
> >
> > About the permissions: My guess is that is something related to
> Moonshine,
> > not to user or maven, since VSCode is dealing with the same SDK without
> > complain. I can give permissions to try this, but I suggest the moonshine
> > team could look to how VSCode work with user files and mimic that to
> > avoid this kind of problem.
> >
> > Thanks
> >
> >
> > El lun., 10 feb. 2020 a las 5:50, Alex Harui (<aharui@adobe.com.invalid
> >)
> > escribió:
> >
> > > IMO, the Maven commands that build the Distribution SDK should change
> the
> > > permissions.
> > >
> > > My 2 cents,
> > > -Alex
> > >
> > > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com>
> > wrote:
> > >
> > >     Permission to "mxmlc" file in SDK. - You have to add permission for
> > > usage
> > >     manually to that file.
> > >
> > >     I will explain you more on Monday if you won't figure it out your
> > self,
> > >     what is all about.
> > >
> > >     You can literally paste in Google last sentence from stack trace
> > error
> > > and
> > >     add: How to add permission to file on Mac.
> > >
> > >
> > >
> > >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <
> carlosrovira@apache.org>
> > > wrote:
> > >
> > >     > Hi Piotr,
> > >     >
> > >     > but what kind of permission? to the moonshine executable?
> > >     >
> > >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
> > >     > piotrzarzycki21@gmail.com>)
> > >     > escribió:
> > >     >
> > >     > > If you are using your own SDK (not downloaded trough Moonshine
> > > getting
> > >     > > started) you have to add permission to mxmlc file. There is a
> > > command on
> > >     > > Mac chmod - try to search using that command on a Google.
> > >     > >
> > >     > > Thanks,
> > >     > > Piotr
> > >     > >
> > >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
> > > carlosrovira@apache.org>
> > >     > > wrote:
> > >     > >
> > >     > > > Hi,
> > >     > > >
> > >     > > > I installed latest Moonshine nightly. After configuring
> initial
> > > things
> > >     > > > loaded TDJ project. I'm getting Permission denied:
> > >     > > >
> > >     > > > : Moonshine IDE™ 2.5.0
> > >     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
> > >     > > > : Source code is under Apache License, Version 2.0
> > >     > > > :
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> > >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks
> > (Apache
> > >     > License
> > >     > > > 2.0), NativeApplicationUpdater (LGPL)
> > >     > > > : Running on Adobe AIR 28.0.0.125
> > >     > > > : Compiling TourDeJewel
> > >     > > > : SDK path:
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > >     > > > : Sending to mxmlx: export
> > >     > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > >     > > >
> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > >     > &&
> > >     > > > export
> > >     > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > >     > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" &&
> export
> > >     > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > >     > > >
> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > >     > > > -load-config+=obj/TourDeJewelConfig.xml
> > >     > > >
> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > >     > > >
> > > -html-template=src/main/resources/jewel-example-index-template.html
> > >     > > > -js-dynamic-access-unknown-members=true
> > > -compiler.targets=JSRoyale
> > >     > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > >     > > > : /bin/bash:
> > >     > > >
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > >     > > > Permission denied
> > >     > > >
> > >     > > > How can I fix it?
> > >     > > >
> > >     > > > Thanks
> > >     > > >
> > >     > > >
> > >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> > >     > > joshtynjala@bowlerhat.dev
> > >     > > > >)
> > >     > > > escribió:
> > >     > > >
> > >     > > > > Yeah, I don't see why Moonshine is reporting those errors,
> > but
> > > VSCode
> > >     > > > does
> > >     > > > > not. If royale-config.xml is referencing SWCs that don't
> > > exist, that
> > >     > > > should
> > >     > > > > affect both IDEs.
> > >     > > > >
> > >     > > > > Regardless, like you explained, the same issue should
> > > reproduce when
> > >     > > > > compiling from a terminal without Moonshine.
> > >     > > > >
> > >     > > > > --
> > >     > > > > Josh Tynjala
> > >     > > > > Bowler Hat LLC <
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > >
> > >     > > > >
> > >     > > > >
> > >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> > >     > > piotrzarzycki21@gmail.com
> > >     > > > >
> > >     > > > > wrote:
> > >     > > > >
> > >     > > > > > Hi Carlos,
> > >     > > > > >
> > >     > > > > > Yeah it would be pretty great if you could setup
> Moonshine,
> > > but you
> > >     > > > don't
> > >     > > > > > have to do that actually to reproduce the issue. Command
> > > which I
> > >     > have
> > >     > > > > > pasted in this thread can be copy and used in Terminal
> with
> > > small
> > >     > > path
> > >     > > > > > adjustment. Try it on any project you have using
> > > distribution build
> > >     > > and
> > >     > > > > for
> > >     > > > > > sure you will get the error.
> > >     > > > > >
> > >     > > > > > In case of Moonshine we have freez code for commits and
> > > prepare for
> > >     > > > > > release, we have some internal problems with bamboo
> build -
> > > if it
> > >     > > will
> > >     > > > > get
> > >     > > > > > resolved we should have release early next week. You can
> > > always try
> > >     > > > > Nightly
> > >     > > > > > build.
> > >     > > > > >
> > >     > > > > > I'm really surprised that VSCode do not throwing the same
> > > error -
> > >     > > What
> > >     > > > > > could be the case Josh? The only difference is that we
> are
> > > using
> > >     > > mxmlc
> > >     > > > > file
> > >     > > > > > and VSCode is probably using jar file, but
> playerglobal.swc
> > > doesn't
> > >     > > > > exists
> > >     > > > > > so both should report same issue.
> > >     > > > > >
> > >     > > > > > Thanks,
> > >     > > > > > Piotr
> > >     > > > > >
> > >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
> > > carlosrovira@apache.org>
> > >     > > > > > napisał(a):
> > >     > > > > >
> > >     > > > > > > Hi Piotr,
> > >     > > > > > >
> > >     > > > > > > so I think you're a bit closer (not farther ;)), since
> > > compiler
> > >     > was
> > >     > > > > > found.
> > >     > > > > > > Now is a matter to find what's missing.
> > >     > > > > > > What's curious for me is VSCode recognizes but
> Moonshine
> > > not. I
> > >     > > think
> > >     > > > > the
> > >     > > > > > > problem is each IDE is looking at different things to
> > > match a
> > >     > valid
> > >     > > > > SDK,
> > >     > > > > > > and maybe even we could be setting duplicate artifacts
> in
> > > the SDK
> > >     > > so
> > >     > > > > > VSCode
> > >     > > > > > > finds all but Moonshine not.
> > >     > > > > > > I'll be setup Moonshine as I have time to try it.
> > >     > > > > > > I think you plan to launch a new one soon right?
> should I
> > > wait
> > >     > for
> > >     > > > it?
> > >     > > > > > >
> > >     > > > > > > Thanks
> > >     > > > > > >
> > >     > > > > > >
> > >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > >     > > > > > > piotrzarzycki21@gmail.com>)
> > >     > > > > > > escribió:
> > >     > > > > > >
> > >     > > > > > > > Hi Carlos,
> > >     > > > > > > >
> > >     > > > > > > > I just tried your changes and I'm a bit farther. Now
> > I'm
> > >     > getting
> > >     > > > > > > following
> > >     > > > > > > > errors. It's throwing that errors cause in JS only
> > > binaries
> > >     > > > prepared
> > >     > > > > by
> > >     > > > > > > ant
> > >     > > > > > > > we have in following location
> > >     > > > > > > >
> > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > > fake
> > >     > > > > > > > playerglobal.swc, so distribution should probably
> have
> > > the
> > >     > same.
> > >     > > > > > > >
> > >     > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > >     > > > > > > > >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >     > > > -debug=true
> > >     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
> > >     > > > > > > > >
> > >     > > > >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > >     > > > > > > > > : Using Royale Compiler codebase:
> > >     > > > > > > > >
> > >     > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > > > > > > > > : Using Royale SDK:
> > >     > > > > > > > >
> > >     > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > > > > > > > > : MXMLJSC
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > >     > > > > > > > > :
> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >     > > > > > > > > : -debug=true
> > >     > > > > > > > > : -source-map=true
> > >     > > > > > > > > : -compiler.targets=JSRoyale
> > >     > > > > > > > > :
> > >     > > > >
> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > (line: 74)
> > >     > > > > > > > > :       </external-library-path>
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > (line: 81)
> > >     > > > > > > > > :       </js-external-library-path>
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > (line: 81)
> > >     > > > > > > > > :       </js-external-library-path>
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > >     > > > > > > > > col: 0 Error: unable to open
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > >     > > > > > > > > :
> > >     > > > > > > > >
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > >     > > > > > > > > (line: 99)
> > >     > > > > > > > > :       </library-path>
> > >     > > > > > > > > : 1.034449561 seconds
> > >     > > > > > > >
> > >     > > > > > > >
> > >     > > > > > > > Thanks,
> > >     > > > > > > > Piotr
> > >     > > > > > > >
> > >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
> > >     > carlosrovira@apache.org>
> > >     > > > > > > > napisał(a):
> > >     > > > > > > >
> > >     > > > > > > > > Thanks Josh for pointing that out I think I got it.
> > >     > > > > > > > >
> > >     > > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please
> > > try with
> > >     > my
> > >     > > > > > latest
> > >     > > > > > > > > commit. I couldn't test myself, but I think it
> should
> > > work
> > >     > now
> > >     > > > for
> > >     > > > > > > > > Moonshine.
> > >     > > > > > > > > VSCode still work with this changes.
> > >     > > > > > > > >
> > >     > > > > > > > > Thanks
> > >     > > > > > > > >
> > >     > > > > > > > > Carlos
> > >     > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > > >
> > >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > >     > > > > > > > joshtynjala@bowlerhat.dev>)
> > >     > > > > > > > > escribió:
> > >     > > > > > > > >
> > >     > > > > > > > >> If I had to guess, this classpath is wrong:
> > >     > > > > > > > >>
> > >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
> > >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > >     > > > > > > > >> Class-Path>
> > >     > > > > > > > >>
> > >     > > > > > > > >>
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> > >     > > > > > > > >>
> > >     > > > > > > > >> I think that the names of those JAR files all
> > include
> > > a
> > >     > > version
> > >     > > > > > number
> > >     > > > > > > > in
> > >     > > > > > > > >> the Maven distribution.
> > >     > > > > > > > >>
> > >     > > > > > > > >> --
> > >     > > > > > > > >> Josh Tynjala
> > >     > > > > > > > >> Bowler Hat LLC <
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > >
> > >     > > > > > > > >>
> > >     > > > > > > > >>
> > >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > >     > > > > > > carlosrovira@apache.org>
> > >     > > > > > > > >> wrote:
> > >     > > > > > > > >>
> > >     > > > > > > > >> > ok didn't notice.
> > >     > > > > > > > >> > So maybe is a classpath problem?
> > >     > > > > > > > >> > It's clear that VSCode goes to the same place
> and
> > > find it
> > >     > > > since
> > >     > > > > > > mxmlc
> > >     > > > > > > > >> is a
> > >     > > > > > > > >> > dummy jar that has exactly that class, but
> > > Moonshine goes
> > >     > > and
> > >     > > > > > didn't
> > >     > > > > > > > >> find
> > >     > > > > > > > >> > it.
> > >     > > > > > > > >> > If not any clue what could be happening?
> > >     > > > > > > > >> > Thanks
> > >     > > > > > > > >> >
> > >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki
> > (<
> > >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
> > >     > > > > > > > >> > escribió:
> > >     > > > > > > > >> >
> > >     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in
> > place.
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > >     > > > > joshtynjala@bowlerhat.dev
> > >     > > > > > >
> > >     > > > > > > > >> > > napisał(a):
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> > > > You can see from the output that Moonshine
> is
> > > calling
> > >     > > the
> > >     > > > > > > command
> > >     > > > > > > > >> line
> > >     > > > > > > > >> > > > scripts in js/bin.
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > > > --
> > >     > > > > > > > >> > > > Josh Tynjala
> > >     > > > > > > > >> > > > Bowler Hat LLC <
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos
> Rovira <
> > >     > > > > > > > >> carlosrovira@apache.org>
> > >     > > > > > > > >> > > > wrote:
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > Hi Piotr,
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > > > That was a problem I had with VSCode when
> > > started to
> > >     > > > work
> > >     > > > > on
> > >     > > > > > > fix
> > >     > > > > > > > >> SDK
> > >     > > > > > > > >> > > for
> > >     > > > > > > > >> > > > > IDE.
> > >     > > > > > > > >> > > > > Josh told me that VSCode tries to find
> that
> > > class in
> > >     > > > > > > > >> > /js/lib/mxmlc.jar
> > >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > > > Maybe Moonshine is looking in other path?
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > > > Thanks
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr
> > > Zarzycki (<
> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > >     > > > > > > > >> > > > > escribió:
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > > > > Hi Carlos,
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > > > I have build on my Mac SDK and tried in
> > > Nightly
> > >     > > Build
> > >     > > > of
> > >     > > > > > > > >> > Moonshine. I
> > >     > > > > > > > >> > > > > > cannot build Hello World. I'm getting
> > > following
> > >     > > error:
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> >
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > >     > > > > > > > >> > > > > >
> > >     > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >     > > > > > > > >> -debug=true
> > >     > > > > > > > >> > > > > > -source-map=true
> > -compiler.targets=JSRoyale
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> >
> > >     > > > > > >
> > >     > >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > >     > > > > > > > >> > > > > > : Using Royale Compiler codebase:
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >>
> > >     > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > > > > > > > >> > > > > > : Using Royale SDK:
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >>
> > >     > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >     > > > > > > > >> > > > > > : Error: Could not find or load main
> class
> > >     > > > > > > > >> > > > > >
> org.apache.royale.compiler.clients.MXMLJSC
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira
> <
> > >     > > > > > > > >> carlosrovira@apache.org>
> > >     > > > > > > > >> > > > > > napisał(a):
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > > > > Hi Piotr,
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > > > right, are simplified too and does not
> > > have any
> > >     > > > > profile
> > >     > > > > > or
> > >     > > > > > > > >> > > variable.
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > > > "-U clean install" is standard maven
> > > commands,
> > >     > > > nothing
> > >     > > > > > to
> > >     > > > > > > do
> > >     > > > > > > > >> with
> > >     > > > > > > > >> > > us
> > >     > > > > > > > >> > > > in
> > >     > > > > > > > >> > > > > > > particular, so you can left that
> > >     > > > > > > > >> > > > > > > "-P main,utils" are not needed
> anymore,
> > > since
> > >     > now
> > >     > > > > > there's
> > >     > > > > > > no
> > >     > > > > > > > >> > > > > > > differentiation between a "first
> build"
> > > against
> > >     > > rest
> > >     > > > > of
> > >     > > > > > > > >> builds.
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32,
> Piotr
> > >     > Zarzycki
> > >     > > (<
> > >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > > > > Hi Carlos,
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > > > Builds for framework is updated.
> What
> > > about
> > >     > > > compiler
> > >     > > > > > and
> > >     > > > > > > > >> > > typedefs ?
> > >     > > > > > > > >> > > > > For
> > >     > > > > > > > >> > > > > > > > compiler on the server we have:
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > > > -U clean install
> > >     > > > > > > > >> > > > > > > > -P -main,utils
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > > > It looks like that those profiles
> also
> > >     > > deprecated
> > >     > > > -
> > >     > > > > > can
> > >     > > > > > > > you
> > >     > > > > > > > >> > > > confirm ?
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > > > Thanks,
> > >     > > > > > > > >> > > > > > > > Piotr
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos
> > Rovira <
> > >     > > > > > > > >> > carlosrovira@apache.org>
> > >     > > > > > > > >> > > > > > > > napisał(a):
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > > > > Hi Piotr,
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > it surprise me that due all the
> > > changes done
> > >     > > in
> > >     > > > > > maven
> > >     > > > > > > > >> > > builds.a.o
> > >     > > > > > > > >> > > > > was
> > >     > > > > > > > >> > > > > > > not
> > >     > > > > > > > >> > > > > > > > > failing. I've even didn't repare
> > that
> > > will
> > >     > > need
> > >     > > > to
> > >     > > > > > be
> > >     > > > > > > > >> > updated.
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > These profiles does not exist
> > anymore:
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > >
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > >
> > >     > > >
> > >     >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > Here's the updated doc for maven
> > > simplified
> > >     > > [1]
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > In sort:
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven
> now
> > > is
> > >     > > > > > > > >> FLASHPLAYER_DEBUGGER
> > >     > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is
> now
> > > more
> > >     > > > reliable
> > >     > > > > > > > >> (something
> > >     > > > > > > > >> > > that
> > >     > > > > > > > >> > > > > > was a
> > >     > > > > > > > >> > > > > > > > > real headache)
> > >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
> > >     > > > > > > > >> > > > > > > > >    - option-with-swf
> > >     > > > > > > > >> > > > > > > > >    - with-examples
> > >     > > > > > > > >> > > > > > > > >    - with-distribution
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use
> > this
> > >     > > profiles?
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > [1]
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> >
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40,
> > > Piotr
> > >     > > > Zarzycki
> > >     > > > > (<
> > >     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>)
> > escribió:
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > Carlos,
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > What has change more in case of
> > > Maven
> > >     > build
> > >     > > > for
> > >     > > > > > > > >> framework?
> > >     > > > > > > > >> > On
> > >     > > > > > > > >> > > > > > > > builds.a.o
> > >     > > > > > > > >> > > > > > > > > we
> > >     > > > > > > > >> > > > > > > > > > have following command which
> > running
> > >     > > > > royale-asjs.
> > >     > > > > > It
> > >     > > > > > > > >> looks
> > >     > > > > > > > >> > > like
> > >     > > > > > > > >> > > > > > > > something
> > >     > > > > > > > >> > > > > > > > > > is missing, cause I have removed
> > > locally
> > >     > my
> > >     > > > > > > > >> > org.apache.royale
> > >     > > > > > > > >> > > > > > folder
> > >     > > > > > > > >> > > > > > > > from
> > >     > > > > > > > >> > > > > > > > > > .m2 and start building PureMVC
> to
> > > swc.
> > >     > [1] -
> > >     > > > It
> > >     > > > > > > throws
> > >     > > > > > > > >> > > > exception
> > >     > > > > > > > >> > > > > > now.
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > Could not resolve dependencies
> for
> > > project
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >>
> > >     > > > > >
> > >     > >
> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > >     > > > > > > > >> > > > > > > > > > Failure to find
> > >     > > > > > > > >> > > > > > >
> > >     > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > >     > > > > > > > >> > > > > > > > > in
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> >
> > >     > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
> > >     > > > > > > > >> > > > was
> > >     > > > > > > > >> > > > > > > > cached
> > >     > > > > > > > >> > > > > > > > > in
> > >     > > > > > > > >> > > > > > > > > > the local repository, resolution
> > > will not
> > >     > be
> > >     > > > > > > > reattempted
> > >     > > > > > > > >> > > until
> > >     > > > > > > > >> > > > > the
> > >     > > > > > > > >> > > > > > > > update
> > >     > > > > > > > >> > > > > > > > > > interval of apache-snapshots has
> > > elapsed
> > >     > or
> > >     > > > > > updates
> > >     > > > > > > > are
> > >     > > > > > > > >> > > forced
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > Above means that it probably
> > doesn't
> > >     > exists
> > >     > > in
> > >     > > > > > > Apache
> > >     > > > > > > > >> Maven
> > >     > > > > > > > >> > > > > > > central...
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > -U
> > >     > > > > > > > >> > > > > > > > > > clean
> > >     > > > > > > > >> > > > > > > > > > deploy
> > >     > > > > > > > >> > > > > > > > > > -P
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> >
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> >
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> >
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > [1]
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> >
> > >     > > > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > Thanks,
> > >     > > > > > > > >> > > > > > > > > > Piotr
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr
> > > Zarzycki <
> > >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > > > > > > napisał(a):
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether
> > > someone
> > >     > > > actually
> > >     > > > > > know
> > >     > > > > > > > >> what
> > >     > > > > > > > >> > is
> > >     > > > > > > > >> > > > the
> > >     > > > > > > > >> > > > > > > > version.
> > >     > > > > > > > >> > > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27
> Carlos
> > > Rovira <
> > >     > > > > > > > >> > > > > carlosrovira@apache.org>
> > >     > > > > > > > >> > > > > > > > > > > napisał(a):
> > >     > > > > > > > >> > > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > > > > >> I explained in this thread
> > that I
> > >     > > couldn't
> > >     > > > > find
> > >     > > > > > > in
> > >     > > > > > > > >> maven
> > >     > > > > > > > >> > > the
> > >     > > > > > > > >> > > > > > same
> > >     > > > > > > > >> > > > > > > > > exact
> > >     > > > > > > > >> > > > > > > > > > >> version that ANT one, I put
> the
> > > closest
> > >     > > in
> > >     > > > > date
> > >     > > > > > > > >> > available
> > >     > > > > > > > >> > > > from
> > >     > > > > > > > >> > > > > > > maven
> > >     > > > > > > > >> > > > > > > > > > >> I proposed as well if we can
> > > upgrade
> > >     > > > > ANT/MAVEN
> > >     > > > > > to
> > >     > > > > > > > the
> > >     > > > > > > > >> > same
> > >     > > > > > > > >> > > > one
> > >     > > > > > > > >> > > > > > > that
> > >     > > > > > > > >> > > > > > > > > > works.
> > >     > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I
> > fail
> > > in the
> > >     > > > > search
> > >     > > > > > > and
> > >     > > > > > > > >> the
> > >     > > > > > > > >> > > > version
> > >     > > > > > > > >> > > > > > > could
> > >     > > > > > > > >> > > > > > > > > > >> exists, in that case hope
> other
> > > can
> > >     > > > indicate
> > >     > > > > > the
> > >     > > > > > > > >> maven
> > >     > > > > > > > >> > > > > > descriptor
> > >     > > > > > > > >> > > > > > > to
> > >     > > > > > > > >> > > > > > > > > > >> update
> > >     > > > > > > > >> > > > > > > > > > >> it.
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > > > > >> thanks
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las
> > > 12:11,
> > >     > Piotr
> > >     > > > > > Zarzycki
> > >     > > > > > > > (<
> > >     > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>)
> > > escribió:
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly
> > the
> > > same
> > >     > > > > version ?
> > >     > > > > > > > Maybe
> > >     > > > > > > > >> > this
> > >     > > > > > > > >> > > > is
> > >     > > > > > > > >> > > > > > the
> > >     > > > > > > > >> > > > > > > > > reason
> > >     > > > > > > > >> > > > > > > > > > >> why
> > >     > > > > > > > >> > > > > > > > > > >> > my application is failing.
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > <groupId>com.google.javascript</groupId>
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > <artifactId>closure-compiler</artifactId>
> > >     > > > > > > > >> > > > > > > > > > >> >
> <version>v20181210</version>
> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
> > >     > > > > > > > >> > > > > > > > > > >> > <dependency>
> > >     > > > > > > > >> > > > > > > > > > >> >
> > <groupId>org.clojure</groupId>
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > > > > <artifactId>google-closure-library</artifactId>
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > <version>0.0-20190213-2033d5d9</version>
> > >     > > > > > > > >> > > > > > > > > > >> > </dependency>
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52
> > Carlos
> > >     > Rovira
> > >     > > <
> > >     > > > > > > > >> > > > > > carlosrovira@apache.org
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
> > >     > > > > > > > >> > > > > > > > > > >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest
> > one.
> > > Used
> > >     > the
> > >     > > > > > closest
> > >     > > > > > > > >> one in
> > >     > > > > > > > >> > > > dates
> > >     > > > > > > > >> > > > > > to
> > >     > > > > > > > >> > > > > > > > the
> > >     > > > > > > > >> > > > > > > > > > one
> > >     > > > > > > > >> > > > > > > > > > >> in
> > >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that
> valid?
> > > And how
> > >     > > can
> > >     > > > I
> > >     > > > > > > ensure
> > >     > > > > > > > >> > > > > > compatibility?
> > >     > > > > > > > >> > > > > > > > > Where
> > >     > > > > > > > >> > > > > > > > > > >> to
> > >     > > > > > > > >> > > > > > > > > > >> > > check that?
> > >     > > > > > > > >> > > > > > > > > > >> > > But what I really want to
> > do
> > > is
> > >     > > update
> > >     > > > > > > > ANT/MAVEN
> > >     > > > > > > > >> to
> > >     > > > > > > > >> > > the
> > >     > > > > > > > >> > > > > same
> > >     > > > > > > > >> > > > > > > one
> > >     > > > > > > > >> > > > > > > > > > that
> > >     > > > > > > > >> > > > > > > > > > >> is
> > >     > > > > > > > >> > > > > > > > > > >> > ok
> > >     > > > > > > > >> > > > > > > > > > >> > > for all of us. We need to
> > > ensure
> > >     > one
> > >     > > > that
> > >     > > > > > is
> > >     > > > > > > > >> > available
> > >     > > > > > > > >> > > > for
> > >     > > > > > > > >> > > > > > > both.
> > >     > > > > > > > >> > > > > > > > > > >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > thanks
> > >     > > > > > > > >> > > > > > > > > > >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a
> las
> > > 2:41,
> > >     > > Alex
> > >     > > > > > Harui
> > >     > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > >     > > > > > > > >> > > > > > > > > > >> > >)
> > >     > > > > > > > >> > > > > > > > > > >> > > escribió:
> > >     > > > > > > > >> > > > > > > > > > >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > > You may not want the
> > latest
> > >     > closure
> > >     > > > > > > library.
> > >     > > > > > > > >> You
> > >     > > > > > > > >> > > > > probably
> > >     > > > > > > > >> > > > > > > > want
> > >     > > > > > > > >> > > > > > > > > > one
> > >     > > > > > > > >> > > > > > > > > > >> > that
> > >     > > > > > > > >> > > > > > > > > > >> > > > is compatible with the
> > > closure
> > >     > > > > compiler.
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
> > >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM,
> > > "Carlos
> > >     > > > Rovira" <
> > >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
> > >     > > > > > > > >> > > > > > > > > > >> wrote:
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     Josh discover that
> > > there was
> > >     > an
> > >     > > > > > issue.
> > >     > > > > > > If
> > >     > > > > > > > >> we
> > >     > > > > > > > >> > > have
> > >     > > > > > > > >> > > > > > > > GOOG_HOME
> > >     > > > > > > > >> > > > > > > > > > env
> > >     > > > > > > > >> > > > > > > > > > >> var
> > >     > > > > > > > >> > > > > > > > > > >> > > the
> > >     > > > > > > > >> > > > > > > > > > >> > > >     maven distribution
> > > worked
> > >     > > right,
> > >     > > > > but
> > >     > > > > > if
> > >     > > > > > > > you
> > >     > > > > > > > >> > > don't
> > >     > > > > > > > >> > > > > > have,
> > >     > > > > > > > >> > > > > > > > > > >> compilation
> > >     > > > > > > > >> > > > > > > > > > >> > > > fails.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     I have it in my
> > system
> > > while
> > >     > > > > > developing
> > >     > > > > > > > >> this.
> > >     > > > > > > > >> > > So I
> > >     > > > > > > > >> > > > > > just
> > >     > > > > > > > >> > > > > > > > > fixed
> > >     > > > > > > > >> > > > > > > > > > it
> > >     > > > > > > > >> > > > > > > > > > >> > some
> > >     > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     One thing: There's
> no
> > > maven
> > >     > > > > artifact
> > >     > > > > > > for
> > >     > > > > > > > >> the
> > >     > > > > > > > >> > > > > > > > closure-library
> > >     > > > > > > > >> > > > > > > > > > >> > > v20180910
> > >     > > > > > > > >> > > > > > > > > > >> > > > (the
> > >     > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT),
> > next
> > > one is
> > >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
> > >     > > > > > > > >> > > > > > so
> > >     > > > > > > > >> > > > > > > we
> > >     > > > > > > > >> > > > > > > > > > need
> > >     > > > > > > > >> > > > > > > > > > >> to
> > >     > > > > > > > >> > > > > > > > > > >> > > use
> > >     > > > > > > > >> > > > > > > > > > >> > > > that
> > >     > > > > > > > >> > > > > > > > > > >> > > >     for maven (or
> maybe I
> > > was too
> > >     > > bad
> > >     > > > > > > trying
> > >     > > > > > > > to
> > >     > > > > > > > >> > find
> > >     > > > > > > > >> > > > the
> > >     > > > > > > > >> > > > > > > > > > >> corresponding
> > >     > > > > > > > >> > > > > > > > > > >> > > > maven
> > >     > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if
> > someone
> > >     > knows,
> > >     > > > > please
> > >     > > > > > > let
> > >     > > > > > > > >> me
> > >     > > > > > > > >> > > > know!).
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade
> > ANT
> > > to
> > >     > > > v20190213
> > >     > > > > > > too?
> > >     > > > > > > > >> From
> > >     > > > > > > > >> > > now
> > >     > > > > > > > >> > > > > on,
> > >     > > > > > > > >> > > > > > we
> > >     > > > > > > > >> > > > > > > > > > should
> > >     > > > > > > > >> > > > > > > > > > >> > check
> > >     > > > > > > > >> > > > > > > > > > >> > > >     versions exists for
> > > ANT and
> > >     > > MAVEN
> > >     > > > > > > > >> artifacts.
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > >     > > > > > > > piotrzarzycki21@gmail.com
> > >     > > > > > > > >> >
> > >     > > > > > > > >> > > let
> > >     > > > > > > > >> > > > me
> > >     > > > > > > > >> > > > > > > know
> > >     > > > > > > > >> > > > > > > > if
> > >     > > > > > > > >> > > > > > > > > > you
> > >     > > > > > > > >> > > > > > > > > > >> > can
> > >     > > > > > > > >> > > > > > > > > > >> > > > get it
> > >     > > > > > > > >> > > > > > > > > > >> > > >     work with latest
> > > changes just
> > >     > > > done.
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene.
> 2020
> > > a las
> > >     > > > 17:53,
> > >     > > > > > > Carlos
> > >     > > > > > > > >> > Rovira
> > >     > > > > > > > >> > > > (<
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> carlosrovira@apache.org
> > >)
> > >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using
> > an
> > > old
> > >     > > > command,
> > >     > > > > > > maven
> > >     > > > > > > > >> was
> > >     > > > > > > > >> > > > > > extremely
> > >     > > > > > > > >> > > > > > > > > > >> simplified
> > >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz
> > > contribution 1
> > >     > or
> > >     > > 2
> > >     > > > > > months
> > >     > > > > > > > >> ago.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> 'generate.swf.swcs'
> > > does
> > >     > not
> > >     > > > > > exists.
> > >     > > > > > > > >> Check
> > >     > > > > > > > >> > the
> > >     > > > > > > > >> > > > > > > > > instructions
> > >     > > > > > > > >> > > > > > > > > > I
> > >     > > > > > > > >> > > > > > > > > > >> put
> > >     > > > > > > > >> > > > > > > > > > >> > > or
> > >     > > > > > > > >> > > > > > > > > > >> > > > go to
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > the updated docs
> > > here [1].
> > >     > I
> > >     > > > > > updated
> > >     > > > > > > > that
> > >     > > > > > > > >> > page
> > >     > > > > > > > >> > > > to
> > >     > > > > > > > >> > > > > > have
> > >     > > > > > > > >> > > > > > > > all
> > >     > > > > > > > >> > > > > > > > > > the
> > >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with
> > > Chris, to
> > >     > > work
> > >     > > > > > soon
> > >     > > > > > > in
> > >     > > > > > > > >> more
> > >     > > > > > > > >> > > > > > > > improvements:
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
> > > distribution
> > >     > > for
> > >     > > > > > > js-only
> > >     > > > > > > > >> > (just
> > >     > > > > > > > >> > > > > > removing
> > >     > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > that now is
> > required)
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have
> > just
> > > one
> > >     > repo
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify
> > release
> > >     > process
> > >     > > > > based
> > >     > > > > > > on 2
> > >     > > > > > > > >> (and
> > >     > > > > > > > >> > > yes
> > >     > > > > > > > >> > > > > > > having
> > >     > > > > > > > >> > > > > > > > > ANT
> > >     > > > > > > > >> > > > > > > > > > >> into
> > >     > > > > > > > >> > > > > > > > > > >> > > > account)
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > I will want to
> > > release
> > >     > every
> > >     > > 1
> > >     > > > > to 2
> > >     > > > > > > > >> month.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > >
> > >     > > > > > > > >> > > > > > > > > > >> >
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > > > >
> > >     > > > > > > > >> > > > > > > > >
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > > > > >
> > >     > > > > > > > >> > > > > >
> > >     > > > > > > > >> > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >> > >
> > >     > > > > > > > >> >
> > >     > > > > > > > >>
> > >     > > > > > > >
> > >     > > > > > >
> > >     > > > > >
> > >     > > > >
> > >     > > >
> > >     > >
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene.
> > > 2020 a las
> > >     > > > > 17:40,
> > >     > > > > > > > Piotr
> > >     > > > > > > > >> > > > Zarzycki
> > >     > > > > > > > >> > > > > (<
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > > piotrzarzycki21@gmail.com
> > >     > >)
> > >     > > > > > > escribió:
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like
> > it
> > > my
> > >     > > fault.
> > >     > > > I
> > >     > > > > > > didn't
> > >     > > > > > > > >> > catch
> > >     > > > > > > > >> > > up
> > >     > > > > > > > >> > > > > > full
> > >     > > > > > > > >> > > > > > > > > > >> > instruction.
> > >     > > > > > > > >> > > > > > > > > > >> > > > Let me
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty
> 2020 o
> > > 17:29
> > >     > > Piotr
> > >     > > > > > > > Zarzycki
> > >     > > > > > > > >> <
> > >     > > > > > > > >> > > > > > > > > > >> > >
> piotrzarzycki21@gmail.com>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm
> running
> > > this
> > >     > [1]
> > >     > > on
> > >     > > > > my
> > >     > > > > > > Mac
> > >     > > > > > > > >> > > > > distribution
> > >     > > > > > > > >> > > > > > is
> > >     > > > > > > > >> > > > > > > > not
> > >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is
> > > being build
> > >     > > > > > > > successfully,
> > >     > > > > > > > >> > but
> > >     > > > > > > > >> > > > > > without
> > >     > > > > > > > >> > > > > > > > > > >> > distribution.
> > >     > > > > > > > >> > > > > > > > > > >> > > > I don't
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have any
> errors.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean
> > > install
> > >     > > > > > -DskipTests
> > >     > > > > > > > >> > > > > -Drat.skip=true
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > > -Dgenerate.swf.swcs=true
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >>
> > >     > > > > > > > >> > > > > > > >
> > >     > > > > > > > >> > > >
> > >     > > > > > > > >>
> > >     > > > > >
> > >     >
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty
> 2020
> > > o 12:44
> > >     > > > > Carlos
> > >     > > > > > > > >> Rovira <
> > >     > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does
> > not
> > >     > affect
> > >     > > > FB,
> > >     > > > > so
> > >     > > > > > > > don't
> > >     > > > > > > > >> > > worry
> > >     > > > > > > > >> > > > > > about
> > >     > > > > > > > >> > > > > > > > it.
> > >     > > > > > > > >> > > > > > > > > > But
> > >     > > > > > > > >> > > > > > > > > > >> we
> > >     > > > > > > > >> > > > > > > > > > >> > > > hope you
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to
> > > some
> > >     > newer
> > >     > > > IDE
> > >     > > > > in
> > >     > > > > > > the
> > >     > > > > > > > >> > > future!
> > >     > > > > > > > >> > > > ;)
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21
> > ene.
> > > 2020 a
> > >     > > las
> > >     > > > > > > 12:26,
> > >     > > > > > > > >> > Antonis
> > >     > > > > > > > >> > > > > > > Kalodimos
> > >     > > > > > > > >> > > > > > > > > (<
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > >     > > > antonis.kalodimos@gmail.com
> > >     > > > > >)
> > >     > > > > > > > >> escribió:
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds
> > > good news
> > >     > > for
> > >     > > > > > > someone
> > >     > > > > > > > >> to
> > >     > > > > > > > >> > be
> > >     > > > > > > > >> > > > > > involved
> > >     > > > > > > > >> > > > > > > > > with
> > >     > > > > > > > >> > > > > > > > > > >> > royale.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i
> > > someone of
> > >     > you
> > >     > > > who
> > >     > > > > > > know
> > >     > > > > > > > >> the
> > >     > > > > > > > >> > > > > > > requirements
> > >     > > > > > > > >> > > > > > > > > > don't
> > >     > > > > > > > >> > > > > > > > > > >> > break
> > >     > > > > > > > >> > > > > > > > > > >> > > > the
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to
> be
> > > used
> > >     > and
> > >     > > in
> > >     > > > > the
> > >     > > > > > > > >> > > > flashbuilder.
> > >     > > > > > > > >> > > > > > Even
> > >     > > > > > > > >> > > > > > > > it
> > >     > > > > > > > >> > > > > > > > > is
> > >     > > > > > > > >> > > > > > > > > > >> old
> > >     > > > > > > > >> > > > > > > > > > >> > > is a
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for
> the
> > > old
> > >     > users
> > >     > > > > that
> > >     > > > > > > are
> > >     > > > > > > > >> > > searching
> > >     > > > > > > > >> > > > > > where
> > >     > > > > > > > >> > > > > > > > to
> > >     > > > > > > > >> > > > > > > > > > jump
> > >     > > > > > > > >> > > > > > > > > > >> > for
> > >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you,
> > > continue
> > >     > the
> > >     > > > > great
> > >     > > > > > > job
> > >     > > > > > > > >> that
> > >     > > > > > > > >> > > you
> > >     > > > > > > > >> > > > > are
> > >     > > > > > > > >> > > > > > > > > doing.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί,
> 21
> > > Ιαν 2020
> > >     > > > στις
> > >     > > > > > 1:15
> > >     > > > > > > > >> μ.μ.,
> > >     > > > > > > > >> > > ο/η
> > >     > > > > > > > >> > > > > > Piotr
> > >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >     > > > piotrzarzycki21@gmail.com>
> > >     > > > > > > > έγραψε:
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi
> Carlos,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats!
> > > Could you
> > >     > > > > provide
> > >     > > > > > > on
> > >     > > > > > > > >> > mailing
> > >     > > > > > > > >> > > > > list
> > >     > > > > > > > >> > > > > > > > > command
> > >     > > > > > > > >> > > > > > > > > > to
> > >     > > > > > > > >> > > > > > > > > > >> > > build
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> framework
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > distribution, so
> > >     > > users
> > >     > > > > > could
> > >     > > > > > > > know
> > >     > > > > > > > >> > how
> > >     > > > > > > > >> > > to
> > >     > > > > > > > >> > > > > do
> > >     > > > > > > > >> > > > > > > > that.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21
> sty
> > > 2020 o
> > >     > > > 12:12
> > >     > > > > > > Carlos
> > >     > > > > > > > >> > > Rovira <
> > >     > > > > > > > >> > > > > > > > > > >> > > >
> carlosrovira@apache.org>
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> napisał(a):
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just
> > fixed
> > > the
> > >     > > maven
> > >     > > > > > > > >> distribution,
> > >     > > > > > > > >> > > and
> > >     > > > > > > > >> > > > > now
> > >     > > > > > > > >> > > > > > > it
> > >     > > > > > > > >> > > > > > > > > > >> creates a
> > >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used
> > > with
> > >     > IDEs.
> > >     > > I
> > >     > > > > > think
> > >     > > > > > > > this
> > >     > > > > > > > >> > is a
> > >     > > > > > > > >> > > > > long
> > >     > > > > > > > >> > > > > > > > > awaited
> > >     > > > > > > > >> > > > > > > > > > >> fix.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with
> > > the new
> > >     > > maven
> > >     > > > > > > > >> distribution
> > >     > > > > > > > >> > > the
> > >     > > > > > > > >> > > > > > > > generated
> > >     > > > > > > > >> > > > > > > > > > SDK
> > >     > > > > > > > >> > > > > > > > > > >> > > > allows you
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code
> > > intelligence
> > >     > > and
> > >     > > > > > IDEs
> > >     > > > > > > > can
> > >     > > > > > > > >> > find
> > >     > > > > > > > >> > > > > > > compilers
> > >     > > > > > > > >> > > > > > > > > and
> > >     > > > > > > > >> > > > > > > > > > >> use
> > >     > > > > > > > >> > > > > > > > > > >> > it
> > >     > > > > > > > >> > > > > > > > > > >> > > > to get a
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > compilation. I
> > >     > > tried
> > >     > > > > only
> > >     > > > > > > > >> VSCode
> > >     > > > > > > > >> > > with
> > >     > > > > > > > >> > > > > Josh
> > >     > > > > > > > >> > > > > > > > > > AS3&MXML
> > >     > > > > > > > >> > > > > > > > > > >> > > > extension,
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using
> > > Moonshine
> > >     > can
> > >     > > > > > provide
> > >     > > > > > > > >> > > feedback.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > Additionally you
> > >     > > get
> > >     > > > > the
> > >     > > > > > > > normal
> > >     > > > > > > > >> > > maven
> > >     > > > > > > > >> > > > > way
> > >     > > > > > > > >> > > > > > of
> > >     > > > > > > > >> > > > > > > > > build
> > >     > > > > > > > >> > > > > > > > > > >> with
> > >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be
> > > more near
> > >     > > to
> > >     > > > > your
> > >     > > > > > > > >> deploy
> > >     > > > > > > > >> > > > needs.
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So
> people
> > > using
> > >     > > Maven
> > >     > > > > > does
> > >     > > > > > > > not
> > >     > > > > > > > >> > need
> > >     > > > > > > > >> > > to
> > >     > > > > > > > >> > > > > use
> > >     > > > > > > > >> > > > > > > ANT
> > >     > > > > > > > >> > > > > > > > > > >> anymore
> > >     > > > > > > > >> > > > > > > > > > >> > to
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
> > >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > >     > > > > > > > >> > > > > > > > > > >>
> > >
> > >
> > >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
VSCode happens to run the JAR files directly with Java, and doesn't run
anything in js/bin. If the contents of js/bin do not have the correct
exectuable permissions, it wouldn't affect VSCode. However, fixing those
permissions would still be a problem that should be addressed to have a
proper distribution. Moonshine is not doing anything out of the ordinary by
running js/bin/mxmlc (and that's what someone compiling from the command
line without Maven or Ant would use too). If anything, it's VSCode that is
not doing things in the ordinary way.

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


On Mon, Feb 10, 2020 at 12:48 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi,
>
> @Piotr Zarzycki <pi...@gmail.com> I was over the big button to
> nightly builds, since you told me to download that. So from the big button
> I choosed "other downloads" and choosed non sandbox one. Both url goes to
> the same link: Moonshine_Signed_NonSandbox.pkg
> <
> https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg
> >
> 07-Feb-2020 21:11 156571205
>
> About the permissions: My guess is that is something related to Moonshine,
> not to user or maven, since VSCode is dealing with the same SDK without
> complain. I can give permissions to try this, but I suggest the moonshine
> team could look to how VSCode work with user files and mimic that to
> avoid this kind of problem.
>
> Thanks
>
>
> El lun., 10 feb. 2020 a las 5:50, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
>
> > IMO, the Maven commands that build the Distribution SDK should change the
> > permissions.
> >
> > My 2 cents,
> > -Alex
> >
> > On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com>
> wrote:
> >
> >     Permission to "mxmlc" file in SDK. - You have to add permission for
> > usage
> >     manually to that file.
> >
> >     I will explain you more on Monday if you won't figure it out your
> self,
> >     what is all about.
> >
> >     You can literally paste in Google last sentence from stack trace
> error
> > and
> >     add: How to add permission to file on Mac.
> >
> >
> >
> >     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> >     > Hi Piotr,
> >     >
> >     > but what kind of permission? to the moonshine executable?
> >     >
> >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
> >     > piotrzarzycki21@gmail.com>)
> >     > escribió:
> >     >
> >     > > If you are using your own SDK (not downloaded trough Moonshine
> > getting
> >     > > started) you have to add permission to mxmlc file. There is a
> > command on
> >     > > Mac chmod - try to search using that command on a Google.
> >     > >
> >     > > Thanks,
> >     > > Piotr
> >     > >
> >     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
> > carlosrovira@apache.org>
> >     > > wrote:
> >     > >
> >     > > > Hi,
> >     > > >
> >     > > > I installed latest Moonshine nightly. After configuring initial
> > things
> >     > > > loaded TDJ project. I'm getting Permission denied:
> >     > > >
> >     > > > : Moonshine IDE™ 2.5.0
> >     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
> >     > > > : Source code is under Apache License, Version 2.0
> >     > > > :
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
> >     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks
> (Apache
> >     > License
> >     > > > 2.0), NativeApplicationUpdater (LGPL)
> >     > > > : Running on Adobe AIR 28.0.0.125
> >     > > > : Compiling TourDeJewel
> >     > > > : SDK path:
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> >     > > > : Sending to mxmlx: export
> >     > > >
> >     > > >
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > > >
> > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> >     > &&
> >     > > > export
> >     > > >
> >     > > >
> >     > >
> >     >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> >     > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
> >     > > >
> >     > > >
> >     > >
> >     >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> >     > > >
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> >     > > > -load-config+=obj/TourDeJewelConfig.xml
> >     > > >
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> >     > > >
> > -html-template=src/main/resources/jewel-example-index-template.html
> >     > > > -js-dynamic-access-unknown-members=true
> > -compiler.targets=JSRoyale
> >     > > >
> >     > > >
> >     > >
> >     >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> >     > > > : /bin/bash:
> >     > > >
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> >     > > > Permission denied
> >     > > >
> >     > > > How can I fix it?
> >     > > >
> >     > > > Thanks
> >     > > >
> >     > > >
> >     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> >     > > joshtynjala@bowlerhat.dev
> >     > > > >)
> >     > > > escribió:
> >     > > >
> >     > > > > Yeah, I don't see why Moonshine is reporting those errors,
> but
> > VSCode
> >     > > > does
> >     > > > > not. If royale-config.xml is referencing SWCs that don't
> > exist, that
> >     > > > should
> >     > > > > affect both IDEs.
> >     > > > >
> >     > > > > Regardless, like you explained, the same issue should
> > reproduce when
> >     > > > > compiling from a terminal without Moonshine.
> >     > > > >
> >     > > > > --
> >     > > > > Josh Tynjala
> >     > > > > Bowler Hat LLC <
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > >
> >     > > > >
> >     > > > >
> >     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> >     > > piotrzarzycki21@gmail.com
> >     > > > >
> >     > > > > wrote:
> >     > > > >
> >     > > > > > Hi Carlos,
> >     > > > > >
> >     > > > > > Yeah it would be pretty great if you could setup Moonshine,
> > but you
> >     > > > don't
> >     > > > > > have to do that actually to reproduce the issue. Command
> > which I
> >     > have
> >     > > > > > pasted in this thread can be copy and used in Terminal with
> > small
> >     > > path
> >     > > > > > adjustment. Try it on any project you have using
> > distribution build
> >     > > and
> >     > > > > for
> >     > > > > > sure you will get the error.
> >     > > > > >
> >     > > > > > In case of Moonshine we have freez code for commits and
> > prepare for
> >     > > > > > release, we have some internal problems with bamboo build -
> > if it
> >     > > will
> >     > > > > get
> >     > > > > > resolved we should have release early next week. You can
> > always try
> >     > > > > Nightly
> >     > > > > > build.
> >     > > > > >
> >     > > > > > I'm really surprised that VSCode do not throwing the same
> > error -
> >     > > What
> >     > > > > > could be the case Josh? The only difference is that we are
> > using
> >     > > mxmlc
> >     > > > > file
> >     > > > > > and VSCode is probably using jar file, but playerglobal.swc
> > doesn't
> >     > > > > exists
> >     > > > > > so both should report same issue.
> >     > > > > >
> >     > > > > > Thanks,
> >     > > > > > Piotr
> >     > > > > >
> >     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
> > carlosrovira@apache.org>
> >     > > > > > napisał(a):
> >     > > > > >
> >     > > > > > > Hi Piotr,
> >     > > > > > >
> >     > > > > > > so I think you're a bit closer (not farther ;)), since
> > compiler
> >     > was
> >     > > > > > found.
> >     > > > > > > Now is a matter to find what's missing.
> >     > > > > > > What's curious for me is VSCode recognizes but Moonshine
> > not. I
> >     > > think
> >     > > > > the
> >     > > > > > > problem is each IDE is looking at different things to
> > match a
> >     > valid
> >     > > > > SDK,
> >     > > > > > > and maybe even we could be setting duplicate artifacts in
> > the SDK
> >     > > so
> >     > > > > > VSCode
> >     > > > > > > finds all but Moonshine not.
> >     > > > > > > I'll be setup Moonshine as I have time to try it.
> >     > > > > > > I think you plan to launch a new one soon right? should I
> > wait
> >     > for
> >     > > > it?
> >     > > > > > >
> >     > > > > > > Thanks
> >     > > > > > >
> >     > > > > > >
> >     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> >     > > > > > > piotrzarzycki21@gmail.com>)
> >     > > > > > > escribió:
> >     > > > > > >
> >     > > > > > > > Hi Carlos,
> >     > > > > > > >
> >     > > > > > > > I just tried your changes and I'm a bit farther. Now
> I'm
> >     > getting
> >     > > > > > > following
> >     > > > > > > > errors. It's throwing that errors cause in JS only
> > binaries
> >     > > > prepared
> >     > > > > by
> >     > > > > > > ant
> >     > > > > > > > we have in following location
> >     > > > > > > >
> /frameworks/libs/player/{playerbersion}/playerglobal.swc
> > fake
> >     > > > > > > > playerglobal.swc, so distribution should probably have
> > the
> >     > same.
> >     > > > > > > >
> >     > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> >     > > > > > > > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > > > -debug=true
> >     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
> >     > > > > > > > >
> >     > > > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >     > > > > > > > > : Using Royale Compiler codebase:
> >     > > > > > > > >
> >     > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > > > > > > > > : Using Royale SDK:
> >     > > > > > > > >
> >     > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > > > > > > > > : MXMLJSC
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> >     > > > > > > > > :
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > > > > > > > > : -debug=true
> >     > > > > > > > > : -source-map=true
> >     > > > > > > > > : -compiler.targets=JSRoyale
> >     > > > > > > > > :
> >     > > > >
> > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> >     > > > > > > > > col: 0 Error: unable to open
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > (line: 74)
> >     > > > > > > > > :       </external-library-path>
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > > > > > > > > col: 0 Error: unable to open
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > (line: 81)
> >     > > > > > > > > :       </js-external-library-path>
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> >     > > > > > > > > col: 0 Error: unable to open
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > (line: 81)
> >     > > > > > > > > :       </js-external-library-path>
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> >     > > > > > > > > col: 0 Error: unable to open
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> >     > > > > > > > > :
> >     > > > > > > > >
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> >     > > > > > > > > (line: 99)
> >     > > > > > > > > :       </library-path>
> >     > > > > > > > > : 1.034449561 seconds
> >     > > > > > > >
> >     > > > > > > >
> >     > > > > > > > Thanks,
> >     > > > > > > > Piotr
> >     > > > > > > >
> >     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
> >     > carlosrovira@apache.org>
> >     > > > > > > > napisał(a):
> >     > > > > > > >
> >     > > > > > > > > Thanks Josh for pointing that out I think I got it.
> >     > > > > > > > >
> >     > > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please
> > try with
> >     > my
> >     > > > > > latest
> >     > > > > > > > > commit. I couldn't test myself, but I think it should
> > work
> >     > now
> >     > > > for
> >     > > > > > > > > Moonshine.
> >     > > > > > > > > VSCode still work with this changes.
> >     > > > > > > > >
> >     > > > > > > > > Thanks
> >     > > > > > > > >
> >     > > > > > > > > Carlos
> >     > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > > >
> >     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> >     > > > > > > > joshtynjala@bowlerhat.dev>)
> >     > > > > > > > > escribió:
> >     > > > > > > > >
> >     > > > > > > > >> If I had to guess, this classpath is wrong:
> >     > > > > > > > >>
> >     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
> >     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> >     > > > > > > > >> Class-Path>
> >     > > > > > > > >>
> >     > > > > > > > >>
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
> >     > > > > > > > >>
> >     > > > > > > > >> I think that the names of those JAR files all
> include
> > a
> >     > > version
> >     > > > > > number
> >     > > > > > > > in
> >     > > > > > > > >> the Maven distribution.
> >     > > > > > > > >>
> >     > > > > > > > >> --
> >     > > > > > > > >> Josh Tynjala
> >     > > > > > > > >> Bowler Hat LLC <
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > >
> >     > > > > > > > >>
> >     > > > > > > > >>
> >     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> >     > > > > > > carlosrovira@apache.org>
> >     > > > > > > > >> wrote:
> >     > > > > > > > >>
> >     > > > > > > > >> > ok didn't notice.
> >     > > > > > > > >> > So maybe is a classpath problem?
> >     > > > > > > > >> > It's clear that VSCode goes to the same place and
> > find it
> >     > > > since
> >     > > > > > > mxmlc
> >     > > > > > > > >> is a
> >     > > > > > > > >> > dummy jar that has exactly that class, but
> > Moonshine goes
> >     > > and
> >     > > > > > didn't
> >     > > > > > > > >> find
> >     > > > > > > > >> > it.
> >     > > > > > > > >> > If not any clue what could be happening?
> >     > > > > > > > >> > Thanks
> >     > > > > > > > >> >
> >     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki
> (<
> >     > > > > > > > >> > piotrzarzycki21@gmail.com>)
> >     > > > > > > > >> > escribió:
> >     > > > > > > > >> >
> >     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in
> place.
> >     > > > > > > > >> > >
> >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> >     > > > > joshtynjala@bowlerhat.dev
> >     > > > > > >
> >     > > > > > > > >> > > napisał(a):
> >     > > > > > > > >> > >
> >     > > > > > > > >> > > > You can see from the output that Moonshine is
> > calling
> >     > > the
> >     > > > > > > command
> >     > > > > > > > >> line
> >     > > > > > > > >> > > > scripts in js/bin.
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > > > --
> >     > > > > > > > >> > > > Josh Tynjala
> >     > > > > > > > >> > > > Bowler Hat LLC <
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> >     > > > > > > > >> carlosrovira@apache.org>
> >     > > > > > > > >> > > > wrote:
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > > > > Hi Piotr,
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > > > That was a problem I had with VSCode when
> > started to
> >     > > > work
> >     > > > > on
> >     > > > > > > fix
> >     > > > > > > > >> SDK
> >     > > > > > > > >> > > for
> >     > > > > > > > >> > > > > IDE.
> >     > > > > > > > >> > > > > Josh told me that VSCode tries to find that
> > class in
> >     > > > > > > > >> > /js/lib/mxmlc.jar
> >     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > > > Maybe Moonshine is looking in other path?
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > > > Thanks
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr
> > Zarzycki (<
> >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> >     > > > > > > > >> > > > > escribió:
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > > > > Hi Carlos,
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > > > I have build on my Mac SDK and tried in
> > Nightly
> >     > > Build
> >     > > > of
> >     > > > > > > > >> > Moonshine. I
> >     > > > > > > > >> > > > > > cannot build Hello World. I'm getting
> > following
> >     > > error:
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > >
> >     > > > > > > > >> >
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> >     > > > > > > > >> > > > > >
> >     > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >     > > > > > > > >> -debug=true
> >     > > > > > > > >> > > > > > -source-map=true
> -compiler.targets=JSRoyale
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> >
> >     > > > > > >
> >     > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >     > > > > > > > >> > > > > > : Using Royale Compiler codebase:
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >>
> >     > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > > > > > > > >> > > > > > : Using Royale SDK:
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >>
> >     > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >     > > > > > > > >> > > > > > : Error: Could not find or load main class
> >     > > > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> >     > > > > > > > >> carlosrovira@apache.org>
> >     > > > > > > > >> > > > > > napisał(a):
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > > > > Hi Piotr,
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > > > right, are simplified too and does not
> > have any
> >     > > > > profile
> >     > > > > > or
> >     > > > > > > > >> > > variable.
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > > > "-U clean install" is standard maven
> > commands,
> >     > > > nothing
> >     > > > > > to
> >     > > > > > > do
> >     > > > > > > > >> with
> >     > > > > > > > >> > > us
> >     > > > > > > > >> > > > in
> >     > > > > > > > >> > > > > > > particular, so you can left that
> >     > > > > > > > >> > > > > > > "-P main,utils" are not needed anymore,
> > since
> >     > now
> >     > > > > > there's
> >     > > > > > > no
> >     > > > > > > > >> > > > > > > differentiation between a "first build"
> > against
> >     > > rest
> >     > > > > of
> >     > > > > > > > >> builds.
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr
> >     > Zarzycki
> >     > > (<
> >     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > > > > Hi Carlos,
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > Builds for framework is updated. What
> > about
> >     > > > compiler
> >     > > > > > and
> >     > > > > > > > >> > > typedefs ?
> >     > > > > > > > >> > > > > For
> >     > > > > > > > >> > > > > > > > compiler on the server we have:
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > -U clean install
> >     > > > > > > > >> > > > > > > > -P -main,utils
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > It looks like that those profiles also
> >     > > deprecated
> >     > > > -
> >     > > > > > can
> >     > > > > > > > you
> >     > > > > > > > >> > > > confirm ?
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > Thanks,
> >     > > > > > > > >> > > > > > > > Piotr
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos
> Rovira <
> >     > > > > > > > >> > carlosrovira@apache.org>
> >     > > > > > > > >> > > > > > > > napisał(a):
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > > Hi Piotr,
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > it surprise me that due all the
> > changes done
> >     > > in
> >     > > > > > maven
> >     > > > > > > > >> > > builds.a.o
> >     > > > > > > > >> > > > > was
> >     > > > > > > > >> > > > > > > not
> >     > > > > > > > >> > > > > > > > > failing. I've even didn't repare
> that
> > will
> >     > > need
> >     > > > to
> >     > > > > > be
> >     > > > > > > > >> > updated.
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > These profiles does not exist
> anymore:
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > >
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > >
> >     > > >
> >     >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > Here's the updated doc for maven
> > simplified
> >     > > [1]
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > In sort:
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now
> > is
> >     > > > > > > > >> FLASHPLAYER_DEBUGGER
> >     > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is now
> > more
> >     > > > reliable
> >     > > > > > > > >> (something
> >     > > > > > > > >> > > that
> >     > > > > > > > >> > > > > > was a
> >     > > > > > > > >> > > > > > > > > real headache)
> >     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
> >     > > > > > > > >> > > > > > > > >    - option-with-swf
> >     > > > > > > > >> > > > > > > > >    - with-examples
> >     > > > > > > > >> > > > > > > > >    - with-distribution
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use
> this
> >     > > profiles?
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > [1]
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > >
> >     > > > > > > > >> >
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40,
> > Piotr
> >     > > > Zarzycki
> >     > > > > (<
> >     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>)
> escribió:
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > Carlos,
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > What has change more in case of
> > Maven
> >     > build
> >     > > > for
> >     > > > > > > > >> framework?
> >     > > > > > > > >> > On
> >     > > > > > > > >> > > > > > > > builds.a.o
> >     > > > > > > > >> > > > > > > > > we
> >     > > > > > > > >> > > > > > > > > > have following command which
> running
> >     > > > > royale-asjs.
> >     > > > > > It
> >     > > > > > > > >> looks
> >     > > > > > > > >> > > like
> >     > > > > > > > >> > > > > > > > something
> >     > > > > > > > >> > > > > > > > > > is missing, cause I have removed
> > locally
> >     > my
> >     > > > > > > > >> > org.apache.royale
> >     > > > > > > > >> > > > > > folder
> >     > > > > > > > >> > > > > > > > from
> >     > > > > > > > >> > > > > > > > > > .m2 and start building PureMVC to
> > swc.
> >     > [1] -
> >     > > > It
> >     > > > > > > throws
> >     > > > > > > > >> > > > exception
> >     > > > > > > > >> > > > > > now.
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > Could not resolve dependencies for
> > project
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >>
> >     > > > > >
> >     > >
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> >     > > > > > > > >> > > > > > > > > > Failure to find
> >     > > > > > > > >> > > > > > >
> >     > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> >     > > > > > > > >> > > > > > > > > in
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> >
> >     > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
> >     > > > > > > > >> > > > was
> >     > > > > > > > >> > > > > > > > cached
> >     > > > > > > > >> > > > > > > > > in
> >     > > > > > > > >> > > > > > > > > > the local repository, resolution
> > will not
> >     > be
> >     > > > > > > > reattempted
> >     > > > > > > > >> > > until
> >     > > > > > > > >> > > > > the
> >     > > > > > > > >> > > > > > > > update
> >     > > > > > > > >> > > > > > > > > > interval of apache-snapshots has
> > elapsed
> >     > or
> >     > > > > > updates
> >     > > > > > > > are
> >     > > > > > > > >> > > forced
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > Above means that it probably
> doesn't
> >     > exists
> >     > > in
> >     > > > > > > Apache
> >     > > > > > > > >> Maven
> >     > > > > > > > >> > > > > > > central...
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > -U
> >     > > > > > > > >> > > > > > > > > > clean
> >     > > > > > > > >> > > > > > > > > > deploy
> >     > > > > > > > >> > > > > > > > > > -P
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > >
> >     > > > > > > > >> >
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > >
> >     > > > > > > > >> >
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > >
> >     > > > > > > > >> >
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> >     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > [1]
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> >
> >     > > > > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > Thanks,
> >     > > > > > > > >> > > > > > > > > > Piotr
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr
> > Zarzycki <
> >     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > > > > > > napisał(a):
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether
> > someone
> >     > > > actually
> >     > > > > > know
> >     > > > > > > > >> what
> >     > > > > > > > >> > is
> >     > > > > > > > >> > > > the
> >     > > > > > > > >> > > > > > > > version.
> >     > > > > > > > >> > > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos
> > Rovira <
> >     > > > > > > > >> > > > > carlosrovira@apache.org>
> >     > > > > > > > >> > > > > > > > > > > napisał(a):
> >     > > > > > > > >> > > > > > > > > > >
> >     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > > > > >> I explained in this thread
> that I
> >     > > couldn't
> >     > > > > find
> >     > > > > > > in
> >     > > > > > > > >> maven
> >     > > > > > > > >> > > the
> >     > > > > > > > >> > > > > > same
> >     > > > > > > > >> > > > > > > > > exact
> >     > > > > > > > >> > > > > > > > > > >> version that ANT one, I put the
> > closest
> >     > > in
> >     > > > > date
> >     > > > > > > > >> > available
> >     > > > > > > > >> > > > from
> >     > > > > > > > >> > > > > > > maven
> >     > > > > > > > >> > > > > > > > > > >> I proposed as well if we can
> > upgrade
> >     > > > > ANT/MAVEN
> >     > > > > > to
> >     > > > > > > > the
> >     > > > > > > > >> > same
> >     > > > > > > > >> > > > one
> >     > > > > > > > >> > > > > > > that
> >     > > > > > > > >> > > > > > > > > > works.
> >     > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I
> fail
> > in the
> >     > > > > search
> >     > > > > > > and
> >     > > > > > > > >> the
> >     > > > > > > > >> > > > version
> >     > > > > > > > >> > > > > > > could
> >     > > > > > > > >> > > > > > > > > > >> exists, in that case hope other
> > can
> >     > > > indicate
> >     > > > > > the
> >     > > > > > > > >> maven
> >     > > > > > > > >> > > > > > descriptor
> >     > > > > > > > >> > > > > > > to
> >     > > > > > > > >> > > > > > > > > > >> update
> >     > > > > > > > >> > > > > > > > > > >> it.
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > > > > >> thanks
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las
> > 12:11,
> >     > Piotr
> >     > > > > > Zarzycki
> >     > > > > > > > (<
> >     > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>)
> > escribió:
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly
> the
> > same
> >     > > > > version ?
> >     > > > > > > > Maybe
> >     > > > > > > > >> > this
> >     > > > > > > > >> > > > is
> >     > > > > > > > >> > > > > > the
> >     > > > > > > > >> > > > > > > > > reason
> >     > > > > > > > >> > > > > > > > > > >> why
> >     > > > > > > > >> > > > > > > > > > >> > my application is failing.
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
> >     > > > > > > > >> > > > > > > > > > >> > <dependency>
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > <groupId>com.google.javascript</groupId>
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > <artifactId>closure-compiler</artifactId>
> >     > > > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> >     > > > > > > > >> > > > > > > > > > >> > </dependency>
> >     > > > > > > > >> > > > > > > > > > >> > <dependency>
> >     > > > > > > > >> > > > > > > > > > >> >
> <groupId>org.clojure</groupId>
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > > > > <artifactId>google-closure-library</artifactId>
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > <version>0.0-20190213-2033d5d9</version>
> >     > > > > > > > >> > > > > > > > > > >> > </dependency>
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52
> Carlos
> >     > Rovira
> >     > > <
> >     > > > > > > > >> > > > > > carlosrovira@apache.org
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > > > >> > napisał(a):
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
> >     > > > > > > > >> > > > > > > > > > >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest
> one.
> > Used
> >     > the
> >     > > > > > closest
> >     > > > > > > > >> one in
> >     > > > > > > > >> > > > dates
> >     > > > > > > > >> > > > > > to
> >     > > > > > > > >> > > > > > > > the
> >     > > > > > > > >> > > > > > > > > > one
> >     > > > > > > > >> > > > > > > > > > >> in
> >     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid?
> > And how
> >     > > can
> >     > > > I
> >     > > > > > > ensure
> >     > > > > > > > >> > > > > > compatibility?
> >     > > > > > > > >> > > > > > > > > Where
> >     > > > > > > > >> > > > > > > > > > >> to
> >     > > > > > > > >> > > > > > > > > > >> > > check that?
> >     > > > > > > > >> > > > > > > > > > >> > > But what I really want to
> do
> > is
> >     > > update
> >     > > > > > > > ANT/MAVEN
> >     > > > > > > > >> to
> >     > > > > > > > >> > > the
> >     > > > > > > > >> > > > > same
> >     > > > > > > > >> > > > > > > one
> >     > > > > > > > >> > > > > > > > > > that
> >     > > > > > > > >> > > > > > > > > > >> is
> >     > > > > > > > >> > > > > > > > > > >> > ok
> >     > > > > > > > >> > > > > > > > > > >> > > for all of us. We need to
> > ensure
> >     > one
> >     > > > that
> >     > > > > > is
> >     > > > > > > > >> > available
> >     > > > > > > > >> > > > for
> >     > > > > > > > >> > > > > > > both.
> >     > > > > > > > >> > > > > > > > > > >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > thanks
> >     > > > > > > > >> > > > > > > > > > >> > >
> >     > > > > > > > >> > > > > > > > > > >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las
> > 2:41,
> >     > > Alex
> >     > > > > > Harui
> >     > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> >     > > > > > > > >> > > > > > > > > > >> > >)
> >     > > > > > > > >> > > > > > > > > > >> > > escribió:
> >     > > > > > > > >> > > > > > > > > > >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > > You may not want the
> latest
> >     > closure
> >     > > > > > > library.
> >     > > > > > > > >> You
> >     > > > > > > > >> > > > > probably
> >     > > > > > > > >> > > > > > > > want
> >     > > > > > > > >> > > > > > > > > > one
> >     > > > > > > > >> > > > > > > > > > >> > that
> >     > > > > > > > >> > > > > > > > > > >> > > > is compatible with the
> > closure
> >     > > > > compiler.
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > > HTH,
> >     > > > > > > > >> > > > > > > > > > >> > > > -Alex
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM,
> > "Carlos
> >     > > > Rovira" <
> >     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
> >     > > > > > > > >> > > > > > > > > > >> wrote:
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     Josh discover that
> > there was
> >     > an
> >     > > > > > issue.
> >     > > > > > > If
> >     > > > > > > > >> we
> >     > > > > > > > >> > > have
> >     > > > > > > > >> > > > > > > > GOOG_HOME
> >     > > > > > > > >> > > > > > > > > > env
> >     > > > > > > > >> > > > > > > > > > >> var
> >     > > > > > > > >> > > > > > > > > > >> > > the
> >     > > > > > > > >> > > > > > > > > > >> > > >     maven distribution
> > worked
> >     > > right,
> >     > > > > but
> >     > > > > > if
> >     > > > > > > > you
> >     > > > > > > > >> > > don't
> >     > > > > > > > >> > > > > > have,
> >     > > > > > > > >> > > > > > > > > > >> compilation
> >     > > > > > > > >> > > > > > > > > > >> > > > fails.
> >     > > > > > > > >> > > > > > > > > > >> > > >     I have it in my
> system
> > while
> >     > > > > > developing
> >     > > > > > > > >> this.
> >     > > > > > > > >> > > So I
> >     > > > > > > > >> > > > > > just
> >     > > > > > > > >> > > > > > > > > fixed
> >     > > > > > > > >> > > > > > > > > > it
> >     > > > > > > > >> > > > > > > > > > >> > some
> >     > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     One thing: There's no
> > maven
> >     > > > > artifact
> >     > > > > > > for
> >     > > > > > > > >> the
> >     > > > > > > > >> > > > > > > > closure-library
> >     > > > > > > > >> > > > > > > > > > >> > > v20180910
> >     > > > > > > > >> > > > > > > > > > >> > > > (the
> >     > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT),
> next
> > one is
> >     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
> >     > > > > > > > >> > > > > > so
> >     > > > > > > > >> > > > > > > we
> >     > > > > > > > >> > > > > > > > > > need
> >     > > > > > > > >> > > > > > > > > > >> to
> >     > > > > > > > >> > > > > > > > > > >> > > use
> >     > > > > > > > >> > > > > > > > > > >> > > > that
> >     > > > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I
> > was too
> >     > > bad
> >     > > > > > > trying
> >     > > > > > > > to
> >     > > > > > > > >> > find
> >     > > > > > > > >> > > > the
> >     > > > > > > > >> > > > > > > > > > >> corresponding
> >     > > > > > > > >> > > > > > > > > > >> > > > maven
> >     > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if
> someone
> >     > knows,
> >     > > > > please
> >     > > > > > > let
> >     > > > > > > > >> me
> >     > > > > > > > >> > > > know!).
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade
> ANT
> > to
> >     > > > v20190213
> >     > > > > > > too?
> >     > > > > > > > >> From
> >     > > > > > > > >> > > now
> >     > > > > > > > >> > > > > on,
> >     > > > > > > > >> > > > > > we
> >     > > > > > > > >> > > > > > > > > > should
> >     > > > > > > > >> > > > > > > > > > >> > check
> >     > > > > > > > >> > > > > > > > > > >> > > >     versions exists for
> > ANT and
> >     > > MAVEN
> >     > > > > > > > >> artifacts.
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> >     > > > > > > > piotrzarzycki21@gmail.com
> >     > > > > > > > >> >
> >     > > > > > > > >> > > let
> >     > > > > > > > >> > > > me
> >     > > > > > > > >> > > > > > > know
> >     > > > > > > > >> > > > > > > > if
> >     > > > > > > > >> > > > > > > > > > you
> >     > > > > > > > >> > > > > > > > > > >> > can
> >     > > > > > > > >> > > > > > > > > > >> > > > get it
> >     > > > > > > > >> > > > > > > > > > >> > > >     work with latest
> > changes just
> >     > > > done.
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020
> > a las
> >     > > > 17:53,
> >     > > > > > > Carlos
> >     > > > > > > > >> > Rovira
> >     > > > > > > > >> > > > (<
> >     > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org
> >)
> >     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using
> an
> > old
> >     > > > command,
> >     > > > > > > maven
> >     > > > > > > > >> was
> >     > > > > > > > >> > > > > > extremely
> >     > > > > > > > >> > > > > > > > > > >> simplified
> >     > > > > > > > >> > > > > > > > > > >> > > > thanks to
> >     > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz
> > contribution 1
> >     > or
> >     > > 2
> >     > > > > > months
> >     > > > > > > > >> ago.
> >     > > > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs'
> > does
> >     > not
> >     > > > > > exists.
> >     > > > > > > > >> Check
> >     > > > > > > > >> > the
> >     > > > > > > > >> > > > > > > > > instructions
> >     > > > > > > > >> > > > > > > > > > I
> >     > > > > > > > >> > > > > > > > > > >> put
> >     > > > > > > > >> > > > > > > > > > >> > > or
> >     > > > > > > > >> > > > > > > > > > >> > > > go to
> >     > > > > > > > >> > > > > > > > > > >> > > >     > the updated docs
> > here [1].
> >     > I
> >     > > > > > updated
> >     > > > > > > > that
> >     > > > > > > > >> > page
> >     > > > > > > > >> > > > to
> >     > > > > > > > >> > > > > > have
> >     > > > > > > > >> > > > > > > > all
> >     > > > > > > > >> > > > > > > > > > the
> >     > > > > > > > >> > > > > > > > > > >> > > > latest valid
> >     > > > > > > > >> > > > > > > > > > >> > > >     > info.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with
> > Chris, to
> >     > > work
> >     > > > > > soon
> >     > > > > > > in
> >     > > > > > > > >> more
> >     > > > > > > > >> > > > > > > > improvements:
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
> > distribution
> >     > > for
> >     > > > > > > js-only
> >     > > > > > > > >> > (just
> >     > > > > > > > >> > > > > > removing
> >     > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
> >     > > > > > > > >> > > > > > > > > > >> > > >     > that now is
> required)
> >     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have
> just
> > one
> >     > repo
> >     > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify
> release
> >     > process
> >     > > > > based
> >     > > > > > > on 2
> >     > > > > > > > >> (and
> >     > > > > > > > >> > > yes
> >     > > > > > > > >> > > > > > > having
> >     > > > > > > > >> > > > > > > > > ANT
> >     > > > > > > > >> > > > > > > > > > >> into
> >     > > > > > > > >> > > > > > > > > > >> > > > account)
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >     > I will want to
> > release
> >     > every
> >     > > 1
> >     > > > > to 2
> >     > > > > > > > >> month.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > >
> >     > > > > > > > >> > > > > > > > > > >> >
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > > > >
> >     > > > > > > > >> > > > > > > > >
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > >
> >     > > > > > > > >> > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >> > >
> >     > > > > > > > >> >
> >     > > > > > > > >>
> >     > > > > > > >
> >     > > > > > >
> >     > > > > >
> >     > > > >
> >     > > >
> >     > >
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene.
> > 2020 a las
> >     > > > > 17:40,
> >     > > > > > > > Piotr
> >     > > > > > > > >> > > > Zarzycki
> >     > > > > > > > >> > > > > (<
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > piotrzarzycki21@gmail.com
> >     > >)
> >     > > > > > > escribió:
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like
> it
> > my
> >     > > fault.
> >     > > > I
> >     > > > > > > didn't
> >     > > > > > > > >> > catch
> >     > > > > > > > >> > > up
> >     > > > > > > > >> > > > > > full
> >     > > > > > > > >> > > > > > > > > > >> > instruction.
> >     > > > > > > > >> > > > > > > > > > >> > > > Let me
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o
> > 17:29
> >     > > Piotr
> >     > > > > > > > Zarzycki
> >     > > > > > > > >> <
> >     > > > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running
> > this
> >     > [1]
> >     > > on
> >     > > > > my
> >     > > > > > > Mac
> >     > > > > > > > >> > > > > distribution
> >     > > > > > > > >> > > > > > is
> >     > > > > > > > >> > > > > > > > not
> >     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is
> > being build
> >     > > > > > > > successfully,
> >     > > > > > > > >> > but
> >     > > > > > > > >> > > > > > without
> >     > > > > > > > >> > > > > > > > > > >> > distribution.
> >     > > > > > > > >> > > > > > > > > > >> > > > I don't
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean
> > install
> >     > > > > > -DskipTests
> >     > > > > > > > >> > > > > -Drat.skip=true
> >     > > > > > > > >> > > > > > > > > > >> > > >     >>
> > -Dgenerate.swf.swcs=true
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >>
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > >
> >     > > > > > > > >>
> >     > > > > >
> >     >
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020
> > o 12:44
> >     > > > > Carlos
> >     > > > > > > > >> Rovira <
> >     > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does
> not
> >     > affect
> >     > > > FB,
> >     > > > > so
> >     > > > > > > > don't
> >     > > > > > > > >> > > worry
> >     > > > > > > > >> > > > > > about
> >     > > > > > > > >> > > > > > > > it.
> >     > > > > > > > >> > > > > > > > > > But
> >     > > > > > > > >> > > > > > > > > > >> we
> >     > > > > > > > >> > > > > > > > > > >> > > > hope you
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> try
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to
> > some
> >     > newer
> >     > > > IDE
> >     > > > > in
> >     > > > > > > the
> >     > > > > > > > >> > > future!
> >     > > > > > > > >> > > > ;)
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21
> ene.
> > 2020 a
> >     > > las
> >     > > > > > > 12:26,
> >     > > > > > > > >> > Antonis
> >     > > > > > > > >> > > > > > > Kalodimos
> >     > > > > > > > >> > > > > > > > > (<
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > antonis.kalodimos@gmail.com
> >     > > > > >)
> >     > > > > > > > >> escribió:
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds
> > good news
> >     > > for
> >     > > > > > > someone
> >     > > > > > > > >> to
> >     > > > > > > > >> > be
> >     > > > > > > > >> > > > > > involved
> >     > > > > > > > >> > > > > > > > > with
> >     > > > > > > > >> > > > > > > > > > >> > royale.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i
> > someone of
> >     > you
> >     > > > who
> >     > > > > > > know
> >     > > > > > > > >> the
> >     > > > > > > > >> > > > > > > requirements
> >     > > > > > > > >> > > > > > > > > > don't
> >     > > > > > > > >> > > > > > > > > > >> > break
> >     > > > > > > > >> > > > > > > > > > >> > > > the
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be
> > used
> >     > and
> >     > > in
> >     > > > > the
> >     > > > > > > > >> > > > flashbuilder.
> >     > > > > > > > >> > > > > > Even
> >     > > > > > > > >> > > > > > > > it
> >     > > > > > > > >> > > > > > > > > is
> >     > > > > > > > >> > > > > > > > > > >> old
> >     > > > > > > > >> > > > > > > > > > >> > > is a
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the
> > old
> >     > users
> >     > > > > that
> >     > > > > > > are
> >     > > > > > > > >> > > searching
> >     > > > > > > > >> > > > > > where
> >     > > > > > > > >> > > > > > > > to
> >     > > > > > > > >> > > > > > > > > > jump
> >     > > > > > > > >> > > > > > > > > > >> > for
> >     > > > > > > > >> > > > > > > > > > >> > > > upgrade
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you,
> > continue
> >     > the
> >     > > > > great
> >     > > > > > > job
> >     > > > > > > > >> that
> >     > > > > > > > >> > > you
> >     > > > > > > > >> > > > > are
> >     > > > > > > > >> > > > > > > > > doing.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21
> > Ιαν 2020
> >     > > > στις
> >     > > > > > 1:15
> >     > > > > > > > >> μ.μ.,
> >     > > > > > > > >> > > ο/η
> >     > > > > > > > >> > > > > > Piotr
> >     > > > > > > > >> > > > > > > > > > >> Zarzycki <
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     > > > piotrzarzycki21@gmail.com>
> >     > > > > > > > έγραψε:
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats!
> > Could you
> >     > > > > provide
> >     > > > > > > on
> >     > > > > > > > >> > mailing
> >     > > > > > > > >> > > > > list
> >     > > > > > > > >> > > > > > > > > command
> >     > > > > > > > >> > > > > > > > > > to
> >     > > > > > > > >> > > > > > > > > > >> > > build
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> framework
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > distribution, so
> >     > > users
> >     > > > > > could
> >     > > > > > > > know
> >     > > > > > > > >> > how
> >     > > > > > > > >> > > to
> >     > > > > > > > >> > > > > do
> >     > > > > > > > >> > > > > > > > that.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty
> > 2020 o
> >     > > > 12:12
> >     > > > > > > Carlos
> >     > > > > > > > >> > > Rovira <
> >     > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just
> fixed
> > the
> >     > > maven
> >     > > > > > > > >> distribution,
> >     > > > > > > > >> > > and
> >     > > > > > > > >> > > > > now
> >     > > > > > > > >> > > > > > > it
> >     > > > > > > > >> > > > > > > > > > >> creates a
> >     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used
> > with
> >     > IDEs.
> >     > > I
> >     > > > > > think
> >     > > > > > > > this
> >     > > > > > > > >> > is a
> >     > > > > > > > >> > > > > long
> >     > > > > > > > >> > > > > > > > > awaited
> >     > > > > > > > >> > > > > > > > > > >> fix.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with
> > the new
> >     > > maven
> >     > > > > > > > >> distribution
> >     > > > > > > > >> > > the
> >     > > > > > > > >> > > > > > > > generated
> >     > > > > > > > >> > > > > > > > > > SDK
> >     > > > > > > > >> > > > > > > > > > >> > > > allows you
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> to
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code
> > intelligence
> >     > > and
> >     > > > > > IDEs
> >     > > > > > > > can
> >     > > > > > > > >> > find
> >     > > > > > > > >> > > > > > > compilers
> >     > > > > > > > >> > > > > > > > > and
> >     > > > > > > > >> > > > > > > > > > >> use
> >     > > > > > > > >> > > > > > > > > > >> > it
> >     > > > > > > > >> > > > > > > > > > >> > > > to get a
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > compilation. I
> >     > > tried
> >     > > > > only
> >     > > > > > > > >> VSCode
> >     > > > > > > > >> > > with
> >     > > > > > > > >> > > > > Josh
> >     > > > > > > > >> > > > > > > > > > AS3&MXML
> >     > > > > > > > >> > > > > > > > > > >> > > > extension,
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using
> > Moonshine
> >     > can
> >     > > > > > provide
> >     > > > > > > > >> > > feedback.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > Additionally you
> >     > > get
> >     > > > > the
> >     > > > > > > > normal
> >     > > > > > > > >> > > maven
> >     > > > > > > > >> > > > > way
> >     > > > > > > > >> > > > > > of
> >     > > > > > > > >> > > > > > > > > build
> >     > > > > > > > >> > > > > > > > > > >> with
> >     > > > > > > > >> > > > > > > > > > >> > > > "mvn
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be
> > more near
> >     > > to
> >     > > > > your
> >     > > > > > > > >> deploy
> >     > > > > > > > >> > > > needs.
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people
> > using
> >     > > Maven
> >     > > > > > does
> >     > > > > > > > not
> >     > > > > > > > >> > need
> >     > > > > > > > >> > > to
> >     > > > > > > > >> > > > > use
> >     > > > > > > > >> > > > > > > ANT
> >     > > > > > > > >> > > > > > > > > > >> anymore
> >     > > > > > > > >> > > > > > > > > > >> > to
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> >     > > > > > > > >> > > > > > > > > > >>
> >
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

@Piotr Zarzycki <pi...@gmail.com> I was over the big button to
nightly builds, since you told me to download that. So from the big button
I choosed "other downloads" and choosed non sandbox one. Both url goes to
the same link: Moonshine_Signed_NonSandbox.pkg
<https://moonshine-ide.com/downloads/releases/dev/macos/Moonshine_Signed_NonSandbox.pkg>
07-Feb-2020 21:11 156571205

About the permissions: My guess is that is something related to Moonshine,
not to user or maven, since VSCode is dealing with the same SDK without
complain. I can give permissions to try this, but I suggest the moonshine
team could look to how VSCode work with user files and mimic that to
avoid this kind of problem.

Thanks


El lun., 10 feb. 2020 a las 5:50, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> IMO, the Maven commands that build the Distribution SDK should change the
> permissions.
>
> My 2 cents,
> -Alex
>
> On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Permission to "mxmlc" file in SDK. - You have to add permission for
> usage
>     manually to that file.
>
>     I will explain you more on Monday if you won't figure it out your self,
>     what is all about.
>
>     You can literally paste in Google last sentence from stack trace error
> and
>     add: How to add permission to file on Mac.
>
>
>
>     On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
>     > Hi Piotr,
>     >
>     > but what kind of permission? to the moonshine executable?
>     >
>     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
>     > piotrzarzycki21@gmail.com>)
>     > escribió:
>     >
>     > > If you are using your own SDK (not downloaded trough Moonshine
> getting
>     > > started) you have to add permission to mxmlc file. There is a
> command on
>     > > Mac chmod - try to search using that command on a Google.
>     > >
>     > > Thanks,
>     > > Piotr
>     > >
>     > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <
> carlosrovira@apache.org>
>     > > wrote:
>     > >
>     > > > Hi,
>     > > >
>     > > > I installed latest Moonshine nightly. After configuring initial
> things
>     > > > loaded TDJ project. I'm getting Permission denied:
>     > > >
>     > > > : Moonshine IDE™ 2.5.0
>     > > > : Copyright © Prominic.NET, Inc. All rights reserved.
>     > > > : Source code is under Apache License, Version 2.0
>     > > > :
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
>     > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache
>     > License
>     > > > 2.0), NativeApplicationUpdater (LGPL)
>     > > > : Running on Adobe AIR 28.0.0.125
>     > > > : Compiling TourDeJewel
>     > > > : SDK path:
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
>     > > > : Sending to mxmlx: export
>     > > >
>     > > >
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > > >
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
>     > &&
>     > > > export
>     > > >
>     > > >
>     > >
>     >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
>     > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
>     > > >
>     > > >
>     > >
>     >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
>     > > >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
>     > > > -load-config+=obj/TourDeJewelConfig.xml
>     > > >
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
>     > > >
> -html-template=src/main/resources/jewel-example-index-template.html
>     > > > -js-dynamic-access-unknown-members=true
> -compiler.targets=JSRoyale
>     > > >
>     > > >
>     > >
>     >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
>     > > > : /bin/bash:
>     > > >
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
>     > > > Permission denied
>     > > >
>     > > > How can I fix it?
>     > > >
>     > > > Thanks
>     > > >
>     > > >
>     > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
>     > > joshtynjala@bowlerhat.dev
>     > > > >)
>     > > > escribió:
>     > > >
>     > > > > Yeah, I don't see why Moonshine is reporting those errors, but
> VSCode
>     > > > does
>     > > > > not. If royale-config.xml is referencing SWCs that don't
> exist, that
>     > > > should
>     > > > > affect both IDEs.
>     > > > >
>     > > > > Regardless, like you explained, the same issue should
> reproduce when
>     > > > > compiling from a terminal without Moonshine.
>     > > > >
>     > > > > --
>     > > > > Josh Tynjala
>     > > > > Bowler Hat LLC <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >
>     > > > >
>     > > > >
>     > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
>     > > piotrzarzycki21@gmail.com
>     > > > >
>     > > > > wrote:
>     > > > >
>     > > > > > Hi Carlos,
>     > > > > >
>     > > > > > Yeah it would be pretty great if you could setup Moonshine,
> but you
>     > > > don't
>     > > > > > have to do that actually to reproduce the issue. Command
> which I
>     > have
>     > > > > > pasted in this thread can be copy and used in Terminal with
> small
>     > > path
>     > > > > > adjustment. Try it on any project you have using
> distribution build
>     > > and
>     > > > > for
>     > > > > > sure you will get the error.
>     > > > > >
>     > > > > > In case of Moonshine we have freez code for commits and
> prepare for
>     > > > > > release, we have some internal problems with bamboo build -
> if it
>     > > will
>     > > > > get
>     > > > > > resolved we should have release early next week. You can
> always try
>     > > > > Nightly
>     > > > > > build.
>     > > > > >
>     > > > > > I'm really surprised that VSCode do not throwing the same
> error -
>     > > What
>     > > > > > could be the case Josh? The only difference is that we are
> using
>     > > mxmlc
>     > > > > file
>     > > > > > and VSCode is probably using jar file, but playerglobal.swc
> doesn't
>     > > > > exists
>     > > > > > so both should report same issue.
>     > > > > >
>     > > > > > Thanks,
>     > > > > > Piotr
>     > > > > >
>     > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <
> carlosrovira@apache.org>
>     > > > > > napisał(a):
>     > > > > >
>     > > > > > > Hi Piotr,
>     > > > > > >
>     > > > > > > so I think you're a bit closer (not farther ;)), since
> compiler
>     > was
>     > > > > > found.
>     > > > > > > Now is a matter to find what's missing.
>     > > > > > > What's curious for me is VSCode recognizes but Moonshine
> not. I
>     > > think
>     > > > > the
>     > > > > > > problem is each IDE is looking at different things to
> match a
>     > valid
>     > > > > SDK,
>     > > > > > > and maybe even we could be setting duplicate artifacts in
> the SDK
>     > > so
>     > > > > > VSCode
>     > > > > > > finds all but Moonshine not.
>     > > > > > > I'll be setup Moonshine as I have time to try it.
>     > > > > > > I think you plan to launch a new one soon right? should I
> wait
>     > for
>     > > > it?
>     > > > > > >
>     > > > > > > Thanks
>     > > > > > >
>     > > > > > >
>     > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
>     > > > > > > piotrzarzycki21@gmail.com>)
>     > > > > > > escribió:
>     > > > > > >
>     > > > > > > > Hi Carlos,
>     > > > > > > >
>     > > > > > > > I just tried your changes and I'm a bit farther. Now I'm
>     > getting
>     > > > > > > following
>     > > > > > > > errors. It's throwing that errors cause in JS only
> binaries
>     > > > prepared
>     > > > > by
>     > > > > > > ant
>     > > > > > > > we have in following location
>     > > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc
> fake
>     > > > > > > > playerglobal.swc, so distribution should probably have
> the
>     > same.
>     > > > > > > >
>     > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>     > > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > > > -debug=true
>     > > > > > > > > -source-map=true -compiler.targets=JSRoyale
>     > > > > > > > >
>     > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     > > > > > > > > : Using Royale Compiler codebase:
>     > > > > > > > >
>     > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > > > > > > > > : Using Royale SDK:
>     > > > > > > > >
>     > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > > > > > > > > : MXMLJSC
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>     > > > > > > > > :
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > > > > > > > > : -debug=true
>     > > > > > > > > : -source-map=true
>     > > > > > > > > : -compiler.targets=JSRoyale
>     > > > > > > > > :
>     > > > >
> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>     > > > > > > > > col: 0 Error: unable to open
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > (line: 74)
>     > > > > > > > > :       </external-library-path>
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > > > > > > > > col: 0 Error: unable to open
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > (line: 81)
>     > > > > > > > > :       </js-external-library-path>
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > > > > > > > > col: 0 Error: unable to open
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > (line: 81)
>     > > > > > > > > :       </js-external-library-path>
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>     > > > > > > > > col: 0 Error: unable to open
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>     > > > > > > > > :
>     > > > > > > > >
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > > > > > > > > (line: 99)
>     > > > > > > > > :       </library-path>
>     > > > > > > > > : 1.034449561 seconds
>     > > > > > > >
>     > > > > > > >
>     > > > > > > > Thanks,
>     > > > > > > > Piotr
>     > > > > > > >
>     > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
>     > carlosrovira@apache.org>
>     > > > > > > > napisał(a):
>     > > > > > > >
>     > > > > > > > > Thanks Josh for pointing that out I think I got it.
>     > > > > > > > >
>     > > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please
> try with
>     > my
>     > > > > > latest
>     > > > > > > > > commit. I couldn't test myself, but I think it should
> work
>     > now
>     > > > for
>     > > > > > > > > Moonshine.
>     > > > > > > > > VSCode still work with this changes.
>     > > > > > > > >
>     > > > > > > > > Thanks
>     > > > > > > > >
>     > > > > > > > > Carlos
>     > > > > > > > >
>     > > > > > > > >
>     > > > > > > > >
>     > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
>     > > > > > > > joshtynjala@bowlerhat.dev>)
>     > > > > > > > > escribió:
>     > > > > > > > >
>     > > > > > > > >> If I had to guess, this classpath is wrong:
>     > > > > > > > >>
>     > > > > > > > >> <Class-Path>args4j.jar org.json.jar
>     > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
>     > > > > > > > >> Class-Path>
>     > > > > > > > >>
>     > > > > > > > >>
>     > > > > > > > >>
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
>     > > > > > > > >>
>     > > > > > > > >> I think that the names of those JAR files all include
> a
>     > > version
>     > > > > > number
>     > > > > > > > in
>     > > > > > > > >> the Maven distribution.
>     > > > > > > > >>
>     > > > > > > > >> --
>     > > > > > > > >> Josh Tynjala
>     > > > > > > > >> Bowler Hat LLC <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >
>     > > > > > > > >>
>     > > > > > > > >>
>     > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
>     > > > > > > carlosrovira@apache.org>
>     > > > > > > > >> wrote:
>     > > > > > > > >>
>     > > > > > > > >> > ok didn't notice.
>     > > > > > > > >> > So maybe is a classpath problem?
>     > > > > > > > >> > It's clear that VSCode goes to the same place and
> find it
>     > > > since
>     > > > > > > mxmlc
>     > > > > > > > >> is a
>     > > > > > > > >> > dummy jar that has exactly that class, but
> Moonshine goes
>     > > and
>     > > > > > didn't
>     > > > > > > > >> find
>     > > > > > > > >> > it.
>     > > > > > > > >> > If not any clue what could be happening?
>     > > > > > > > >> > Thanks
>     > > > > > > > >> >
>     > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
>     > > > > > > > >> > piotrzarzycki21@gmail.com>)
>     > > > > > > > >> > escribió:
>     > > > > > > > >> >
>     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
>     > > > > > > > >> > >
>     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
>     > > > > joshtynjala@bowlerhat.dev
>     > > > > > >
>     > > > > > > > >> > > napisał(a):
>     > > > > > > > >> > >
>     > > > > > > > >> > > > You can see from the output that Moonshine is
> calling
>     > > the
>     > > > > > > command
>     > > > > > > > >> line
>     > > > > > > > >> > > > scripts in js/bin.
>     > > > > > > > >> > > >
>     > > > > > > > >> > > > --
>     > > > > > > > >> > > > Josh Tynjala
>     > > > > > > > >> > > > Bowler Hat LLC <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0
> >
>     > > > > > > > >> > > >
>     > > > > > > > >> > > >
>     > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
>     > > > > > > > >> carlosrovira@apache.org>
>     > > > > > > > >> > > > wrote:
>     > > > > > > > >> > > >
>     > > > > > > > >> > > > > Hi Piotr,
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > > > That was a problem I had with VSCode when
> started to
>     > > > work
>     > > > > on
>     > > > > > > fix
>     > > > > > > > >> SDK
>     > > > > > > > >> > > for
>     > > > > > > > >> > > > > IDE.
>     > > > > > > > >> > > > > Josh told me that VSCode tries to find that
> class in
>     > > > > > > > >> > /js/lib/mxmlc.jar
>     > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > > > Maybe Moonshine is looking in other path?
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > > > Thanks
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr
> Zarzycki (<
>     > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
>     > > > > > > > >> > > > > escribió:
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > > > > Hi Carlos,
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > > > I have build on my Mac SDK and tried in
> Nightly
>     > > Build
>     > > > of
>     > > > > > > > >> > Moonshine. I
>     > > > > > > > >> > > > > > cannot build Hello World. I'm getting
> following
>     > > error:
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >> > >
>     > > > > > > > >> >
>     > > > > > > > >>
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>     > > > > > > > >> > > > > >
>     > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > > > > > > > >> -debug=true
>     > > > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
>     > > > > > > > >> > > > > >
>     > > > > > > > >> >
>     > > > > > >
>     > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     > > > > > > > >> > > > > > : Using Royale Compiler codebase:
>     > > > > > > > >> > > > > >
>     > > > > > > > >>
>     > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > > > > > > > >> > > > > > : Using Royale SDK:
>     > > > > > > > >> > > > > >
>     > > > > > > > >>
>     > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > > > > > > > >> > > > > > : Error: Could not find or load main class
>     > > > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
>     > > > > > > > >> carlosrovira@apache.org>
>     > > > > > > > >> > > > > > napisał(a):
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > > > > Hi Piotr,
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > > > right, are simplified too and does not
> have any
>     > > > > profile
>     > > > > > or
>     > > > > > > > >> > > variable.
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > > > "-U clean install" is standard maven
> commands,
>     > > > nothing
>     > > > > > to
>     > > > > > > do
>     > > > > > > > >> with
>     > > > > > > > >> > > us
>     > > > > > > > >> > > > in
>     > > > > > > > >> > > > > > > particular, so you can left that
>     > > > > > > > >> > > > > > > "-P main,utils" are not needed anymore,
> since
>     > now
>     > > > > > there's
>     > > > > > > no
>     > > > > > > > >> > > > > > > differentiation between a "first build"
> against
>     > > rest
>     > > > > of
>     > > > > > > > >> builds.
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr
>     > Zarzycki
>     > > (<
>     > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > > > > Hi Carlos,
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > > > Builds for framework is updated. What
> about
>     > > > compiler
>     > > > > > and
>     > > > > > > > >> > > typedefs ?
>     > > > > > > > >> > > > > For
>     > > > > > > > >> > > > > > > > compiler on the server we have:
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > > > -U clean install
>     > > > > > > > >> > > > > > > > -P -main,utils
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > > > It looks like that those profiles also
>     > > deprecated
>     > > > -
>     > > > > > can
>     > > > > > > > you
>     > > > > > > > >> > > > confirm ?
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > > > Thanks,
>     > > > > > > > >> > > > > > > > Piotr
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
>     > > > > > > > >> > carlosrovira@apache.org>
>     > > > > > > > >> > > > > > > > napisał(a):
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > > > > Hi Piotr,
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > it surprise me that due all the
> changes done
>     > > in
>     > > > > > maven
>     > > > > > > > >> > > builds.a.o
>     > > > > > > > >> > > > > was
>     > > > > > > > >> > > > > > > not
>     > > > > > > > >> > > > > > > > > failing. I've even didn't repare that
> will
>     > > need
>     > > > to
>     > > > > > be
>     > > > > > > > >> > updated.
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > These profiles does not exist anymore:
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > >
>     > > > > > > > >> > >
>     > > > > > > > >>
>     > > > > > > >
>     > > > > >
>     > > >
>     >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > Here's the updated doc for maven
> simplified
>     > > [1]
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > In sort:
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now
> is
>     > > > > > > > >> FLASHPLAYER_DEBUGGER
>     > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is now
> more
>     > > > reliable
>     > > > > > > > >> (something
>     > > > > > > > >> > > that
>     > > > > > > > >> > > > > > was a
>     > > > > > > > >> > > > > > > > > real headache)
>     > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > >    - with-ui-testsuite
>     > > > > > > > >> > > > > > > > >    - option-with-swf
>     > > > > > > > >> > > > > > > > >    - with-examples
>     > > > > > > > >> > > > > > > > >    - with-distribution
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this
>     > > profiles?
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > [1]
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >> > >
>     > > > > > > > >> >
>     > > > > > > > >>
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40,
> Piotr
>     > > > Zarzycki
>     > > > > (<
>     > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > > > > Carlos,
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > What has change more in case of
> Maven
>     > build
>     > > > for
>     > > > > > > > >> framework?
>     > > > > > > > >> > On
>     > > > > > > > >> > > > > > > > builds.a.o
>     > > > > > > > >> > > > > > > > > we
>     > > > > > > > >> > > > > > > > > > have following command which running
>     > > > > royale-asjs.
>     > > > > > It
>     > > > > > > > >> looks
>     > > > > > > > >> > > like
>     > > > > > > > >> > > > > > > > something
>     > > > > > > > >> > > > > > > > > > is missing, cause I have removed
> locally
>     > my
>     > > > > > > > >> > org.apache.royale
>     > > > > > > > >> > > > > > folder
>     > > > > > > > >> > > > > > > > from
>     > > > > > > > >> > > > > > > > > > .m2 and start building PureMVC to
> swc.
>     > [1] -
>     > > > It
>     > > > > > > throws
>     > > > > > > > >> > > > exception
>     > > > > > > > >> > > > > > now.
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > Could not resolve dependencies for
> project
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >>
>     > > > > >
>     > >
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>     > > > > > > > >> > > > > > > > > > Failure to find
>     > > > > > > > >> > > > > > >
>     > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>     > > > > > > > >> > > > > > > > > in
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> >
>     > >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
>     > > > > > > > >> > > > was
>     > > > > > > > >> > > > > > > > cached
>     > > > > > > > >> > > > > > > > > in
>     > > > > > > > >> > > > > > > > > > the local repository, resolution
> will not
>     > be
>     > > > > > > > reattempted
>     > > > > > > > >> > > until
>     > > > > > > > >> > > > > the
>     > > > > > > > >> > > > > > > > update
>     > > > > > > > >> > > > > > > > > > interval of apache-snapshots has
> elapsed
>     > or
>     > > > > > updates
>     > > > > > > > are
>     > > > > > > > >> > > forced
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > Above means that it probably doesn't
>     > exists
>     > > in
>     > > > > > > Apache
>     > > > > > > > >> Maven
>     > > > > > > > >> > > > > > > central...
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > Command on builds.a.o:
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > -U
>     > > > > > > > >> > > > > > > > > > clean
>     > > > > > > > >> > > > > > > > > > deploy
>     > > > > > > > >> > > > > > > > > > -P
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >> > >
>     > > > > > > > >> >
>     > > > > > > > >>
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >> > >
>     > > > > > > > >> >
>     > > > > > > > >>
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >> > >
>     > > > > > > > >> >
>     > > > > > > > >>
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>     > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
>     > > > > > > > >> > > > > > > > > > -Dgenerate.swf
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > [1]
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> >
>     > > > > >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > Thanks,
>     > > > > > > > >> > > > > > > > > > Piotr
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr
> Zarzycki <
>     > > > > > > > >> > > > > piotrzarzycki21@gmail.com
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > > > > > > napisał(a):
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether
> someone
>     > > > actually
>     > > > > > know
>     > > > > > > > >> what
>     > > > > > > > >> > is
>     > > > > > > > >> > > > the
>     > > > > > > > >> > > > > > > > version.
>     > > > > > > > >> > > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos
> Rovira <
>     > > > > > > > >> > > > > carlosrovira@apache.org>
>     > > > > > > > >> > > > > > > > > > > napisał(a):
>     > > > > > > > >> > > > > > > > > > >
>     > > > > > > > >> > > > > > > > > > >> Hi Piotr,
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > > > > >> I explained in this thread that I
>     > > couldn't
>     > > > > find
>     > > > > > > in
>     > > > > > > > >> maven
>     > > > > > > > >> > > the
>     > > > > > > > >> > > > > > same
>     > > > > > > > >> > > > > > > > > exact
>     > > > > > > > >> > > > > > > > > > >> version that ANT one, I put the
> closest
>     > > in
>     > > > > date
>     > > > > > > > >> > available
>     > > > > > > > >> > > > from
>     > > > > > > > >> > > > > > > maven
>     > > > > > > > >> > > > > > > > > > >> I proposed as well if we can
> upgrade
>     > > > > ANT/MAVEN
>     > > > > > to
>     > > > > > > > the
>     > > > > > > > >> > same
>     > > > > > > > >> > > > one
>     > > > > > > > >> > > > > > > that
>     > > > > > > > >> > > > > > > > > > works.
>     > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I fail
> in the
>     > > > > search
>     > > > > > > and
>     > > > > > > > >> the
>     > > > > > > > >> > > > version
>     > > > > > > > >> > > > > > > could
>     > > > > > > > >> > > > > > > > > > >> exists, in that case hope other
> can
>     > > > indicate
>     > > > > > the
>     > > > > > > > >> maven
>     > > > > > > > >> > > > > > descriptor
>     > > > > > > > >> > > > > > > to
>     > > > > > > > >> > > > > > > > > > >> update
>     > > > > > > > >> > > > > > > > > > >> it.
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > > > > >> thanks
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las
> 12:11,
>     > Piotr
>     > > > > > Zarzycki
>     > > > > > > > (<
>     > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>)
> escribió:
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly the
> same
>     > > > > version ?
>     > > > > > > > Maybe
>     > > > > > > > >> > this
>     > > > > > > > >> > > > is
>     > > > > > > > >> > > > > > the
>     > > > > > > > >> > > > > > > > > reason
>     > > > > > > > >> > > > > > > > > > >> why
>     > > > > > > > >> > > > > > > > > > >> > my application is failing.
>     > > > > > > > >> > > > > > > > > > >> >
>     > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
>     > > > > > > > >> > > > > > > > > > >> > <dependency>
>     > > > > > > > >> > > > > > > > > > >> >
>     > > <groupId>com.google.javascript</groupId>
>     > > > > > > > >> > > > > > > > > > >> >
>     > > <artifactId>closure-compiler</artifactId>
>     > > > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
>     > > > > > > > >> > > > > > > > > > >> > </dependency>
>     > > > > > > > >> > > > > > > > > > >> > <dependency>
>     > > > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
>     > > > > > > > >> > > > > > > > > > >> >
>     > > > > > <artifactId>google-closure-library</artifactId>
>     > > > > > > > >> > > > > > > > > > >> >
>     > > <version>0.0-20190213-2033d5d9</version>
>     > > > > > > > >> > > > > > > > > > >> > </dependency>
>     > > > > > > > >> > > > > > > > > > >> >
>     > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos
>     > Rovira
>     > > <
>     > > > > > > > >> > > > > > carlosrovira@apache.org
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > > > > > >> > napisał(a):
>     > > > > > > > >> > > > > > > > > > >> >
>     > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
>     > > > > > > > >> > > > > > > > > > >> > >
>     > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest one.
> Used
>     > the
>     > > > > > closest
>     > > > > > > > >> one in
>     > > > > > > > >> > > > dates
>     > > > > > > > >> > > > > > to
>     > > > > > > > >> > > > > > > > the
>     > > > > > > > >> > > > > > > > > > one
>     > > > > > > > >> > > > > > > > > > >> in
>     > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid?
> And how
>     > > can
>     > > > I
>     > > > > > > ensure
>     > > > > > > > >> > > > > > compatibility?
>     > > > > > > > >> > > > > > > > > Where
>     > > > > > > > >> > > > > > > > > > >> to
>     > > > > > > > >> > > > > > > > > > >> > > check that?
>     > > > > > > > >> > > > > > > > > > >> > > But what I really want to do
> is
>     > > update
>     > > > > > > > ANT/MAVEN
>     > > > > > > > >> to
>     > > > > > > > >> > > the
>     > > > > > > > >> > > > > same
>     > > > > > > > >> > > > > > > one
>     > > > > > > > >> > > > > > > > > > that
>     > > > > > > > >> > > > > > > > > > >> is
>     > > > > > > > >> > > > > > > > > > >> > ok
>     > > > > > > > >> > > > > > > > > > >> > > for all of us. We need to
> ensure
>     > one
>     > > > that
>     > > > > > is
>     > > > > > > > >> > available
>     > > > > > > > >> > > > for
>     > > > > > > > >> > > > > > > both.
>     > > > > > > > >> > > > > > > > > > >> > >
>     > > > > > > > >> > > > > > > > > > >> > > thanks
>     > > > > > > > >> > > > > > > > > > >> > >
>     > > > > > > > >> > > > > > > > > > >> > >
>     > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las
> 2:41,
>     > > Alex
>     > > > > > Harui
>     > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
>     > > > > > > > >> > > > > > > > > > >> > >)
>     > > > > > > > >> > > > > > > > > > >> > > escribió:
>     > > > > > > > >> > > > > > > > > > >> > >
>     > > > > > > > >> > > > > > > > > > >> > > > You may not want the latest
>     > closure
>     > > > > > > library.
>     > > > > > > > >> You
>     > > > > > > > >> > > > > probably
>     > > > > > > > >> > > > > > > > want
>     > > > > > > > >> > > > > > > > > > one
>     > > > > > > > >> > > > > > > > > > >> > that
>     > > > > > > > >> > > > > > > > > > >> > > > is compatible with the
> closure
>     > > > > compiler.
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > > HTH,
>     > > > > > > > >> > > > > > > > > > >> > > > -Alex
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM,
> "Carlos
>     > > > Rovira" <
>     > > > > > > > >> > > > > > > > carlosrovira@apache.org>
>     > > > > > > > >> > > > > > > > > > >> wrote:
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     Hi,
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     Josh discover that
> there was
>     > an
>     > > > > > issue.
>     > > > > > > If
>     > > > > > > > >> we
>     > > > > > > > >> > > have
>     > > > > > > > >> > > > > > > > GOOG_HOME
>     > > > > > > > >> > > > > > > > > > env
>     > > > > > > > >> > > > > > > > > > >> var
>     > > > > > > > >> > > > > > > > > > >> > > the
>     > > > > > > > >> > > > > > > > > > >> > > >     maven distribution
> worked
>     > > right,
>     > > > > but
>     > > > > > if
>     > > > > > > > you
>     > > > > > > > >> > > don't
>     > > > > > > > >> > > > > > have,
>     > > > > > > > >> > > > > > > > > > >> compilation
>     > > > > > > > >> > > > > > > > > > >> > > > fails.
>     > > > > > > > >> > > > > > > > > > >> > > >     I have it in my system
> while
>     > > > > > developing
>     > > > > > > > >> this.
>     > > > > > > > >> > > So I
>     > > > > > > > >> > > > > > just
>     > > > > > > > >> > > > > > > > > fixed
>     > > > > > > > >> > > > > > > > > > it
>     > > > > > > > >> > > > > > > > > > >> > some
>     > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     One thing: There's no
> maven
>     > > > > artifact
>     > > > > > > for
>     > > > > > > > >> the
>     > > > > > > > >> > > > > > > > closure-library
>     > > > > > > > >> > > > > > > > > > >> > > v20180910
>     > > > > > > > >> > > > > > > > > > >> > > > (the
>     > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT), next
> one is
>     > > > > > > > >> > > > 0.0-20190213-2033d5d9,
>     > > > > > > > >> > > > > > so
>     > > > > > > > >> > > > > > > we
>     > > > > > > > >> > > > > > > > > > need
>     > > > > > > > >> > > > > > > > > > >> to
>     > > > > > > > >> > > > > > > > > > >> > > use
>     > > > > > > > >> > > > > > > > > > >> > > > that
>     > > > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I
> was too
>     > > bad
>     > > > > > > trying
>     > > > > > > > to
>     > > > > > > > >> > find
>     > > > > > > > >> > > > the
>     > > > > > > > >> > > > > > > > > > >> corresponding
>     > > > > > > > >> > > > > > > > > > >> > > > maven
>     > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if someone
>     > knows,
>     > > > > please
>     > > > > > > let
>     > > > > > > > >> me
>     > > > > > > > >> > > > know!).
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT
> to
>     > > > v20190213
>     > > > > > > too?
>     > > > > > > > >> From
>     > > > > > > > >> > > now
>     > > > > > > > >> > > > > on,
>     > > > > > > > >> > > > > > we
>     > > > > > > > >> > > > > > > > > > should
>     > > > > > > > >> > > > > > > > > > >> > check
>     > > > > > > > >> > > > > > > > > > >> > > >     versions exists for
> ANT and
>     > > MAVEN
>     > > > > > > > >> artifacts.
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
>     > > > > > > > piotrzarzycki21@gmail.com
>     > > > > > > > >> >
>     > > > > > > > >> > > let
>     > > > > > > > >> > > > me
>     > > > > > > > >> > > > > > > know
>     > > > > > > > >> > > > > > > > if
>     > > > > > > > >> > > > > > > > > > you
>     > > > > > > > >> > > > > > > > > > >> > can
>     > > > > > > > >> > > > > > > > > > >> > > > get it
>     > > > > > > > >> > > > > > > > > > >> > > >     work with latest
> changes just
>     > > > done.
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     Thanks
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020
> a las
>     > > > 17:53,
>     > > > > > > Carlos
>     > > > > > > > >> > Rovira
>     > > > > > > > >> > > > (<
>     > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
>     > > > > > > > >> > > > > > > > > > >> > > >     escribió:
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using an
> old
>     > > > command,
>     > > > > > > maven
>     > > > > > > > >> was
>     > > > > > > > >> > > > > > extremely
>     > > > > > > > >> > > > > > > > > > >> simplified
>     > > > > > > > >> > > > > > > > > > >> > > > thanks to
>     > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz
> contribution 1
>     > or
>     > > 2
>     > > > > > months
>     > > > > > > > >> ago.
>     > > > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs'
> does
>     > not
>     > > > > > exists.
>     > > > > > > > >> Check
>     > > > > > > > >> > the
>     > > > > > > > >> > > > > > > > > instructions
>     > > > > > > > >> > > > > > > > > > I
>     > > > > > > > >> > > > > > > > > > >> put
>     > > > > > > > >> > > > > > > > > > >> > > or
>     > > > > > > > >> > > > > > > > > > >> > > > go to
>     > > > > > > > >> > > > > > > > > > >> > > >     > the updated docs
> here [1].
>     > I
>     > > > > > updated
>     > > > > > > > that
>     > > > > > > > >> > page
>     > > > > > > > >> > > > to
>     > > > > > > > >> > > > > > have
>     > > > > > > > >> > > > > > > > all
>     > > > > > > > >> > > > > > > > > > the
>     > > > > > > > >> > > > > > > > > > >> > > > latest valid
>     > > > > > > > >> > > > > > > > > > >> > > >     > info.
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with
> Chris, to
>     > > work
>     > > > > > soon
>     > > > > > > in
>     > > > > > > > >> more
>     > > > > > > > >> > > > > > > > improvements:
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
> distribution
>     > > for
>     > > > > > > js-only
>     > > > > > > > >> > (just
>     > > > > > > > >> > > > > > removing
>     > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
>     > > > > > > > >> > > > > > > > > > >> > > >     > that now is required)
>     > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just
> one
>     > repo
>     > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release
>     > process
>     > > > > based
>     > > > > > > on 2
>     > > > > > > > >> (and
>     > > > > > > > >> > > yes
>     > > > > > > > >> > > > > > > having
>     > > > > > > > >> > > > > > > > > ANT
>     > > > > > > > >> > > > > > > > > > >> into
>     > > > > > > > >> > > > > > > > > > >> > > > account)
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >     > I will want to
> release
>     > every
>     > > 1
>     > > > > to 2
>     > > > > > > > >> month.
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >     > [1]
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > >
>     > > > > > > > >> > > > > > > > > > >> >
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > > > >
>     > > > > > > > >> > > > > > > > >
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > > > > >
>     > > > > > > > >> > > > > >
>     > > > > > > > >> > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >> > >
>     > > > > > > > >> >
>     > > > > > > > >>
>     > > > > > > >
>     > > > > > >
>     > > > > >
>     > > > >
>     > > >
>     > >
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene.
> 2020 a las
>     > > > > 17:40,
>     > > > > > > > Piotr
>     > > > > > > > >> > > > Zarzycki
>     > > > > > > > >> > > > > (<
>     > > > > > > > >> > > > > > > > > > >> > > >     >
> piotrzarzycki21@gmail.com
>     > >)
>     > > > > > > escribió:
>     > > > > > > > >> > > > > > > > > > >> > > >     >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it
> my
>     > > fault.
>     > > > I
>     > > > > > > didn't
>     > > > > > > > >> > catch
>     > > > > > > > >> > > up
>     > > > > > > > >> > > > > > full
>     > > > > > > > >> > > > > > > > > > >> > instruction.
>     > > > > > > > >> > > > > > > > > > >> > > > Let me
>     > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
>     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o
> 17:29
>     > > Piotr
>     > > > > > > > Zarzycki
>     > > > > > > > >> <
>     > > > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
>     > > > > > > > >> > > > > > > > > > >> > > >     >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running
> this
>     > [1]
>     > > on
>     > > > > my
>     > > > > > > Mac
>     > > > > > > > >> > > > > distribution
>     > > > > > > > >> > > > > > is
>     > > > > > > > >> > > > > > > > not
>     > > > > > > > >> > > > > > > > > > >> > > > generated. :/
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is
> being build
>     > > > > > > > successfully,
>     > > > > > > > >> > but
>     > > > > > > > >> > > > > > without
>     > > > > > > > >> > > > > > > > > > >> > distribution.
>     > > > > > > > >> > > > > > > > > > >> > > > I don't
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean
> install
>     > > > > > -DskipTests
>     > > > > > > > >> > > > > -Drat.skip=true
>     > > > > > > > >> > > > > > > > > > >> > > >     >>
> -Dgenerate.swf.swcs=true
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >>
>     > > > > > > > >> > > > > > > >
>     > > > > > > > >> > > >
>     > > > > > > > >>
>     > > > > >
>     > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020
> o 12:44
>     > > > > Carlos
>     > > > > > > > >> Rovira <
>     > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
>     > > > > > > > >> > > > > > > > > > >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does not
>     > affect
>     > > > FB,
>     > > > > so
>     > > > > > > > don't
>     > > > > > > > >> > > worry
>     > > > > > > > >> > > > > > about
>     > > > > > > > >> > > > > > > > it.
>     > > > > > > > >> > > > > > > > > > But
>     > > > > > > > >> > > > > > > > > > >> we
>     > > > > > > > >> > > > > > > > > > >> > > > hope you
>     > > > > > > > >> > > > > > > > > > >> > > >     >> try
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to
> some
>     > newer
>     > > > IDE
>     > > > > in
>     > > > > > > the
>     > > > > > > > >> > > future!
>     > > > > > > > >> > > > ;)
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene.
> 2020 a
>     > > las
>     > > > > > > 12:26,
>     > > > > > > > >> > Antonis
>     > > > > > > > >> > > > > > > Kalodimos
>     > > > > > > > >> > > > > > > > > (<
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     > > > antonis.kalodimos@gmail.com
>     > > > > >)
>     > > > > > > > >> escribió:
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds
> good news
>     > > for
>     > > > > > > someone
>     > > > > > > > >> to
>     > > > > > > > >> > be
>     > > > > > > > >> > > > > > involved
>     > > > > > > > >> > > > > > > > > with
>     > > > > > > > >> > > > > > > > > > >> > royale.
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i
> someone of
>     > you
>     > > > who
>     > > > > > > know
>     > > > > > > > >> the
>     > > > > > > > >> > > > > > > requirements
>     > > > > > > > >> > > > > > > > > > don't
>     > > > > > > > >> > > > > > > > > > >> > break
>     > > > > > > > >> > > > > > > > > > >> > > > the
>     > > > > > > > >> > > > > > > > > > >> > > >     >> royale
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be
> used
>     > and
>     > > in
>     > > > > the
>     > > > > > > > >> > > > flashbuilder.
>     > > > > > > > >> > > > > > Even
>     > > > > > > > >> > > > > > > > it
>     > > > > > > > >> > > > > > > > > is
>     > > > > > > > >> > > > > > > > > > >> old
>     > > > > > > > >> > > > > > > > > > >> > > is a
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the
> old
>     > users
>     > > > > that
>     > > > > > > are
>     > > > > > > > >> > > searching
>     > > > > > > > >> > > > > > where
>     > > > > > > > >> > > > > > > > to
>     > > > > > > > >> > > > > > > > > > jump
>     > > > > > > > >> > > > > > > > > > >> > for
>     > > > > > > > >> > > > > > > > > > >> > > > upgrade
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you,
> continue
>     > the
>     > > > > great
>     > > > > > > job
>     > > > > > > > >> that
>     > > > > > > > >> > > you
>     > > > > > > > >> > > > > are
>     > > > > > > > >> > > > > > > > > doing.
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21
> Ιαν 2020
>     > > > στις
>     > > > > > 1:15
>     > > > > > > > >> μ.μ.,
>     > > > > > > > >> > > ο/η
>     > > > > > > > >> > > > > > Piotr
>     > > > > > > > >> > > > > > > > > > >> Zarzycki <
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     > > > piotrzarzycki21@gmail.com>
>     > > > > > > > έγραψε:
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats!
> Could you
>     > > > > provide
>     > > > > > > on
>     > > > > > > > >> > mailing
>     > > > > > > > >> > > > > list
>     > > > > > > > >> > > > > > > > > command
>     > > > > > > > >> > > > > > > > > > to
>     > > > > > > > >> > > > > > > > > > >> > > build
>     > > > > > > > >> > > > > > > > > > >> > > >     >> framework
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> distribution, so
>     > > users
>     > > > > > could
>     > > > > > > > know
>     > > > > > > > >> > how
>     > > > > > > > >> > > to
>     > > > > > > > >> > > > > do
>     > > > > > > > >> > > > > > > > that.
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty
> 2020 o
>     > > > 12:12
>     > > > > > > Carlos
>     > > > > > > > >> > > Rovira <
>     > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed
> the
>     > > maven
>     > > > > > > > >> distribution,
>     > > > > > > > >> > > and
>     > > > > > > > >> > > > > now
>     > > > > > > > >> > > > > > > it
>     > > > > > > > >> > > > > > > > > > >> creates a
>     > > > > > > > >> > > > > > > > > > >> > > > valid SDK
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used
> with
>     > IDEs.
>     > > I
>     > > > > > think
>     > > > > > > > this
>     > > > > > > > >> > is a
>     > > > > > > > >> > > > > long
>     > > > > > > > >> > > > > > > > > awaited
>     > > > > > > > >> > > > > > > > > > >> fix.
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with
> the new
>     > > maven
>     > > > > > > > >> distribution
>     > > > > > > > >> > > the
>     > > > > > > > >> > > > > > > > generated
>     > > > > > > > >> > > > > > > > > > SDK
>     > > > > > > > >> > > > > > > > > > >> > > > allows you
>     > > > > > > > >> > > > > > > > > > >> > > >     >> to
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code
> intelligence
>     > > and
>     > > > > > IDEs
>     > > > > > > > can
>     > > > > > > > >> > find
>     > > > > > > > >> > > > > > > compilers
>     > > > > > > > >> > > > > > > > > and
>     > > > > > > > >> > > > > > > > > > >> use
>     > > > > > > > >> > > > > > > > > > >> > it
>     > > > > > > > >> > > > > > > > > > >> > > > to get a
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> compilation. I
>     > > tried
>     > > > > only
>     > > > > > > > >> VSCode
>     > > > > > > > >> > > with
>     > > > > > > > >> > > > > Josh
>     > > > > > > > >> > > > > > > > > > AS3&MXML
>     > > > > > > > >> > > > > > > > > > >> > > > extension,
>     > > > > > > > >> > > > > > > > > > >> > > >     >> hope
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using
> Moonshine
>     > can
>     > > > > > provide
>     > > > > > > > >> > > feedback.
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> Additionally you
>     > > get
>     > > > > the
>     > > > > > > > normal
>     > > > > > > > >> > > maven
>     > > > > > > > >> > > > > way
>     > > > > > > > >> > > > > > of
>     > > > > > > > >> > > > > > > > > build
>     > > > > > > > >> > > > > > > > > > >> with
>     > > > > > > > >> > > > > > > > > > >> > > > "mvn
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be
> more near
>     > > to
>     > > > > your
>     > > > > > > > >> deploy
>     > > > > > > > >> > > > needs.
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people
> using
>     > > Maven
>     > > > > > does
>     > > > > > > > not
>     > > > > > > > >> > need
>     > > > > > > > >> > > to
>     > > > > > > > >> > > > > use
>     > > > > > > > >> > > > > > > ANT
>     > > > > > > > >> > > > > > > > > > >> anymore
>     > > > > > > > >> > > > > > > > > > >> > to
>     > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
>     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
>     > > > > > > > >> > > > > > > > > > >>
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Alex Harui <ah...@adobe.com.INVALID>.
IMO, the Maven commands that build the Distribution SDK should change the permissions.

My 2 cents,
-Alex

On 2/9/20, 11:04 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Permission to "mxmlc" file in SDK. - You have to add permission for usage
    manually to that file.
    
    I will explain you more on Monday if you won't figure it out your self,
    what is all about.
    
    You can literally paste in Google last sentence from stack trace error and
    add: How to add permission to file on Mac.
    
    
    
    On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <ca...@apache.org> wrote:
    
    > Hi Piotr,
    >
    > but what kind of permission? to the moonshine executable?
    >
    > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
    > piotrzarzycki21@gmail.com>)
    > escribió:
    >
    > > If you are using your own SDK (not downloaded trough Moonshine getting
    > > started) you have to add permission to mxmlc file. There is a command on
    > > Mac chmod - try to search using that command on a Google.
    > >
    > > Thanks,
    > > Piotr
    > >
    > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org>
    > > wrote:
    > >
    > > > Hi,
    > > >
    > > > I installed latest Moonshine nightly. After configuring initial things
    > > > loaded TDJ project. I'm getting Permission denied:
    > > >
    > > > : Moonshine IDE™ 2.5.0
    > > > : Copyright © Prominic.NET, Inc. All rights reserved.
    > > > : Source code is under Apache License, Version 2.0
    > > > : https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fprominic%2FMoonshine-IDE&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=9zd56GJARnqI0KhVKJ%2BCzChzlveojwAONlyaXBL144c%3D&amp;reserved=0
    > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache
    > License
    > > > 2.0), NativeApplicationUpdater (LGPL)
    > > > : Running on Adobe AIR 28.0.0.125
    > > > : Compiling TourDeJewel
    > > > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
    > > > : Sending to mxmlx: export
    > > >
    > > >
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
    > &&
    > > > export
    > > >
    > > >
    > >
    > royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
    > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
    > > >
    > > >
    > >
    > ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
    > > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
    > > > -load-config+=obj/TourDeJewelConfig.xml
    > > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
    > > > -html-template=src/main/resources/jewel-example-index-template.html
    > > > -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
    > > >
    > > >
    > >
    > -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
    > > > : /bin/bash:
    > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
    > > > Permission denied
    > > >
    > > > How can I fix it?
    > > >
    > > > Thanks
    > > >
    > > >
    > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
    > > joshtynjala@bowlerhat.dev
    > > > >)
    > > > escribió:
    > > >
    > > > > Yeah, I don't see why Moonshine is reporting those errors, but VSCode
    > > > does
    > > > > not. If royale-config.xml is referencing SWCs that don't exist, that
    > > > should
    > > > > affect both IDEs.
    > > > >
    > > > > Regardless, like you explained, the same issue should reproduce when
    > > > > compiling from a terminal without Moonshine.
    > > > >
    > > > > --
    > > > > Josh Tynjala
    > > > > Bowler Hat LLC <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0>
    > > > >
    > > > >
    > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
    > > piotrzarzycki21@gmail.com
    > > > >
    > > > > wrote:
    > > > >
    > > > > > Hi Carlos,
    > > > > >
    > > > > > Yeah it would be pretty great if you could setup Moonshine, but you
    > > > don't
    > > > > > have to do that actually to reproduce the issue. Command which I
    > have
    > > > > > pasted in this thread can be copy and used in Terminal with small
    > > path
    > > > > > adjustment. Try it on any project you have using distribution build
    > > and
    > > > > for
    > > > > > sure you will get the error.
    > > > > >
    > > > > > In case of Moonshine we have freez code for commits and prepare for
    > > > > > release, we have some internal problems with bamboo build - if it
    > > will
    > > > > get
    > > > > > resolved we should have release early next week. You can always try
    > > > > Nightly
    > > > > > build.
    > > > > >
    > > > > > I'm really surprised that VSCode do not throwing the same error -
    > > What
    > > > > > could be the case Josh? The only difference is that we are using
    > > mxmlc
    > > > > file
    > > > > > and VSCode is probably using jar file, but playerglobal.swc doesn't
    > > > > exists
    > > > > > so both should report same issue.
    > > > > >
    > > > > > Thanks,
    > > > > > Piotr
    > > > > >
    > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
    > > > > > napisał(a):
    > > > > >
    > > > > > > Hi Piotr,
    > > > > > >
    > > > > > > so I think you're a bit closer (not farther ;)), since compiler
    > was
    > > > > > found.
    > > > > > > Now is a matter to find what's missing.
    > > > > > > What's curious for me is VSCode recognizes but Moonshine not. I
    > > think
    > > > > the
    > > > > > > problem is each IDE is looking at different things to match a
    > valid
    > > > > SDK,
    > > > > > > and maybe even we could be setting duplicate artifacts in the SDK
    > > so
    > > > > > VSCode
    > > > > > > finds all but Moonshine not.
    > > > > > > I'll be setup Moonshine as I have time to try it.
    > > > > > > I think you plan to launch a new one soon right? should I wait
    > for
    > > > it?
    > > > > > >
    > > > > > > Thanks
    > > > > > >
    > > > > > >
    > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
    > > > > > > piotrzarzycki21@gmail.com>)
    > > > > > > escribió:
    > > > > > >
    > > > > > > > Hi Carlos,
    > > > > > > >
    > > > > > > > I just tried your changes and I'm a bit farther. Now I'm
    > getting
    > > > > > > following
    > > > > > > > errors. It's throwing that errors cause in JS only binaries
    > > > prepared
    > > > > by
    > > > > > > ant
    > > > > > > > we have in following location
    > > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
    > > > > > > > playerglobal.swc, so distribution should probably have the
    > same.
    > > > > > > >
    > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
    > > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > > > -debug=true
    > > > > > > > > -source-map=true -compiler.targets=JSRoyale
    > > > > > > > >
    > > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    > > > > > > > > : Using Royale Compiler codebase:
    > > > > > > > >
    > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > > > > > > > > : Using Royale SDK:
    > > > > > > > >
    > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > > > > > > > > : MXMLJSC
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
    > > > > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > > > > > > > > : -debug=true
    > > > > > > > > : -source-map=true
    > > > > > > > > : -compiler.targets=JSRoyale
    > > > > > > > > :
    > > > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
    > > > > > > > > col: 0 Error: unable to open
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > (line: 74)
    > > > > > > > > :       </external-library-path>
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > > > > > > > > col: 0 Error: unable to open
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > (line: 81)
    > > > > > > > > :       </js-external-library-path>
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > > > > > > > > col: 0 Error: unable to open
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > (line: 81)
    > > > > > > > > :       </js-external-library-path>
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
    > > > > > > > > col: 0 Error: unable to open
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
    > > > > > > > > :
    > > > > > > > >
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > > > > > > > > (line: 99)
    > > > > > > > > :       </library-path>
    > > > > > > > > : 1.034449561 seconds
    > > > > > > >
    > > > > > > >
    > > > > > > > Thanks,
    > > > > > > > Piotr
    > > > > > > >
    > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
    > carlosrovira@apache.org>
    > > > > > > > napisał(a):
    > > > > > > >
    > > > > > > > > Thanks Josh for pointing that out I think I got it.
    > > > > > > > >
    > > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please try with
    > my
    > > > > > latest
    > > > > > > > > commit. I couldn't test myself, but I think it should work
    > now
    > > > for
    > > > > > > > > Moonshine.
    > > > > > > > > VSCode still work with this changes.
    > > > > > > > >
    > > > > > > > > Thanks
    > > > > > > > >
    > > > > > > > > Carlos
    > > > > > > > >
    > > > > > > > >
    > > > > > > > >
    > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
    > > > > > > > joshtynjala@bowlerhat.dev>)
    > > > > > > > > escribió:
    > > > > > > > >
    > > > > > > > >> If I had to guess, this classpath is wrong:
    > > > > > > > >>
    > > > > > > > >> <Class-Path>args4j.jar org.json.jar
    > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
    > > > > > > > >> Class-Path>
    > > > > > > > >>
    > > > > > > > >>
    > > > > > > > >>
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=5Z%2FhwpmoS50bgeAOJD3t0%2FHCnwkRCCOjSSAa%2FEX4XPQ%3D&amp;reserved=0
    > > > > > > > >>
    > > > > > > > >> I think that the names of those JAR files all include a
    > > version
    > > > > > number
    > > > > > > > in
    > > > > > > > >> the Maven distribution.
    > > > > > > > >>
    > > > > > > > >> --
    > > > > > > > >> Josh Tynjala
    > > > > > > > >> Bowler Hat LLC <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0>
    > > > > > > > >>
    > > > > > > > >>
    > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
    > > > > > > carlosrovira@apache.org>
    > > > > > > > >> wrote:
    > > > > > > > >>
    > > > > > > > >> > ok didn't notice.
    > > > > > > > >> > So maybe is a classpath problem?
    > > > > > > > >> > It's clear that VSCode goes to the same place and find it
    > > > since
    > > > > > > mxmlc
    > > > > > > > >> is a
    > > > > > > > >> > dummy jar that has exactly that class, but Moonshine goes
    > > and
    > > > > > didn't
    > > > > > > > >> find
    > > > > > > > >> > it.
    > > > > > > > >> > If not any clue what could be happening?
    > > > > > > > >> > Thanks
    > > > > > > > >> >
    > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
    > > > > > > > >> > piotrzarzycki21@gmail.com>)
    > > > > > > > >> > escribió:
    > > > > > > > >> >
    > > > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
    > > > > > > > >> > >
    > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
    > > > > joshtynjala@bowlerhat.dev
    > > > > > >
    > > > > > > > >> > > napisał(a):
    > > > > > > > >> > >
    > > > > > > > >> > > > You can see from the output that Moonshine is calling
    > > the
    > > > > > > command
    > > > > > > > >> line
    > > > > > > > >> > > > scripts in js/bin.
    > > > > > > > >> > > >
    > > > > > > > >> > > > --
    > > > > > > > >> > > > Josh Tynjala
    > > > > > > > >> > > > Bowler Hat LLC <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=eyYt0K%2BDuGCrtMob8Da5dpAy56IaJvXs850pIjzYrOk%3D&amp;reserved=0>
    > > > > > > > >> > > >
    > > > > > > > >> > > >
    > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
    > > > > > > > >> carlosrovira@apache.org>
    > > > > > > > >> > > > wrote:
    > > > > > > > >> > > >
    > > > > > > > >> > > > > Hi Piotr,
    > > > > > > > >> > > > >
    > > > > > > > >> > > > > That was a problem I had with VSCode when started to
    > > > work
    > > > > on
    > > > > > > fix
    > > > > > > > >> SDK
    > > > > > > > >> > > for
    > > > > > > > >> > > > > IDE.
    > > > > > > > >> > > > > Josh told me that VSCode tries to find that class in
    > > > > > > > >> > /js/lib/mxmlc.jar
    > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
    > > > > > > > >> > > > >
    > > > > > > > >> > > > > Maybe Moonshine is looking in other path?
    > > > > > > > >> > > > >
    > > > > > > > >> > > > > Thanks
    > > > > > > > >> > > > >
    > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
    > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
    > > > > > > > >> > > > > escribió:
    > > > > > > > >> > > > >
    > > > > > > > >> > > > > > Hi Carlos,
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly
    > > Build
    > > > of
    > > > > > > > >> > Moonshine. I
    > > > > > > > >> > > > > > cannot build Hello World. I'm getting following
    > > error:
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > >
    > > > > > > > >> > > >
    > > > > > > > >> > >
    > > > > > > > >> >
    > > > > > > > >>
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
    > > > > > > > >> > > > > >
    > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > > > > > > > >> -debug=true
    > > > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
    > > > > > > > >> > > > > >
    > > > > > > > >> >
    > > > > > >
    > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    > > > > > > > >> > > > > > : Using Royale Compiler codebase:
    > > > > > > > >> > > > > >
    > > > > > > > >>
    > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > > > > > > > >> > > > > > : Using Royale SDK:
    > > > > > > > >> > > > > >
    > > > > > > > >>
    > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > > > > > > > >> > > > > > : Error: Could not find or load main class
    > > > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
    > > > > > > > >> carlosrovira@apache.org>
    > > > > > > > >> > > > > > napisał(a):
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > > > > Hi Piotr,
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > > > right, are simplified too and does not have any
    > > > > profile
    > > > > > or
    > > > > > > > >> > > variable.
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > > > "-U clean install" is standard maven commands,
    > > > nothing
    > > > > > to
    > > > > > > do
    > > > > > > > >> with
    > > > > > > > >> > > us
    > > > > > > > >> > > > in
    > > > > > > > >> > > > > > > particular, so you can left that
    > > > > > > > >> > > > > > > "-P main,utils" are not needed anymore, since
    > now
    > > > > > there's
    > > > > > > no
    > > > > > > > >> > > > > > > differentiation between a "first build" against
    > > rest
    > > > > of
    > > > > > > > >> builds.
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr
    > Zarzycki
    > > (<
    > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > > > > Hi Carlos,
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > > > Builds for framework is updated. What about
    > > > compiler
    > > > > > and
    > > > > > > > >> > > typedefs ?
    > > > > > > > >> > > > > For
    > > > > > > > >> > > > > > > > compiler on the server we have:
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > > > -U clean install
    > > > > > > > >> > > > > > > > -P -main,utils
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > > > It looks like that those profiles also
    > > deprecated
    > > > -
    > > > > > can
    > > > > > > > you
    > > > > > > > >> > > > confirm ?
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > > > Thanks,
    > > > > > > > >> > > > > > > > Piotr
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
    > > > > > > > >> > carlosrovira@apache.org>
    > > > > > > > >> > > > > > > > napisał(a):
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > > > > Hi Piotr,
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > it surprise me that due all the changes done
    > > in
    > > > > > maven
    > > > > > > > >> > > builds.a.o
    > > > > > > > >> > > > > was
    > > > > > > > >> > > > > > > not
    > > > > > > > >> > > > > > > > > failing. I've even didn't repare that will
    > > need
    > > > to
    > > > > > be
    > > > > > > > >> > updated.
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > These profiles does not exist anymore:
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > >
    > > > > > > > >> > >
    > > > > > > > >>
    > > > > > > >
    > > > > >
    > > >
    > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > Here's the updated doc for maven simplified
    > > [1]
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > In sort:
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
    > > > > > > > >> FLASHPLAYER_DEBUGGER
    > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
    > > > reliable
    > > > > > > > >> (something
    > > > > > > > >> > > that
    > > > > > > > >> > > > > > was a
    > > > > > > > >> > > > > > > > > real headache)
    > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > >    - with-ui-testsuite
    > > > > > > > >> > > > > > > > >    - option-with-swf
    > > > > > > > >> > > > > > > > >    - with-examples
    > > > > > > > >> > > > > > > > >    - with-distribution
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this
    > > profiles?
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > [1]
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > >
    > > > > > > > >> > > >
    > > > > > > > >> > >
    > > > > > > > >> >
    > > > > > > > >>
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
    > > > Zarzycki
    > > > > (<
    > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > > > > Carlos,
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > What has change more in case of Maven
    > build
    > > > for
    > > > > > > > >> framework?
    > > > > > > > >> > On
    > > > > > > > >> > > > > > > > builds.a.o
    > > > > > > > >> > > > > > > > > we
    > > > > > > > >> > > > > > > > > > have following command which running
    > > > > royale-asjs.
    > > > > > It
    > > > > > > > >> looks
    > > > > > > > >> > > like
    > > > > > > > >> > > > > > > > something
    > > > > > > > >> > > > > > > > > > is missing, cause I have removed locally
    > my
    > > > > > > > >> > org.apache.royale
    > > > > > > > >> > > > > > folder
    > > > > > > > >> > > > > > > > from
    > > > > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc.
    > [1] -
    > > > It
    > > > > > > throws
    > > > > > > > >> > > > exception
    > > > > > > > >> > > > > > now.
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > Could not resolve dependencies for project
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > >
    > > > > > > > >>
    > > > > >
    > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
    > > > > > > > >> > > > > > > > > > Failure to find
    > > > > > > > >> > > > > > >
    > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
    > > > > > > > >> > > > > > > > > in
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> >
    > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=EvgXNBd4phrRmMrKJZhAxNn7YdmXQavDsS1Q0LBW8iU%3D&amp;reserved=0
    > > > > > > > >> > > > was
    > > > > > > > >> > > > > > > > cached
    > > > > > > > >> > > > > > > > > in
    > > > > > > > >> > > > > > > > > > the local repository, resolution will not
    > be
    > > > > > > > reattempted
    > > > > > > > >> > > until
    > > > > > > > >> > > > > the
    > > > > > > > >> > > > > > > > update
    > > > > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed
    > or
    > > > > > updates
    > > > > > > > are
    > > > > > > > >> > > forced
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > Above means that it probably doesn't
    > exists
    > > in
    > > > > > > Apache
    > > > > > > > >> Maven
    > > > > > > > >> > > > > > > central...
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > Command on builds.a.o:
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > -U
    > > > > > > > >> > > > > > > > > > clean
    > > > > > > > >> > > > > > > > > > deploy
    > > > > > > > >> > > > > > > > > > -P
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > >
    > > > > > > > >> > > >
    > > > > > > > >> > >
    > > > > > > > >> >
    > > > > > > > >>
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > >
    > > > > > > > >> > > >
    > > > > > > > >> > >
    > > > > > > > >> >
    > > > > > > > >>
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > >
    > > > > > > > >> > > >
    > > > > > > > >> > >
    > > > > > > > >> >
    > > > > > > > >>
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
    > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
    > > > > > > > >> > > > > > > > > > -Dgenerate.swf
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > [1]
    > > > > > > > >> > > > > > >
    > > > > > > > >> >
    > > > > > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=jvRbKRzmx3k3LAtvWnF72OuiwV6tXOoJkH3Q40SFMYE%3D&amp;reserved=0
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > Thanks,
    > > > > > > > >> > > > > > > > > > Piotr
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
    > > > > > > > >> > > > > piotrzarzycki21@gmail.com
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > > > > > > napisał(a):
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
    > > > actually
    > > > > > know
    > > > > > > > >> what
    > > > > > > > >> > is
    > > > > > > > >> > > > the
    > > > > > > > >> > > > > > > > version.
    > > > > > > > >> > > > > > > > > > >
    > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
    > > > > > > > >> > > > > carlosrovira@apache.org>
    > > > > > > > >> > > > > > > > > > > napisał(a):
    > > > > > > > >> > > > > > > > > > >
    > > > > > > > >> > > > > > > > > > >> Hi Piotr,
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > > > > >> I explained in this thread that I
    > > couldn't
    > > > > find
    > > > > > > in
    > > > > > > > >> maven
    > > > > > > > >> > > the
    > > > > > > > >> > > > > > same
    > > > > > > > >> > > > > > > > > exact
    > > > > > > > >> > > > > > > > > > >> version that ANT one, I put the closest
    > > in
    > > > > date
    > > > > > > > >> > available
    > > > > > > > >> > > > from
    > > > > > > > >> > > > > > > maven
    > > > > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
    > > > > ANT/MAVEN
    > > > > > to
    > > > > > > > the
    > > > > > > > >> > same
    > > > > > > > >> > > > one
    > > > > > > > >> > > > > > > that
    > > > > > > > >> > > > > > > > > > works.
    > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
    > > > > search
    > > > > > > and
    > > > > > > > >> the
    > > > > > > > >> > > > version
    > > > > > > > >> > > > > > > could
    > > > > > > > >> > > > > > > > > > >> exists, in that case hope other can
    > > > indicate
    > > > > > the
    > > > > > > > >> maven
    > > > > > > > >> > > > > > descriptor
    > > > > > > > >> > > > > > > to
    > > > > > > > >> > > > > > > > > > >> update
    > > > > > > > >> > > > > > > > > > >> it.
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > > > > >> thanks
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11,
    > Piotr
    > > > > > Zarzycki
    > > > > > > > (<
    > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
    > > > > version ?
    > > > > > > > Maybe
    > > > > > > > >> > this
    > > > > > > > >> > > > is
    > > > > > > > >> > > > > > the
    > > > > > > > >> > > > > > > > > reason
    > > > > > > > >> > > > > > > > > > >> why
    > > > > > > > >> > > > > > > > > > >> > my application is failing.
    > > > > > > > >> > > > > > > > > > >> >
    > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
    > > > > > > > >> > > > > > > > > > >> > <dependency>
    > > > > > > > >> > > > > > > > > > >> >
    > > <groupId>com.google.javascript</groupId>
    > > > > > > > >> > > > > > > > > > >> >
    > > <artifactId>closure-compiler</artifactId>
    > > > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
    > > > > > > > >> > > > > > > > > > >> > </dependency>
    > > > > > > > >> > > > > > > > > > >> > <dependency>
    > > > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
    > > > > > > > >> > > > > > > > > > >> >
    > > > > > <artifactId>google-closure-library</artifactId>
    > > > > > > > >> > > > > > > > > > >> >
    > > <version>0.0-20190213-2033d5d9</version>
    > > > > > > > >> > > > > > > > > > >> > </dependency>
    > > > > > > > >> > > > > > > > > > >> >
    > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos
    > Rovira
    > > <
    > > > > > > > >> > > > > > carlosrovira@apache.org
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > > > > > >> > napisał(a):
    > > > > > > > >> > > > > > > > > > >> >
    > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
    > > > > > > > >> > > > > > > > > > >> > >
    > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used
    > the
    > > > > > closest
    > > > > > > > >> one in
    > > > > > > > >> > > > dates
    > > > > > > > >> > > > > > to
    > > > > > > > >> > > > > > > > the
    > > > > > > > >> > > > > > > > > > one
    > > > > > > > >> > > > > > > > > > >> in
    > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how
    > > can
    > > > I
    > > > > > > ensure
    > > > > > > > >> > > > > > compatibility?
    > > > > > > > >> > > > > > > > > Where
    > > > > > > > >> > > > > > > > > > >> to
    > > > > > > > >> > > > > > > > > > >> > > check that?
    > > > > > > > >> > > > > > > > > > >> > > But what I really want to do is
    > > update
    > > > > > > > ANT/MAVEN
    > > > > > > > >> to
    > > > > > > > >> > > the
    > > > > > > > >> > > > > same
    > > > > > > > >> > > > > > > one
    > > > > > > > >> > > > > > > > > > that
    > > > > > > > >> > > > > > > > > > >> is
    > > > > > > > >> > > > > > > > > > >> > ok
    > > > > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure
    > one
    > > > that
    > > > > > is
    > > > > > > > >> > available
    > > > > > > > >> > > > for
    > > > > > > > >> > > > > > > both.
    > > > > > > > >> > > > > > > > > > >> > >
    > > > > > > > >> > > > > > > > > > >> > > thanks
    > > > > > > > >> > > > > > > > > > >> > >
    > > > > > > > >> > > > > > > > > > >> > >
    > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41,
    > > Alex
    > > > > > Harui
    > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
    > > > > > > > >> > > > > > > > > > >> > >)
    > > > > > > > >> > > > > > > > > > >> > > escribió:
    > > > > > > > >> > > > > > > > > > >> > >
    > > > > > > > >> > > > > > > > > > >> > > > You may not want the latest
    > closure
    > > > > > > library.
    > > > > > > > >> You
    > > > > > > > >> > > > > probably
    > > > > > > > >> > > > > > > > want
    > > > > > > > >> > > > > > > > > > one
    > > > > > > > >> > > > > > > > > > >> > that
    > > > > > > > >> > > > > > > > > > >> > > > is compatible with the closure
    > > > > compiler.
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > > HTH,
    > > > > > > > >> > > > > > > > > > >> > > > -Alex
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
    > > > Rovira" <
    > > > > > > > >> > > > > > > > carlosrovira@apache.org>
    > > > > > > > >> > > > > > > > > > >> wrote:
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     Hi,
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     Josh discover that there was
    > an
    > > > > > issue.
    > > > > > > If
    > > > > > > > >> we
    > > > > > > > >> > > have
    > > > > > > > >> > > > > > > > GOOG_HOME
    > > > > > > > >> > > > > > > > > > env
    > > > > > > > >> > > > > > > > > > >> var
    > > > > > > > >> > > > > > > > > > >> > > the
    > > > > > > > >> > > > > > > > > > >> > > >     maven distribution worked
    > > right,
    > > > > but
    > > > > > if
    > > > > > > > you
    > > > > > > > >> > > don't
    > > > > > > > >> > > > > > have,
    > > > > > > > >> > > > > > > > > > >> compilation
    > > > > > > > >> > > > > > > > > > >> > > > fails.
    > > > > > > > >> > > > > > > > > > >> > > >     I have it in my system while
    > > > > > developing
    > > > > > > > >> this.
    > > > > > > > >> > > So I
    > > > > > > > >> > > > > > just
    > > > > > > > >> > > > > > > > > fixed
    > > > > > > > >> > > > > > > > > > it
    > > > > > > > >> > > > > > > > > > >> > some
    > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
    > > > > artifact
    > > > > > > for
    > > > > > > > >> the
    > > > > > > > >> > > > > > > > closure-library
    > > > > > > > >> > > > > > > > > > >> > > v20180910
    > > > > > > > >> > > > > > > > > > >> > > > (the
    > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
    > > > > > > > >> > > > 0.0-20190213-2033d5d9,
    > > > > > > > >> > > > > > so
    > > > > > > > >> > > > > > > we
    > > > > > > > >> > > > > > > > > > need
    > > > > > > > >> > > > > > > > > > >> to
    > > > > > > > >> > > > > > > > > > >> > > use
    > > > > > > > >> > > > > > > > > > >> > > > that
    > > > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too
    > > bad
    > > > > > > trying
    > > > > > > > to
    > > > > > > > >> > find
    > > > > > > > >> > > > the
    > > > > > > > >> > > > > > > > > > >> corresponding
    > > > > > > > >> > > > > > > > > > >> > > > maven
    > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if someone
    > knows,
    > > > > please
    > > > > > > let
    > > > > > > > >> me
    > > > > > > > >> > > > know!).
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
    > > > v20190213
    > > > > > > too?
    > > > > > > > >> From
    > > > > > > > >> > > now
    > > > > > > > >> > > > > on,
    > > > > > > > >> > > > > > we
    > > > > > > > >> > > > > > > > > > should
    > > > > > > > >> > > > > > > > > > >> > check
    > > > > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and
    > > MAVEN
    > > > > > > > >> artifacts.
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
    > > > > > > > piotrzarzycki21@gmail.com
    > > > > > > > >> >
    > > > > > > > >> > > let
    > > > > > > > >> > > > me
    > > > > > > > >> > > > > > > know
    > > > > > > > >> > > > > > > > if
    > > > > > > > >> > > > > > > > > > you
    > > > > > > > >> > > > > > > > > > >> > can
    > > > > > > > >> > > > > > > > > > >> > > > get it
    > > > > > > > >> > > > > > > > > > >> > > >     work with latest changes just
    > > > done.
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     Thanks
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
    > > > 17:53,
    > > > > > > Carlos
    > > > > > > > >> > Rovira
    > > > > > > > >> > > > (<
    > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
    > > > > > > > >> > > > > > > > > > >> > > >     escribió:
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
    > > > command,
    > > > > > > maven
    > > > > > > > >> was
    > > > > > > > >> > > > > > extremely
    > > > > > > > >> > > > > > > > > > >> simplified
    > > > > > > > >> > > > > > > > > > >> > > > thanks to
    > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1
    > or
    > > 2
    > > > > > months
    > > > > > > > >> ago.
    > > > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does
    > not
    > > > > > exists.
    > > > > > > > >> Check
    > > > > > > > >> > the
    > > > > > > > >> > > > > > > > > instructions
    > > > > > > > >> > > > > > > > > > I
    > > > > > > > >> > > > > > > > > > >> put
    > > > > > > > >> > > > > > > > > > >> > > or
    > > > > > > > >> > > > > > > > > > >> > > > go to
    > > > > > > > >> > > > > > > > > > >> > > >     > the updated docs here [1].
    > I
    > > > > > updated
    > > > > > > > that
    > > > > > > > >> > page
    > > > > > > > >> > > > to
    > > > > > > > >> > > > > > have
    > > > > > > > >> > > > > > > > all
    > > > > > > > >> > > > > > > > > > the
    > > > > > > > >> > > > > > > > > > >> > > > latest valid
    > > > > > > > >> > > > > > > > > > >> > > >     > info.
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to
    > > work
    > > > > > soon
    > > > > > > in
    > > > > > > > >> more
    > > > > > > > >> > > > > > > > improvements:
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution
    > > for
    > > > > > > js-only
    > > > > > > > >> > (just
    > > > > > > > >> > > > > > removing
    > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
    > > > > > > > >> > > > > > > > > > >> > > >     > that now is required)
    > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one
    > repo
    > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release
    > process
    > > > > based
    > > > > > > on 2
    > > > > > > > >> (and
    > > > > > > > >> > > yes
    > > > > > > > >> > > > > > > having
    > > > > > > > >> > > > > > > > > ANT
    > > > > > > > >> > > > > > > > > > >> into
    > > > > > > > >> > > > > > > > > > >> > > > account)
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >     > I will want to release
    > every
    > > 1
    > > > > to 2
    > > > > > > > >> month.
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >     > [1]
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > >
    > > > > > > > >> > > > > > > > > > >> >
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > > > >
    > > > > > > > >> > > > > > > > >
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > > > > >
    > > > > > > > >> > > > > >
    > > > > > > > >> > > > >
    > > > > > > > >> > > >
    > > > > > > > >> > >
    > > > > > > > >> >
    > > > > > > > >>
    > > > > > > >
    > > > > > >
    > > > > >
    > > > >
    > > >
    > >
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C978f7b2983214ea95d7408d7ad92dcc5%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637168718639009927&amp;sdata=S5AHotjBICLKI8UH%2Fwl67YTQCQhHePQHgR%2FkvdpkXeI%3D&amp;reserved=0
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
    > > > > 17:40,
    > > > > > > > Piotr
    > > > > > > > >> > > > Zarzycki
    > > > > > > > >> > > > > (<
    > > > > > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com
    > >)
    > > > > > > escribió:
    > > > > > > > >> > > > > > > > > > >> > > >     >
    > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my
    > > fault.
    > > > I
    > > > > > > didn't
    > > > > > > > >> > catch
    > > > > > > > >> > > up
    > > > > > > > >> > > > > > full
    > > > > > > > >> > > > > > > > > > >> > instruction.
    > > > > > > > >> > > > > > > > > > >> > > > Let me
    > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
    > > > > > > > >> > > > > > > > > > >> > > >     >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29
    > > Piotr
    > > > > > > > Zarzycki
    > > > > > > > >> <
    > > > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
    > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
    > > > > > > > >> > > > > > > > > > >> > > >     >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
    > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this
    > [1]
    > > on
    > > > > my
    > > > > > > Mac
    > > > > > > > >> > > > > distribution
    > > > > > > > >> > > > > > is
    > > > > > > > >> > > > > > > > not
    > > > > > > > >> > > > > > > > > > >> > > > generated. :/
    > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
    > > > > > > > successfully,
    > > > > > > > >> > but
    > > > > > > > >> > > > > > without
    > > > > > > > >> > > > > > > > > > >> > distribution.
    > > > > > > > >> > > > > > > > > > >> > > > I don't
    > > > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
    > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
    > > > > > -DskipTests
    > > > > > > > >> > > > > -Drat.skip=true
    > > > > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
    > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >>
    > > > > > > > >> > > > > > > >
    > > > > > > > >> > > >
    > > > > > > > >>
    > > > > >
    > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
    > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
    > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
    > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
    > > > > Carlos
    > > > > > > > >> Rovira <
    > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
    > > > > > > > >> > > > > > > > > > >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
    > > > > > > > >> > > > > > > > > > >> > > >     >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
    > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does not
    > affect
    > > > FB,
    > > > > so
    > > > > > > > don't
    > > > > > > > >> > > worry
    > > > > > > > >> > > > > > about
    > > > > > > > >> > > > > > > > it.
    > > > > > > > >> > > > > > > > > > But
    > > > > > > > >> > > > > > > > > > >> we
    > > > > > > > >> > > > > > > > > > >> > > > hope you
    > > > > > > > >> > > > > > > > > > >> > > >     >> try
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some
    > newer
    > > > IDE
    > > > > in
    > > > > > > the
    > > > > > > > >> > > future!
    > > > > > > > >> > > > ;)
    > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
    > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a
    > > las
    > > > > > > 12:26,
    > > > > > > > >> > Antonis
    > > > > > > > >> > > > > > > Kalodimos
    > > > > > > > >> > > > > > > > > (<
    > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > > antonis.kalodimos@gmail.com
    > > > > >)
    > > > > > > > >> escribió:
    > > > > > > > >> > > > > > > > > > >> > > >     >> >>
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news
    > > for
    > > > > > > someone
    > > > > > > > >> to
    > > > > > > > >> > be
    > > > > > > > >> > > > > > involved
    > > > > > > > >> > > > > > > > > with
    > > > > > > > >> > > > > > > > > > >> > royale.
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of
    > you
    > > > who
    > > > > > > know
    > > > > > > > >> the
    > > > > > > > >> > > > > > > requirements
    > > > > > > > >> > > > > > > > > > don't
    > > > > > > > >> > > > > > > > > > >> > break
    > > > > > > > >> > > > > > > > > > >> > > > the
    > > > > > > > >> > > > > > > > > > >> > > >     >> royale
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used
    > and
    > > in
    > > > > the
    > > > > > > > >> > > > flashbuilder.
    > > > > > > > >> > > > > > Even
    > > > > > > > >> > > > > > > > it
    > > > > > > > >> > > > > > > > > is
    > > > > > > > >> > > > > > > > > > >> old
    > > > > > > > >> > > > > > > > > > >> > > is a
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old
    > users
    > > > > that
    > > > > > > are
    > > > > > > > >> > > searching
    > > > > > > > >> > > > > > where
    > > > > > > > >> > > > > > > > to
    > > > > > > > >> > > > > > > > > > jump
    > > > > > > > >> > > > > > > > > > >> > for
    > > > > > > > >> > > > > > > > > > >> > > > upgrade
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue
    > the
    > > > > great
    > > > > > > job
    > > > > > > > >> that
    > > > > > > > >> > > you
    > > > > > > > >> > > > > are
    > > > > > > > >> > > > > > > > > doing.
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020
    > > > στις
    > > > > > 1:15
    > > > > > > > >> μ.μ.,
    > > > > > > > >> > > ο/η
    > > > > > > > >> > > > > > Piotr
    > > > > > > > >> > > > > > > > > > >> Zarzycki <
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > > piotrzarzycki21@gmail.com>
    > > > > > > > έγραψε:
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
    > > > > provide
    > > > > > > on
    > > > > > > > >> > mailing
    > > > > > > > >> > > > > list
    > > > > > > > >> > > > > > > > > command
    > > > > > > > >> > > > > > > > > > to
    > > > > > > > >> > > > > > > > > > >> > > build
    > > > > > > > >> > > > > > > > > > >> > > >     >> framework
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so
    > > users
    > > > > > could
    > > > > > > > know
    > > > > > > > >> > how
    > > > > > > > >> > > to
    > > > > > > > >> > > > > do
    > > > > > > > >> > > > > > > > that.
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o
    > > > 12:12
    > > > > > > Carlos
    > > > > > > > >> > > Rovira <
    > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the
    > > maven
    > > > > > > > >> distribution,
    > > > > > > > >> > > and
    > > > > > > > >> > > > > now
    > > > > > > > >> > > > > > > it
    > > > > > > > >> > > > > > > > > > >> creates a
    > > > > > > > >> > > > > > > > > > >> > > > valid SDK
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> that
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with
    > IDEs.
    > > I
    > > > > > think
    > > > > > > > this
    > > > > > > > >> > is a
    > > > > > > > >> > > > > long
    > > > > > > > >> > > > > > > > > awaited
    > > > > > > > >> > > > > > > > > > >> fix.
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new
    > > maven
    > > > > > > > >> distribution
    > > > > > > > >> > > the
    > > > > > > > >> > > > > > > > generated
    > > > > > > > >> > > > > > > > > > SDK
    > > > > > > > >> > > > > > > > > > >> > > > allows you
    > > > > > > > >> > > > > > > > > > >> > > >     >> to
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> get
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence
    > > and
    > > > > > IDEs
    > > > > > > > can
    > > > > > > > >> > find
    > > > > > > > >> > > > > > > compilers
    > > > > > > > >> > > > > > > > > and
    > > > > > > > >> > > > > > > > > > >> use
    > > > > > > > >> > > > > > > > > > >> > it
    > > > > > > > >> > > > > > > > > > >> > > > to get a
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I
    > > tried
    > > > > only
    > > > > > > > >> VSCode
    > > > > > > > >> > > with
    > > > > > > > >> > > > > Josh
    > > > > > > > >> > > > > > > > > > AS3&MXML
    > > > > > > > >> > > > > > > > > > >> > > > extension,
    > > > > > > > >> > > > > > > > > > >> > > >     >> hope
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine
    > can
    > > > > > provide
    > > > > > > > >> > > feedback.
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you
    > > get
    > > > > the
    > > > > > > > normal
    > > > > > > > >> > > maven
    > > > > > > > >> > > > > way
    > > > > > > > >> > > > > > of
    > > > > > > > >> > > > > > > > > build
    > > > > > > > >> > > > > > > > > > >> with
    > > > > > > > >> > > > > > > > > > >> > > > "mvn
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near
    > > to
    > > > > your
    > > > > > > > >> deploy
    > > > > > > > >> > > > needs.
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using
    > > Maven
    > > > > > does
    > > > > > > > not
    > > > > > > > >> > need
    > > > > > > > >> > > to
    > > > > > > > >> > > > > use
    > > > > > > > >> > > > > > > ANT
    > > > > > > > >> > > > > > > > > > >> anymore
    > > > > > > > >> > > > > > > > > > >> > to
    > > > > > > > >> > > > > > > > > > >> > > >     >> generate a
    > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
    > > > > > > > >> > > > > > > > > > >>
    


Re: Maven Distribution SDK fixed and working for IDEs

Posted by Takeshita Shoichiro <jl...@gmail.com>.
Carlos

The strongest one is

chmod 777 mxmlc


2020年2月10日(月) 4:04 Piotr Zarzycki <pi...@gmail.com>:

> Permission to "mxmlc" file in SDK. - You have to add permission for usage
> manually to that file.
>
> I will explain you more on Monday if you won't figure it out your self,
> what is all about.
>
> You can literally paste in Google last sentence from stack trace error and
> add: How to add permission to file on Mac.
>
>
>
> On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Piotr,
> >
> > but what kind of permission? to the moonshine executable?
> >
> > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>)
> > escribió:
> >
> > > If you are using your own SDK (not downloaded trough Moonshine getting
> > > started) you have to add permission to mxmlc file. There is a command
> on
> > > Mac chmod - try to search using that command on a Google.
> > >
> > > Thanks,
> > > Piotr
> > >
> > > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I installed latest Moonshine nightly. After configuring initial
> things
> > > > loaded TDJ project. I'm getting Permission denied:
> > > >
> > > > : Moonshine IDE™ 2.5.0
> > > > : Copyright © Prominic.NET, Inc. All rights reserved.
> > > > : Source code is under Apache License, Version 2.0
> > > > : https://github.com/prominic/Moonshine-IDE
> > > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache
> > License
> > > > 2.0), NativeApplicationUpdater (LGPL)
> > > > : Running on Adobe AIR 28.0.0.125
> > > > : Compiling TourDeJewel
> > > > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > > : Sending to mxmlx: export
> > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> > &&
> > > > export
> > > >
> > > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
> > > >
> > > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > >
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > > -load-config+=obj/TourDeJewelConfig.xml
> > > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > > -html-template=src/main/resources/jewel-example-index-template.html
> > > > -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
> > > >
> > > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > > : /bin/bash:
> > > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > > Permission denied
> > > >
> > > > How can I fix it?
> > > >
> > > > Thanks
> > > >
> > > >
> > > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> > > joshtynjala@bowlerhat.dev
> > > > >)
> > > > escribió:
> > > >
> > > > > Yeah, I don't see why Moonshine is reporting those errors, but
> VSCode
> > > > does
> > > > > not. If royale-config.xml is referencing SWCs that don't exist,
> that
> > > > should
> > > > > affect both IDEs.
> > > > >
> > > > > Regardless, like you explained, the same issue should reproduce
> when
> > > > > compiling from a terminal without Moonshine.
> > > > >
> > > > > --
> > > > > Josh Tynjala
> > > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > >
> > > > >
> > > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Carlos,
> > > > > >
> > > > > > Yeah it would be pretty great if you could setup Moonshine, but
> you
> > > > don't
> > > > > > have to do that actually to reproduce the issue. Command which I
> > have
> > > > > > pasted in this thread can be copy and used in Terminal with small
> > > path
> > > > > > adjustment. Try it on any project you have using distribution
> build
> > > and
> > > > > for
> > > > > > sure you will get the error.
> > > > > >
> > > > > > In case of Moonshine we have freez code for commits and prepare
> for
> > > > > > release, we have some internal problems with bamboo build - if it
> > > will
> > > > > get
> > > > > > resolved we should have release early next week. You can always
> try
> > > > > Nightly
> > > > > > build.
> > > > > >
> > > > > > I'm really surprised that VSCode do not throwing the same error -
> > > What
> > > > > > could be the case Josh? The only difference is that we are using
> > > mxmlc
> > > > > file
> > > > > > and VSCode is probably using jar file, but playerglobal.swc
> doesn't
> > > > > exists
> > > > > > so both should report same issue.
> > > > > >
> > > > > > Thanks,
> > > > > > Piotr
> > > > > >
> > > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > > > > > napisał(a):
> > > > > >
> > > > > > > Hi Piotr,
> > > > > > >
> > > > > > > so I think you're a bit closer (not farther ;)), since compiler
> > was
> > > > > > found.
> > > > > > > Now is a matter to find what's missing.
> > > > > > > What's curious for me is VSCode recognizes but Moonshine not. I
> > > think
> > > > > the
> > > > > > > problem is each IDE is looking at different things to match a
> > valid
> > > > > SDK,
> > > > > > > and maybe even we could be setting duplicate artifacts in the
> SDK
> > > so
> > > > > > VSCode
> > > > > > > finds all but Moonshine not.
> > > > > > > I'll be setup Moonshine as I have time to try it.
> > > > > > > I think you plan to launch a new one soon right? should I wait
> > for
> > > > it?
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > >
> > > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > > > > > piotrzarzycki21@gmail.com>)
> > > > > > > escribió:
> > > > > > >
> > > > > > > > Hi Carlos,
> > > > > > > >
> > > > > > > > I just tried your changes and I'm a bit farther. Now I'm
> > getting
> > > > > > > following
> > > > > > > > errors. It's throwing that errors cause in JS only binaries
> > > > prepared
> > > > > by
> > > > > > > ant
> > > > > > > > we have in following location
> > > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > > > > > playerglobal.swc, so distribution should probably have the
> > same.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > -debug=true
> > > > > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > > > >
> > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > > > : Using Royale Compiler codebase:
> > > > > > > > >
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > > : Using Royale SDK:
> > > > > > > > >
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > > : MXMLJSC
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > > > : -debug=true
> > > > > > > > > : -source-map=true
> > > > > > > > > : -compiler.targets=JSRoyale
> > > > > > > > > :
> > > > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > > > > col: 0 Error: unable to open
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > > (line: 74)
> > > > > > > > > :       </external-library-path>
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > > col: 0 Error: unable to open
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > > (line: 81)
> > > > > > > > > :       </js-external-library-path>
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > > col: 0 Error: unable to open
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > > (line: 81)
> > > > > > > > > :       </js-external-library-path>
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > > > > col: 0 Error: unable to open
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > > > > :
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > > (line: 99)
> > > > > > > > > :       </library-path>
> > > > > > > > > : 1.034449561 seconds
> > > > > > > >
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Piotr
> > > > > > > >
> > > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
> > carlosrovira@apache.org>
> > > > > > > > napisał(a):
> > > > > > > >
> > > > > > > > > Thanks Josh for pointing that out I think I got it.
> > > > > > > > >
> > > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please try
> with
> > my
> > > > > > latest
> > > > > > > > > commit. I couldn't test myself, but I think it should work
> > now
> > > > for
> > > > > > > > > Moonshine.
> > > > > > > > > VSCode still work with this changes.
> > > > > > > > >
> > > > > > > > > Thanks
> > > > > > > > >
> > > > > > > > > Carlos
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > > > > > joshtynjala@bowlerhat.dev>)
> > > > > > > > > escribió:
> > > > > > > > >
> > > > > > > > >> If I had to guess, this classpath is wrong:
> > > > > > > > >>
> > > > > > > > >> <Class-Path>args4j.jar org.json.jar
> > > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > > > >> Class-Path>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > > > > > >>
> > > > > > > > >> I think that the names of those JAR files all include a
> > > version
> > > > > > number
> > > > > > > > in
> > > > > > > > >> the Maven distribution.
> > > > > > > > >>
> > > > > > > > >> --
> > > > > > > > >> Josh Tynjala
> > > > > > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > > > > > carlosrovira@apache.org>
> > > > > > > > >> wrote:
> > > > > > > > >>
> > > > > > > > >> > ok didn't notice.
> > > > > > > > >> > So maybe is a classpath problem?
> > > > > > > > >> > It's clear that VSCode goes to the same place and find
> it
> > > > since
> > > > > > > mxmlc
> > > > > > > > >> is a
> > > > > > > > >> > dummy jar that has exactly that class, but Moonshine
> goes
> > > and
> > > > > > didn't
> > > > > > > > >> find
> > > > > > > > >> > it.
> > > > > > > > >> > If not any clue what could be happening?
> > > > > > > > >> > Thanks
> > > > > > > > >> >
> > > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > > > > > >> > piotrzarzycki21@gmail.com>)
> > > > > > > > >> > escribió:
> > > > > > > > >> >
> > > > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > > > > > >> > >
> > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > > > > joshtynjala@bowlerhat.dev
> > > > > > >
> > > > > > > > >> > > napisał(a):
> > > > > > > > >> > >
> > > > > > > > >> > > > You can see from the output that Moonshine is
> calling
> > > the
> > > > > > > command
> > > > > > > > >> line
> > > > > > > > >> > > > scripts in js/bin.
> > > > > > > > >> > > >
> > > > > > > > >> > > > --
> > > > > > > > >> > > > Josh Tynjala
> > > > > > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > > > > > >> carlosrovira@apache.org>
> > > > > > > > >> > > > wrote:
> > > > > > > > >> > > >
> > > > > > > > >> > > > > Hi Piotr,
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > That was a problem I had with VSCode when started
> to
> > > > work
> > > > > on
> > > > > > > fix
> > > > > > > > >> SDK
> > > > > > > > >> > > for
> > > > > > > > >> > > > > IDE.
> > > > > > > > >> > > > > Josh told me that VSCode tries to find that class
> in
> > > > > > > > >> > /js/lib/mxmlc.jar
> > > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Thanks
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki
> (<
> > > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > > > > > >> > > > > escribió:
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > > Hi Carlos,
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly
> > > Build
> > > > of
> > > > > > > > >> > Moonshine. I
> > > > > > > > >> > > > > > cannot build Hello World. I'm getting following
> > > error:
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > > > > >> > > > > >
> > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > > >> -debug=true
> > > > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > > > >> > > > > >
> > > > > > > > >> >
> > > > > > >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > > >> > > > > > : Using Royale Compiler codebase:
> > > > > > > > >> > > > > >
> > > > > > > > >>
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > >> > > > > > : Using Royale SDK:
> > > > > > > > >> > > > > >
> > > > > > > > >>
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > >> > > > > > : Error: Could not find or load main class
> > > > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > > > > > >> carlosrovira@apache.org>
> > > > > > > > >> > > > > > napisał(a):
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > > Hi Piotr,
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > right, are simplified too and does not have
> any
> > > > > profile
> > > > > > or
> > > > > > > > >> > > variable.
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > "-U clean install" is standard maven commands,
> > > > nothing
> > > > > > to
> > > > > > > do
> > > > > > > > >> with
> > > > > > > > >> > > us
> > > > > > > > >> > > > in
> > > > > > > > >> > > > > > > particular, so you can left that
> > > > > > > > >> > > > > > > "-P main,utils" are not needed anymore, since
> > now
> > > > > > there's
> > > > > > > no
> > > > > > > > >> > > > > > > differentiation between a "first build"
> against
> > > rest
> > > > > of
> > > > > > > > >> builds.
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr
> > Zarzycki
> > > (<
> > > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > > Hi Carlos,
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > Builds for framework is updated. What about
> > > > compiler
> > > > > > and
> > > > > > > > >> > > typedefs ?
> > > > > > > > >> > > > > For
> > > > > > > > >> > > > > > > > compiler on the server we have:
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > -U clean install
> > > > > > > > >> > > > > > > > -P -main,utils
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > It looks like that those profiles also
> > > deprecated
> > > > -
> > > > > > can
> > > > > > > > you
> > > > > > > > >> > > > confirm ?
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > Thanks,
> > > > > > > > >> > > > > > > > Piotr
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > > > > > >> > carlosrovira@apache.org>
> > > > > > > > >> > > > > > > > napisał(a):
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > > Hi Piotr,
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > it surprise me that due all the changes
> done
> > > in
> > > > > > maven
> > > > > > > > >> > > builds.a.o
> > > > > > > > >> > > > > was
> > > > > > > > >> > > > > > > not
> > > > > > > > >> > > > > > > > > failing. I've even didn't repare that will
> > > need
> > > > to
> > > > > > be
> > > > > > > > >> > updated.
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > >
> > > > > > > > >>
> > > > > > > >
> > > > > >
> > > >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > Here's the updated doc for maven
> simplified
> > > [1]
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > In sort:
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > > > > > >> FLASHPLAYER_DEBUGGER
> > > > > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
> > > > reliable
> > > > > > > > >> (something
> > > > > > > > >> > > that
> > > > > > > > >> > > > > > was a
> > > > > > > > >> > > > > > > > > real headache)
> > > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > >    - with-ui-testsuite
> > > > > > > > >> > > > > > > > >    - option-with-swf
> > > > > > > > >> > > > > > > > >    - with-examples
> > > > > > > > >> > > > > > > > >    - with-distribution
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this
> > > profiles?
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > [1]
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
> > > > Zarzycki
> > > > > (<
> > > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > > Carlos,
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > What has change more in case of Maven
> > build
> > > > for
> > > > > > > > >> framework?
> > > > > > > > >> > On
> > > > > > > > >> > > > > > > > builds.a.o
> > > > > > > > >> > > > > > > > > we
> > > > > > > > >> > > > > > > > > > have following command which running
> > > > > royale-asjs.
> > > > > > It
> > > > > > > > >> looks
> > > > > > > > >> > > like
> > > > > > > > >> > > > > > > > something
> > > > > > > > >> > > > > > > > > > is missing, cause I have removed locally
> > my
> > > > > > > > >> > org.apache.royale
> > > > > > > > >> > > > > > folder
> > > > > > > > >> > > > > > > > from
> > > > > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc.
> > [1] -
> > > > It
> > > > > > > throws
> > > > > > > > >> > > > exception
> > > > > > > > >> > > > > > now.
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > Could not resolve dependencies for
> project
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > >
> > > > > > > > >>
> > > > > >
> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > > > >> > > > > > > > > > Failure to find
> > > > > > > > >> > > > > > >
> > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > > > >> > > > > > > > > in
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> >
> > > https://repository.apache.org/content/repositories/snapshots
> > > > > > > > >> > > > was
> > > > > > > > >> > > > > > > > cached
> > > > > > > > >> > > > > > > > > in
> > > > > > > > >> > > > > > > > > > the local repository, resolution will
> not
> > be
> > > > > > > > reattempted
> > > > > > > > >> > > until
> > > > > > > > >> > > > > the
> > > > > > > > >> > > > > > > > update
> > > > > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed
> > or
> > > > > > updates
> > > > > > > > are
> > > > > > > > >> > > forced
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > Above means that it probably doesn't
> > exists
> > > in
> > > > > > > Apache
> > > > > > > > >> Maven
> > > > > > > > >> > > > > > > central...
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > Command on builds.a.o:
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > -U
> > > > > > > > >> > > > > > > > > > clean
> > > > > > > > >> > > > > > > > > > deploy
> > > > > > > > >> > > > > > > > > > -P
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > > > >> > > > > > > > > > -Dgenerate.swf
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > [1]
> > > > > > > > >> > > > > > >
> > > > > > > > >> >
> > > > > >
> https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > Thanks,
> > > > > > > > >> > > > > > > > > > Piotr
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki
> <
> > > > > > > > >> > > > > piotrzarzycki21@gmail.com
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > > > > napisał(a):
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
> > > > actually
> > > > > > know
> > > > > > > > >> what
> > > > > > > > >> > is
> > > > > > > > >> > > > the
> > > > > > > > >> > > > > > > > version.
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos
> Rovira <
> > > > > > > > >> > > > > carlosrovira@apache.org>
> > > > > > > > >> > > > > > > > > > > napisał(a):
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > >> Hi Piotr,
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > > > > >> I explained in this thread that I
> > > couldn't
> > > > > find
> > > > > > > in
> > > > > > > > >> maven
> > > > > > > > >> > > the
> > > > > > > > >> > > > > > same
> > > > > > > > >> > > > > > > > > exact
> > > > > > > > >> > > > > > > > > > >> version that ANT one, I put the
> closest
> > > in
> > > > > date
> > > > > > > > >> > available
> > > > > > > > >> > > > from
> > > > > > > > >> > > > > > > maven
> > > > > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> > > > > ANT/MAVEN
> > > > > > to
> > > > > > > > the
> > > > > > > > >> > same
> > > > > > > > >> > > > one
> > > > > > > > >> > > > > > > that
> > > > > > > > >> > > > > > > > > > works.
> > > > > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in
> the
> > > > > search
> > > > > > > and
> > > > > > > > >> the
> > > > > > > > >> > > > version
> > > > > > > > >> > > > > > > could
> > > > > > > > >> > > > > > > > > > >> exists, in that case hope other can
> > > > indicate
> > > > > > the
> > > > > > > > >> maven
> > > > > > > > >> > > > > > descriptor
> > > > > > > > >> > > > > > > to
> > > > > > > > >> > > > > > > > > > >> update
> > > > > > > > >> > > > > > > > > > >> it.
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > > > > >> thanks
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11,
> > Piotr
> > > > > > Zarzycki
> > > > > > > > (<
> > > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>)
> escribió:
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> > > > > version ?
> > > > > > > > Maybe
> > > > > > > > >> > this
> > > > > > > > >> > > > is
> > > > > > > > >> > > > > > the
> > > > > > > > >> > > > > > > > > reason
> > > > > > > > >> > > > > > > > > > >> why
> > > > > > > > >> > > > > > > > > > >> > my application is failing.
> > > > > > > > >> > > > > > > > > > >> >
> > > > > > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > > > >> > > > > > > > > > >> >
> > > <groupId>com.google.javascript</groupId>
> > > > > > > > >> > > > > > > > > > >> >
> > > <artifactId>closure-compiler</artifactId>
> > > > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > > > >> > > > > > > > > > >> >
> > > > > > <artifactId>google-closure-library</artifactId>
> > > > > > > > >> > > > > > > > > > >> >
> > > <version>0.0-20190213-2033d5d9</version>
> > > > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > > > >> > > > > > > > > > >> >
> > > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos
> > Rovira
> > > <
> > > > > > > > >> > > > > > carlosrovira@apache.org
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > > > >> > napisał(a):
> > > > > > > > >> > > > > > > > > > >> >
> > > > > > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > > > > > >> > > > > > > > > > >> > >
> > > > > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used
> > the
> > > > > > closest
> > > > > > > > >> one in
> > > > > > > > >> > > > dates
> > > > > > > > >> > > > > > to
> > > > > > > > >> > > > > > > > the
> > > > > > > > >> > > > > > > > > > one
> > > > > > > > >> > > > > > > > > > >> in
> > > > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And
> how
> > > can
> > > > I
> > > > > > > ensure
> > > > > > > > >> > > > > > compatibility?
> > > > > > > > >> > > > > > > > > Where
> > > > > > > > >> > > > > > > > > > >> to
> > > > > > > > >> > > > > > > > > > >> > > check that?
> > > > > > > > >> > > > > > > > > > >> > > But what I really want to do is
> > > update
> > > > > > > > ANT/MAVEN
> > > > > > > > >> to
> > > > > > > > >> > > the
> > > > > > > > >> > > > > same
> > > > > > > > >> > > > > > > one
> > > > > > > > >> > > > > > > > > > that
> > > > > > > > >> > > > > > > > > > >> is
> > > > > > > > >> > > > > > > > > > >> > ok
> > > > > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure
> > one
> > > > that
> > > > > > is
> > > > > > > > >> > available
> > > > > > > > >> > > > for
> > > > > > > > >> > > > > > > both.
> > > > > > > > >> > > > > > > > > > >> > >
> > > > > > > > >> > > > > > > > > > >> > > thanks
> > > > > > > > >> > > > > > > > > > >> > >
> > > > > > > > >> > > > > > > > > > >> > >
> > > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41,
> > > Alex
> > > > > > Harui
> > > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > > > >> > > > > > > > > > >> > >)
> > > > > > > > >> > > > > > > > > > >> > > escribió:
> > > > > > > > >> > > > > > > > > > >> > >
> > > > > > > > >> > > > > > > > > > >> > > > You may not want the latest
> > closure
> > > > > > > library.
> > > > > > > > >> You
> > > > > > > > >> > > > > probably
> > > > > > > > >> > > > > > > > want
> > > > > > > > >> > > > > > > > > > one
> > > > > > > > >> > > > > > > > > > >> > that
> > > > > > > > >> > > > > > > > > > >> > > > is compatible with the closure
> > > > > compiler.
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > > HTH,
> > > > > > > > >> > > > > > > > > > >> > > > -Alex
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
> > > > Rovira" <
> > > > > > > > >> > > > > > > > carlosrovira@apache.org>
> > > > > > > > >> > > > > > > > > > >> wrote:
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     Hi,
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     Josh discover that there
> was
> > an
> > > > > > issue.
> > > > > > > If
> > > > > > > > >> we
> > > > > > > > >> > > have
> > > > > > > > >> > > > > > > > GOOG_HOME
> > > > > > > > >> > > > > > > > > > env
> > > > > > > > >> > > > > > > > > > >> var
> > > > > > > > >> > > > > > > > > > >> > > the
> > > > > > > > >> > > > > > > > > > >> > > >     maven distribution worked
> > > right,
> > > > > but
> > > > > > if
> > > > > > > > you
> > > > > > > > >> > > don't
> > > > > > > > >> > > > > > have,
> > > > > > > > >> > > > > > > > > > >> compilation
> > > > > > > > >> > > > > > > > > > >> > > > fails.
> > > > > > > > >> > > > > > > > > > >> > > >     I have it in my system
> while
> > > > > > developing
> > > > > > > > >> this.
> > > > > > > > >> > > So I
> > > > > > > > >> > > > > > just
> > > > > > > > >> > > > > > > > > fixed
> > > > > > > > >> > > > > > > > > > it
> > > > > > > > >> > > > > > > > > > >> > some
> > > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> > > > > artifact
> > > > > > > for
> > > > > > > > >> the
> > > > > > > > >> > > > > > > > closure-library
> > > > > > > > >> > > > > > > > > > >> > > v20180910
> > > > > > > > >> > > > > > > > > > >> > > > (the
> > > > > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one
> is
> > > > > > > > >> > > > 0.0-20190213-2033d5d9,
> > > > > > > > >> > > > > > so
> > > > > > > > >> > > > > > > we
> > > > > > > > >> > > > > > > > > > need
> > > > > > > > >> > > > > > > > > > >> to
> > > > > > > > >> > > > > > > > > > >> > > use
> > > > > > > > >> > > > > > > > > > >> > > > that
> > > > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was
> too
> > > bad
> > > > > > > trying
> > > > > > > > to
> > > > > > > > >> > find
> > > > > > > > >> > > > the
> > > > > > > > >> > > > > > > > > > >> corresponding
> > > > > > > > >> > > > > > > > > > >> > > > maven
> > > > > > > > >> > > > > > > > > > >> > > >     artifact, so if someone
> > knows,
> > > > > please
> > > > > > > let
> > > > > > > > >> me
> > > > > > > > >> > > > know!).
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
> > > > v20190213
> > > > > > > too?
> > > > > > > > >> From
> > > > > > > > >> > > now
> > > > > > > > >> > > > > on,
> > > > > > > > >> > > > > > we
> > > > > > > > >> > > > > > > > > > should
> > > > > > > > >> > > > > > > > > > >> > check
> > > > > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and
> > > MAVEN
> > > > > > > > >> artifacts.
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > > > > > piotrzarzycki21@gmail.com
> > > > > > > > >> >
> > > > > > > > >> > > let
> > > > > > > > >> > > > me
> > > > > > > > >> > > > > > > know
> > > > > > > > >> > > > > > > > if
> > > > > > > > >> > > > > > > > > > you
> > > > > > > > >> > > > > > > > > > >> > can
> > > > > > > > >> > > > > > > > > > >> > > > get it
> > > > > > > > >> > > > > > > > > > >> > > >     work with latest changes
> just
> > > > done.
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     Thanks
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
> > > > 17:53,
> > > > > > > Carlos
> > > > > > > > >> > Rovira
> > > > > > > > >> > > > (<
> > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > > > >> > > > > > > > > > >> > > >     escribió:
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
> > > > command,
> > > > > > > maven
> > > > > > > > >> was
> > > > > > > > >> > > > > > extremely
> > > > > > > > >> > > > > > > > > > >> simplified
> > > > > > > > >> > > > > > > > > > >> > > > thanks to
> > > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1
> > or
> > > 2
> > > > > > months
> > > > > > > > >> ago.
> > > > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does
> > not
> > > > > > exists.
> > > > > > > > >> Check
> > > > > > > > >> > the
> > > > > > > > >> > > > > > > > > instructions
> > > > > > > > >> > > > > > > > > > I
> > > > > > > > >> > > > > > > > > > >> put
> > > > > > > > >> > > > > > > > > > >> > > or
> > > > > > > > >> > > > > > > > > > >> > > > go to
> > > > > > > > >> > > > > > > > > > >> > > >     > the updated docs here
> [1].
> > I
> > > > > > updated
> > > > > > > > that
> > > > > > > > >> > page
> > > > > > > > >> > > > to
> > > > > > > > >> > > > > > have
> > > > > > > > >> > > > > > > > all
> > > > > > > > >> > > > > > > > > > the
> > > > > > > > >> > > > > > > > > > >> > > > latest valid
> > > > > > > > >> > > > > > > > > > >> > > >     > info.
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris,
> to
> > > work
> > > > > > soon
> > > > > > > in
> > > > > > > > >> more
> > > > > > > > >> > > > > > > > improvements:
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven
> distribution
> > > for
> > > > > > > js-only
> > > > > > > > >> > (just
> > > > > > > > >> > > > > > removing
> > > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > > > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one
> > repo
> > > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release
> > process
> > > > > based
> > > > > > > on 2
> > > > > > > > >> (and
> > > > > > > > >> > > yes
> > > > > > > > >> > > > > > > having
> > > > > > > > >> > > > > > > > > ANT
> > > > > > > > >> > > > > > > > > > >> into
> > > > > > > > >> > > > > > > > > > >> > > > account)
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >     > I will want to release
> > every
> > > 1
> > > > > to 2
> > > > > > > > >> month.
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >     > [1]
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > >
> > > > > > > > >> > > > > > > > > > >> >
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a
> las
> > > > > 17:40,
> > > > > > > > Piotr
> > > > > > > > >> > > > Zarzycki
> > > > > > > > >> > > > > (<
> > > > > > > > >> > > > > > > > > > >> > > >     >
> piotrzarzycki21@gmail.com
> > >)
> > > > > > > escribió:
> > > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my
> > > fault.
> > > > I
> > > > > > > didn't
> > > > > > > > >> > catch
> > > > > > > > >> > > up
> > > > > > > > >> > > > > > full
> > > > > > > > >> > > > > > > > > > >> > instruction.
> > > > > > > > >> > > > > > > > > > >> > > > Let me
> > > > > > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29
> > > Piotr
> > > > > > > > Zarzycki
> > > > > > > > >> <
> > > > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this
> > [1]
> > > on
> > > > > my
> > > > > > > Mac
> > > > > > > > >> > > > > distribution
> > > > > > > > >> > > > > > is
> > > > > > > > >> > > > > > > > not
> > > > > > > > >> > > > > > > > > > >> > > > generated. :/
> > > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being
> build
> > > > > > > > successfully,
> > > > > > > > >> > but
> > > > > > > > >> > > > > > without
> > > > > > > > >> > > > > > > > > > >> > distribution.
> > > > > > > > >> > > > > > > > > > >> > > > I don't
> > > > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > > > > > -DskipTests
> > > > > > > > >> > > > > -Drat.skip=true
> > > > > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >>
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > >
> > > > > > > > >>
> > > > > >
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o
> 12:44
> > > > > Carlos
> > > > > > > > >> Rovira <
> > > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does not
> > affect
> > > > FB,
> > > > > so
> > > > > > > > don't
> > > > > > > > >> > > worry
> > > > > > > > >> > > > > > about
> > > > > > > > >> > > > > > > > it.
> > > > > > > > >> > > > > > > > > > But
> > > > > > > > >> > > > > > > > > > >> we
> > > > > > > > >> > > > > > > > > > >> > > > hope you
> > > > > > > > >> > > > > > > > > > >> > > >     >> try
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some
> > newer
> > > > IDE
> > > > > in
> > > > > > > the
> > > > > > > > >> > > future!
> > > > > > > > >> > > > ;)
> > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene.
> 2020 a
> > > las
> > > > > > > 12:26,
> > > > > > > > >> > Antonis
> > > > > > > > >> > > > > > > Kalodimos
> > > > > > > > >> > > > > > > > > (<
> > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > antonis.kalodimos@gmail.com
> > > > > >)
> > > > > > > > >> escribió:
> > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good
> news
> > > for
> > > > > > > someone
> > > > > > > > >> to
> > > > > > > > >> > be
> > > > > > > > >> > > > > > involved
> > > > > > > > >> > > > > > > > > with
> > > > > > > > >> > > > > > > > > > >> > royale.
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of
> > you
> > > > who
> > > > > > > know
> > > > > > > > >> the
> > > > > > > > >> > > > > > > requirements
> > > > > > > > >> > > > > > > > > > don't
> > > > > > > > >> > > > > > > > > > >> > break
> > > > > > > > >> > > > > > > > > > >> > > > the
> > > > > > > > >> > > > > > > > > > >> > > >     >> royale
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used
> > and
> > > in
> > > > > the
> > > > > > > > >> > > > flashbuilder.
> > > > > > > > >> > > > > > Even
> > > > > > > > >> > > > > > > > it
> > > > > > > > >> > > > > > > > > is
> > > > > > > > >> > > > > > > > > > >> old
> > > > > > > > >> > > > > > > > > > >> > > is a
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old
> > users
> > > > > that
> > > > > > > are
> > > > > > > > >> > > searching
> > > > > > > > >> > > > > > where
> > > > > > > > >> > > > > > > > to
> > > > > > > > >> > > > > > > > > > jump
> > > > > > > > >> > > > > > > > > > >> > for
> > > > > > > > >> > > > > > > > > > >> > > > upgrade
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue
> > the
> > > > > great
> > > > > > > job
> > > > > > > > >> that
> > > > > > > > >> > > you
> > > > > > > > >> > > > > are
> > > > > > > > >> > > > > > > > > doing.
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν
> 2020
> > > > στις
> > > > > > 1:15
> > > > > > > > >> μ.μ.,
> > > > > > > > >> > > ο/η
> > > > > > > > >> > > > > > Piotr
> > > > > > > > >> > > > > > > > > > >> Zarzycki <
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > piotrzarzycki21@gmail.com>
> > > > > > > > έγραψε:
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could
> you
> > > > > provide
> > > > > > > on
> > > > > > > > >> > mailing
> > > > > > > > >> > > > > list
> > > > > > > > >> > > > > > > > > command
> > > > > > > > >> > > > > > > > > > to
> > > > > > > > >> > > > > > > > > > >> > > build
> > > > > > > > >> > > > > > > > > > >> > > >     >> framework
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so
> > > users
> > > > > > could
> > > > > > > > know
> > > > > > > > >> > how
> > > > > > > > >> > > to
> > > > > > > > >> > > > > do
> > > > > > > > >> > > > > > > > that.
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020
> o
> > > > 12:12
> > > > > > > Carlos
> > > > > > > > >> > > Rovira <
> > > > > > > > >> > > > > > > > > > >> > > > carlosrovira@
> <ca...@apache.org>

-- 
Shoichiro Takeshita
武下 祥一郎

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Permission to "mxmlc" file in SDK. - You have to add permission for usage
manually to that file.

I will explain you more on Monday if you won't figure it out your self,
what is all about.

You can literally paste in Google last sentence from stack trace error and
add: How to add permission to file on Mac.



On Sun, Feb 9, 2020, 7:09 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi Piotr,
>
> but what kind of permission? to the moonshine executable?
>
> El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>)
> escribió:
>
> > If you are using your own SDK (not downloaded trough Moonshine getting
> > started) you have to add permission to mxmlc file. There is a command on
> > Mac chmod - try to search using that command on a Google.
> >
> > Thanks,
> > Piotr
> >
> > On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > Hi,
> > >
> > > I installed latest Moonshine nightly. After configuring initial things
> > > loaded TDJ project. I'm getting Permission denied:
> > >
> > > : Moonshine IDE™ 2.5.0
> > > : Copyright © Prominic.NET, Inc. All rights reserved.
> > > : Source code is under Apache License, Version 2.0
> > > : https://github.com/prominic/Moonshine-IDE
> > > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache
> License
> > > 2.0), NativeApplicationUpdater (LGPL)
> > > : Running on Adobe AIR 28.0.0.125
> > > : Compiling TourDeJewel
> > > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > > : Sending to mxmlx: export
> > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"
> &&
> > > export
> > >
> > >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
> > >
> > >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > > -load-config+=obj/TourDeJewelConfig.xml
> > > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > > -html-template=src/main/resources/jewel-example-index-template.html
> > > -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
> > >
> > >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > > : /bin/bash:
> > > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > > Permission denied
> > >
> > > How can I fix it?
> > >
> > > Thanks
> > >
> > >
> > > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> > joshtynjala@bowlerhat.dev
> > > >)
> > > escribió:
> > >
> > > > Yeah, I don't see why Moonshine is reporting those errors, but VSCode
> > > does
> > > > not. If royale-config.xml is referencing SWCs that don't exist, that
> > > should
> > > > affect both IDEs.
> > > >
> > > > Regardless, like you explained, the same issue should reproduce when
> > > > compiling from a terminal without Moonshine.
> > > >
> > > > --
> > > > Josh Tynjala
> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > >
> > > >
> > > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> > piotrzarzycki21@gmail.com
> > > >
> > > > wrote:
> > > >
> > > > > Hi Carlos,
> > > > >
> > > > > Yeah it would be pretty great if you could setup Moonshine, but you
> > > don't
> > > > > have to do that actually to reproduce the issue. Command which I
> have
> > > > > pasted in this thread can be copy and used in Terminal with small
> > path
> > > > > adjustment. Try it on any project you have using distribution build
> > and
> > > > for
> > > > > sure you will get the error.
> > > > >
> > > > > In case of Moonshine we have freez code for commits and prepare for
> > > > > release, we have some internal problems with bamboo build - if it
> > will
> > > > get
> > > > > resolved we should have release early next week. You can always try
> > > > Nightly
> > > > > build.
> > > > >
> > > > > I'm really surprised that VSCode do not throwing the same error -
> > What
> > > > > could be the case Josh? The only difference is that we are using
> > mxmlc
> > > > file
> > > > > and VSCode is probably using jar file, but playerglobal.swc doesn't
> > > > exists
> > > > > so both should report same issue.
> > > > >
> > > > > Thanks,
> > > > > Piotr
> > > > >
> > > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > > > > napisał(a):
> > > > >
> > > > > > Hi Piotr,
> > > > > >
> > > > > > so I think you're a bit closer (not farther ;)), since compiler
> was
> > > > > found.
> > > > > > Now is a matter to find what's missing.
> > > > > > What's curious for me is VSCode recognizes but Moonshine not. I
> > think
> > > > the
> > > > > > problem is each IDE is looking at different things to match a
> valid
> > > > SDK,
> > > > > > and maybe even we could be setting duplicate artifacts in the SDK
> > so
> > > > > VSCode
> > > > > > finds all but Moonshine not.
> > > > > > I'll be setup Moonshine as I have time to try it.
> > > > > > I think you plan to launch a new one soon right? should I wait
> for
> > > it?
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > >
> > > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > > > > piotrzarzycki21@gmail.com>)
> > > > > > escribió:
> > > > > >
> > > > > > > Hi Carlos,
> > > > > > >
> > > > > > > I just tried your changes and I'm a bit farther. Now I'm
> getting
> > > > > > following
> > > > > > > errors. It's throwing that errors cause in JS only binaries
> > > prepared
> > > > by
> > > > > > ant
> > > > > > > we have in following location
> > > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > > > > playerglobal.swc, so distribution should probably have the
> same.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > -debug=true
> > > > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > > >
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > > : Using Royale Compiler codebase:
> > > > > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > : Using Royale SDK:
> > > > > > > >
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > > : MXMLJSC
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > > : -debug=true
> > > > > > > > : -source-map=true
> > > > > > > > : -compiler.targets=JSRoyale
> > > > > > > > :
> > > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 74)
> > > > > > > > :       </external-library-path>
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 81)
> > > > > > > > :       </js-external-library-path>
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 81)
> > > > > > > > :       </js-external-library-path>
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > > > col: 0 Error: unable to open
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > > > :
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > > (line: 99)
> > > > > > > > :       </library-path>
> > > > > > > > : 1.034449561 seconds
> > > > > > >
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Piotr
> > > > > > >
> > > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <
> carlosrovira@apache.org>
> > > > > > > napisał(a):
> > > > > > >
> > > > > > > > Thanks Josh for pointing that out I think I got it.
> > > > > > > >
> > > > > > > > @Piotr Zarzycki <pi...@gmail.com> please try with
> my
> > > > > latest
> > > > > > > > commit. I couldn't test myself, but I think it should work
> now
> > > for
> > > > > > > > Moonshine.
> > > > > > > > VSCode still work with this changes.
> > > > > > > >
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > Carlos
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > > > > joshtynjala@bowlerhat.dev>)
> > > > > > > > escribió:
> > > > > > > >
> > > > > > > >> If I had to guess, this classpath is wrong:
> > > > > > > >>
> > > > > > > >> <Class-Path>args4j.jar org.json.jar
> > > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > > >> Class-Path>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > > > > >>
> > > > > > > >> I think that the names of those JAR files all include a
> > version
> > > > > number
> > > > > > > in
> > > > > > > >> the Maven distribution.
> > > > > > > >>
> > > > > > > >> --
> > > > > > > >> Josh Tynjala
> > > > > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > > > > carlosrovira@apache.org>
> > > > > > > >> wrote:
> > > > > > > >>
> > > > > > > >> > ok didn't notice.
> > > > > > > >> > So maybe is a classpath problem?
> > > > > > > >> > It's clear that VSCode goes to the same place and find it
> > > since
> > > > > > mxmlc
> > > > > > > >> is a
> > > > > > > >> > dummy jar that has exactly that class, but Moonshine goes
> > and
> > > > > didn't
> > > > > > > >> find
> > > > > > > >> > it.
> > > > > > > >> > If not any clue what could be happening?
> > > > > > > >> > Thanks
> > > > > > > >> >
> > > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > > > > >> > piotrzarzycki21@gmail.com>)
> > > > > > > >> > escribió:
> > > > > > > >> >
> > > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > > > > >> > >
> > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > > > joshtynjala@bowlerhat.dev
> > > > > >
> > > > > > > >> > > napisał(a):
> > > > > > > >> > >
> > > > > > > >> > > > You can see from the output that Moonshine is calling
> > the
> > > > > > command
> > > > > > > >> line
> > > > > > > >> > > > scripts in js/bin.
> > > > > > > >> > > >
> > > > > > > >> > > > --
> > > > > > > >> > > > Josh Tynjala
> > > > > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > > > > >> carlosrovira@apache.org>
> > > > > > > >> > > > wrote:
> > > > > > > >> > > >
> > > > > > > >> > > > > Hi Piotr,
> > > > > > > >> > > > >
> > > > > > > >> > > > > That was a problem I had with VSCode when started to
> > > work
> > > > on
> > > > > > fix
> > > > > > > >> SDK
> > > > > > > >> > > for
> > > > > > > >> > > > > IDE.
> > > > > > > >> > > > > Josh told me that VSCode tries to find that class in
> > > > > > > >> > /js/lib/mxmlc.jar
> > > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > > > > >> > > > >
> > > > > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > > > > >> > > > >
> > > > > > > >> > > > > Thanks
> > > > > > > >> > > > >
> > > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > > > > >> > > > > escribió:
> > > > > > > >> > > > >
> > > > > > > >> > > > > > Hi Carlos,
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly
> > Build
> > > of
> > > > > > > >> > Moonshine. I
> > > > > > > >> > > > > > cannot build Hello World. I'm getting following
> > error:
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > > > >> > > > > >
> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > >> -debug=true
> > > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > > >> > > > > >
> > > > > > > >> >
> > > > > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > >> > > > > > : Using Royale Compiler codebase:
> > > > > > > >> > > > > >
> > > > > > > >>
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > >> > > > > > : Using Royale SDK:
> > > > > > > >> > > > > >
> > > > > > > >>
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > >> > > > > > : Error: Could not find or load main class
> > > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > > > > >> carlosrovira@apache.org>
> > > > > > > >> > > > > > napisał(a):
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > > Hi Piotr,
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > right, are simplified too and does not have any
> > > > profile
> > > > > or
> > > > > > > >> > > variable.
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > "-U clean install" is standard maven commands,
> > > nothing
> > > > > to
> > > > > > do
> > > > > > > >> with
> > > > > > > >> > > us
> > > > > > > >> > > > in
> > > > > > > >> > > > > > > particular, so you can left that
> > > > > > > >> > > > > > > "-P main,utils" are not needed anymore, since
> now
> > > > > there's
> > > > > > no
> > > > > > > >> > > > > > > differentiation between a "first build" against
> > rest
> > > > of
> > > > > > > >> builds.
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr
> Zarzycki
> > (<
> > > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > > Hi Carlos,
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > Builds for framework is updated. What about
> > > compiler
> > > > > and
> > > > > > > >> > > typedefs ?
> > > > > > > >> > > > > For
> > > > > > > >> > > > > > > > compiler on the server we have:
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > -U clean install
> > > > > > > >> > > > > > > > -P -main,utils
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > It looks like that those profiles also
> > deprecated
> > > -
> > > > > can
> > > > > > > you
> > > > > > > >> > > > confirm ?
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > Thanks,
> > > > > > > >> > > > > > > > Piotr
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > > > > >> > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > napisał(a):
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > > Hi Piotr,
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > it surprise me that due all the changes done
> > in
> > > > > maven
> > > > > > > >> > > builds.a.o
> > > > > > > >> > > > > was
> > > > > > > >> > > > > > > not
> > > > > > > >> > > > > > > > > failing. I've even didn't repare that will
> > need
> > > to
> > > > > be
> > > > > > > >> > updated.
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > >
> > > > > > > >>
> > > > > > >
> > > > >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > Here's the updated doc for maven simplified
> > [1]
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > In sort:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > > > > >> FLASHPLAYER_DEBUGGER
> > > > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
> > > reliable
> > > > > > > >> (something
> > > > > > > >> > > that
> > > > > > > >> > > > > > was a
> > > > > > > >> > > > > > > > > real headache)
> > > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >    - with-ui-testsuite
> > > > > > > >> > > > > > > > >    - option-with-swf
> > > > > > > >> > > > > > > > >    - with-examples
> > > > > > > >> > > > > > > > >    - with-distribution
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this
> > profiles?
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > [1]
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
> > > Zarzycki
> > > > (<
> > > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > > Carlos,
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > What has change more in case of Maven
> build
> > > for
> > > > > > > >> framework?
> > > > > > > >> > On
> > > > > > > >> > > > > > > > builds.a.o
> > > > > > > >> > > > > > > > > we
> > > > > > > >> > > > > > > > > > have following command which running
> > > > royale-asjs.
> > > > > It
> > > > > > > >> looks
> > > > > > > >> > > like
> > > > > > > >> > > > > > > > something
> > > > > > > >> > > > > > > > > > is missing, cause I have removed locally
> my
> > > > > > > >> > org.apache.royale
> > > > > > > >> > > > > > folder
> > > > > > > >> > > > > > > > from
> > > > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc.
> [1] -
> > > It
> > > > > > throws
> > > > > > > >> > > > exception
> > > > > > > >> > > > > > now.
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Could not resolve dependencies for project
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > >
> > > > > > > >>
> > > > >
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > > >> > > > > > > > > > Failure to find
> > > > > > > >> > > > > > >
> > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > > >> > > > > > > > > in
> > > > > > > >> > > > > > > > > >
> > > > > > > >> >
> > https://repository.apache.org/content/repositories/snapshots
> > > > > > > >> > > > was
> > > > > > > >> > > > > > > > cached
> > > > > > > >> > > > > > > > > in
> > > > > > > >> > > > > > > > > > the local repository, resolution will not
> be
> > > > > > > reattempted
> > > > > > > >> > > until
> > > > > > > >> > > > > the
> > > > > > > >> > > > > > > > update
> > > > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed
> or
> > > > > updates
> > > > > > > are
> > > > > > > >> > > forced
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Above means that it probably doesn't
> exists
> > in
> > > > > > Apache
> > > > > > > >> Maven
> > > > > > > >> > > > > > > central...
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Command on builds.a.o:
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > -U
> > > > > > > >> > > > > > > > > > clean
> > > > > > > >> > > > > > > > > > deploy
> > > > > > > >> > > > > > > > > > -P
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > > >> > > > > > > > > > -Dgenerate.swf
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > [1]
> > > > > > > >> > > > > > >
> > > > > > > >> >
> > > > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Thanks,
> > > > > > > >> > > > > > > > > > Piotr
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > > > > >> > > > > piotrzarzycki21@gmail.com
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > > > > napisał(a):
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
> > > actually
> > > > > know
> > > > > > > >> what
> > > > > > > >> > is
> > > > > > > >> > > > the
> > > > > > > >> > > > > > > > version.
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > > > > >> > > > > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > > > > napisał(a):
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > >> Hi Piotr,
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> I explained in this thread that I
> > couldn't
> > > > find
> > > > > > in
> > > > > > > >> maven
> > > > > > > >> > > the
> > > > > > > >> > > > > > same
> > > > > > > >> > > > > > > > > exact
> > > > > > > >> > > > > > > > > > >> version that ANT one, I put the closest
> > in
> > > > date
> > > > > > > >> > available
> > > > > > > >> > > > from
> > > > > > > >> > > > > > > maven
> > > > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> > > > ANT/MAVEN
> > > > > to
> > > > > > > the
> > > > > > > >> > same
> > > > > > > >> > > > one
> > > > > > > >> > > > > > > that
> > > > > > > >> > > > > > > > > > works.
> > > > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
> > > > search
> > > > > > and
> > > > > > > >> the
> > > > > > > >> > > > version
> > > > > > > >> > > > > > > could
> > > > > > > >> > > > > > > > > > >> exists, in that case hope other can
> > > indicate
> > > > > the
> > > > > > > >> maven
> > > > > > > >> > > > > > descriptor
> > > > > > > >> > > > > > > to
> > > > > > > >> > > > > > > > > > >> update
> > > > > > > >> > > > > > > > > > >> it.
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> thanks
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11,
> Piotr
> > > > > Zarzycki
> > > > > > > (<
> > > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> > > > version ?
> > > > > > > Maybe
> > > > > > > >> > this
> > > > > > > >> > > > is
> > > > > > > >> > > > > > the
> > > > > > > >> > > > > > > > > reason
> > > > > > > >> > > > > > > > > > >> why
> > > > > > > >> > > > > > > > > > >> > my application is failing.
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > > >> > > > > > > > > > >> >
> > <groupId>com.google.javascript</groupId>
> > > > > > > >> > > > > > > > > > >> >
> > <artifactId>closure-compiler</artifactId>
> > > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > > >> > > > > > > > > > >> >
> > > > > <artifactId>google-closure-library</artifactId>
> > > > > > > >> > > > > > > > > > >> >
> > <version>0.0-20190213-2033d5d9</version>
> > > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos
> Rovira
> > <
> > > > > > > >> > > > > > carlosrovira@apache.org
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > > > >> > napisał(a):
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used
> the
> > > > > closest
> > > > > > > >> one in
> > > > > > > >> > > > dates
> > > > > > > >> > > > > > to
> > > > > > > >> > > > > > > > the
> > > > > > > >> > > > > > > > > > one
> > > > > > > >> > > > > > > > > > >> in
> > > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how
> > can
> > > I
> > > > > > ensure
> > > > > > > >> > > > > > compatibility?
> > > > > > > >> > > > > > > > > Where
> > > > > > > >> > > > > > > > > > >> to
> > > > > > > >> > > > > > > > > > >> > > check that?
> > > > > > > >> > > > > > > > > > >> > > But what I really want to do is
> > update
> > > > > > > ANT/MAVEN
> > > > > > > >> to
> > > > > > > >> > > the
> > > > > > > >> > > > > same
> > > > > > > >> > > > > > > one
> > > > > > > >> > > > > > > > > > that
> > > > > > > >> > > > > > > > > > >> is
> > > > > > > >> > > > > > > > > > >> > ok
> > > > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure
> one
> > > that
> > > > > is
> > > > > > > >> > available
> > > > > > > >> > > > for
> > > > > > > >> > > > > > > both.
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > thanks
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41,
> > Alex
> > > > > Harui
> > > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > > >> > > > > > > > > > >> > >)
> > > > > > > >> > > > > > > > > > >> > > escribió:
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> > > > You may not want the latest
> closure
> > > > > > library.
> > > > > > > >> You
> > > > > > > >> > > > > probably
> > > > > > > >> > > > > > > > want
> > > > > > > >> > > > > > > > > > one
> > > > > > > >> > > > > > > > > > >> > that
> > > > > > > >> > > > > > > > > > >> > > > is compatible with the closure
> > > > compiler.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > > HTH,
> > > > > > > >> > > > > > > > > > >> > > > -Alex
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
> > > Rovira" <
> > > > > > > >> > > > > > > > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > > > >> wrote:
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     Hi,
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     Josh discover that there was
> an
> > > > > issue.
> > > > > > If
> > > > > > > >> we
> > > > > > > >> > > have
> > > > > > > >> > > > > > > > GOOG_HOME
> > > > > > > >> > > > > > > > > > env
> > > > > > > >> > > > > > > > > > >> var
> > > > > > > >> > > > > > > > > > >> > > the
> > > > > > > >> > > > > > > > > > >> > > >     maven distribution worked
> > right,
> > > > but
> > > > > if
> > > > > > > you
> > > > > > > >> > > don't
> > > > > > > >> > > > > > have,
> > > > > > > >> > > > > > > > > > >> compilation
> > > > > > > >> > > > > > > > > > >> > > > fails.
> > > > > > > >> > > > > > > > > > >> > > >     I have it in my system while
> > > > > developing
> > > > > > > >> this.
> > > > > > > >> > > So I
> > > > > > > >> > > > > > just
> > > > > > > >> > > > > > > > > fixed
> > > > > > > >> > > > > > > > > > it
> > > > > > > >> > > > > > > > > > >> > some
> > > > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> > > > artifact
> > > > > > for
> > > > > > > >> the
> > > > > > > >> > > > > > > > closure-library
> > > > > > > >> > > > > > > > > > >> > > v20180910
> > > > > > > >> > > > > > > > > > >> > > > (the
> > > > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > > > > >> > > > 0.0-20190213-2033d5d9,
> > > > > > > >> > > > > > so
> > > > > > > >> > > > > > > we
> > > > > > > >> > > > > > > > > > need
> > > > > > > >> > > > > > > > > > >> to
> > > > > > > >> > > > > > > > > > >> > > use
> > > > > > > >> > > > > > > > > > >> > > > that
> > > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too
> > bad
> > > > > > trying
> > > > > > > to
> > > > > > > >> > find
> > > > > > > >> > > > the
> > > > > > > >> > > > > > > > > > >> corresponding
> > > > > > > >> > > > > > > > > > >> > > > maven
> > > > > > > >> > > > > > > > > > >> > > >     artifact, so if someone
> knows,
> > > > please
> > > > > > let
> > > > > > > >> me
> > > > > > > >> > > > know!).
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
> > > v20190213
> > > > > > too?
> > > > > > > >> From
> > > > > > > >> > > now
> > > > > > > >> > > > > on,
> > > > > > > >> > > > > > we
> > > > > > > >> > > > > > > > > > should
> > > > > > > >> > > > > > > > > > >> > check
> > > > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and
> > MAVEN
> > > > > > > >> artifacts.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > > > > piotrzarzycki21@gmail.com
> > > > > > > >> >
> > > > > > > >> > > let
> > > > > > > >> > > > me
> > > > > > > >> > > > > > > know
> > > > > > > >> > > > > > > > if
> > > > > > > >> > > > > > > > > > you
> > > > > > > >> > > > > > > > > > >> > can
> > > > > > > >> > > > > > > > > > >> > > > get it
> > > > > > > >> > > > > > > > > > >> > > >     work with latest changes just
> > > done.
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     Thanks
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
> > > 17:53,
> > > > > > Carlos
> > > > > > > >> > Rovira
> > > > > > > >> > > > (<
> > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > > >> > > > > > > > > > >> > > >     escribió:
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
> > > command,
> > > > > > maven
> > > > > > > >> was
> > > > > > > >> > > > > > extremely
> > > > > > > >> > > > > > > > > > >> simplified
> > > > > > > >> > > > > > > > > > >> > > > thanks to
> > > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1
> or
> > 2
> > > > > months
> > > > > > > >> ago.
> > > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does
> not
> > > > > exists.
> > > > > > > >> Check
> > > > > > > >> > the
> > > > > > > >> > > > > > > > > instructions
> > > > > > > >> > > > > > > > > > I
> > > > > > > >> > > > > > > > > > >> put
> > > > > > > >> > > > > > > > > > >> > > or
> > > > > > > >> > > > > > > > > > >> > > > go to
> > > > > > > >> > > > > > > > > > >> > > >     > the updated docs here [1].
> I
> > > > > updated
> > > > > > > that
> > > > > > > >> > page
> > > > > > > >> > > > to
> > > > > > > >> > > > > > have
> > > > > > > >> > > > > > > > all
> > > > > > > >> > > > > > > > > > the
> > > > > > > >> > > > > > > > > > >> > > > latest valid
> > > > > > > >> > > > > > > > > > >> > > >     > info.
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to
> > work
> > > > > soon
> > > > > > in
> > > > > > > >> more
> > > > > > > >> > > > > > > > improvements:
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution
> > for
> > > > > > js-only
> > > > > > > >> > (just
> > > > > > > >> > > > > > removing
> > > > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one
> repo
> > > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release
> process
> > > > based
> > > > > > on 2
> > > > > > > >> (and
> > > > > > > >> > > yes
> > > > > > > >> > > > > > > having
> > > > > > > >> > > > > > > > > ANT
> > > > > > > >> > > > > > > > > > >> into
> > > > > > > >> > > > > > > > > > >> > > > account)
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > I will want to release
> every
> > 1
> > > > to 2
> > > > > > > >> month.
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > [1]
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > >
> > > > > > > >> > > > > > > > > > >> >
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
> > > > 17:40,
> > > > > > > Piotr
> > > > > > > >> > > > Zarzycki
> > > > > > > >> > > > > (<
> > > > > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com
> >)
> > > > > > escribió:
> > > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my
> > fault.
> > > I
> > > > > > didn't
> > > > > > > >> > catch
> > > > > > > >> > > up
> > > > > > > >> > > > > > full
> > > > > > > >> > > > > > > > > > >> > instruction.
> > > > > > > >> > > > > > > > > > >> > > > Let me
> > > > > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29
> > Piotr
> > > > > > > Zarzycki
> > > > > > > >> <
> > > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this
> [1]
> > on
> > > > my
> > > > > > Mac
> > > > > > > >> > > > > distribution
> > > > > > > >> > > > > > is
> > > > > > > >> > > > > > > > not
> > > > > > > >> > > > > > > > > > >> > > > generated. :/
> > > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > > > > > successfully,
> > > > > > > >> > but
> > > > > > > >> > > > > > without
> > > > > > > >> > > > > > > > > > >> > distribution.
> > > > > > > >> > > > > > > > > > >> > > > I don't
> > > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > > > > -DskipTests
> > > > > > > >> > > > > -Drat.skip=true
> > > > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >>
> > > > > > > >> > > > > > > >
> > > > > > > >> > > >
> > > > > > > >>
> > > > >
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
> > > > Carlos
> > > > > > > >> Rovira <
> > > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > > > >> > > > > > > > > > >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> all this does not
> affect
> > > FB,
> > > > so
> > > > > > > don't
> > > > > > > >> > > worry
> > > > > > > >> > > > > > about
> > > > > > > >> > > > > > > > it.
> > > > > > > >> > > > > > > > > > But
> > > > > > > >> > > > > > > > > > >> we
> > > > > > > >> > > > > > > > > > >> > > > hope you
> > > > > > > >> > > > > > > > > > >> > > >     >> try
> > > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some
> newer
> > > IDE
> > > > in
> > > > > > the
> > > > > > > >> > > future!
> > > > > > > >> > > > ;)
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a
> > las
> > > > > > 12:26,
> > > > > > > >> > Antonis
> > > > > > > >> > > > > > > Kalodimos
> > > > > > > >> > > > > > > > > (<
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > antonis.kalodimos@gmail.com
> > > > >)
> > > > > > > >> escribió:
> > > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news
> > for
> > > > > > someone
> > > > > > > >> to
> > > > > > > >> > be
> > > > > > > >> > > > > > involved
> > > > > > > >> > > > > > > > > with
> > > > > > > >> > > > > > > > > > >> > royale.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of
> you
> > > who
> > > > > > know
> > > > > > > >> the
> > > > > > > >> > > > > > > requirements
> > > > > > > >> > > > > > > > > > don't
> > > > > > > >> > > > > > > > > > >> > break
> > > > > > > >> > > > > > > > > > >> > > > the
> > > > > > > >> > > > > > > > > > >> > > >     >> royale
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used
> and
> > in
> > > > the
> > > > > > > >> > > > flashbuilder.
> > > > > > > >> > > > > > Even
> > > > > > > >> > > > > > > > it
> > > > > > > >> > > > > > > > > is
> > > > > > > >> > > > > > > > > > >> old
> > > > > > > >> > > > > > > > > > >> > > is a
> > > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old
> users
> > > > that
> > > > > > are
> > > > > > > >> > > searching
> > > > > > > >> > > > > > where
> > > > > > > >> > > > > > > > to
> > > > > > > >> > > > > > > > > > jump
> > > > > > > >> > > > > > > > > > >> > for
> > > > > > > >> > > > > > > > > > >> > > > upgrade
> > > > > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue
> the
> > > > great
> > > > > > job
> > > > > > > >> that
> > > > > > > >> > > you
> > > > > > > >> > > > > are
> > > > > > > >> > > > > > > > > doing.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020
> > > στις
> > > > > 1:15
> > > > > > > >> μ.μ.,
> > > > > > > >> > > ο/η
> > > > > > > >> > > > > > Piotr
> > > > > > > >> > > > > > > > > > >> Zarzycki <
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > piotrzarzycki21@gmail.com>
> > > > > > > έγραψε:
> > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> > > > provide
> > > > > > on
> > > > > > > >> > mailing
> > > > > > > >> > > > > list
> > > > > > > >> > > > > > > > > command
> > > > > > > >> > > > > > > > > > to
> > > > > > > >> > > > > > > > > > >> > > build
> > > > > > > >> > > > > > > > > > >> > > >     >> framework
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so
> > users
> > > > > could
> > > > > > > know
> > > > > > > >> > how
> > > > > > > >> > > to
> > > > > > > >> > > > > do
> > > > > > > >> > > > > > > > that.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o
> > > 12:12
> > > > > > Carlos
> > > > > > > >> > > Rovira <
> > > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the
> > maven
> > > > > > > >> distribution,
> > > > > > > >> > > and
> > > > > > > >> > > > > now
> > > > > > > >> > > > > > > it
> > > > > > > >> > > > > > > > > > >> creates a
> > > > > > > >> > > > > > > > > > >> > > > valid SDK
> > > > > > > >> > > > > > > > > > >> > > >     >> >> that
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with
> IDEs.
> > I
> > > > > think
> > > > > > > this
> > > > > > > >> > is a
> > > > > > > >> > > > > long
> > > > > > > >> > > > > > > > > awaited
> > > > > > > >> > > > > > > > > > >> fix.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new
> > maven
> > > > > > > >> distribution
> > > > > > > >> > > the
> > > > > > > >> > > > > > > > generated
> > > > > > > >> > > > > > > > > > SDK
> > > > > > > >> > > > > > > > > > >> > > > allows you
> > > > > > > >> > > > > > > > > > >> > > >     >> to
> > > > > > > >> > > > > > > > > > >> > > >     >> >> get
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence
> > and
> > > > > IDEs
> > > > > > > can
> > > > > > > >> > find
> > > > > > > >> > > > > > > compilers
> > > > > > > >> > > > > > > > > and
> > > > > > > >> > > > > > > > > > >> use
> > > > > > > >> > > > > > > > > > >> > it
> > > > > > > >> > > > > > > > > > >> > > > to get a
> > > > > > > >> > > > > > > > > > >> > > >     >> >> valid
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I
> > tried
> > > > only
> > > > > > > >> VSCode
> > > > > > > >> > > with
> > > > > > > >> > > > > Josh
> > > > > > > >> > > > > > > > > > AS3&MXML
> > > > > > > >> > > > > > > > > > >> > > > extension,
> > > > > > > >> > > > > > > > > > >> > > >     >> hope
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine
> can
> > > > > provide
> > > > > > > >> > > feedback.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you
> > get
> > > > the
> > > > > > > normal
> > > > > > > >> > > maven
> > > > > > > >> > > > > way
> > > > > > > >> > > > > > of
> > > > > > > >> > > > > > > > > build
> > > > > > > >> > > > > > > > > > >> with
> > > > > > > >> > > > > > > > > > >> > > > "mvn
> > > > > > > >> > > > > > > > > > >> > > >     >> >> install"
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near
> > to
> > > > your
> > > > > > > >> deploy
> > > > > > > >> > > > needs.
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using
> > Maven
> > > > > does
> > > > > > > not
> > > > > > > >> > need
> > > > > > > >> > > to
> > > > > > > >> > > > > use
> > > > > > > >> > > > > > > ANT
> > > > > > > >> > > > > > > > > > >> anymore
> > > > > > > >> > > > > > > > > > >> > to
> > > > > > > >> > > > > > > > > > >> > > >     >> generate a
> > > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > > > > > > >> > > > > > > > > > >>

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

but what kind of permission? to the moonshine executable?

El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<pi...@gmail.com>)
escribió:

> If you are using your own SDK (not downloaded trough Moonshine getting
> started) you have to add permission to mxmlc file. There is a command on
> Mac chmod - try to search using that command on a Google.
>
> Thanks,
> Piotr
>
> On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi,
> >
> > I installed latest Moonshine nightly. After configuring initial things
> > loaded TDJ project. I'm getting Permission denied:
> >
> > : Moonshine IDE™ 2.5.0
> > : Copyright © Prominic.NET, Inc. All rights reserved.
> > : Source code is under Apache License, Version 2.0
> > : https://github.com/prominic/Moonshine-IDE
> > : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache License
> > 2.0), NativeApplicationUpdater (LGPL)
> > : Running on Adobe AIR 28.0.0.125
> > : Compiling TourDeJewel
> > : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> > : Sending to mxmlx: export
> >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven" &&
> > export
> >
> >
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> > SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
> >
> >
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> > "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> > -load-config+=obj/TourDeJewelConfig.xml
> > -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> > -html-template=src/main/resources/jewel-example-index-template.html
> > -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
> >
> >
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> > : /bin/bash:
> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> > Permission denied
> >
> > How can I fix it?
> >
> > Thanks
> >
> >
> > El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<
> joshtynjala@bowlerhat.dev
> > >)
> > escribió:
> >
> > > Yeah, I don't see why Moonshine is reporting those errors, but VSCode
> > does
> > > not. If royale-config.xml is referencing SWCs that don't exist, that
> > should
> > > affect both IDEs.
> > >
> > > Regardless, like you explained, the same issue should reproduce when
> > > compiling from a terminal without Moonshine.
> > >
> > > --
> > > Josh Tynjala
> > > Bowler Hat LLC <https://bowlerhat.dev>
> > >
> > >
> > > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> > >
> > > wrote:
> > >
> > > > Hi Carlos,
> > > >
> > > > Yeah it would be pretty great if you could setup Moonshine, but you
> > don't
> > > > have to do that actually to reproduce the issue. Command which I have
> > > > pasted in this thread can be copy and used in Terminal with small
> path
> > > > adjustment. Try it on any project you have using distribution build
> and
> > > for
> > > > sure you will get the error.
> > > >
> > > > In case of Moonshine we have freez code for commits and prepare for
> > > > release, we have some internal problems with bamboo build - if it
> will
> > > get
> > > > resolved we should have release early next week. You can always try
> > > Nightly
> > > > build.
> > > >
> > > > I'm really surprised that VSCode do not throwing the same error -
> What
> > > > could be the case Josh? The only difference is that we are using
> mxmlc
> > > file
> > > > and VSCode is probably using jar file, but playerglobal.swc doesn't
> > > exists
> > > > so both should report same issue.
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > > > napisał(a):
> > > >
> > > > > Hi Piotr,
> > > > >
> > > > > so I think you're a bit closer (not farther ;)), since compiler was
> > > > found.
> > > > > Now is a matter to find what's missing.
> > > > > What's curious for me is VSCode recognizes but Moonshine not. I
> think
> > > the
> > > > > problem is each IDE is looking at different things to match a valid
> > > SDK,
> > > > > and maybe even we could be setting duplicate artifacts in the SDK
> so
> > > > VSCode
> > > > > finds all but Moonshine not.
> > > > > I'll be setup Moonshine as I have time to try it.
> > > > > I think you plan to launch a new one soon right? should I wait for
> > it?
> > > > >
> > > > > Thanks
> > > > >
> > > > >
> > > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > > > piotrzarzycki21@gmail.com>)
> > > > > escribió:
> > > > >
> > > > > > Hi Carlos,
> > > > > >
> > > > > > I just tried your changes and I'm a bit farther. Now I'm getting
> > > > > following
> > > > > > errors. It's throwing that errors cause in JS only binaries
> > prepared
> > > by
> > > > > ant
> > > > > > we have in following location
> > > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > > > playerglobal.swc, so distribution should probably have the same.
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > -debug=true
> > > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > > : Using Royale Compiler codebase:
> > > > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > : Using Royale SDK:
> > > > > > >
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > > : MXMLJSC
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > > : -debug=true
> > > > > > > : -source-map=true
> > > > > > > : -compiler.targets=JSRoyale
> > > > > > > :
> > > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 74)
> > > > > > > :       </external-library-path>
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 81)
> > > > > > > :       </js-external-library-path>
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 81)
> > > > > > > :       </js-external-library-path>
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > > col: 0 Error: unable to open
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > > :
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > > (line: 99)
> > > > > > > :       </library-path>
> > > > > > > : 1.034449561 seconds
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > > Piotr
> > > > > >
> > > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> > > > > > napisał(a):
> > > > > >
> > > > > > > Thanks Josh for pointing that out I think I got it.
> > > > > > >
> > > > > > > @Piotr Zarzycki <pi...@gmail.com> please try with my
> > > > latest
> > > > > > > commit. I couldn't test myself, but I think it should work now
> > for
> > > > > > > Moonshine.
> > > > > > > VSCode still work with this changes.
> > > > > > >
> > > > > > > Thanks
> > > > > > >
> > > > > > > Carlos
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > > > joshtynjala@bowlerhat.dev>)
> > > > > > > escribió:
> > > > > > >
> > > > > > >> If I had to guess, this classpath is wrong:
> > > > > > >>
> > > > > > >> <Class-Path>args4j.jar org.json.jar
> > > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > > >> Class-Path>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > > > >>
> > > > > > >> I think that the names of those JAR files all include a
> version
> > > > number
> > > > > > in
> > > > > > >> the Maven distribution.
> > > > > > >>
> > > > > > >> --
> > > > > > >> Josh Tynjala
> > > > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > >>
> > > > > > >>
> > > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > > > carlosrovira@apache.org>
> > > > > > >> wrote:
> > > > > > >>
> > > > > > >> > ok didn't notice.
> > > > > > >> > So maybe is a classpath problem?
> > > > > > >> > It's clear that VSCode goes to the same place and find it
> > since
> > > > > mxmlc
> > > > > > >> is a
> > > > > > >> > dummy jar that has exactly that class, but Moonshine goes
> and
> > > > didn't
> > > > > > >> find
> > > > > > >> > it.
> > > > > > >> > If not any clue what could be happening?
> > > > > > >> > Thanks
> > > > > > >> >
> > > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > > > >> > piotrzarzycki21@gmail.com>)
> > > > > > >> > escribió:
> > > > > > >> >
> > > > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > > > >> > >
> > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > > joshtynjala@bowlerhat.dev
> > > > >
> > > > > > >> > > napisał(a):
> > > > > > >> > >
> > > > > > >> > > > You can see from the output that Moonshine is calling
> the
> > > > > command
> > > > > > >> line
> > > > > > >> > > > scripts in js/bin.
> > > > > > >> > > >
> > > > > > >> > > > --
> > > > > > >> > > > Josh Tynjala
> > > > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > > > >> carlosrovira@apache.org>
> > > > > > >> > > > wrote:
> > > > > > >> > > >
> > > > > > >> > > > > Hi Piotr,
> > > > > > >> > > > >
> > > > > > >> > > > > That was a problem I had with VSCode when started to
> > work
> > > on
> > > > > fix
> > > > > > >> SDK
> > > > > > >> > > for
> > > > > > >> > > > > IDE.
> > > > > > >> > > > > Josh told me that VSCode tries to find that class in
> > > > > > >> > /js/lib/mxmlc.jar
> > > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > > > >> > > > >
> > > > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > > > >> > > > >
> > > > > > >> > > > > Thanks
> > > > > > >> > > > >
> > > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > > > >> > > > > escribió:
> > > > > > >> > > > >
> > > > > > >> > > > > > Hi Carlos,
> > > > > > >> > > > > >
> > > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly
> Build
> > of
> > > > > > >> > Moonshine. I
> > > > > > >> > > > > > cannot build Hello World. I'm getting following
> error:
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > > >> > > > > >
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > >> -debug=true
> > > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > > >> > > > > >
> > > > > > >> >
> > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > >> > > > > > : Using Royale Compiler codebase:
> > > > > > >> > > > > >
> > > > > > >>
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > >> > > > > > : Using Royale SDK:
> > > > > > >> > > > > >
> > > > > > >>
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > >> > > > > > : Error: Could not find or load main class
> > > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > > > >> carlosrovira@apache.org>
> > > > > > >> > > > > > napisał(a):
> > > > > > >> > > > > >
> > > > > > >> > > > > > > Hi Piotr,
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > right, are simplified too and does not have any
> > > profile
> > > > or
> > > > > > >> > > variable.
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > "-U clean install" is standard maven commands,
> > nothing
> > > > to
> > > > > do
> > > > > > >> with
> > > > > > >> > > us
> > > > > > >> > > > in
> > > > > > >> > > > > > > particular, so you can left that
> > > > > > >> > > > > > > "-P main,utils" are not needed anymore, since now
> > > > there's
> > > > > no
> > > > > > >> > > > > > > differentiation between a "first build" against
> rest
> > > of
> > > > > > >> builds.
> > > > > > >> > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki
> (<
> > > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > > Hi Carlos,
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > Builds for framework is updated. What about
> > compiler
> > > > and
> > > > > > >> > > typedefs ?
> > > > > > >> > > > > For
> > > > > > >> > > > > > > > compiler on the server we have:
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > -U clean install
> > > > > > >> > > > > > > > -P -main,utils
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > It looks like that those profiles also
> deprecated
> > -
> > > > can
> > > > > > you
> > > > > > >> > > > confirm ?
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > Thanks,
> > > > > > >> > > > > > > > Piotr
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > > > >> > carlosrovira@apache.org>
> > > > > > >> > > > > > > > napisał(a):
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > > Hi Piotr,
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > it surprise me that due all the changes done
> in
> > > > maven
> > > > > > >> > > builds.a.o
> > > > > > >> > > > > was
> > > > > > >> > > > > > > not
> > > > > > >> > > > > > > > > failing. I've even didn't repare that will
> need
> > to
> > > > be
> > > > > > >> > updated.
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > >
> > > > > > >> > >
> > > > > > >>
> > > > > >
> > > >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > Here's the updated doc for maven simplified
> [1]
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > In sort:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > > > >> FLASHPLAYER_DEBUGGER
> > > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
> > reliable
> > > > > > >> (something
> > > > > > >> > > that
> > > > > > >> > > > > > was a
> > > > > > >> > > > > > > > > real headache)
> > > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >    - with-ui-testsuite
> > > > > > >> > > > > > > > >    - option-with-swf
> > > > > > >> > > > > > > > >    - with-examples
> > > > > > >> > > > > > > > >    - with-distribution
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this
> profiles?
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > [1]
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
> > Zarzycki
> > > (<
> > > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > > Carlos,
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > What has change more in case of Maven build
> > for
> > > > > > >> framework?
> > > > > > >> > On
> > > > > > >> > > > > > > > builds.a.o
> > > > > > >> > > > > > > > > we
> > > > > > >> > > > > > > > > > have following command which running
> > > royale-asjs.
> > > > It
> > > > > > >> looks
> > > > > > >> > > like
> > > > > > >> > > > > > > > something
> > > > > > >> > > > > > > > > > is missing, cause I have removed locally my
> > > > > > >> > org.apache.royale
> > > > > > >> > > > > > folder
> > > > > > >> > > > > > > > from
> > > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] -
> > It
> > > > > throws
> > > > > > >> > > > exception
> > > > > > >> > > > > > now.
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Could not resolve dependencies for project
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > >
> > > > > > >>
> > > >
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > >> > > > > > > > > > Failure to find
> > > > > > >> > > > > > >
> > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > >> > > > > > > > > in
> > > > > > >> > > > > > > > > >
> > > > > > >> >
> https://repository.apache.org/content/repositories/snapshots
> > > > > > >> > > > was
> > > > > > >> > > > > > > > cached
> > > > > > >> > > > > > > > > in
> > > > > > >> > > > > > > > > > the local repository, resolution will not be
> > > > > > reattempted
> > > > > > >> > > until
> > > > > > >> > > > > the
> > > > > > >> > > > > > > > update
> > > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed or
> > > > updates
> > > > > > are
> > > > > > >> > > forced
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Above means that it probably doesn't exists
> in
> > > > > Apache
> > > > > > >> Maven
> > > > > > >> > > > > > > central...
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Command on builds.a.o:
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > -U
> > > > > > >> > > > > > > > > > clean
> > > > > > >> > > > > > > > > > deploy
> > > > > > >> > > > > > > > > > -P
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > >> > > > > > > > > > -Dgenerate.swf
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > [1]
> > > > > > >> > > > > > >
> > > > > > >> >
> > > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Thanks,
> > > > > > >> > > > > > > > > > Piotr
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > > > >> > > > > piotrzarzycki21@gmail.com
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > > > > napisał(a):
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
> > actually
> > > > know
> > > > > > >> what
> > > > > > >> > is
> > > > > > >> > > > the
> > > > > > >> > > > > > > > version.
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > > > >> > > > > carlosrovira@apache.org>
> > > > > > >> > > > > > > > > > > napisał(a):
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > >> Hi Piotr,
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> I explained in this thread that I
> couldn't
> > > find
> > > > > in
> > > > > > >> maven
> > > > > > >> > > the
> > > > > > >> > > > > > same
> > > > > > >> > > > > > > > > exact
> > > > > > >> > > > > > > > > > >> version that ANT one, I put the closest
> in
> > > date
> > > > > > >> > available
> > > > > > >> > > > from
> > > > > > >> > > > > > > maven
> > > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> > > ANT/MAVEN
> > > > to
> > > > > > the
> > > > > > >> > same
> > > > > > >> > > > one
> > > > > > >> > > > > > > that
> > > > > > >> > > > > > > > > > works.
> > > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
> > > search
> > > > > and
> > > > > > >> the
> > > > > > >> > > > version
> > > > > > >> > > > > > > could
> > > > > > >> > > > > > > > > > >> exists, in that case hope other can
> > indicate
> > > > the
> > > > > > >> maven
> > > > > > >> > > > > > descriptor
> > > > > > >> > > > > > > to
> > > > > > >> > > > > > > > > > >> update
> > > > > > >> > > > > > > > > > >> it.
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> thanks
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr
> > > > Zarzycki
> > > > > > (<
> > > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> > > version ?
> > > > > > Maybe
> > > > > > >> > this
> > > > > > >> > > > is
> > > > > > >> > > > > > the
> > > > > > >> > > > > > > > > reason
> > > > > > >> > > > > > > > > > >> why
> > > > > > >> > > > > > > > > > >> > my application is failing.
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > >> > > > > > > > > > >> >
> <groupId>com.google.javascript</groupId>
> > > > > > >> > > > > > > > > > >> >
> <artifactId>closure-compiler</artifactId>
> > > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > >> > > > > > > > > > >> > <dependency>
> > > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > >> > > > > > > > > > >> >
> > > > <artifactId>google-closure-library</artifactId>
> > > > > > >> > > > > > > > > > >> >
> <version>0.0-20190213-2033d5d9</version>
> > > > > > >> > > > > > > > > > >> > </dependency>
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira
> <
> > > > > > >> > > > > > carlosrovira@apache.org
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > > > >> > napisał(a):
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used the
> > > > closest
> > > > > > >> one in
> > > > > > >> > > > dates
> > > > > > >> > > > > > to
> > > > > > >> > > > > > > > the
> > > > > > >> > > > > > > > > > one
> > > > > > >> > > > > > > > > > >> in
> > > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how
> can
> > I
> > > > > ensure
> > > > > > >> > > > > > compatibility?
> > > > > > >> > > > > > > > > Where
> > > > > > >> > > > > > > > > > >> to
> > > > > > >> > > > > > > > > > >> > > check that?
> > > > > > >> > > > > > > > > > >> > > But what I really want to do is
> update
> > > > > > ANT/MAVEN
> > > > > > >> to
> > > > > > >> > > the
> > > > > > >> > > > > same
> > > > > > >> > > > > > > one
> > > > > > >> > > > > > > > > > that
> > > > > > >> > > > > > > > > > >> is
> > > > > > >> > > > > > > > > > >> > ok
> > > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure one
> > that
> > > > is
> > > > > > >> > available
> > > > > > >> > > > for
> > > > > > >> > > > > > > both.
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > thanks
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41,
> Alex
> > > > Harui
> > > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > >> > > > > > > > > > >> > >)
> > > > > > >> > > > > > > > > > >> > > escribió:
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> > > > You may not want the latest closure
> > > > > library.
> > > > > > >> You
> > > > > > >> > > > > probably
> > > > > > >> > > > > > > > want
> > > > > > >> > > > > > > > > > one
> > > > > > >> > > > > > > > > > >> > that
> > > > > > >> > > > > > > > > > >> > > > is compatible with the closure
> > > compiler.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > > HTH,
> > > > > > >> > > > > > > > > > >> > > > -Alex
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
> > Rovira" <
> > > > > > >> > > > > > > > carlosrovira@apache.org>
> > > > > > >> > > > > > > > > > >> wrote:
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     Hi,
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     Josh discover that there was an
> > > > issue.
> > > > > If
> > > > > > >> we
> > > > > > >> > > have
> > > > > > >> > > > > > > > GOOG_HOME
> > > > > > >> > > > > > > > > > env
> > > > > > >> > > > > > > > > > >> var
> > > > > > >> > > > > > > > > > >> > > the
> > > > > > >> > > > > > > > > > >> > > >     maven distribution worked
> right,
> > > but
> > > > if
> > > > > > you
> > > > > > >> > > don't
> > > > > > >> > > > > > have,
> > > > > > >> > > > > > > > > > >> compilation
> > > > > > >> > > > > > > > > > >> > > > fails.
> > > > > > >> > > > > > > > > > >> > > >     I have it in my system while
> > > > developing
> > > > > > >> this.
> > > > > > >> > > So I
> > > > > > >> > > > > > just
> > > > > > >> > > > > > > > > fixed
> > > > > > >> > > > > > > > > > it
> > > > > > >> > > > > > > > > > >> > some
> > > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> > > artifact
> > > > > for
> > > > > > >> the
> > > > > > >> > > > > > > > closure-library
> > > > > > >> > > > > > > > > > >> > > v20180910
> > > > > > >> > > > > > > > > > >> > > > (the
> > > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > > > >> > > > 0.0-20190213-2033d5d9,
> > > > > > >> > > > > > so
> > > > > > >> > > > > > > we
> > > > > > >> > > > > > > > > > need
> > > > > > >> > > > > > > > > > >> to
> > > > > > >> > > > > > > > > > >> > > use
> > > > > > >> > > > > > > > > > >> > > > that
> > > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too
> bad
> > > > > trying
> > > > > > to
> > > > > > >> > find
> > > > > > >> > > > the
> > > > > > >> > > > > > > > > > >> corresponding
> > > > > > >> > > > > > > > > > >> > > > maven
> > > > > > >> > > > > > > > > > >> > > >     artifact, so if someone knows,
> > > please
> > > > > let
> > > > > > >> me
> > > > > > >> > > > know!).
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
> > v20190213
> > > > > too?
> > > > > > >> From
> > > > > > >> > > now
> > > > > > >> > > > > on,
> > > > > > >> > > > > > we
> > > > > > >> > > > > > > > > > should
> > > > > > >> > > > > > > > > > >> > check
> > > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and
> MAVEN
> > > > > > >> artifacts.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > > > piotrzarzycki21@gmail.com
> > > > > > >> >
> > > > > > >> > > let
> > > > > > >> > > > me
> > > > > > >> > > > > > > know
> > > > > > >> > > > > > > > if
> > > > > > >> > > > > > > > > > you
> > > > > > >> > > > > > > > > > >> > can
> > > > > > >> > > > > > > > > > >> > > > get it
> > > > > > >> > > > > > > > > > >> > > >     work with latest changes just
> > done.
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     Thanks
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
> > 17:53,
> > > > > Carlos
> > > > > > >> > Rovira
> > > > > > >> > > > (<
> > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > >> > > > > > > > > > >> > > >     escribió:
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
> > command,
> > > > > maven
> > > > > > >> was
> > > > > > >> > > > > > extremely
> > > > > > >> > > > > > > > > > >> simplified
> > > > > > >> > > > > > > > > > >> > > > thanks to
> > > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or
> 2
> > > > months
> > > > > > >> ago.
> > > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not
> > > > exists.
> > > > > > >> Check
> > > > > > >> > the
> > > > > > >> > > > > > > > > instructions
> > > > > > >> > > > > > > > > > I
> > > > > > >> > > > > > > > > > >> put
> > > > > > >> > > > > > > > > > >> > > or
> > > > > > >> > > > > > > > > > >> > > > go to
> > > > > > >> > > > > > > > > > >> > > >     > the updated docs here [1]. I
> > > > updated
> > > > > > that
> > > > > > >> > page
> > > > > > >> > > > to
> > > > > > >> > > > > > have
> > > > > > >> > > > > > > > all
> > > > > > >> > > > > > > > > > the
> > > > > > >> > > > > > > > > > >> > > > latest valid
> > > > > > >> > > > > > > > > > >> > > >     > info.
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to
> work
> > > > soon
> > > > > in
> > > > > > >> more
> > > > > > >> > > > > > > > improvements:
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution
> for
> > > > > js-only
> > > > > > >> > (just
> > > > > > >> > > > > > removing
> > > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release process
> > > based
> > > > > on 2
> > > > > > >> (and
> > > > > > >> > > yes
> > > > > > >> > > > > > > having
> > > > > > >> > > > > > > > > ANT
> > > > > > >> > > > > > > > > > >> into
> > > > > > >> > > > > > > > > > >> > > > account)
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > I will want to release every
> 1
> > > to 2
> > > > > > >> month.
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > [1]
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
> > > 17:40,
> > > > > > Piotr
> > > > > > >> > > > Zarzycki
> > > > > > >> > > > > (<
> > > > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> > > > > escribió:
> > > > > > >> > > > > > > > > > >> > > >     >
> > > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my
> fault.
> > I
> > > > > didn't
> > > > > > >> > catch
> > > > > > >> > > up
> > > > > > >> > > > > > full
> > > > > > >> > > > > > > > > > >> > instruction.
> > > > > > >> > > > > > > > > > >> > > > Let me
> > > > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29
> Piotr
> > > > > > Zarzycki
> > > > > > >> <
> > > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > > >> > > > > > > > > > >> > > >     >>
> > > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this [1]
> on
> > > my
> > > > > Mac
> > > > > > >> > > > > distribution
> > > > > > >> > > > > > is
> > > > > > >> > > > > > > > not
> > > > > > >> > > > > > > > > > >> > > > generated. :/
> > > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > > > > successfully,
> > > > > > >> > but
> > > > > > >> > > > > > without
> > > > > > >> > > > > > > > > > >> > distribution.
> > > > > > >> > > > > > > > > > >> > > > I don't
> > > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > > > -DskipTests
> > > > > > >> > > > > -Drat.skip=true
> > > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > >
> > > > > > >> > > >
> > > > > > >>
> > > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
> > > Carlos
> > > > > > >> Rovira <
> > > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> all this does not affect
> > FB,
> > > so
> > > > > > don't
> > > > > > >> > > worry
> > > > > > >> > > > > > about
> > > > > > >> > > > > > > > it.
> > > > > > >> > > > > > > > > > But
> > > > > > >> > > > > > > > > > >> we
> > > > > > >> > > > > > > > > > >> > > > hope you
> > > > > > >> > > > > > > > > > >> > > >     >> try
> > > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some newer
> > IDE
> > > in
> > > > > the
> > > > > > >> > > future!
> > > > > > >> > > > ;)
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a
> las
> > > > > 12:26,
> > > > > > >> > Antonis
> > > > > > >> > > > > > > Kalodimos
> > > > > > >> > > > > > > > > (<
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > antonis.kalodimos@gmail.com
> > > >)
> > > > > > >> escribió:
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news
> for
> > > > > someone
> > > > > > >> to
> > > > > > >> > be
> > > > > > >> > > > > > involved
> > > > > > >> > > > > > > > > with
> > > > > > >> > > > > > > > > > >> > royale.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of you
> > who
> > > > > know
> > > > > > >> the
> > > > > > >> > > > > > > requirements
> > > > > > >> > > > > > > > > > don't
> > > > > > >> > > > > > > > > > >> > break
> > > > > > >> > > > > > > > > > >> > > > the
> > > > > > >> > > > > > > > > > >> > > >     >> royale
> > > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used and
> in
> > > the
> > > > > > >> > > > flashbuilder.
> > > > > > >> > > > > > Even
> > > > > > >> > > > > > > > it
> > > > > > >> > > > > > > > > is
> > > > > > >> > > > > > > > > > >> old
> > > > > > >> > > > > > > > > > >> > > is a
> > > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old users
> > > that
> > > > > are
> > > > > > >> > > searching
> > > > > > >> > > > > > where
> > > > > > >> > > > > > > > to
> > > > > > >> > > > > > > > > > jump
> > > > > > >> > > > > > > > > > >> > for
> > > > > > >> > > > > > > > > > >> > > > upgrade
> > > > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the
> > > great
> > > > > job
> > > > > > >> that
> > > > > > >> > > you
> > > > > > >> > > > > are
> > > > > > >> > > > > > > > > doing.
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020
> > στις
> > > > 1:15
> > > > > > >> μ.μ.,
> > > > > > >> > > ο/η
> > > > > > >> > > > > > Piotr
> > > > > > >> > > > > > > > > > >> Zarzycki <
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > piotrzarzycki21@gmail.com>
> > > > > > έγραψε:
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> > > provide
> > > > > on
> > > > > > >> > mailing
> > > > > > >> > > > > list
> > > > > > >> > > > > > > > > command
> > > > > > >> > > > > > > > > > to
> > > > > > >> > > > > > > > > > >> > > build
> > > > > > >> > > > > > > > > > >> > > >     >> framework
> > > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so
> users
> > > > could
> > > > > > know
> > > > > > >> > how
> > > > > > >> > > to
> > > > > > >> > > > > do
> > > > > > >> > > > > > > > that.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o
> > 12:12
> > > > > Carlos
> > > > > > >> > > Rovira <
> > > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the
> maven
> > > > > > >> distribution,
> > > > > > >> > > and
> > > > > > >> > > > > now
> > > > > > >> > > > > > > it
> > > > > > >> > > > > > > > > > >> creates a
> > > > > > >> > > > > > > > > > >> > > > valid SDK
> > > > > > >> > > > > > > > > > >> > > >     >> >> that
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs.
> I
> > > > think
> > > > > > this
> > > > > > >> > is a
> > > > > > >> > > > > long
> > > > > > >> > > > > > > > > awaited
> > > > > > >> > > > > > > > > > >> fix.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new
> maven
> > > > > > >> distribution
> > > > > > >> > > the
> > > > > > >> > > > > > > > generated
> > > > > > >> > > > > > > > > > SDK
> > > > > > >> > > > > > > > > > >> > > > allows you
> > > > > > >> > > > > > > > > > >> > > >     >> to
> > > > > > >> > > > > > > > > > >> > > >     >> >> get
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence
> and
> > > > IDEs
> > > > > > can
> > > > > > >> > find
> > > > > > >> > > > > > > compilers
> > > > > > >> > > > > > > > > and
> > > > > > >> > > > > > > > > > >> use
> > > > > > >> > > > > > > > > > >> > it
> > > > > > >> > > > > > > > > > >> > > > to get a
> > > > > > >> > > > > > > > > > >> > > >     >> >> valid
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I
> tried
> > > only
> > > > > > >> VSCode
> > > > > > >> > > with
> > > > > > >> > > > > Josh
> > > > > > >> > > > > > > > > > AS3&MXML
> > > > > > >> > > > > > > > > > >> > > > extension,
> > > > > > >> > > > > > > > > > >> > > >     >> hope
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can
> > > > provide
> > > > > > >> > > feedback.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you
> get
> > > the
> > > > > > normal
> > > > > > >> > > maven
> > > > > > >> > > > > way
> > > > > > >> > > > > > of
> > > > > > >> > > > > > > > > build
> > > > > > >> > > > > > > > > > >> with
> > > > > > >> > > > > > > > > > >> > > > "mvn
> > > > > > >> > > > > > > > > > >> > > >     >> >> install"
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near
> to
> > > your
> > > > > > >> deploy
> > > > > > >> > > > needs.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using
> Maven
> > > > does
> > > > > > not
> > > > > > >> > need
> > > > > > >> > > to
> > > > > > >> > > > > use
> > > > > > >> > > > > > > ANT
> > > > > > >> > > > > > > > > > >> anymore
> > > > > > >> > > > > > > > > > >> > to
> > > > > > >> > > > > > > > > > >> > > >     >> generate a
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get
> > finally
> > > > to
> > > > > > have
> > > > > > >> > two
> > > > > > >> > > > > > > > independent
> > > > > > >> > > > > > > > > > >> ways of
> > > > > > >> > > > > > > > > > >> > > > building
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > separated
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some
> > > > refining
> > > > > > >> this
> > > > > > >> > > days
> > > > > > >> > > > > with
> > > > > > >> > > > > > > > > > >> classpaths
> > > > > > >> > > > > > > > > > >> > > > since I
> > > > > > >> > > > > > > > > > >> > > >     >> left
> > > > > > >> > > > > > > > > > >> > > >     >> >> some
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded
> > > that I
> > > > > > want
> > > > > > >> to
> > > > > > >> > > > remove
> > > > > > >> > > > > > to
> > > > > > >> > > > > > > > make
> > > > > > >> > > > > > > > > > it
> > > > > > >> > > > > > > > > > >> > valid
> > > > > > >> > > > > > > > > > >> > > > as we
> > > > > > >> > > > > > > > > > >> > > >     >> >> change
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading
> > maven
> > > > > docs
> > > > > > to
> > > > > > >> > > > reflect
> > > > > > >> > > > > > this
> > > > > > >> > > > > > > > > > change.
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > --
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > --
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >> >> > > <
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > > >*
> > > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >     >> >> --
> > > > > > >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >
> > > > > > >> > > > > > > > > > >> > >
> > > > > > >> > > > > > > > > > >> >
> > > > > > >> > > > > > > > > > >>
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > > >> > > > > > > > > > >> > > >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
If you are using your own SDK (not downloaded trough Moonshine getting
started) you have to add permission to mxmlc file. There is a command on
Mac chmod - try to search using that command on a Google.

Thanks,
Piotr

On Sun, Feb 9, 2020, 5:29 PM Carlos Rovira <ca...@apache.org> wrote:

> Hi,
>
> I installed latest Moonshine nightly. After configuring initial things
> loaded TDJ project. I'm getting Permission denied:
>
> : Moonshine IDE™ 2.5.0
> : Copyright © Prominic.NET, Inc. All rights reserved.
> : Source code is under Apache License, Version 2.0
> : https://github.com/prominic/Moonshine-IDE
> : Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache License
> 2.0), NativeApplicationUpdater (LGPL)
> : Running on Adobe AIR 28.0.0.125
> : Compiling TourDeJewel
> : SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
> : Sending to mxmlx: export
>
>  royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven" &&
> export
>
> royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
> SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
>
> ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
> "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
> -load-config+=obj/TourDeJewelConfig.xml
> -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> -html-template=src/main/resources/jewel-example-index-template.html
> -js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
>
> -js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
> : /bin/bash:
> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
> Permission denied
>
> How can I fix it?
>
> Thanks
>
>
> El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<joshtynjala@bowlerhat.dev
> >)
> escribió:
>
> > Yeah, I don't see why Moonshine is reporting those errors, but VSCode
> does
> > not. If royale-config.xml is referencing SWCs that don't exist, that
> should
> > affect both IDEs.
> >
> > Regardless, like you explained, the same issue should reproduce when
> > compiling from a terminal without Moonshine.
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC <https://bowlerhat.dev>
> >
> >
> > On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
> > wrote:
> >
> > > Hi Carlos,
> > >
> > > Yeah it would be pretty great if you could setup Moonshine, but you
> don't
> > > have to do that actually to reproduce the issue. Command which I have
> > > pasted in this thread can be copy and used in Terminal with small path
> > > adjustment. Try it on any project you have using distribution build and
> > for
> > > sure you will get the error.
> > >
> > > In case of Moonshine we have freez code for commits and prepare for
> > > release, we have some internal problems with bamboo build - if it will
> > get
> > > resolved we should have release early next week. You can always try
> > Nightly
> > > build.
> > >
> > > I'm really surprised that VSCode do not throwing the same error - What
> > > could be the case Josh? The only difference is that we are using mxmlc
> > file
> > > and VSCode is probably using jar file, but playerglobal.swc doesn't
> > exists
> > > so both should report same issue.
> > >
> > > Thanks,
> > > Piotr
> > >
> > > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Hi Piotr,
> > > >
> > > > so I think you're a bit closer (not farther ;)), since compiler was
> > > found.
> > > > Now is a matter to find what's missing.
> > > > What's curious for me is VSCode recognizes but Moonshine not. I think
> > the
> > > > problem is each IDE is looking at different things to match a valid
> > SDK,
> > > > and maybe even we could be setting duplicate artifacts in the SDK so
> > > VSCode
> > > > finds all but Moonshine not.
> > > > I'll be setup Moonshine as I have time to try it.
> > > > I think you plan to launch a new one soon right? should I wait for
> it?
> > > >
> > > > Thanks
> > > >
> > > >
> > > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > > piotrzarzycki21@gmail.com>)
> > > > escribió:
> > > >
> > > > > Hi Carlos,
> > > > >
> > > > > I just tried your changes and I'm a bit farther. Now I'm getting
> > > > following
> > > > > errors. It's throwing that errors cause in JS only binaries
> prepared
> > by
> > > > ant
> > > > > we have in following location
> > > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > > playerglobal.swc, so distribution should probably have the same.
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> -debug=true
> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > : Using Royale Compiler codebase:
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > : Using Royale SDK:
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > : MXMLJSC
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > > : -debug=true
> > > > > > : -source-map=true
> > > > > > : -compiler.targets=JSRoyale
> > > > > > :
> > -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 74)
> > > > > > :       </external-library-path>
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 81)
> > > > > > :       </js-external-library-path>
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 81)
> > > > > > :       </js-external-library-path>
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > > col: 0 Error: unable to open
> > > > > >
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > > :
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > > (line: 99)
> > > > > > :       </library-path>
> > > > > > : 1.034449561 seconds
> > > > >
> > > > >
> > > > > Thanks,
> > > > > Piotr
> > > > >
> > > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> > > > > napisał(a):
> > > > >
> > > > > > Thanks Josh for pointing that out I think I got it.
> > > > > >
> > > > > > @Piotr Zarzycki <pi...@gmail.com> please try with my
> > > latest
> > > > > > commit. I couldn't test myself, but I think it should work now
> for
> > > > > > Moonshine.
> > > > > > VSCode still work with this changes.
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > > Carlos
> > > > > >
> > > > > >
> > > > > >
> > > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > > joshtynjala@bowlerhat.dev>)
> > > > > > escribió:
> > > > > >
> > > > > >> If I had to guess, this classpath is wrong:
> > > > > >>
> > > > > >> <Class-Path>args4j.jar org.json.jar
> > compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > > >> Class-Path>
> > > > > >>
> > > > > >>
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > > >>
> > > > > >> I think that the names of those JAR files all include a version
> > > number
> > > > > in
> > > > > >> the Maven distribution.
> > > > > >>
> > > > > >> --
> > > > > >> Josh Tynjala
> > > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > > >>
> > > > > >>
> > > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > > > >> wrote:
> > > > > >>
> > > > > >> > ok didn't notice.
> > > > > >> > So maybe is a classpath problem?
> > > > > >> > It's clear that VSCode goes to the same place and find it
> since
> > > > mxmlc
> > > > > >> is a
> > > > > >> > dummy jar that has exactly that class, but Moonshine goes and
> > > didn't
> > > > > >> find
> > > > > >> > it.
> > > > > >> > If not any clue what could be happening?
> > > > > >> > Thanks
> > > > > >> >
> > > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > > >> > piotrzarzycki21@gmail.com>)
> > > > > >> > escribió:
> > > > > >> >
> > > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > > >> > >
> > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> > joshtynjala@bowlerhat.dev
> > > >
> > > > > >> > > napisał(a):
> > > > > >> > >
> > > > > >> > > > You can see from the output that Moonshine is calling the
> > > > command
> > > > > >> line
> > > > > >> > > > scripts in js/bin.
> > > > > >> > > >
> > > > > >> > > > --
> > > > > >> > > > Josh Tynjala
> > > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > > >> carlosrovira@apache.org>
> > > > > >> > > > wrote:
> > > > > >> > > >
> > > > > >> > > > > Hi Piotr,
> > > > > >> > > > >
> > > > > >> > > > > That was a problem I had with VSCode when started to
> work
> > on
> > > > fix
> > > > > >> SDK
> > > > > >> > > for
> > > > > >> > > > > IDE.
> > > > > >> > > > > Josh told me that VSCode tries to find that class in
> > > > > >> > /js/lib/mxmlc.jar
> > > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > > >> > > > >
> > > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > > >> > > > >
> > > > > >> > > > > Thanks
> > > > > >> > > > >
> > > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > > >> > > > > escribió:
> > > > > >> > > > >
> > > > > >> > > > > > Hi Carlos,
> > > > > >> > > > > >
> > > > > >> > > > > > I have build on my Mac SDK and tried in Nightly Build
> of
> > > > > >> > Moonshine. I
> > > > > >> > > > > > cannot build Hello World. I'm getting following error:
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > >> > > > > >
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > >> -debug=true
> > > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > >> > > > > >
> > > > > >> >
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > >> > > > > > : Using Royale Compiler codebase:
> > > > > >> > > > > >
> > > > > >>
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > >> > > > > > : Using Royale SDK:
> > > > > >> > > > > >
> > > > > >>
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > >> > > > > > : Error: Could not find or load main class
> > > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > > >> carlosrovira@apache.org>
> > > > > >> > > > > > napisał(a):
> > > > > >> > > > > >
> > > > > >> > > > > > > Hi Piotr,
> > > > > >> > > > > > >
> > > > > >> > > > > > > right, are simplified too and does not have any
> > profile
> > > or
> > > > > >> > > variable.
> > > > > >> > > > > > >
> > > > > >> > > > > > > "-U clean install" is standard maven commands,
> nothing
> > > to
> > > > do
> > > > > >> with
> > > > > >> > > us
> > > > > >> > > > in
> > > > > >> > > > > > > particular, so you can left that
> > > > > >> > > > > > > "-P main,utils" are not needed anymore, since now
> > > there's
> > > > no
> > > > > >> > > > > > > differentiation between a "first build" against rest
> > of
> > > > > >> builds.
> > > > > >> > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > >> > > > > > >
> > > > > >> > > > > > > > Hi Carlos,
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Builds for framework is updated. What about
> compiler
> > > and
> > > > > >> > > typedefs ?
> > > > > >> > > > > For
> > > > > >> > > > > > > > compiler on the server we have:
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > -U clean install
> > > > > >> > > > > > > > -P -main,utils
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > It looks like that those profiles also deprecated
> -
> > > can
> > > > > you
> > > > > >> > > > confirm ?
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Thanks,
> > > > > >> > > > > > > > Piotr
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > > >> > carlosrovira@apache.org>
> > > > > >> > > > > > > > napisał(a):
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > > Hi Piotr,
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > it surprise me that due all the changes done in
> > > maven
> > > > > >> > > builds.a.o
> > > > > >> > > > > was
> > > > > >> > > > > > > not
> > > > > >> > > > > > > > > failing. I've even didn't repare that will need
> to
> > > be
> > > > > >> > updated.
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > >
> > > > > >> > >
> > > > > >>
> > > > >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > Here's the updated doc for maven simplified [1]
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > In sort:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > > >> FLASHPLAYER_DEBUGGER
> > > > > >> > > > > > > > > 2.- Build from an empty repo is now more
> reliable
> > > > > >> (something
> > > > > >> > > that
> > > > > >> > > > > > was a
> > > > > >> > > > > > > > > real headache)
> > > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >    - with-ui-testsuite
> > > > > >> > > > > > > > >    - option-with-swf
> > > > > >> > > > > > > > >    - with-examples
> > > > > >> > > > > > > > >    - with-distribution
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > [1]
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr
> Zarzycki
> > (<
> > > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > > Carlos,
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > What has change more in case of Maven build
> for
> > > > > >> framework?
> > > > > >> > On
> > > > > >> > > > > > > > builds.a.o
> > > > > >> > > > > > > > > we
> > > > > >> > > > > > > > > > have following command which running
> > royale-asjs.
> > > It
> > > > > >> looks
> > > > > >> > > like
> > > > > >> > > > > > > > something
> > > > > >> > > > > > > > > > is missing, cause I have removed locally my
> > > > > >> > org.apache.royale
> > > > > >> > > > > > folder
> > > > > >> > > > > > > > from
> > > > > >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] -
> It
> > > > throws
> > > > > >> > > > exception
> > > > > >> > > > > > now.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Could not resolve dependencies for project
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > >
> > > > > >>
> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > >> > > > > > > > > > Failure to find
> > > > > >> > > > > > >
> > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > >> > > > > > > > > in
> > > > > >> > > > > > > > > >
> > > > > >> > https://repository.apache.org/content/repositories/snapshots
> > > > > >> > > > was
> > > > > >> > > > > > > > cached
> > > > > >> > > > > > > > > in
> > > > > >> > > > > > > > > > the local repository, resolution will not be
> > > > > reattempted
> > > > > >> > > until
> > > > > >> > > > > the
> > > > > >> > > > > > > > update
> > > > > >> > > > > > > > > > interval of apache-snapshots has elapsed or
> > > updates
> > > > > are
> > > > > >> > > forced
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Above means that it probably doesn't exists in
> > > > Apache
> > > > > >> Maven
> > > > > >> > > > > > > central...
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Command on builds.a.o:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > -U
> > > > > >> > > > > > > > > > clean
> > > > > >> > > > > > > > > > deploy
> > > > > >> > > > > > > > > > -P
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > >> > > > > > > > > > -Dgenerate.swf
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > [1]
> > > > > >> > > > > > >
> > > > > >> >
> > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > Piotr
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > > >> > > > > piotrzarzycki21@gmail.com
> > > > > >> > > > > > >
> > > > > >> > > > > > > > > > napisał(a):
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > > Ok let's wait to see whether someone
> actually
> > > know
> > > > > >> what
> > > > > >> > is
> > > > > >> > > > the
> > > > > >> > > > > > > > version.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > > >> > > > > carlosrovira@apache.org>
> > > > > >> > > > > > > > > > > napisał(a):
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > >> Hi Piotr,
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> I explained in this thread that I couldn't
> > find
> > > > in
> > > > > >> maven
> > > > > >> > > the
> > > > > >> > > > > > same
> > > > > >> > > > > > > > > exact
> > > > > >> > > > > > > > > > >> version that ANT one, I put the closest in
> > date
> > > > > >> > available
> > > > > >> > > > from
> > > > > >> > > > > > > maven
> > > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> > ANT/MAVEN
> > > to
> > > > > the
> > > > > >> > same
> > > > > >> > > > one
> > > > > >> > > > > > > that
> > > > > >> > > > > > > > > > works.
> > > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
> > search
> > > > and
> > > > > >> the
> > > > > >> > > > version
> > > > > >> > > > > > > could
> > > > > >> > > > > > > > > > >> exists, in that case hope other can
> indicate
> > > the
> > > > > >> maven
> > > > > >> > > > > > descriptor
> > > > > >> > > > > > > to
> > > > > >> > > > > > > > > > >> update
> > > > > >> > > > > > > > > > >> it.
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> thanks
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr
> > > Zarzycki
> > > > > (<
> > > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> > version ?
> > > > > Maybe
> > > > > >> > this
> > > > > >> > > > is
> > > > > >> > > > > > the
> > > > > >> > > > > > > > > reason
> > > > > >> > > > > > > > > > >> why
> > > > > >> > > > > > > > > > >> > my application is failing.
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > > >> > > > > > > > > > >> > <dependency>
> > > > > >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > > >> > > > > > > > > > >> > </dependency>
> > > > > >> > > > > > > > > > >> > <dependency>
> > > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > >> > > > > > > > > > >> >
> > > <artifactId>google-closure-library</artifactId>
> > > > > >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > >> > > > > > > > > > >> > </dependency>
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > > > >> > > > > > carlosrovira@apache.org
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > > > >> > napisał(a):
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used the
> > > closest
> > > > > >> one in
> > > > > >> > > > dates
> > > > > >> > > > > > to
> > > > > >> > > > > > > > the
> > > > > >> > > > > > > > > > one
> > > > > >> > > > > > > > > > >> in
> > > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how can
> I
> > > > ensure
> > > > > >> > > > > > compatibility?
> > > > > >> > > > > > > > > Where
> > > > > >> > > > > > > > > > >> to
> > > > > >> > > > > > > > > > >> > > check that?
> > > > > >> > > > > > > > > > >> > > But what I really want to do is update
> > > > > ANT/MAVEN
> > > > > >> to
> > > > > >> > > the
> > > > > >> > > > > same
> > > > > >> > > > > > > one
> > > > > >> > > > > > > > > > that
> > > > > >> > > > > > > > > > >> is
> > > > > >> > > > > > > > > > >> > ok
> > > > > >> > > > > > > > > > >> > > for all of us. We need to ensure one
> that
> > > is
> > > > > >> > available
> > > > > >> > > > for
> > > > > >> > > > > > > both.
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > thanks
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex
> > > Harui
> > > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > >> > > > > > > > > > >> > >)
> > > > > >> > > > > > > > > > >> > > escribió:
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> > > > You may not want the latest closure
> > > > library.
> > > > > >> You
> > > > > >> > > > > probably
> > > > > >> > > > > > > > want
> > > > > >> > > > > > > > > > one
> > > > > >> > > > > > > > > > >> > that
> > > > > >> > > > > > > > > > >> > > > is compatible with the closure
> > compiler.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > > HTH,
> > > > > >> > > > > > > > > > >> > > > -Alex
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos
> Rovira" <
> > > > > >> > > > > > > > carlosrovira@apache.org>
> > > > > >> > > > > > > > > > >> wrote:
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     Hi,
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     Josh discover that there was an
> > > issue.
> > > > If
> > > > > >> we
> > > > > >> > > have
> > > > > >> > > > > > > > GOOG_HOME
> > > > > >> > > > > > > > > > env
> > > > > >> > > > > > > > > > >> var
> > > > > >> > > > > > > > > > >> > > the
> > > > > >> > > > > > > > > > >> > > >     maven distribution worked right,
> > but
> > > if
> > > > > you
> > > > > >> > > don't
> > > > > >> > > > > > have,
> > > > > >> > > > > > > > > > >> compilation
> > > > > >> > > > > > > > > > >> > > > fails.
> > > > > >> > > > > > > > > > >> > > >     I have it in my system while
> > > developing
> > > > > >> this.
> > > > > >> > > So I
> > > > > >> > > > > > just
> > > > > >> > > > > > > > > fixed
> > > > > >> > > > > > > > > > it
> > > > > >> > > > > > > > > > >> > some
> > > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> > artifact
> > > > for
> > > > > >> the
> > > > > >> > > > > > > > closure-library
> > > > > >> > > > > > > > > > >> > > v20180910
> > > > > >> > > > > > > > > > >> > > > (the
> > > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > > >> > > > 0.0-20190213-2033d5d9,
> > > > > >> > > > > > so
> > > > > >> > > > > > > we
> > > > > >> > > > > > > > > > need
> > > > > >> > > > > > > > > > >> to
> > > > > >> > > > > > > > > > >> > > use
> > > > > >> > > > > > > > > > >> > > > that
> > > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad
> > > > trying
> > > > > to
> > > > > >> > find
> > > > > >> > > > the
> > > > > >> > > > > > > > > > >> corresponding
> > > > > >> > > > > > > > > > >> > > > maven
> > > > > >> > > > > > > > > > >> > > >     artifact, so if someone knows,
> > please
> > > > let
> > > > > >> me
> > > > > >> > > > know!).
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to
> v20190213
> > > > too?
> > > > > >> From
> > > > > >> > > now
> > > > > >> > > > > on,
> > > > > >> > > > > > we
> > > > > >> > > > > > > > > > should
> > > > > >> > > > > > > > > > >> > check
> > > > > >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
> > > > > >> artifacts.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > > piotrzarzycki21@gmail.com
> > > > > >> >
> > > > > >> > > let
> > > > > >> > > > me
> > > > > >> > > > > > > know
> > > > > >> > > > > > > > if
> > > > > >> > > > > > > > > > you
> > > > > >> > > > > > > > > > >> > can
> > > > > >> > > > > > > > > > >> > > > get it
> > > > > >> > > > > > > > > > >> > > >     work with latest changes just
> done.
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     Thanks
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las
> 17:53,
> > > > Carlos
> > > > > >> > Rovira
> > > > > >> > > > (<
> > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > >> > > > > > > > > > >> > > >     escribió:
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > yes, you're using an old
> command,
> > > > maven
> > > > > >> was
> > > > > >> > > > > > extremely
> > > > > >> > > > > > > > > > >> simplified
> > > > > >> > > > > > > > > > >> > > > thanks to
> > > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2
> > > months
> > > > > >> ago.
> > > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not
> > > exists.
> > > > > >> Check
> > > > > >> > the
> > > > > >> > > > > > > > > instructions
> > > > > >> > > > > > > > > > I
> > > > > >> > > > > > > > > > >> put
> > > > > >> > > > > > > > > > >> > > or
> > > > > >> > > > > > > > > > >> > > > go to
> > > > > >> > > > > > > > > > >> > > >     > the updated docs here [1]. I
> > > updated
> > > > > that
> > > > > >> > page
> > > > > >> > > > to
> > > > > >> > > > > > have
> > > > > >> > > > > > > > all
> > > > > >> > > > > > > > > > the
> > > > > >> > > > > > > > > > >> > > > latest valid
> > > > > >> > > > > > > > > > >> > > >     > info.
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work
> > > soon
> > > > in
> > > > > >> more
> > > > > >> > > > > > > > improvements:
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for
> > > > js-only
> > > > > >> > (just
> > > > > >> > > > > > removing
> > > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release process
> > based
> > > > on 2
> > > > > >> (and
> > > > > >> > > yes
> > > > > >> > > > > > > having
> > > > > >> > > > > > > > > ANT
> > > > > >> > > > > > > > > > >> into
> > > > > >> > > > > > > > > > >> > > > account)
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > I will want to release every 1
> > to 2
> > > > > >> month.
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > [1]
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
> > 17:40,
> > > > > Piotr
> > > > > >> > > > Zarzycki
> > > > > >> > > > > (<
> > > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> > > > escribió:
> > > > > >> > > > > > > > > > >> > > >     >
> > > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault.
> I
> > > > didn't
> > > > > >> > catch
> > > > > >> > > up
> > > > > >> > > > > > full
> > > > > >> > > > > > > > > > >> > instruction.
> > > > > >> > > > > > > > > > >> > > > Let me
> > > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > > >> > > > > > > > > > >> > > >     >>
> > > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr
> > > > > Zarzycki
> > > > > >> <
> > > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > >> > > > > > > > > > >> > > >     >>
> > > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on
> > my
> > > > Mac
> > > > > >> > > > > distribution
> > > > > >> > > > > > is
> > > > > >> > > > > > > > not
> > > > > >> > > > > > > > > > >> > > > generated. :/
> > > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > > > successfully,
> > > > > >> > but
> > > > > >> > > > > > without
> > > > > >> > > > > > > > > > >> > distribution.
> > > > > >> > > > > > > > > > >> > > > I don't
> > > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > > -DskipTests
> > > > > >> > > > > -Drat.skip=true
> > > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > >
> > > > > >> > > >
> > > > > >>
> > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
> > Carlos
> > > > > >> Rovira <
> > > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > >> > > > > > > > > > >> > > >     >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> all this does not affect
> FB,
> > so
> > > > > don't
> > > > > >> > > worry
> > > > > >> > > > > > about
> > > > > >> > > > > > > > it.
> > > > > >> > > > > > > > > > But
> > > > > >> > > > > > > > > > >> we
> > > > > >> > > > > > > > > > >> > > > hope you
> > > > > >> > > > > > > > > > >> > > >     >> try
> > > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some newer
> IDE
> > in
> > > > the
> > > > > >> > > future!
> > > > > >> > > > ;)
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las
> > > > 12:26,
> > > > > >> > Antonis
> > > > > >> > > > > > > Kalodimos
> > > > > >> > > > > > > > > (<
> > > > > >> > > > > > > > > > >> > > >     >> >>
> antonis.kalodimos@gmail.com
> > >)
> > > > > >> escribió:
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news for
> > > > someone
> > > > > >> to
> > > > > >> > be
> > > > > >> > > > > > involved
> > > > > >> > > > > > > > > with
> > > > > >> > > > > > > > > > >> > royale.
> > > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of you
> who
> > > > know
> > > > > >> the
> > > > > >> > > > > > > requirements
> > > > > >> > > > > > > > > > don't
> > > > > >> > > > > > > > > > >> > break
> > > > > >> > > > > > > > > > >> > > > the
> > > > > >> > > > > > > > > > >> > > >     >> royale
> > > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used and in
> > the
> > > > > >> > > > flashbuilder.
> > > > > >> > > > > > Even
> > > > > >> > > > > > > > it
> > > > > >> > > > > > > > > is
> > > > > >> > > > > > > > > > >> old
> > > > > >> > > > > > > > > > >> > > is a
> > > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > > >> > > > > > > > > > >> > > >     >> >> > think for the old users
> > that
> > > > are
> > > > > >> > > searching
> > > > > >> > > > > > where
> > > > > >> > > > > > > > to
> > > > > >> > > > > > > > > > jump
> > > > > >> > > > > > > > > > >> > for
> > > > > >> > > > > > > > > > >> > > > upgrade
> > > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the
> > great
> > > > job
> > > > > >> that
> > > > > >> > > you
> > > > > >> > > > > are
> > > > > >> > > > > > > > > doing.
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020
> στις
> > > 1:15
> > > > > >> μ.μ.,
> > > > > >> > > ο/η
> > > > > >> > > > > > Piotr
> > > > > >> > > > > > > > > > >> Zarzycki <
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> piotrzarzycki21@gmail.com>
> > > > > έγραψε:
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> > provide
> > > > on
> > > > > >> > mailing
> > > > > >> > > > > list
> > > > > >> > > > > > > > > command
> > > > > >> > > > > > > > > > to
> > > > > >> > > > > > > > > > >> > > build
> > > > > >> > > > > > > > > > >> > > >     >> framework
> > > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so users
> > > could
> > > > > know
> > > > > >> > how
> > > > > >> > > to
> > > > > >> > > > > do
> > > > > >> > > > > > > > that.
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o
> 12:12
> > > > Carlos
> > > > > >> > > Rovira <
> > > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
> > > > > >> distribution,
> > > > > >> > > and
> > > > > >> > > > > now
> > > > > >> > > > > > > it
> > > > > >> > > > > > > > > > >> creates a
> > > > > >> > > > > > > > > > >> > > > valid SDK
> > > > > >> > > > > > > > > > >> > > >     >> >> that
> > > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I
> > > think
> > > > > this
> > > > > >> > is a
> > > > > >> > > > > long
> > > > > >> > > > > > > > > awaited
> > > > > >> > > > > > > > > > >> fix.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
> > > > > >> distribution
> > > > > >> > > the
> > > > > >> > > > > > > > generated
> > > > > >> > > > > > > > > > SDK
> > > > > >> > > > > > > > > > >> > > > allows you
> > > > > >> > > > > > > > > > >> > > >     >> to
> > > > > >> > > > > > > > > > >> > > >     >> >> get
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and
> > > IDEs
> > > > > can
> > > > > >> > find
> > > > > >> > > > > > > compilers
> > > > > >> > > > > > > > > and
> > > > > >> > > > > > > > > > >> use
> > > > > >> > > > > > > > > > >> > it
> > > > > >> > > > > > > > > > >> > > > to get a
> > > > > >> > > > > > > > > > >> > > >     >> >> valid
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried
> > only
> > > > > >> VSCode
> > > > > >> > > with
> > > > > >> > > > > Josh
> > > > > >> > > > > > > > > > AS3&MXML
> > > > > >> > > > > > > > > > >> > > > extension,
> > > > > >> > > > > > > > > > >> > > >     >> hope
> > > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can
> > > provide
> > > > > >> > > feedback.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get
> > the
> > > > > normal
> > > > > >> > > maven
> > > > > >> > > > > way
> > > > > >> > > > > > of
> > > > > >> > > > > > > > > build
> > > > > >> > > > > > > > > > >> with
> > > > > >> > > > > > > > > > >> > > > "mvn
> > > > > >> > > > > > > > > > >> > > >     >> >> install"
> > > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near to
> > your
> > > > > >> deploy
> > > > > >> > > > needs.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven
> > > does
> > > > > not
> > > > > >> > need
> > > > > >> > > to
> > > > > >> > > > > use
> > > > > >> > > > > > > ANT
> > > > > >> > > > > > > > > > >> anymore
> > > > > >> > > > > > > > > > >> > to
> > > > > >> > > > > > > > > > >> > > >     >> generate a
> > > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get
> finally
> > > to
> > > > > have
> > > > > >> > two
> > > > > >> > > > > > > > independent
> > > > > >> > > > > > > > > > >> ways of
> > > > > >> > > > > > > > > > >> > > > building
> > > > > >> > > > > > > > > > >> > > >     >> >> > > separated
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some
> > > refining
> > > > > >> this
> > > > > >> > > days
> > > > > >> > > > > with
> > > > > >> > > > > > > > > > >> classpaths
> > > > > >> > > > > > > > > > >> > > > since I
> > > > > >> > > > > > > > > > >> > > >     >> left
> > > > > >> > > > > > > > > > >> > > >     >> >> some
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded
> > that I
> > > > > want
> > > > > >> to
> > > > > >> > > > remove
> > > > > >> > > > > > to
> > > > > >> > > > > > > > make
> > > > > >> > > > > > > > > > it
> > > > > >> > > > > > > > > > >> > valid
> > > > > >> > > > > > > > > > >> > > > as we
> > > > > >> > > > > > > > > > >> > > >     >> >> change
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > versions.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading
> maven
> > > > docs
> > > > > to
> > > > > >> > > > reflect
> > > > > >> > > > > > this
> > > > > >> > > > > > > > > > change.
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > --
> > > > > >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > --
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >> >> > > <
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > > >*
> > > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >     >> >> --
> > > > > >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >
> > > > > >> > > > > > > > > > >> > >
> > > > > >> > > > > > > > > > >> >
> > > > > >> > > > > > > > > > >>
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > >> > > > > > > > > > >> > > >     >> >>
> > > > > >> > > > > > > > > > >> > > >

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

I installed latest Moonshine nightly. After configuring initial things
loaded TDJ project. I'm getting Permission denied:

: Moonshine IDE™ 2.5.0
: Copyright © Prominic.NET, Inc. All rights reserved.
: Source code is under Apache License, Version 2.0
: https://github.com/prominic/Moonshine-IDE
: Uses as3abc (LGPL), as3swf (MIT), fzip (ZLIB), asblocks (Apache License
2.0), NativeApplicationUpdater (LGPL)
: Running on Adobe AIR 28.0.0.125
: Compiling TourDeJewel
: SDK path: /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven
: Sending to mxmlx: export
 royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
ROYALE_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven" &&
export
royalelib="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks"
SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en" && export
ROYALE_COMPILER_HOME="/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven"&&
"/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc"
-load-config+=obj/TourDeJewelConfig.xml
-theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
-html-template=src/main/resources/jewel-example-index-template.html
-js-dynamic-access-unknown-members=true -compiler.targets=JSRoyale
-js-output="/Users/carlosrovira/Dev/Royale/Source/royale-asjs/examples/royale/TourDeJewel"
: /bin/bash:
/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/bin/mxmlc:
Permission denied

How can I fix it?

Thanks


El jue., 6 feb. 2020 a las 17:24, Josh Tynjala (<jo...@bowlerhat.dev>)
escribió:

> Yeah, I don't see why Moonshine is reporting those errors, but VSCode does
> not. If royale-config.xml is referencing SWCs that don't exist, that should
> affect both IDEs.
>
> Regardless, like you explained, the same issue should reproduce when
> compiling from a terminal without Moonshine.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <pi...@gmail.com>
> wrote:
>
> > Hi Carlos,
> >
> > Yeah it would be pretty great if you could setup Moonshine, but you don't
> > have to do that actually to reproduce the issue. Command which I have
> > pasted in this thread can be copy and used in Terminal with small path
> > adjustment. Try it on any project you have using distribution build and
> for
> > sure you will get the error.
> >
> > In case of Moonshine we have freez code for commits and prepare for
> > release, we have some internal problems with bamboo build - if it will
> get
> > resolved we should have release early next week. You can always try
> Nightly
> > build.
> >
> > I'm really surprised that VSCode do not throwing the same error - What
> > could be the case Josh? The only difference is that we are using mxmlc
> file
> > and VSCode is probably using jar file, but playerglobal.swc doesn't
> exists
> > so both should report same issue.
> >
> > Thanks,
> > Piotr
> >
> > czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi Piotr,
> > >
> > > so I think you're a bit closer (not farther ;)), since compiler was
> > found.
> > > Now is a matter to find what's missing.
> > > What's curious for me is VSCode recognizes but Moonshine not. I think
> the
> > > problem is each IDE is looking at different things to match a valid
> SDK,
> > > and maybe even we could be setting duplicate artifacts in the SDK so
> > VSCode
> > > finds all but Moonshine not.
> > > I'll be setup Moonshine as I have time to try it.
> > > I think you plan to launch a new one soon right? should I wait for it?
> > >
> > > Thanks
> > >
> > >
> > > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > > piotrzarzycki21@gmail.com>)
> > > escribió:
> > >
> > > > Hi Carlos,
> > > >
> > > > I just tried your changes and I'm a bit farther. Now I'm getting
> > > following
> > > > errors. It's throwing that errors cause in JS only binaries prepared
> by
> > > ant
> > > > we have in following location
> > > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > > playerglobal.swc, so distribution should probably have the same.
> > > >
> > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > > > > -source-map=true -compiler.targets=JSRoyale
> > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > : Using Royale Compiler codebase:
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > : Using Royale SDK:
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > : MXMLJSC
> > > > > :
> > > > >
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > > :
> > > > >
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > > : -debug=true
> > > > > : -source-map=true
> > > > > : -compiler.targets=JSRoyale
> > > > > :
> -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > > col: 0 Error: unable to open
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > (line: 74)
> > > > > :       </external-library-path>
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > col: 0 Error: unable to open
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > (line: 81)
> > > > > :       </js-external-library-path>
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > > col: 0 Error: unable to open
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > (line: 81)
> > > > > :       </js-external-library-path>
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > > col: 0 Error: unable to open
> > > > >
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > > :
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > > (line: 99)
> > > > > :       </library-path>
> > > > > : 1.034449561 seconds
> > > >
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > > czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> > > > napisał(a):
> > > >
> > > > > Thanks Josh for pointing that out I think I got it.
> > > > >
> > > > > @Piotr Zarzycki <pi...@gmail.com> please try with my
> > latest
> > > > > commit. I couldn't test myself, but I think it should work now for
> > > > > Moonshine.
> > > > > VSCode still work with this changes.
> > > > >
> > > > > Thanks
> > > > >
> > > > > Carlos
> > > > >
> > > > >
> > > > >
> > > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > > joshtynjala@bowlerhat.dev>)
> > > > > escribió:
> > > > >
> > > > >> If I had to guess, this classpath is wrong:
> > > > >>
> > > > >> <Class-Path>args4j.jar org.json.jar
> compiler-jx-0.9.7-SNAPSHOT.jar</
> > > > >> Class-Path>
> > > > >>
> > > > >>
> > > > >>
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > > >>
> > > > >> I think that the names of those JAR files all include a version
> > number
> > > > in
> > > > >> the Maven distribution.
> > > > >>
> > > > >> --
> > > > >> Josh Tynjala
> > > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > > >>
> > > > >>
> > > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > > carlosrovira@apache.org>
> > > > >> wrote:
> > > > >>
> > > > >> > ok didn't notice.
> > > > >> > So maybe is a classpath problem?
> > > > >> > It's clear that VSCode goes to the same place and find it since
> > > mxmlc
> > > > >> is a
> > > > >> > dummy jar that has exactly that class, but Moonshine goes and
> > didn't
> > > > >> find
> > > > >> > it.
> > > > >> > If not any clue what could be happening?
> > > > >> > Thanks
> > > > >> >
> > > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > > >> > piotrzarzycki21@gmail.com>)
> > > > >> > escribió:
> > > > >> >
> > > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > > >> > >
> > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> joshtynjala@bowlerhat.dev
> > >
> > > > >> > > napisał(a):
> > > > >> > >
> > > > >> > > > You can see from the output that Moonshine is calling the
> > > command
> > > > >> line
> > > > >> > > > scripts in js/bin.
> > > > >> > > >
> > > > >> > > > --
> > > > >> > > > Josh Tynjala
> > > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > > >> > > >
> > > > >> > > >
> > > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > > >> carlosrovira@apache.org>
> > > > >> > > > wrote:
> > > > >> > > >
> > > > >> > > > > Hi Piotr,
> > > > >> > > > >
> > > > >> > > > > That was a problem I had with VSCode when started to work
> on
> > > fix
> > > > >> SDK
> > > > >> > > for
> > > > >> > > > > IDE.
> > > > >> > > > > Josh told me that VSCode tries to find that class in
> > > > >> > /js/lib/mxmlc.jar
> > > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > > >> > > > >
> > > > >> > > > > Maybe Moonshine is looking in other path?
> > > > >> > > > >
> > > > >> > > > > Thanks
> > > > >> > > > >
> > > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > >> > > > > piotrzarzycki21@gmail.com>)
> > > > >> > > > > escribió:
> > > > >> > > > >
> > > > >> > > > > > Hi Carlos,
> > > > >> > > > > >
> > > > >> > > > > > I have build on my Mac SDK and tried in Nightly Build of
> > > > >> > Moonshine. I
> > > > >> > > > > > cannot build Hello World. I'm getting following error:
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > >> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > >> -debug=true
> > > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > >> > > > > >
> > > > >> >
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > >> > > > > > : Using Royale Compiler codebase:
> > > > >> > > > > >
> > > > >>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > >> > > > > > : Using Royale SDK:
> > > > >> > > > > >
> > > > >>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > >> > > > > > : Error: Could not find or load main class
> > > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > > >> carlosrovira@apache.org>
> > > > >> > > > > > napisał(a):
> > > > >> > > > > >
> > > > >> > > > > > > Hi Piotr,
> > > > >> > > > > > >
> > > > >> > > > > > > right, are simplified too and does not have any
> profile
> > or
> > > > >> > > variable.
> > > > >> > > > > > >
> > > > >> > > > > > > "-U clean install" is standard maven commands, nothing
> > to
> > > do
> > > > >> with
> > > > >> > > us
> > > > >> > > > in
> > > > >> > > > > > > particular, so you can left that
> > > > >> > > > > > > "-P main,utils" are not needed anymore, since now
> > there's
> > > no
> > > > >> > > > > > > differentiation between a "first build" against rest
> of
> > > > >> builds.
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > >> > > > > > >
> > > > >> > > > > > > > Hi Carlos,
> > > > >> > > > > > > >
> > > > >> > > > > > > > Builds for framework is updated. What about compiler
> > and
> > > > >> > > typedefs ?
> > > > >> > > > > For
> > > > >> > > > > > > > compiler on the server we have:
> > > > >> > > > > > > >
> > > > >> > > > > > > > -U clean install
> > > > >> > > > > > > > -P -main,utils
> > > > >> > > > > > > >
> > > > >> > > > > > > > It looks like that those profiles also deprecated -
> > can
> > > > you
> > > > >> > > > confirm ?
> > > > >> > > > > > > >
> > > > >> > > > > > > > Thanks,
> > > > >> > > > > > > > Piotr
> > > > >> > > > > > > >
> > > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > > >> > carlosrovira@apache.org>
> > > > >> > > > > > > > napisał(a):
> > > > >> > > > > > > >
> > > > >> > > > > > > > > Hi Piotr,
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > it surprise me that due all the changes done in
> > maven
> > > > >> > > builds.a.o
> > > > >> > > > > was
> > > > >> > > > > > > not
> > > > >> > > > > > > > > failing. I've even didn't repare that will need to
> > be
> > > > >> > updated.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > These profiles does not exist anymore:
> > > > >> > > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > >
> > > > >> > >
> > > > >>
> > > >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Here's the updated doc for maven simplified [1]
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > In sort:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > > >> FLASHPLAYER_DEBUGGER
> > > > >> > > > > > > > > 2.- Build from an empty repo is now more reliable
> > > > >> (something
> > > > >> > > that
> > > > >> > > > > > was a
> > > > >> > > > > > > > > real headache)
> > > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >    - with-ui-testsuite
> > > > >> > > > > > > > >    - option-with-swf
> > > > >> > > > > > > > >    - with-examples
> > > > >> > > > > > > > >    - with-distribution
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > [1]
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki
> (<
> > > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > > Carlos,
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > What has change more in case of Maven build for
> > > > >> framework?
> > > > >> > On
> > > > >> > > > > > > > builds.a.o
> > > > >> > > > > > > > > we
> > > > >> > > > > > > > > > have following command which running
> royale-asjs.
> > It
> > > > >> looks
> > > > >> > > like
> > > > >> > > > > > > > something
> > > > >> > > > > > > > > > is missing, cause I have removed locally my
> > > > >> > org.apache.royale
> > > > >> > > > > > folder
> > > > >> > > > > > > > from
> > > > >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It
> > > throws
> > > > >> > > > exception
> > > > >> > > > > > now.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Could not resolve dependencies for project
> > > > >> > > > > > > > > >
> > > > >> > > > > > >
> > > > >> > > >
> > > > >>
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > >> > > > > > > > > > Failure to find
> > > > >> > > > > > >
> org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > >> > > > > > > > > in
> > > > >> > > > > > > > > >
> > > > >> > https://repository.apache.org/content/repositories/snapshots
> > > > >> > > > was
> > > > >> > > > > > > > cached
> > > > >> > > > > > > > > in
> > > > >> > > > > > > > > > the local repository, resolution will not be
> > > > reattempted
> > > > >> > > until
> > > > >> > > > > the
> > > > >> > > > > > > > update
> > > > >> > > > > > > > > > interval of apache-snapshots has elapsed or
> > updates
> > > > are
> > > > >> > > forced
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Above means that it probably doesn't exists in
> > > Apache
> > > > >> Maven
> > > > >> > > > > > > central...
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Command on builds.a.o:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > -U
> > > > >> > > > > > > > > > clean
> > > > >> > > > > > > > > > deploy
> > > > >> > > > > > > > > > -P
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > >> > > > > > > > > > -Dgenerate.swf
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > [1]
> > > > >> > > > > > >
> > > > >> >
> > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > Piotr
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > >> > > > > piotrzarzycki21@gmail.com
> > > > >> > > > > > >
> > > > >> > > > > > > > > > napisał(a):
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > > Ok let's wait to see whether someone actually
> > know
> > > > >> what
> > > > >> > is
> > > > >> > > > the
> > > > >> > > > > > > > version.
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > >> > > > > carlosrovira@apache.org>
> > > > >> > > > > > > > > > > napisał(a):
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > >> Hi Piotr,
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >> I explained in this thread that I couldn't
> find
> > > in
> > > > >> maven
> > > > >> > > the
> > > > >> > > > > > same
> > > > >> > > > > > > > > exact
> > > > >> > > > > > > > > > >> version that ANT one, I put the closest in
> date
> > > > >> > available
> > > > >> > > > from
> > > > >> > > > > > > maven
> > > > >> > > > > > > > > > >> I proposed as well if we can upgrade
> ANT/MAVEN
> > to
> > > > the
> > > > >> > same
> > > > >> > > > one
> > > > >> > > > > > > that
> > > > >> > > > > > > > > > works.
> > > > >> > > > > > > > > > >> Other thing is that maybe I fail in the
> search
> > > and
> > > > >> the
> > > > >> > > > version
> > > > >> > > > > > > could
> > > > >> > > > > > > > > > >> exists, in that case hope other can indicate
> > the
> > > > >> maven
> > > > >> > > > > > descriptor
> > > > >> > > > > > > to
> > > > >> > > > > > > > > > >> update
> > > > >> > > > > > > > > > >> it.
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >> thanks
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr
> > Zarzycki
> > > > (<
> > > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >> > Why you didn't use exactly the same
> version ?
> > > > Maybe
> > > > >> > this
> > > > >> > > > is
> > > > >> > > > > > the
> > > > >> > > > > > > > > reason
> > > > >> > > > > > > > > > >> why
> > > > >> > > > > > > > > > >> > my application is failing.
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >> > I see this in Maven:
> > > > >> > > > > > > > > > >> > <dependency>
> > > > >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > > >> > > > > > > > > > >> > </dependency>
> > > > >> > > > > > > > > > >> > <dependency>
> > > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > >> > > > > > > > > > >> >
> > <artifactId>google-closure-library</artifactId>
> > > > >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > >> > > > > > > > > > >> > </dependency>
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > > >> > > > > > carlosrovira@apache.org
> > > > >> > > > > > > >
> > > > >> > > > > > > > > > >> > napisał(a):
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >> > > Hi Alex,
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> > > I didn't put the latest one. Used the
> > closest
> > > > >> one in
> > > > >> > > > dates
> > > > >> > > > > > to
> > > > >> > > > > > > > the
> > > > >> > > > > > > > > > one
> > > > >> > > > > > > > > > >> in
> > > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how can I
> > > ensure
> > > > >> > > > > > compatibility?
> > > > >> > > > > > > > > Where
> > > > >> > > > > > > > > > >> to
> > > > >> > > > > > > > > > >> > > check that?
> > > > >> > > > > > > > > > >> > > But what I really want to do is update
> > > > ANT/MAVEN
> > > > >> to
> > > > >> > > the
> > > > >> > > > > same
> > > > >> > > > > > > one
> > > > >> > > > > > > > > > that
> > > > >> > > > > > > > > > >> is
> > > > >> > > > > > > > > > >> > ok
> > > > >> > > > > > > > > > >> > > for all of us. We need to ensure one that
> > is
> > > > >> > available
> > > > >> > > > for
> > > > >> > > > > > > both.
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> > > thanks
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex
> > Harui
> > > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > >> > > > > > > > > > >> > >)
> > > > >> > > > > > > > > > >> > > escribió:
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> > > > You may not want the latest closure
> > > library.
> > > > >> You
> > > > >> > > > > probably
> > > > >> > > > > > > > want
> > > > >> > > > > > > > > > one
> > > > >> > > > > > > > > > >> > that
> > > > >> > > > > > > > > > >> > > > is compatible with the closure
> compiler.
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > > HTH,
> > > > >> > > > > > > > > > >> > > > -Alex
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > > >> > > > > > > > carlosrovira@apache.org>
> > > > >> > > > > > > > > > >> wrote:
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     Hi,
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     Josh discover that there was an
> > issue.
> > > If
> > > > >> we
> > > > >> > > have
> > > > >> > > > > > > > GOOG_HOME
> > > > >> > > > > > > > > > env
> > > > >> > > > > > > > > > >> var
> > > > >> > > > > > > > > > >> > > the
> > > > >> > > > > > > > > > >> > > >     maven distribution worked right,
> but
> > if
> > > > you
> > > > >> > > don't
> > > > >> > > > > > have,
> > > > >> > > > > > > > > > >> compilation
> > > > >> > > > > > > > > > >> > > > fails.
> > > > >> > > > > > > > > > >> > > >     I have it in my system while
> > developing
> > > > >> this.
> > > > >> > > So I
> > > > >> > > > > > just
> > > > >> > > > > > > > > fixed
> > > > >> > > > > > > > > > it
> > > > >> > > > > > > > > > >> > some
> > > > >> > > > > > > > > > >> > > >     minutes ago.
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     One thing: There's no maven
> artifact
> > > for
> > > > >> the
> > > > >> > > > > > > > closure-library
> > > > >> > > > > > > > > > >> > > v20180910
> > > > >> > > > > > > > > > >> > > > (the
> > > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > >> > > > 0.0-20190213-2033d5d9,
> > > > >> > > > > > so
> > > > >> > > > > > > we
> > > > >> > > > > > > > > > need
> > > > >> > > > > > > > > > >> to
> > > > >> > > > > > > > > > >> > > use
> > > > >> > > > > > > > > > >> > > > that
> > > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad
> > > trying
> > > > to
> > > > >> > find
> > > > >> > > > the
> > > > >> > > > > > > > > > >> corresponding
> > > > >> > > > > > > > > > >> > > > maven
> > > > >> > > > > > > > > > >> > > >     artifact, so if someone knows,
> please
> > > let
> > > > >> me
> > > > >> > > > know!).
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213
> > > too?
> > > > >> From
> > > > >> > > now
> > > > >> > > > > on,
> > > > >> > > > > > we
> > > > >> > > > > > > > > > should
> > > > >> > > > > > > > > > >> > check
> > > > >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
> > > > >> artifacts.
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > > piotrzarzycki21@gmail.com
> > > > >> >
> > > > >> > > let
> > > > >> > > > me
> > > > >> > > > > > > know
> > > > >> > > > > > > > if
> > > > >> > > > > > > > > > you
> > > > >> > > > > > > > > > >> > can
> > > > >> > > > > > > > > > >> > > > get it
> > > > >> > > > > > > > > > >> > > >     work with latest changes just done.
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     Thanks
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53,
> > > Carlos
> > > > >> > Rovira
> > > > >> > > > (<
> > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > >> > > > > > > > > > >> > > >     escribió:
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     > yes, you're using an old command,
> > > maven
> > > > >> was
> > > > >> > > > > > extremely
> > > > >> > > > > > > > > > >> simplified
> > > > >> > > > > > > > > > >> > > > thanks to
> > > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2
> > months
> > > > >> ago.
> > > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not
> > exists.
> > > > >> Check
> > > > >> > the
> > > > >> > > > > > > > > instructions
> > > > >> > > > > > > > > > I
> > > > >> > > > > > > > > > >> put
> > > > >> > > > > > > > > > >> > > or
> > > > >> > > > > > > > > > >> > > > go to
> > > > >> > > > > > > > > > >> > > >     > the updated docs here [1]. I
> > updated
> > > > that
> > > > >> > page
> > > > >> > > > to
> > > > >> > > > > > have
> > > > >> > > > > > > > all
> > > > >> > > > > > > > > > the
> > > > >> > > > > > > > > > >> > > > latest valid
> > > > >> > > > > > > > > > >> > > >     > info.
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work
> > soon
> > > in
> > > > >> more
> > > > >> > > > > > > > improvements:
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for
> > > js-only
> > > > >> > (just
> > > > >> > > > > > removing
> > > > >> > > > > > > > > > >> > > > -option-with-swf
> > > > >> > > > > > > > > > >> > > >     > that now is required)
> > > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > >> > > > > > > > > > >> > > >     > 3.- Simplify release process
> based
> > > on 2
> > > > >> (and
> > > > >> > > yes
> > > > >> > > > > > > having
> > > > >> > > > > > > > > ANT
> > > > >> > > > > > > > > > >> into
> > > > >> > > > > > > > > > >> > > > account)
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     > I will want to release every 1
> to 2
> > > > >> month.
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     > [1]
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las
> 17:40,
> > > > Piotr
> > > > >> > > > Zarzycki
> > > > >> > > > > (<
> > > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> > > escribió:
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I
> > > didn't
> > > > >> > catch
> > > > >> > > up
> > > > >> > > > > > full
> > > > >> > > > > > > > > > >> > instruction.
> > > > >> > > > > > > > > > >> > > > Let me
> > > > >> > > > > > > > > > >> > > >     >> try again.
> > > > >> > > > > > > > > > >> > > >     >>
> > > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr
> > > > Zarzycki
> > > > >> <
> > > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > > >> > > > > > > > > > >> > > >     >>
> > > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on
> my
> > > Mac
> > > > >> > > > > distribution
> > > > >> > > > > > is
> > > > >> > > > > > > > not
> > > > >> > > > > > > > > > >> > > > generated. :/
> > > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > > successfully,
> > > > >> > but
> > > > >> > > > > > without
> > > > >> > > > > > > > > > >> > distribution.
> > > > >> > > > > > > > > > >> > > > I don't
> > > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> > -DskipTests
> > > > >> > > > > -Drat.skip=true
> > > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > >
> > > > >> > > >
> > > > >>
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44
> Carlos
> > > > >> Rovira <
> > > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >> all this does not affect FB,
> so
> > > > don't
> > > > >> > > worry
> > > > >> > > > > > about
> > > > >> > > > > > > > it.
> > > > >> > > > > > > > > > But
> > > > >> > > > > > > > > > >> we
> > > > >> > > > > > > > > > >> > > > hope you
> > > > >> > > > > > > > > > >> > > >     >> try
> > > > >> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE
> in
> > > the
> > > > >> > > future!
> > > > >> > > > ;)
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las
> > > 12:26,
> > > > >> > Antonis
> > > > >> > > > > > > Kalodimos
> > > > >> > > > > > > > > (<
> > > > >> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com
> >)
> > > > >> escribió:
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news for
> > > someone
> > > > >> to
> > > > >> > be
> > > > >> > > > > > involved
> > > > >> > > > > > > > > with
> > > > >> > > > > > > > > > >> > royale.
> > > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of you who
> > > know
> > > > >> the
> > > > >> > > > > > > requirements
> > > > >> > > > > > > > > > don't
> > > > >> > > > > > > > > > >> > break
> > > > >> > > > > > > > > > >> > > > the
> > > > >> > > > > > > > > > >> > > >     >> royale
> > > > >> > > > > > > > > > >> > > >     >> >> > ability to be used and in
> the
> > > > >> > > > flashbuilder.
> > > > >> > > > > > Even
> > > > >> > > > > > > > it
> > > > >> > > > > > > > > is
> > > > >> > > > > > > > > > >> old
> > > > >> > > > > > > > > > >> > > is a
> > > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > > >> > > > > > > > > > >> > > >     >> >> > think for the old users
> that
> > > are
> > > > >> > > searching
> > > > >> > > > > > where
> > > > >> > > > > > > > to
> > > > >> > > > > > > > > > jump
> > > > >> > > > > > > > > > >> > for
> > > > >> > > > > > > > > > >> > > > upgrade
> > > > >> > > > > > > > > > >> > > >     >> >> their
> > > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the
> great
> > > job
> > > > >> that
> > > > >> > > you
> > > > >> > > > > are
> > > > >> > > > > > > > > doing.
> > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις
> > 1:15
> > > > >> μ.μ.,
> > > > >> > > ο/η
> > > > >> > > > > > Piotr
> > > > >> > > > > > > > > > >> Zarzycki <
> > > > >> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com>
> > > > έγραψε:
> > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> provide
> > > on
> > > > >> > mailing
> > > > >> > > > > list
> > > > >> > > > > > > > > command
> > > > >> > > > > > > > > > to
> > > > >> > > > > > > > > > >> > > build
> > > > >> > > > > > > > > > >> > > >     >> framework
> > > > >> > > > > > > > > > >> > > >     >> >> > with
> > > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so users
> > could
> > > > know
> > > > >> > how
> > > > >> > > to
> > > > >> > > > > do
> > > > >> > > > > > > > that.
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12
> > > Carlos
> > > > >> > > Rovira <
> > > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
> > > > >> distribution,
> > > > >> > > and
> > > > >> > > > > now
> > > > >> > > > > > > it
> > > > >> > > > > > > > > > >> creates a
> > > > >> > > > > > > > > > >> > > > valid SDK
> > > > >> > > > > > > > > > >> > > >     >> >> that
> > > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > > >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I
> > think
> > > > this
> > > > >> > is a
> > > > >> > > > > long
> > > > >> > > > > > > > > awaited
> > > > >> > > > > > > > > > >> fix.
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
> > > > >> distribution
> > > > >> > > the
> > > > >> > > > > > > > generated
> > > > >> > > > > > > > > > SDK
> > > > >> > > > > > > > > > >> > > > allows you
> > > > >> > > > > > > > > > >> > > >     >> to
> > > > >> > > > > > > > > > >> > > >     >> >> get
> > > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and
> > IDEs
> > > > can
> > > > >> > find
> > > > >> > > > > > > compilers
> > > > >> > > > > > > > > and
> > > > >> > > > > > > > > > >> use
> > > > >> > > > > > > > > > >> > it
> > > > >> > > > > > > > > > >> > > > to get a
> > > > >> > > > > > > > > > >> > > >     >> >> valid
> > > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried
> only
> > > > >> VSCode
> > > > >> > > with
> > > > >> > > > > Josh
> > > > >> > > > > > > > > > AS3&MXML
> > > > >> > > > > > > > > > >> > > > extension,
> > > > >> > > > > > > > > > >> > > >     >> hope
> > > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can
> > provide
> > > > >> > > feedback.
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get
> the
> > > > normal
> > > > >> > > maven
> > > > >> > > > > way
> > > > >> > > > > > of
> > > > >> > > > > > > > > build
> > > > >> > > > > > > > > > >> with
> > > > >> > > > > > > > > > >> > > > "mvn
> > > > >> > > > > > > > > > >> > > >     >> >> install"
> > > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near to
> your
> > > > >> deploy
> > > > >> > > > needs.
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven
> > does
> > > > not
> > > > >> > need
> > > > >> > > to
> > > > >> > > > > use
> > > > >> > > > > > > ANT
> > > > >> > > > > > > > > > >> anymore
> > > > >> > > > > > > > > > >> > to
> > > > >> > > > > > > > > > >> > > >     >> generate a
> > > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > > > >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally
> > to
> > > > have
> > > > >> > two
> > > > >> > > > > > > > independent
> > > > >> > > > > > > > > > >> ways of
> > > > >> > > > > > > > > > >> > > > building
> > > > >> > > > > > > > > > >> > > >     >> >> > > separated
> > > > >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some
> > refining
> > > > >> this
> > > > >> > > days
> > > > >> > > > > with
> > > > >> > > > > > > > > > >> classpaths
> > > > >> > > > > > > > > > >> > > > since I
> > > > >> > > > > > > > > > >> > > >     >> left
> > > > >> > > > > > > > > > >> > > >     >> >> some
> > > > >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded
> that I
> > > > want
> > > > >> to
> > > > >> > > > remove
> > > > >> > > > > > to
> > > > >> > > > > > > > make
> > > > >> > > > > > > > > > it
> > > > >> > > > > > > > > > >> > valid
> > > > >> > > > > > > > > > >> > > > as we
> > > > >> > > > > > > > > > >> > > >     >> >> change
> > > > >> > > > > > > > > > >> > > >     >> >> > > > versions.
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven
> > > docs
> > > > to
> > > > >> > > > reflect
> > > > >> > > > > > this
> > > > >> > > > > > > > > > change.
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > > --
> > > > >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > --
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >     >> >> > > <
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > > >*
> > > > >> > > > > > > > > > >> > > >     >> >> > >
> > > > >> > > > > > > > > > >> > > >     >> >> >
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >> --
> > > > >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >     >> >>
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> > --
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >> > Patreon: *
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >     >> > <
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > > >*
> > > > >> > > > > > > > > > >> > > >     >> >
> > > > >> > > > > > > > > > >> > > >     >>
> > > > >> > > > > > > > > > >> > > >     >>
> > > > >> > > > > > > > > > >> > > >     >> --
> > > > >> > > > > > > > > > >> > > >     >>
> > > > >> > > > > > > > > > >> > > >     >> Piotr Zarzycki
> > > > >> > > > > > > > > > >> > > >     >>
> > > > >> > > > > > > > > > >> > > >     >> Patreon: *
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >     >> <
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > > >*
> > > > >> > > > > > > > > > >> > > >     >>
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     > --
> > > > >> > > > > > > > > > >> > > >     > Carlos Rovira
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >     >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >     --
> > > > >> > > > > > > > > > >> > > >     Carlos Rovira
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > > >
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> > > --
> > > > >> > > > > > > > > > >> > > Carlos Rovira
> > > > >> > > > > > > > > > >> > > http://about.me/carlosrovira
> > > > >> > > > > > > > > > >> > >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >> > --
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >> > Piotr Zarzycki
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >> > Patreon: *
> > > https://www.patreon.com/piotrzarzycki
> > > > >> > > > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > >> > > > > > > > > > >> >
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >> --
> > > > >> > > > > > > > > > >> Carlos Rovira
> > > > >> > > > > > > > > > >> http://about.me/carlosrovira
> > > > >> > > > > > > > > > >>
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > --
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > Piotr Zarzycki
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > Patreon: *
> https://www.patreon.com/piotrzarzycki
> > > > >> > > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > --
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Piotr Zarzycki
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > >> > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > --
> > > > >> > > > > > > > > Carlos Rovira
> > > > >> > > > > > > > > http://about.me/carlosrovira
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > --
> > > > >> > > > > > > >
> > > > >> > > > > > > > Piotr Zarzycki
> > > > >> > > > > > > >
> > > > >> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > >> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > --
> > > > >> > > > > > > Carlos Rovira
> > > > >> > > > > > > http://about.me/carlosrovira
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > > --
> > > > >> > > > > >
> > > > >> > > > > > Piotr Zarzycki
> > > > >> > > > > >
> > > > >> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > >> > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > --
> > > > >> > > > > Carlos Rovira
> > > > >> > > > > http://about.me/carlosrovira
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> > >
> > > > >> > > --
> > > > >> > >
> > > > >> > > Piotr Zarzycki
> > > > >> > >
> > > > >> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > >> > > <https://www.patreon.com/piotrzarzycki>*
> > > > >> > >
> > > > >> >
> > > > >> >
> > > > >> > --
> > > > >> > Carlos Rovira
> > > > >> > http://about.me/carlosrovira
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > http://about.me/carlosrovira
> > > > >
> > > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > <https://www.patreon.com/piotrzarzycki>*
> > > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
Yeah, I don't see why Moonshine is reporting those errors, but VSCode does
not. If royale-config.xml is referencing SWCs that don't exist, that should
affect both IDEs.

Regardless, like you explained, the same issue should reproduce when
compiling from a terminal without Moonshine.

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


On Thu, Feb 6, 2020 at 5:10 AM Piotr Zarzycki <pi...@gmail.com>
wrote:

> Hi Carlos,
>
> Yeah it would be pretty great if you could setup Moonshine, but you don't
> have to do that actually to reproduce the issue. Command which I have
> pasted in this thread can be copy and used in Terminal with small path
> adjustment. Try it on any project you have using distribution build and for
> sure you will get the error.
>
> In case of Moonshine we have freez code for commits and prepare for
> release, we have some internal problems with bamboo build - if it will get
> resolved we should have release early next week. You can always try Nightly
> build.
>
> I'm really surprised that VSCode do not throwing the same error - What
> could be the case Josh? The only difference is that we are using mxmlc file
> and VSCode is probably using jar file, but playerglobal.swc doesn't exists
> so both should report same issue.
>
> Thanks,
> Piotr
>
> czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi Piotr,
> >
> > so I think you're a bit closer (not farther ;)), since compiler was
> found.
> > Now is a matter to find what's missing.
> > What's curious for me is VSCode recognizes but Moonshine not. I think the
> > problem is each IDE is looking at different things to match a valid SDK,
> > and maybe even we could be setting duplicate artifacts in the SDK so
> VSCode
> > finds all but Moonshine not.
> > I'll be setup Moonshine as I have time to try it.
> > I think you plan to launch a new one soon right? should I wait for it?
> >
> > Thanks
> >
> >
> > El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>)
> > escribió:
> >
> > > Hi Carlos,
> > >
> > > I just tried your changes and I'm a bit farther. Now I'm getting
> > following
> > > errors. It's throwing that errors cause in JS only binaries prepared by
> > ant
> > > we have in following location
> > > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > > playerglobal.swc, so distribution should probably have the same.
> > >
> > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > > > -source-map=true -compiler.targets=JSRoyale
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > : Using Royale Compiler codebase:
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > : Using Royale SDK:
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > : MXMLJSC
> > > > :
> > > >
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > > :
> > > >
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > > : -debug=true
> > > > : -source-map=true
> > > > : -compiler.targets=JSRoyale
> > > > : -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > > col: 0 Error: unable to open
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > (line: 74)
> > > > :       </external-library-path>
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > col: 0 Error: unable to open
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > (line: 81)
> > > > :       </js-external-library-path>
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > > col: 0 Error: unable to open
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > (line: 81)
> > > > :       </js-external-library-path>
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > > col: 0 Error: unable to open
> > > >
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > > :
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > > (line: 99)
> > > > :       </library-path>
> > > > : 1.034449561 seconds
> > >
> > >
> > > Thanks,
> > > Piotr
> > >
> > > czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Thanks Josh for pointing that out I think I got it.
> > > >
> > > > @Piotr Zarzycki <pi...@gmail.com> please try with my
> latest
> > > > commit. I couldn't test myself, but I think it should work now for
> > > > Moonshine.
> > > > VSCode still work with this changes.
> > > >
> > > > Thanks
> > > >
> > > > Carlos
> > > >
> > > >
> > > >
> > > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > > joshtynjala@bowlerhat.dev>)
> > > > escribió:
> > > >
> > > >> If I had to guess, this classpath is wrong:
> > > >>
> > > >> <Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
> > > >> Class-Path>
> > > >>
> > > >>
> > > >>
> > >
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > > >>
> > > >> I think that the names of those JAR files all include a version
> number
> > > in
> > > >> the Maven distribution.
> > > >>
> > > >> --
> > > >> Josh Tynjala
> > > >> Bowler Hat LLC <https://bowlerhat.dev>
> > > >>
> > > >>
> > > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> > carlosrovira@apache.org>
> > > >> wrote:
> > > >>
> > > >> > ok didn't notice.
> > > >> > So maybe is a classpath problem?
> > > >> > It's clear that VSCode goes to the same place and find it since
> > mxmlc
> > > >> is a
> > > >> > dummy jar that has exactly that class, but Moonshine goes and
> didn't
> > > >> find
> > > >> > it.
> > > >> > If not any clue what could be happening?
> > > >> > Thanks
> > > >> >
> > > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > > >> > piotrzarzycki21@gmail.com>)
> > > >> > escribió:
> > > >> >
> > > >> > > Exactly and I can confirm that mxmlc is in place.
> > > >> > >
> > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <joshtynjala@bowlerhat.dev
> >
> > > >> > > napisał(a):
> > > >> > >
> > > >> > > > You can see from the output that Moonshine is calling the
> > command
> > > >> line
> > > >> > > > scripts in js/bin.
> > > >> > > >
> > > >> > > > --
> > > >> > > > Josh Tynjala
> > > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > >> > > >
> > > >> > > >
> > > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > > >> carlosrovira@apache.org>
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > > Hi Piotr,
> > > >> > > > >
> > > >> > > > > That was a problem I had with VSCode when started to work on
> > fix
> > > >> SDK
> > > >> > > for
> > > >> > > > > IDE.
> > > >> > > > > Josh told me that VSCode tries to find that class in
> > > >> > /js/lib/mxmlc.jar
> > > >> > > > > it needs /js/lib/mxmlc.jar too
> > > >> > > > >
> > > >> > > > > Maybe Moonshine is looking in other path?
> > > >> > > > >
> > > >> > > > > Thanks
> > > >> > > > >
> > > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > >> > > > > piotrzarzycki21@gmail.com>)
> > > >> > > > > escribió:
> > > >> > > > >
> > > >> > > > > > Hi Carlos,
> > > >> > > > > >
> > > >> > > > > > I have build on my Mac SDK and tried in Nightly Build of
> > > >> > Moonshine. I
> > > >> > > > > > cannot build Hello World. I'm getting following error:
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > >> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > >> -debug=true
> > > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > >> > > > > >
> > > >> >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > >> > > > > > : Using Royale Compiler codebase:
> > > >> > > > > >
> > > >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > >> > > > > > : Using Royale SDK:
> > > >> > > > > >
> > > >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > >> > > > > > : Error: Could not find or load main class
> > > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > > >> carlosrovira@apache.org>
> > > >> > > > > > napisał(a):
> > > >> > > > > >
> > > >> > > > > > > Hi Piotr,
> > > >> > > > > > >
> > > >> > > > > > > right, are simplified too and does not have any profile
> or
> > > >> > > variable.
> > > >> > > > > > >
> > > >> > > > > > > "-U clean install" is standard maven commands, nothing
> to
> > do
> > > >> with
> > > >> > > us
> > > >> > > > in
> > > >> > > > > > > particular, so you can left that
> > > >> > > > > > > "-P main,utils" are not needed anymore, since now
> there's
> > no
> > > >> > > > > > > differentiation between a "first build" against rest of
> > > >> builds.
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > >> > > > > > >
> > > >> > > > > > > > Hi Carlos,
> > > >> > > > > > > >
> > > >> > > > > > > > Builds for framework is updated. What about compiler
> and
> > > >> > > typedefs ?
> > > >> > > > > For
> > > >> > > > > > > > compiler on the server we have:
> > > >> > > > > > > >
> > > >> > > > > > > > -U clean install
> > > >> > > > > > > > -P -main,utils
> > > >> > > > > > > >
> > > >> > > > > > > > It looks like that those profiles also deprecated -
> can
> > > you
> > > >> > > > confirm ?
> > > >> > > > > > > >
> > > >> > > > > > > > Thanks,
> > > >> > > > > > > > Piotr
> > > >> > > > > > > >
> > > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > > >> > carlosrovira@apache.org>
> > > >> > > > > > > > napisał(a):
> > > >> > > > > > > >
> > > >> > > > > > > > > Hi Piotr,
> > > >> > > > > > > > >
> > > >> > > > > > > > > it surprise me that due all the changes done in
> maven
> > > >> > > builds.a.o
> > > >> > > > > was
> > > >> > > > > > > not
> > > >> > > > > > > > > failing. I've even didn't repare that will need to
> be
> > > >> > updated.
> > > >> > > > > > > > >
> > > >> > > > > > > > > These profiles does not exist anymore:
> > > >> > > > > > > > >
> > > >> > > > > > >
> > > >> > > > >
> > > >> > >
> > > >>
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > >> > > > > > > > >
> > > >> > > > > > > > > Here's the updated doc for maven simplified [1]
> > > >> > > > > > > > >
> > > >> > > > > > > > > In sort:
> > > >> > > > > > > > >
> > > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > > >> FLASHPLAYER_DEBUGGER
> > > >> > > > > > > > > 2.- Build from an empty repo is now more reliable
> > > >> (something
> > > >> > > that
> > > >> > > > > > was a
> > > >> > > > > > > > > real headache)
> > > >> > > > > > > > > 3.- Profiles are reduced to:
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > >    - with-ui-testsuite
> > > >> > > > > > > > >    - option-with-swf
> > > >> > > > > > > > >    - with-examples
> > > >> > > > > > > > >    - with-distribution
> > > >> > > > > > > > >
> > > >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
> > > >> > > > > > > > >
> > > >> > > > > > > > > [1]
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > >> > > > > > > > >
> > > >> > > > > > > > > > Carlos,
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > What has change more in case of Maven build for
> > > >> framework?
> > > >> > On
> > > >> > > > > > > > builds.a.o
> > > >> > > > > > > > > we
> > > >> > > > > > > > > > have following command which running royale-asjs.
> It
> > > >> looks
> > > >> > > like
> > > >> > > > > > > > something
> > > >> > > > > > > > > > is missing, cause I have removed locally my
> > > >> > org.apache.royale
> > > >> > > > > > folder
> > > >> > > > > > > > from
> > > >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It
> > throws
> > > >> > > > exception
> > > >> > > > > > now.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Could not resolve dependencies for project
> > > >> > > > > > > > > >
> > > >> > > > > > >
> > > >> > > >
> > > >>
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > >> > > > > > > > > > Failure to find
> > > >> > > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > >> > > > > > > > > in
> > > >> > > > > > > > > >
> > > >> > https://repository.apache.org/content/repositories/snapshots
> > > >> > > > was
> > > >> > > > > > > > cached
> > > >> > > > > > > > > in
> > > >> > > > > > > > > > the local repository, resolution will not be
> > > reattempted
> > > >> > > until
> > > >> > > > > the
> > > >> > > > > > > > update
> > > >> > > > > > > > > > interval of apache-snapshots has elapsed or
> updates
> > > are
> > > >> > > forced
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Above means that it probably doesn't exists in
> > Apache
> > > >> Maven
> > > >> > > > > > > central...
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Command on builds.a.o:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > -U
> > > >> > > > > > > > > > clean
> > > >> > > > > > > > > > deploy
> > > >> > > > > > > > > > -P
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > >> > > > > > > > > > -Dgenerate.swf
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > [1]
> > > >> > > > > > >
> > > >> >
> https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Thanks,
> > > >> > > > > > > > > > Piotr
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > >> > > > > piotrzarzycki21@gmail.com
> > > >> > > > > > >
> > > >> > > > > > > > > > napisał(a):
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > > Ok let's wait to see whether someone actually
> know
> > > >> what
> > > >> > is
> > > >> > > > the
> > > >> > > > > > > > version.
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > >> > > > > carlosrovira@apache.org>
> > > >> > > > > > > > > > > napisał(a):
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > >> Hi Piotr,
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >> I explained in this thread that I couldn't find
> > in
> > > >> maven
> > > >> > > the
> > > >> > > > > > same
> > > >> > > > > > > > > exact
> > > >> > > > > > > > > > >> version that ANT one, I put the closest in date
> > > >> > available
> > > >> > > > from
> > > >> > > > > > > maven
> > > >> > > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN
> to
> > > the
> > > >> > same
> > > >> > > > one
> > > >> > > > > > > that
> > > >> > > > > > > > > > works.
> > > >> > > > > > > > > > >> Other thing is that maybe I fail in the search
> > and
> > > >> the
> > > >> > > > version
> > > >> > > > > > > could
> > > >> > > > > > > > > > >> exists, in that case hope other can indicate
> the
> > > >> maven
> > > >> > > > > > descriptor
> > > >> > > > > > > to
> > > >> > > > > > > > > > >> update
> > > >> > > > > > > > > > >> it.
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >> thanks
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr
> Zarzycki
> > > (<
> > > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >> > Why you didn't use exactly the same version ?
> > > Maybe
> > > >> > this
> > > >> > > > is
> > > >> > > > > > the
> > > >> > > > > > > > > reason
> > > >> > > > > > > > > > >> why
> > > >> > > > > > > > > > >> > my application is failing.
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >> > I see this in Maven:
> > > >> > > > > > > > > > >> > <dependency>
> > > >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > >> > > > > > > > > > >> > <version>v20181210</version>
> > > >> > > > > > > > > > >> > </dependency>
> > > >> > > > > > > > > > >> > <dependency>
> > > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > >> > > > > > > > > > >> >
> <artifactId>google-closure-library</artifactId>
> > > >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > >> > > > > > > > > > >> > </dependency>
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > >> > > > > > carlosrovira@apache.org
> > > >> > > > > > > >
> > > >> > > > > > > > > > >> > napisał(a):
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >> > > Hi Alex,
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> > > I didn't put the latest one. Used the
> closest
> > > >> one in
> > > >> > > > dates
> > > >> > > > > > to
> > > >> > > > > > > > the
> > > >> > > > > > > > > > one
> > > >> > > > > > > > > > >> in
> > > >> > > > > > > > > > >> > > ANT. Should be that valid? And how can I
> > ensure
> > > >> > > > > > compatibility?
> > > >> > > > > > > > > Where
> > > >> > > > > > > > > > >> to
> > > >> > > > > > > > > > >> > > check that?
> > > >> > > > > > > > > > >> > > But what I really want to do is update
> > > ANT/MAVEN
> > > >> to
> > > >> > > the
> > > >> > > > > same
> > > >> > > > > > > one
> > > >> > > > > > > > > > that
> > > >> > > > > > > > > > >> is
> > > >> > > > > > > > > > >> > ok
> > > >> > > > > > > > > > >> > > for all of us. We need to ensure one that
> is
> > > >> > available
> > > >> > > > for
> > > >> > > > > > > both.
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> > > thanks
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex
> Harui
> > > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > >> > > > > > > > > > >> > >)
> > > >> > > > > > > > > > >> > > escribió:
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> > > > You may not want the latest closure
> > library.
> > > >> You
> > > >> > > > > probably
> > > >> > > > > > > > want
> > > >> > > > > > > > > > one
> > > >> > > > > > > > > > >> > that
> > > >> > > > > > > > > > >> > > > is compatible with the closure compiler.
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > > HTH,
> > > >> > > > > > > > > > >> > > > -Alex
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > >> > > > > > > > carlosrovira@apache.org>
> > > >> > > > > > > > > > >> wrote:
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     Hi,
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     Josh discover that there was an
> issue.
> > If
> > > >> we
> > > >> > > have
> > > >> > > > > > > > GOOG_HOME
> > > >> > > > > > > > > > env
> > > >> > > > > > > > > > >> var
> > > >> > > > > > > > > > >> > > the
> > > >> > > > > > > > > > >> > > >     maven distribution worked right, but
> if
> > > you
> > > >> > > don't
> > > >> > > > > > have,
> > > >> > > > > > > > > > >> compilation
> > > >> > > > > > > > > > >> > > > fails.
> > > >> > > > > > > > > > >> > > >     I have it in my system while
> developing
> > > >> this.
> > > >> > > So I
> > > >> > > > > > just
> > > >> > > > > > > > > fixed
> > > >> > > > > > > > > > it
> > > >> > > > > > > > > > >> > some
> > > >> > > > > > > > > > >> > > >     minutes ago.
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     One thing: There's no maven artifact
> > for
> > > >> the
> > > >> > > > > > > > closure-library
> > > >> > > > > > > > > > >> > > v20180910
> > > >> > > > > > > > > > >> > > > (the
> > > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > >> > > > 0.0-20190213-2033d5d9,
> > > >> > > > > > so
> > > >> > > > > > > we
> > > >> > > > > > > > > > need
> > > >> > > > > > > > > > >> to
> > > >> > > > > > > > > > >> > > use
> > > >> > > > > > > > > > >> > > > that
> > > >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad
> > trying
> > > to
> > > >> > find
> > > >> > > > the
> > > >> > > > > > > > > > >> corresponding
> > > >> > > > > > > > > > >> > > > maven
> > > >> > > > > > > > > > >> > > >     artifact, so if someone knows, please
> > let
> > > >> me
> > > >> > > > know!).
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213
> > too?
> > > >> From
> > > >> > > now
> > > >> > > > > on,
> > > >> > > > > > we
> > > >> > > > > > > > > > should
> > > >> > > > > > > > > > >> > check
> > > >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
> > > >> artifacts.
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com
> > > >> >
> > > >> > > let
> > > >> > > > me
> > > >> > > > > > > know
> > > >> > > > > > > > if
> > > >> > > > > > > > > > you
> > > >> > > > > > > > > > >> > can
> > > >> > > > > > > > > > >> > > > get it
> > > >> > > > > > > > > > >> > > >     work with latest changes just done.
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     Thanks
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53,
> > Carlos
> > > >> > Rovira
> > > >> > > > (<
> > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > >> > > > > > > > > > >> > > >     escribió:
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     > yes, you're using an old command,
> > maven
> > > >> was
> > > >> > > > > > extremely
> > > >> > > > > > > > > > >> simplified
> > > >> > > > > > > > > > >> > > > thanks to
> > > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2
> months
> > > >> ago.
> > > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not
> exists.
> > > >> Check
> > > >> > the
> > > >> > > > > > > > > instructions
> > > >> > > > > > > > > > I
> > > >> > > > > > > > > > >> put
> > > >> > > > > > > > > > >> > > or
> > > >> > > > > > > > > > >> > > > go to
> > > >> > > > > > > > > > >> > > >     > the updated docs here [1]. I
> updated
> > > that
> > > >> > page
> > > >> > > > to
> > > >> > > > > > have
> > > >> > > > > > > > all
> > > >> > > > > > > > > > the
> > > >> > > > > > > > > > >> > > > latest valid
> > > >> > > > > > > > > > >> > > >     > info.
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work
> soon
> > in
> > > >> more
> > > >> > > > > > > > improvements:
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for
> > js-only
> > > >> > (just
> > > >> > > > > > removing
> > > >> > > > > > > > > > >> > > > -option-with-swf
> > > >> > > > > > > > > > >> > > >     > that now is required)
> > > >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > >> > > > > > > > > > >> > > >     > 3.- Simplify release process based
> > on 2
> > > >> (and
> > > >> > > yes
> > > >> > > > > > > having
> > > >> > > > > > > > > ANT
> > > >> > > > > > > > > > >> into
> > > >> > > > > > > > > > >> > > > account)
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     > I will want to release every 1 to 2
> > > >> month.
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     > [1]
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40,
> > > Piotr
> > > >> > > > Zarzycki
> > > >> > > > > (<
> > > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> > escribió:
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I
> > didn't
> > > >> > catch
> > > >> > > up
> > > >> > > > > > full
> > > >> > > > > > > > > > >> > instruction.
> > > >> > > > > > > > > > >> > > > Let me
> > > >> > > > > > > > > > >> > > >     >> try again.
> > > >> > > > > > > > > > >> > > >     >>
> > > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr
> > > Zarzycki
> > > >> <
> > > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > >> > > > > > > > > > >> > > >     >> napisał(a):
> > > >> > > > > > > > > > >> > > >     >>
> > > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on my
> > Mac
> > > >> > > > > distribution
> > > >> > > > > > is
> > > >> > > > > > > > not
> > > >> > > > > > > > > > >> > > > generated. :/
> > > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > > successfully,
> > > >> > but
> > > >> > > > > > without
> > > >> > > > > > > > > > >> > distribution.
> > > >> > > > > > > > > > >> > > > I don't
> > > >> > > > > > > > > > >> > > >     >> > have any errors.
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> -DskipTests
> > > >> > > > > -Drat.skip=true
> > > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > >
> > > >>
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> > Thanks,
> > > >> > > > > > > > > > >> > > >     >> > Piotr
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos
> > > >> Rovira <
> > > >> > > > > > > > > > >> > carlosrovira@apache.org
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >> all this does not affect FB, so
> > > don't
> > > >> > > worry
> > > >> > > > > > about
> > > >> > > > > > > > it.
> > > >> > > > > > > > > > But
> > > >> > > > > > > > > > >> we
> > > >> > > > > > > > > > >> > > > hope you
> > > >> > > > > > > > > > >> > > >     >> try
> > > >> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE in
> > the
> > > >> > > future!
> > > >> > > > ;)
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >> Carlos
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las
> > 12:26,
> > > >> > Antonis
> > > >> > > > > > > Kalodimos
> > > >> > > > > > > > > (<
> > > >> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>)
> > > >> escribió:
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >> > This sounds good news for
> > someone
> > > >> to
> > > >> > be
> > > >> > > > > > involved
> > > >> > > > > > > > > with
> > > >> > > > > > > > > > >> > royale.
> > > >> > > > > > > > > > >> > > >     >> >> > Please i someone of you who
> > know
> > > >> the
> > > >> > > > > > > requirements
> > > >> > > > > > > > > > don't
> > > >> > > > > > > > > > >> > break
> > > >> > > > > > > > > > >> > > > the
> > > >> > > > > > > > > > >> > > >     >> royale
> > > >> > > > > > > > > > >> > > >     >> >> > ability to be used and in the
> > > >> > > > flashbuilder.
> > > >> > > > > > Even
> > > >> > > > > > > > it
> > > >> > > > > > > > > is
> > > >> > > > > > > > > > >> old
> > > >> > > > > > > > > > >> > > is a
> > > >> > > > > > > > > > >> > > >     >> >> standard i
> > > >> > > > > > > > > > >> > > >     >> >> > think for the old users that
> > are
> > > >> > > searching
> > > >> > > > > > where
> > > >> > > > > > > > to
> > > >> > > > > > > > > > jump
> > > >> > > > > > > > > > >> > for
> > > >> > > > > > > > > > >> > > > upgrade
> > > >> > > > > > > > > > >> > > >     >> >> their
> > > >> > > > > > > > > > >> > > >     >> >> > apps
> > > >> > > > > > > > > > >> > > >     >> >> >
> > > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the great
> > job
> > > >> that
> > > >> > > you
> > > >> > > > > are
> > > >> > > > > > > > > doing.
> > > >> > > > > > > > > > >> > > >     >> >> >
> > > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις
> 1:15
> > > >> μ.μ.,
> > > >> > > ο/η
> > > >> > > > > > Piotr
> > > >> > > > > > > > > > >> Zarzycki <
> > > >> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com>
> > > έγραψε:
> > > >> > > > > > > > > > >> > > >     >> >> >
> > > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you provide
> > on
> > > >> > mailing
> > > >> > > > > list
> > > >> > > > > > > > > command
> > > >> > > > > > > > > > to
> > > >> > > > > > > > > > >> > > build
> > > >> > > > > > > > > > >> > > >     >> framework
> > > >> > > > > > > > > > >> > > >     >> >> > with
> > > >> > > > > > > > > > >> > > >     >> >> > > distribution, so users
> could
> > > know
> > > >> > how
> > > >> > > to
> > > >> > > > > do
> > > >> > > > > > > > that.
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12
> > Carlos
> > > >> > > Rovira <
> > > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
> > > >> distribution,
> > > >> > > and
> > > >> > > > > now
> > > >> > > > > > > it
> > > >> > > > > > > > > > >> creates a
> > > >> > > > > > > > > > >> > > > valid SDK
> > > >> > > > > > > > > > >> > > >     >> >> that
> > > >> > > > > > > > > > >> > > >     >> >> > > can
> > > >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I
> think
> > > this
> > > >> > is a
> > > >> > > > > long
> > > >> > > > > > > > > awaited
> > > >> > > > > > > > > > >> fix.
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
> > > >> distribution
> > > >> > > the
> > > >> > > > > > > > generated
> > > >> > > > > > > > > > SDK
> > > >> > > > > > > > > > >> > > > allows you
> > > >> > > > > > > > > > >> > > >     >> to
> > > >> > > > > > > > > > >> > > >     >> >> get
> > > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and
> IDEs
> > > can
> > > >> > find
> > > >> > > > > > > compilers
> > > >> > > > > > > > > and
> > > >> > > > > > > > > > >> use
> > > >> > > > > > > > > > >> > it
> > > >> > > > > > > > > > >> > > > to get a
> > > >> > > > > > > > > > >> > > >     >> >> valid
> > > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried only
> > > >> VSCode
> > > >> > > with
> > > >> > > > > Josh
> > > >> > > > > > > > > > AS3&MXML
> > > >> > > > > > > > > > >> > > > extension,
> > > >> > > > > > > > > > >> > > >     >> hope
> > > >> > > > > > > > > > >> > > >     >> >> > > others
> > > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can
> provide
> > > >> > > feedback.
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get the
> > > normal
> > > >> > > maven
> > > >> > > > > way
> > > >> > > > > > of
> > > >> > > > > > > > > build
> > > >> > > > > > > > > > >> with
> > > >> > > > > > > > > > >> > > > "mvn
> > > >> > > > > > > > > > >> > > >     >> >> install"
> > > >> > > > > > > > > > >> > > >     >> >> > > that
> > > >> > > > > > > > > > >> > > >     >> >> > > > will be more near to your
> > > >> deploy
> > > >> > > > needs.
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven
> does
> > > not
> > > >> > need
> > > >> > > to
> > > >> > > > > use
> > > >> > > > > > > ANT
> > > >> > > > > > > > > > >> anymore
> > > >> > > > > > > > > > >> > to
> > > >> > > > > > > > > > >> > > >     >> generate a
> > > >> > > > > > > > > > >> > > >     >> >> > > valid
> > > >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally
> to
> > > have
> > > >> > two
> > > >> > > > > > > > independent
> > > >> > > > > > > > > > >> ways of
> > > >> > > > > > > > > > >> > > > building
> > > >> > > > > > > > > > >> > > >     >> >> > > separated
> > > >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some
> refining
> > > >> this
> > > >> > > days
> > > >> > > > > with
> > > >> > > > > > > > > > >> classpaths
> > > >> > > > > > > > > > >> > > > since I
> > > >> > > > > > > > > > >> > > >     >> left
> > > >> > > > > > > > > > >> > > >     >> >> some
> > > >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded that I
> > > want
> > > >> to
> > > >> > > > remove
> > > >> > > > > > to
> > > >> > > > > > > > make
> > > >> > > > > > > > > > it
> > > >> > > > > > > > > > >> > valid
> > > >> > > > > > > > > > >> > > > as we
> > > >> > > > > > > > > > >> > > >     >> >> change
> > > >> > > > > > > > > > >> > > >     >> >> > > > versions.
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven
> > docs
> > > to
> > > >> > > > reflect
> > > >> > > > > > this
> > > >> > > > > > > > > > change.
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > > --
> > > >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > > >
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> > > --
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >     >> >> > > <
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > > >*
> > > >> > > > > > > > > > >> > > >     >> >> > >
> > > >> > > > > > > > > > >> > > >     >> >> >
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >> --
> > > >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >     >> >>
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> > --
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >> > Patreon: *
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >     >> > <
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > > >*
> > > >> > > > > > > > > > >> > > >     >> >
> > > >> > > > > > > > > > >> > > >     >>
> > > >> > > > > > > > > > >> > > >     >>
> > > >> > > > > > > > > > >> > > >     >> --
> > > >> > > > > > > > > > >> > > >     >>
> > > >> > > > > > > > > > >> > > >     >> Piotr Zarzycki
> > > >> > > > > > > > > > >> > > >     >>
> > > >> > > > > > > > > > >> > > >     >> Patreon: *
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >     >> <
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > > >*
> > > >> > > > > > > > > > >> > > >     >>
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     > --
> > > >> > > > > > > > > > >> > > >     > Carlos Rovira
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >     >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >     --
> > > >> > > > > > > > > > >> > > >     Carlos Rovira
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > > >
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> > > --
> > > >> > > > > > > > > > >> > > Carlos Rovira
> > > >> > > > > > > > > > >> > > http://about.me/carlosrovira
> > > >> > > > > > > > > > >> > >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >> > --
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >> > Piotr Zarzycki
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >> > Patreon: *
> > https://www.patreon.com/piotrzarzycki
> > > >> > > > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > >> > > > > > > > > > >> >
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >> --
> > > >> > > > > > > > > > >> Carlos Rovira
> > > >> > > > > > > > > > >> http://about.me/carlosrovira
> > > >> > > > > > > > > > >>
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > --
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > Piotr Zarzycki
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> > > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > --
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Piotr Zarzycki
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > --
> > > >> > > > > > > > > Carlos Rovira
> > > >> > > > > > > > > http://about.me/carlosrovira
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > --
> > > >> > > > > > > >
> > > >> > > > > > > > Piotr Zarzycki
> > > >> > > > > > > >
> > > >> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > --
> > > >> > > > > > > Carlos Rovira
> > > >> > > > > > > http://about.me/carlosrovira
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > --
> > > >> > > > > >
> > > >> > > > > > Piotr Zarzycki
> > > >> > > > > >
> > > >> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > >> > > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > Carlos Rovira
> > > >> > > > > http://about.me/carlosrovira
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > >
> > > >> > > Piotr Zarzycki
> > > >> > >
> > > >> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> > > <https://www.patreon.com/piotrzarzycki>*
> > > >> > >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > Carlos Rovira
> > > >> > http://about.me/carlosrovira
> > > >> >
> > > >>
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

Yeah it would be pretty great if you could setup Moonshine, but you don't
have to do that actually to reproduce the issue. Command which I have
pasted in this thread can be copy and used in Terminal with small path
adjustment. Try it on any project you have using distribution build and for
sure you will get the error.

In case of Moonshine we have freez code for commits and prepare for
release, we have some internal problems with bamboo build - if it will get
resolved we should have release early next week. You can always try Nightly
build.

I'm really surprised that VSCode do not throwing the same error - What
could be the case Josh? The only difference is that we are using mxmlc file
and VSCode is probably using jar file, but playerglobal.swc doesn't exists
so both should report same issue.

Thanks,
Piotr

czw., 6 lut 2020 o 13:02 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi Piotr,
>
> so I think you're a bit closer (not farther ;)), since compiler was found.
> Now is a matter to find what's missing.
> What's curious for me is VSCode recognizes but Moonshine not. I think the
> problem is each IDE is looking at different things to match a valid SDK,
> and maybe even we could be setting duplicate artifacts in the SDK so VSCode
> finds all but Moonshine not.
> I'll be setup Moonshine as I have time to try it.
> I think you plan to launch a new one soon right? should I wait for it?
>
> Thanks
>
>
> El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>)
> escribió:
>
> > Hi Carlos,
> >
> > I just tried your changes and I'm a bit farther. Now I'm getting
> following
> > errors. It's throwing that errors cause in JS only binaries prepared by
> ant
> > we have in following location
> > /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> > playerglobal.swc, so distribution should probably have the same.
> >
> >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > > -source-map=true -compiler.targets=JSRoyale
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > : Using Royale Compiler codebase:
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > : Using Royale SDK:
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > : MXMLJSC
> > > :
> > >
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > > :
> > >
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > > : -debug=true
> > > : -source-map=true
> > > : -compiler.targets=JSRoyale
> > > : -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > > col: 0 Error: unable to open
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > (line: 74)
> > > :       </external-library-path>
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > col: 0 Error: unable to open
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > (line: 81)
> > > :       </js-external-library-path>
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > > col: 0 Error: unable to open
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > (line: 81)
> > > :       </js-external-library-path>
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > > col: 0 Error: unable to open
> > >
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > > :
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > > (line: 99)
> > > :       </library-path>
> > > : 1.034449561 seconds
> >
> >
> > Thanks,
> > Piotr
> >
> > czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Thanks Josh for pointing that out I think I got it.
> > >
> > > @Piotr Zarzycki <pi...@gmail.com> please try with my latest
> > > commit. I couldn't test myself, but I think it should work now for
> > > Moonshine.
> > > VSCode still work with this changes.
> > >
> > > Thanks
> > >
> > > Carlos
> > >
> > >
> > >
> > > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> > joshtynjala@bowlerhat.dev>)
> > > escribió:
> > >
> > >> If I had to guess, this classpath is wrong:
> > >>
> > >> <Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
> > >> Class-Path>
> > >>
> > >>
> > >>
> >
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> > >>
> > >> I think that the names of those JAR files all include a version number
> > in
> > >> the Maven distribution.
> > >>
> > >> --
> > >> Josh Tynjala
> > >> Bowler Hat LLC <https://bowlerhat.dev>
> > >>
> > >>
> > >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> carlosrovira@apache.org>
> > >> wrote:
> > >>
> > >> > ok didn't notice.
> > >> > So maybe is a classpath problem?
> > >> > It's clear that VSCode goes to the same place and find it since
> mxmlc
> > >> is a
> > >> > dummy jar that has exactly that class, but Moonshine goes and didn't
> > >> find
> > >> > it.
> > >> > If not any clue what could be happening?
> > >> > Thanks
> > >> >
> > >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > >> > piotrzarzycki21@gmail.com>)
> > >> > escribió:
> > >> >
> > >> > > Exactly and I can confirm that mxmlc is in place.
> > >> > >
> > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev>
> > >> > > napisał(a):
> > >> > >
> > >> > > > You can see from the output that Moonshine is calling the
> command
> > >> line
> > >> > > > scripts in js/bin.
> > >> > > >
> > >> > > > --
> > >> > > > Josh Tynjala
> > >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > >> > > >
> > >> > > >
> > >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> > >> carlosrovira@apache.org>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > Hi Piotr,
> > >> > > > >
> > >> > > > > That was a problem I had with VSCode when started to work on
> fix
> > >> SDK
> > >> > > for
> > >> > > > > IDE.
> > >> > > > > Josh told me that VSCode tries to find that class in
> > >> > /js/lib/mxmlc.jar
> > >> > > > > it needs /js/lib/mxmlc.jar too
> > >> > > > >
> > >> > > > > Maybe Moonshine is looking in other path?
> > >> > > > >
> > >> > > > > Thanks
> > >> > > > >
> > >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > >> > > > > piotrzarzycki21@gmail.com>)
> > >> > > > > escribió:
> > >> > > > >
> > >> > > > > > Hi Carlos,
> > >> > > > > >
> > >> > > > > > I have build on my Mac SDK and tried in Nightly Build of
> > >> > Moonshine. I
> > >> > > > > > cannot build Hello World. I'm getting following error:
> > >> > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > >> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > >> -debug=true
> > >> > > > > > -source-map=true -compiler.targets=JSRoyale
> > >> > > > > >
> > >> >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > >> > > > > > : Using Royale Compiler codebase:
> > >> > > > > >
> > >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >> > > > > > : Using Royale SDK:
> > >> > > > > >
> > >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > >> > > > > > : Error: Could not find or load main class
> > >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > >> > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> > >> carlosrovira@apache.org>
> > >> > > > > > napisał(a):
> > >> > > > > >
> > >> > > > > > > Hi Piotr,
> > >> > > > > > >
> > >> > > > > > > right, are simplified too and does not have any profile or
> > >> > > variable.
> > >> > > > > > >
> > >> > > > > > > "-U clean install" is standard maven commands, nothing to
> do
> > >> with
> > >> > > us
> > >> > > > in
> > >> > > > > > > particular, so you can left that
> > >> > > > > > > "-P main,utils" are not needed anymore, since now there's
> no
> > >> > > > > > > differentiation between a "first build" against rest of
> > >> builds.
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > >> > > > > > >
> > >> > > > > > > > Hi Carlos,
> > >> > > > > > > >
> > >> > > > > > > > Builds for framework is updated. What about compiler and
> > >> > > typedefs ?
> > >> > > > > For
> > >> > > > > > > > compiler on the server we have:
> > >> > > > > > > >
> > >> > > > > > > > -U clean install
> > >> > > > > > > > -P -main,utils
> > >> > > > > > > >
> > >> > > > > > > > It looks like that those profiles also deprecated - can
> > you
> > >> > > > confirm ?
> > >> > > > > > > >
> > >> > > > > > > > Thanks,
> > >> > > > > > > > Piotr
> > >> > > > > > > >
> > >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > >> > carlosrovira@apache.org>
> > >> > > > > > > > napisał(a):
> > >> > > > > > > >
> > >> > > > > > > > > Hi Piotr,
> > >> > > > > > > > >
> > >> > > > > > > > > it surprise me that due all the changes done in maven
> > >> > > builds.a.o
> > >> > > > > was
> > >> > > > > > > not
> > >> > > > > > > > > failing. I've even didn't repare that will need to be
> > >> > updated.
> > >> > > > > > > > >
> > >> > > > > > > > > These profiles does not exist anymore:
> > >> > > > > > > > >
> > >> > > > > > >
> > >> > > > >
> > >> > >
> > >>
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > >> > > > > > > > >
> > >> > > > > > > > > Here's the updated doc for maven simplified [1]
> > >> > > > > > > > >
> > >> > > > > > > > > In sort:
> > >> > > > > > > > >
> > >> > > > > > > > > 1.- Only env var needed in Maven now is
> > >> FLASHPLAYER_DEBUGGER
> > >> > > > > > > > > 2.- Build from an empty repo is now more reliable
> > >> (something
> > >> > > that
> > >> > > > > > was a
> > >> > > > > > > > > real headache)
> > >> > > > > > > > > 3.- Profiles are reduced to:
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > >    - with-ui-testsuite
> > >> > > > > > > > >    - option-with-swf
> > >> > > > > > > > >    - with-examples
> > >> > > > > > > > >    - with-distribution
> > >> > > > > > > > >
> > >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
> > >> > > > > > > > >
> > >> > > > > > > > > [1]
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > >> > > > > > > > >
> > >> > > > > > > > > > Carlos,
> > >> > > > > > > > > >
> > >> > > > > > > > > > What has change more in case of Maven build for
> > >> framework?
> > >> > On
> > >> > > > > > > > builds.a.o
> > >> > > > > > > > > we
> > >> > > > > > > > > > have following command which running royale-asjs. It
> > >> looks
> > >> > > like
> > >> > > > > > > > something
> > >> > > > > > > > > > is missing, cause I have removed locally my
> > >> > org.apache.royale
> > >> > > > > > folder
> > >> > > > > > > > from
> > >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It
> throws
> > >> > > > exception
> > >> > > > > > now.
> > >> > > > > > > > > >
> > >> > > > > > > > > > Could not resolve dependencies for project
> > >> > > > > > > > > >
> > >> > > > > > >
> > >> > > >
> > >> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > >> > > > > > > > > > Failure to find
> > >> > > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > >> > > > > > > > > in
> > >> > > > > > > > > >
> > >> > https://repository.apache.org/content/repositories/snapshots
> > >> > > > was
> > >> > > > > > > > cached
> > >> > > > > > > > > in
> > >> > > > > > > > > > the local repository, resolution will not be
> > reattempted
> > >> > > until
> > >> > > > > the
> > >> > > > > > > > update
> > >> > > > > > > > > > interval of apache-snapshots has elapsed or updates
> > are
> > >> > > forced
> > >> > > > > > > > > >
> > >> > > > > > > > > > Above means that it probably doesn't exists in
> Apache
> > >> Maven
> > >> > > > > > > central...
> > >> > > > > > > > > >
> > >> > > > > > > > > > Command on builds.a.o:
> > >> > > > > > > > > >
> > >> > > > > > > > > > -U
> > >> > > > > > > > > > clean
> > >> > > > > > > > > > deploy
> > >> > > > > > > > > > -P
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > >> > > > > > > > > > -Dgenerate.swf.swcs=true
> > >> > > > > > > > > > -Dgenerate.swf
> > >> > > > > > > > > >
> > >> > > > > > > > > > [1]
> > >> > > > > > >
> > >> > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > >> > > > > > > > > >
> > >> > > > > > > > > > Thanks,
> > >> > > > > > > > > > Piotr
> > >> > > > > > > > > >
> > >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > >> > > > > piotrzarzycki21@gmail.com
> > >> > > > > > >
> > >> > > > > > > > > > napisał(a):
> > >> > > > > > > > > >
> > >> > > > > > > > > > > Ok let's wait to see whether someone actually know
> > >> what
> > >> > is
> > >> > > > the
> > >> > > > > > > > version.
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > >> > > > > carlosrovira@apache.org>
> > >> > > > > > > > > > > napisał(a):
> > >> > > > > > > > > > >
> > >> > > > > > > > > > >> Hi Piotr,
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >> I explained in this thread that I couldn't find
> in
> > >> maven
> > >> > > the
> > >> > > > > > same
> > >> > > > > > > > > exact
> > >> > > > > > > > > > >> version that ANT one, I put the closest in date
> > >> > available
> > >> > > > from
> > >> > > > > > > maven
> > >> > > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to
> > the
> > >> > same
> > >> > > > one
> > >> > > > > > > that
> > >> > > > > > > > > > works.
> > >> > > > > > > > > > >> Other thing is that maybe I fail in the search
> and
> > >> the
> > >> > > > version
> > >> > > > > > > could
> > >> > > > > > > > > > >> exists, in that case hope other can indicate the
> > >> maven
> > >> > > > > > descriptor
> > >> > > > > > > to
> > >> > > > > > > > > > >> update
> > >> > > > > > > > > > >> it.
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >> thanks
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki
> > (<
> > >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >> > Why you didn't use exactly the same version ?
> > Maybe
> > >> > this
> > >> > > > is
> > >> > > > > > the
> > >> > > > > > > > > reason
> > >> > > > > > > > > > >> why
> > >> > > > > > > > > > >> > my application is failing.
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >> > I see this in Maven:
> > >> > > > > > > > > > >> > <dependency>
> > >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > >> > > > > > > > > > >> > <version>v20181210</version>
> > >> > > > > > > > > > >> > </dependency>
> > >> > > > > > > > > > >> > <dependency>
> > >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > >> > > > > > > > > > >> > <artifactId>google-closure-library</artifactId>
> > >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > >> > > > > > > > > > >> > </dependency>
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > >> > > > > > carlosrovira@apache.org
> > >> > > > > > > >
> > >> > > > > > > > > > >> > napisał(a):
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >> > > Hi Alex,
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> > > I didn't put the latest one. Used the closest
> > >> one in
> > >> > > > dates
> > >> > > > > > to
> > >> > > > > > > > the
> > >> > > > > > > > > > one
> > >> > > > > > > > > > >> in
> > >> > > > > > > > > > >> > > ANT. Should be that valid? And how can I
> ensure
> > >> > > > > > compatibility?
> > >> > > > > > > > > Where
> > >> > > > > > > > > > >> to
> > >> > > > > > > > > > >> > > check that?
> > >> > > > > > > > > > >> > > But what I really want to do is update
> > ANT/MAVEN
> > >> to
> > >> > > the
> > >> > > > > same
> > >> > > > > > > one
> > >> > > > > > > > > > that
> > >> > > > > > > > > > >> is
> > >> > > > > > > > > > >> > ok
> > >> > > > > > > > > > >> > > for all of us. We need to ensure one that is
> > >> > available
> > >> > > > for
> > >> > > > > > > both.
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> > > thanks
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > >> > > > > > > > > > >> > >)
> > >> > > > > > > > > > >> > > escribió:
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> > > > You may not want the latest closure
> library.
> > >> You
> > >> > > > > probably
> > >> > > > > > > > want
> > >> > > > > > > > > > one
> > >> > > > > > > > > > >> > that
> > >> > > > > > > > > > >> > > > is compatible with the closure compiler.
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > > HTH,
> > >> > > > > > > > > > >> > > > -Alex
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > >> > > > > > > > carlosrovira@apache.org>
> > >> > > > > > > > > > >> wrote:
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     Hi,
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     Josh discover that there was an issue.
> If
> > >> we
> > >> > > have
> > >> > > > > > > > GOOG_HOME
> > >> > > > > > > > > > env
> > >> > > > > > > > > > >> var
> > >> > > > > > > > > > >> > > the
> > >> > > > > > > > > > >> > > >     maven distribution worked right, but if
> > you
> > >> > > don't
> > >> > > > > > have,
> > >> > > > > > > > > > >> compilation
> > >> > > > > > > > > > >> > > > fails.
> > >> > > > > > > > > > >> > > >     I have it in my system while developing
> > >> this.
> > >> > > So I
> > >> > > > > > just
> > >> > > > > > > > > fixed
> > >> > > > > > > > > > it
> > >> > > > > > > > > > >> > some
> > >> > > > > > > > > > >> > > >     minutes ago.
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     One thing: There's no maven artifact
> for
> > >> the
> > >> > > > > > > > closure-library
> > >> > > > > > > > > > >> > > v20180910
> > >> > > > > > > > > > >> > > > (the
> > >> > > > > > > > > > >> > > >     one used by ANT), next one is
> > >> > > > 0.0-20190213-2033d5d9,
> > >> > > > > > so
> > >> > > > > > > we
> > >> > > > > > > > > > need
> > >> > > > > > > > > > >> to
> > >> > > > > > > > > > >> > > use
> > >> > > > > > > > > > >> > > > that
> > >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad
> trying
> > to
> > >> > find
> > >> > > > the
> > >> > > > > > > > > > >> corresponding
> > >> > > > > > > > > > >> > > > maven
> > >> > > > > > > > > > >> > > >     artifact, so if someone knows, please
> let
> > >> me
> > >> > > > know!).
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213
> too?
> > >> From
> > >> > > now
> > >> > > > > on,
> > >> > > > > > we
> > >> > > > > > > > > > should
> > >> > > > > > > > > > >> > check
> > >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
> > >> artifacts.
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> > piotrzarzycki21@gmail.com
> > >> >
> > >> > > let
> > >> > > > me
> > >> > > > > > > know
> > >> > > > > > > > if
> > >> > > > > > > > > > you
> > >> > > > > > > > > > >> > can
> > >> > > > > > > > > > >> > > > get it
> > >> > > > > > > > > > >> > > >     work with latest changes just done.
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     Thanks
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53,
> Carlos
> > >> > Rovira
> > >> > > > (<
> > >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > >> > > > > > > > > > >> > > >     escribió:
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     > Hi Piotr,
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     > yes, you're using an old command,
> maven
> > >> was
> > >> > > > > > extremely
> > >> > > > > > > > > > >> simplified
> > >> > > > > > > > > > >> > > > thanks to
> > >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months
> > >> ago.
> > >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not exists.
> > >> Check
> > >> > the
> > >> > > > > > > > > instructions
> > >> > > > > > > > > > I
> > >> > > > > > > > > > >> put
> > >> > > > > > > > > > >> > > or
> > >> > > > > > > > > > >> > > > go to
> > >> > > > > > > > > > >> > > >     > the updated docs here [1]. I updated
> > that
> > >> > page
> > >> > > > to
> > >> > > > > > have
> > >> > > > > > > > all
> > >> > > > > > > > > > the
> > >> > > > > > > > > > >> > > > latest valid
> > >> > > > > > > > > > >> > > >     > info.
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work soon
> in
> > >> more
> > >> > > > > > > > improvements:
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for
> js-only
> > >> > (just
> > >> > > > > > removing
> > >> > > > > > > > > > >> > > > -option-with-swf
> > >> > > > > > > > > > >> > > >     > that now is required)
> > >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > >> > > > > > > > > > >> > > >     > 3.- Simplify release process based
> on 2
> > >> (and
> > >> > > yes
> > >> > > > > > > having
> > >> > > > > > > > > ANT
> > >> > > > > > > > > > >> into
> > >> > > > > > > > > > >> > > > account)
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     > I will want to release every 1 to 2
> > >> month.
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     > [1]
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40,
> > Piotr
> > >> > > > Zarzycki
> > >> > > > > (<
> > >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> escribió:
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I
> didn't
> > >> > catch
> > >> > > up
> > >> > > > > > full
> > >> > > > > > > > > > >> > instruction.
> > >> > > > > > > > > > >> > > > Let me
> > >> > > > > > > > > > >> > > >     >> try again.
> > >> > > > > > > > > > >> > > >     >>
> > >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr
> > Zarzycki
> > >> <
> > >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > >> > > > > > > > > > >> > > >     >> napisał(a):
> > >> > > > > > > > > > >> > > >     >>
> > >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on my
> Mac
> > >> > > > > distribution
> > >> > > > > > is
> > >> > > > > > > > not
> > >> > > > > > > > > > >> > > > generated. :/
> > >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> > successfully,
> > >> > but
> > >> > > > > > without
> > >> > > > > > > > > > >> > distribution.
> > >> > > > > > > > > > >> > > > I don't
> > >> > > > > > > > > > >> > > >     >> > have any errors.
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
> > >> > > > > -Drat.skip=true
> > >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >>
> > >> > > > > > > >
> > >> > > >
> > >> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> > Thanks,
> > >> > > > > > > > > > >> > > >     >> > Piotr
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos
> > >> Rovira <
> > >> > > > > > > > > > >> > carlosrovira@apache.org
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     >> > napisał(a):
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >> all this does not affect FB, so
> > don't
> > >> > > worry
> > >> > > > > > about
> > >> > > > > > > > it.
> > >> > > > > > > > > > But
> > >> > > > > > > > > > >> we
> > >> > > > > > > > > > >> > > > hope you
> > >> > > > > > > > > > >> > > >     >> try
> > >> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE in
> the
> > >> > > future!
> > >> > > > ;)
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >> Carlos
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las
> 12:26,
> > >> > Antonis
> > >> > > > > > > Kalodimos
> > >> > > > > > > > > (<
> > >> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>)
> > >> escribió:
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >> > This sounds good news for
> someone
> > >> to
> > >> > be
> > >> > > > > > involved
> > >> > > > > > > > > with
> > >> > > > > > > > > > >> > royale.
> > >> > > > > > > > > > >> > > >     >> >> > Please i someone of you who
> know
> > >> the
> > >> > > > > > > requirements
> > >> > > > > > > > > > don't
> > >> > > > > > > > > > >> > break
> > >> > > > > > > > > > >> > > > the
> > >> > > > > > > > > > >> > > >     >> royale
> > >> > > > > > > > > > >> > > >     >> >> > ability to be used and in the
> > >> > > > flashbuilder.
> > >> > > > > > Even
> > >> > > > > > > > it
> > >> > > > > > > > > is
> > >> > > > > > > > > > >> old
> > >> > > > > > > > > > >> > > is a
> > >> > > > > > > > > > >> > > >     >> >> standard i
> > >> > > > > > > > > > >> > > >     >> >> > think for the old users that
> are
> > >> > > searching
> > >> > > > > > where
> > >> > > > > > > > to
> > >> > > > > > > > > > jump
> > >> > > > > > > > > > >> > for
> > >> > > > > > > > > > >> > > > upgrade
> > >> > > > > > > > > > >> > > >     >> >> their
> > >> > > > > > > > > > >> > > >     >> >> > apps
> > >> > > > > > > > > > >> > > >     >> >> >
> > >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the great
> job
> > >> that
> > >> > > you
> > >> > > > > are
> > >> > > > > > > > > doing.
> > >> > > > > > > > > > >> > > >     >> >> >
> > >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15
> > >> μ.μ.,
> > >> > > ο/η
> > >> > > > > > Piotr
> > >> > > > > > > > > > >> Zarzycki <
> > >> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com>
> > έγραψε:
> > >> > > > > > > > > > >> > > >     >> >> >
> > >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you provide
> on
> > >> > mailing
> > >> > > > > list
> > >> > > > > > > > > command
> > >> > > > > > > > > > to
> > >> > > > > > > > > > >> > > build
> > >> > > > > > > > > > >> > > >     >> framework
> > >> > > > > > > > > > >> > > >     >> >> > with
> > >> > > > > > > > > > >> > > >     >> >> > > distribution, so users could
> > know
> > >> > how
> > >> > > to
> > >> > > > > do
> > >> > > > > > > > that.
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > >> > > > > > > > > > >> > > >     >> >> > > Piotr
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12
> Carlos
> > >> > > Rovira <
> > >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
> > >> distribution,
> > >> > > and
> > >> > > > > now
> > >> > > > > > > it
> > >> > > > > > > > > > >> creates a
> > >> > > > > > > > > > >> > > > valid SDK
> > >> > > > > > > > > > >> > > >     >> >> that
> > >> > > > > > > > > > >> > > >     >> >> > > can
> > >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I think
> > this
> > >> > is a
> > >> > > > > long
> > >> > > > > > > > > awaited
> > >> > > > > > > > > > >> fix.
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
> > >> distribution
> > >> > > the
> > >> > > > > > > > generated
> > >> > > > > > > > > > SDK
> > >> > > > > > > > > > >> > > > allows you
> > >> > > > > > > > > > >> > > >     >> to
> > >> > > > > > > > > > >> > > >     >> >> get
> > >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and IDEs
> > can
> > >> > find
> > >> > > > > > > compilers
> > >> > > > > > > > > and
> > >> > > > > > > > > > >> use
> > >> > > > > > > > > > >> > it
> > >> > > > > > > > > > >> > > > to get a
> > >> > > > > > > > > > >> > > >     >> >> valid
> > >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried only
> > >> VSCode
> > >> > > with
> > >> > > > > Josh
> > >> > > > > > > > > > AS3&MXML
> > >> > > > > > > > > > >> > > > extension,
> > >> > > > > > > > > > >> > > >     >> hope
> > >> > > > > > > > > > >> > > >     >> >> > > others
> > >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can provide
> > >> > > feedback.
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get the
> > normal
> > >> > > maven
> > >> > > > > way
> > >> > > > > > of
> > >> > > > > > > > > build
> > >> > > > > > > > > > >> with
> > >> > > > > > > > > > >> > > > "mvn
> > >> > > > > > > > > > >> > > >     >> >> install"
> > >> > > > > > > > > > >> > > >     >> >> > > that
> > >> > > > > > > > > > >> > > >     >> >> > > > will be more near to your
> > >> deploy
> > >> > > > needs.
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven does
> > not
> > >> > need
> > >> > > to
> > >> > > > > use
> > >> > > > > > > ANT
> > >> > > > > > > > > > >> anymore
> > >> > > > > > > > > > >> > to
> > >> > > > > > > > > > >> > > >     >> generate a
> > >> > > > > > > > > > >> > > >     >> >> > > valid
> > >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally to
> > have
> > >> > two
> > >> > > > > > > > independent
> > >> > > > > > > > > > >> ways of
> > >> > > > > > > > > > >> > > > building
> > >> > > > > > > > > > >> > > >     >> >> > > separated
> > >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some refining
> > >> this
> > >> > > days
> > >> > > > > with
> > >> > > > > > > > > > >> classpaths
> > >> > > > > > > > > > >> > > > since I
> > >> > > > > > > > > > >> > > >     >> left
> > >> > > > > > > > > > >> > > >     >> >> some
> > >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded that I
> > want
> > >> to
> > >> > > > remove
> > >> > > > > > to
> > >> > > > > > > > make
> > >> > > > > > > > > > it
> > >> > > > > > > > > > >> > valid
> > >> > > > > > > > > > >> > > > as we
> > >> > > > > > > > > > >> > > >     >> >> change
> > >> > > > > > > > > > >> > > >     >> >> > > > versions.
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven
> docs
> > to
> > >> > > > reflect
> > >> > > > > > this
> > >> > > > > > > > > > change.
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > > --
> > >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > > >
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> > > --
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >     >> >> > > <
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > > >*
> > >> > > > > > > > > > >> > > >     >> >> > >
> > >> > > > > > > > > > >> > > >     >> >> >
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >> --
> > >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >     >> >>
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> > --
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >> > Patreon: *
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >     >> > <
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > > >*
> > >> > > > > > > > > > >> > > >     >> >
> > >> > > > > > > > > > >> > > >     >>
> > >> > > > > > > > > > >> > > >     >>
> > >> > > > > > > > > > >> > > >     >> --
> > >> > > > > > > > > > >> > > >     >>
> > >> > > > > > > > > > >> > > >     >> Piotr Zarzycki
> > >> > > > > > > > > > >> > > >     >>
> > >> > > > > > > > > > >> > > >     >> Patreon: *
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >     >> <
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > > >*
> > >> > > > > > > > > > >> > > >     >>
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     > --
> > >> > > > > > > > > > >> > > >     > Carlos Rovira
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >     >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >     --
> > >> > > > > > > > > > >> > > >     Carlos Rovira
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > > >
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> > > --
> > >> > > > > > > > > > >> > > Carlos Rovira
> > >> > > > > > > > > > >> > > http://about.me/carlosrovira
> > >> > > > > > > > > > >> > >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >> > --
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >> > Piotr Zarzycki
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >> > Patreon: *
> https://www.patreon.com/piotrzarzycki
> > >> > > > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > >> > > > > > > > > > >> >
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >> --
> > >> > > > > > > > > > >> Carlos Rovira
> > >> > > > > > > > > > >> http://about.me/carlosrovira
> > >> > > > > > > > > > >>
> > >> > > > > > > > > > >
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > --
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > Piotr Zarzycki
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > >> > > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > >> > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > > --
> > >> > > > > > > > > >
> > >> > > > > > > > > > Piotr Zarzycki
> > >> > > > > > > > > >
> > >> > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > >> > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > --
> > >> > > > > > > > > Carlos Rovira
> > >> > > > > > > > > http://about.me/carlosrovira
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > --
> > >> > > > > > > >
> > >> > > > > > > > Piotr Zarzycki
> > >> > > > > > > >
> > >> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > >> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > --
> > >> > > > > > > Carlos Rovira
> > >> > > > > > > http://about.me/carlosrovira
> > >> > > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > --
> > >> > > > > >
> > >> > > > > > Piotr Zarzycki
> > >> > > > > >
> > >> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > >> > > > > > <https://www.patreon.com/piotrzarzycki>*
> > >> > > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Carlos Rovira
> > >> > > > > http://about.me/carlosrovira
> > >> > > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > >
> > >> > > Piotr Zarzycki
> > >> > >
> > >> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > >> > > <https://www.patreon.com/piotrzarzycki>*
> > >> > >
> > >> >
> > >> >
> > >> > --
> > >> > Carlos Rovira
> > >> > http://about.me/carlosrovira
> > >> >
> > >>
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> > >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

so I think you're a bit closer (not farther ;)), since compiler was found.
Now is a matter to find what's missing.
What's curious for me is VSCode recognizes but Moonshine not. I think the
problem is each IDE is looking at different things to match a valid SDK,
and maybe even we could be setting duplicate artifacts in the SDK so VSCode
finds all but Moonshine not.
I'll be setup Moonshine as I have time to try it.
I think you plan to launch a new one soon right? should I wait for it?

Thanks


El jue., 6 feb. 2020 a las 7:53, Piotr Zarzycki (<pi...@gmail.com>)
escribió:

> Hi Carlos,
>
> I just tried your changes and I'm a bit farther. Now I'm getting following
> errors. It's throwing that errors cause in JS only binaries prepared by ant
> we have in following location
> /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
> playerglobal.swc, so distribution should probably have the same.
>
>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > -source-map=true -compiler.targets=JSRoyale
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > : Using Royale Compiler codebase:
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > : Using Royale SDK:
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > : MXMLJSC
> > :
> >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> > :
> >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> > : -debug=true
> > : -source-map=true
> > : -compiler.targets=JSRoyale
> > : -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> > col: 0 Error: unable to open
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > (line: 74)
> > :       </external-library-path>
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > col: 0 Error: unable to open
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > (line: 81)
> > :       </js-external-library-path>
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> > col: 0 Error: unable to open
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > (line: 81)
> > :       </js-external-library-path>
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> > col: 0 Error: unable to open
> >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> > :
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> > (line: 99)
> > :       </library-path>
> > : 1.034449561 seconds
>
>
> Thanks,
> Piotr
>
> czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Thanks Josh for pointing that out I think I got it.
> >
> > @Piotr Zarzycki <pi...@gmail.com> please try with my latest
> > commit. I couldn't test myself, but I think it should work now for
> > Moonshine.
> > VSCode still work with this changes.
> >
> > Thanks
> >
> > Carlos
> >
> >
> >
> > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> joshtynjala@bowlerhat.dev>)
> > escribió:
> >
> >> If I had to guess, this classpath is wrong:
> >>
> >> <Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
> >> Class-Path>
> >>
> >>
> >>
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
> >>
> >> I think that the names of those JAR files all include a version number
> in
> >> the Maven distribution.
> >>
> >> --
> >> Josh Tynjala
> >> Bowler Hat LLC <https://bowlerhat.dev>
> >>
> >>
> >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <ca...@apache.org>
> >> wrote:
> >>
> >> > ok didn't notice.
> >> > So maybe is a classpath problem?
> >> > It's clear that VSCode goes to the same place and find it since mxmlc
> >> is a
> >> > dummy jar that has exactly that class, but Moonshine goes and didn't
> >> find
> >> > it.
> >> > If not any clue what could be happening?
> >> > Thanks
> >> >
> >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> >> > piotrzarzycki21@gmail.com>)
> >> > escribió:
> >> >
> >> > > Exactly and I can confirm that mxmlc is in place.
> >> > >
> >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev>
> >> > > napisał(a):
> >> > >
> >> > > > You can see from the output that Moonshine is calling the command
> >> line
> >> > > > scripts in js/bin.
> >> > > >
> >> > > > --
> >> > > > Josh Tynjala
> >> > > > Bowler Hat LLC <https://bowlerhat.dev>
> >> > > >
> >> > > >
> >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> >> carlosrovira@apache.org>
> >> > > > wrote:
> >> > > >
> >> > > > > Hi Piotr,
> >> > > > >
> >> > > > > That was a problem I had with VSCode when started to work on fix
> >> SDK
> >> > > for
> >> > > > > IDE.
> >> > > > > Josh told me that VSCode tries to find that class in
> >> > /js/lib/mxmlc.jar
> >> > > > > it needs /js/lib/mxmlc.jar too
> >> > > > >
> >> > > > > Maybe Moonshine is looking in other path?
> >> > > > >
> >> > > > > Thanks
> >> > > > >
> >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> >> > > > > piotrzarzycki21@gmail.com>)
> >> > > > > escribió:
> >> > > > >
> >> > > > > > Hi Carlos,
> >> > > > > >
> >> > > > > > I have build on my Mac SDK and tried in Nightly Build of
> >> > Moonshine. I
> >> > > > > > cannot build Hello World. I'm getting following error:
> >> > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> >> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> >> -debug=true
> >> > > > > > -source-map=true -compiler.targets=JSRoyale
> >> > > > > >
> >> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> >> > > > > > : Using Royale Compiler codebase:
> >> > > > > >
> >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >> > > > > > : Using Royale SDK:
> >> > > > > >
> >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> >> > > > > > : Error: Could not find or load main class
> >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> >> > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
> >> carlosrovira@apache.org>
> >> > > > > > napisał(a):
> >> > > > > >
> >> > > > > > > Hi Piotr,
> >> > > > > > >
> >> > > > > > > right, are simplified too and does not have any profile or
> >> > > variable.
> >> > > > > > >
> >> > > > > > > "-U clean install" is standard maven commands, nothing to do
> >> with
> >> > > us
> >> > > > in
> >> > > > > > > particular, so you can left that
> >> > > > > > > "-P main,utils" are not needed anymore, since now there's no
> >> > > > > > > differentiation between a "first build" against rest of
> >> builds.
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> >> > > > > > >
> >> > > > > > > > Hi Carlos,
> >> > > > > > > >
> >> > > > > > > > Builds for framework is updated. What about compiler and
> >> > > typedefs ?
> >> > > > > For
> >> > > > > > > > compiler on the server we have:
> >> > > > > > > >
> >> > > > > > > > -U clean install
> >> > > > > > > > -P -main,utils
> >> > > > > > > >
> >> > > > > > > > It looks like that those profiles also deprecated - can
> you
> >> > > > confirm ?
> >> > > > > > > >
> >> > > > > > > > Thanks,
> >> > > > > > > > Piotr
> >> > > > > > > >
> >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> >> > carlosrovira@apache.org>
> >> > > > > > > > napisał(a):
> >> > > > > > > >
> >> > > > > > > > > Hi Piotr,
> >> > > > > > > > >
> >> > > > > > > > > it surprise me that due all the changes done in maven
> >> > > builds.a.o
> >> > > > > was
> >> > > > > > > not
> >> > > > > > > > > failing. I've even didn't repare that will need to be
> >> > updated.
> >> > > > > > > > >
> >> > > > > > > > > These profiles does not exist anymore:
> >> > > > > > > > >
> >> > > > > > >
> >> > > > >
> >> > >
> >>
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> >> > > > > > > > >
> >> > > > > > > > > Here's the updated doc for maven simplified [1]
> >> > > > > > > > >
> >> > > > > > > > > In sort:
> >> > > > > > > > >
> >> > > > > > > > > 1.- Only env var needed in Maven now is
> >> FLASHPLAYER_DEBUGGER
> >> > > > > > > > > 2.- Build from an empty repo is now more reliable
> >> (something
> >> > > that
> >> > > > > > was a
> >> > > > > > > > > real headache)
> >> > > > > > > > > 3.- Profiles are reduced to:
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >    - with-ui-testsuite
> >> > > > > > > > >    - option-with-swf
> >> > > > > > > > >    - with-examples
> >> > > > > > > > >    - with-distribution
> >> > > > > > > > >
> >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
> >> > > > > > > > >
> >> > > > > > > > > [1]
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> >> > > > > > > > >
> >> > > > > > > > > > Carlos,
> >> > > > > > > > > >
> >> > > > > > > > > > What has change more in case of Maven build for
> >> framework?
> >> > On
> >> > > > > > > > builds.a.o
> >> > > > > > > > > we
> >> > > > > > > > > > have following command which running royale-asjs. It
> >> looks
> >> > > like
> >> > > > > > > > something
> >> > > > > > > > > > is missing, cause I have removed locally my
> >> > org.apache.royale
> >> > > > > > folder
> >> > > > > > > > from
> >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It throws
> >> > > > exception
> >> > > > > > now.
> >> > > > > > > > > >
> >> > > > > > > > > > Could not resolve dependencies for project
> >> > > > > > > > > >
> >> > > > > > >
> >> > > >
> >> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> >> > > > > > > > > > Failure to find
> >> > > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> >> > > > > > > > > in
> >> > > > > > > > > >
> >> > https://repository.apache.org/content/repositories/snapshots
> >> > > > was
> >> > > > > > > > cached
> >> > > > > > > > > in
> >> > > > > > > > > > the local repository, resolution will not be
> reattempted
> >> > > until
> >> > > > > the
> >> > > > > > > > update
> >> > > > > > > > > > interval of apache-snapshots has elapsed or updates
> are
> >> > > forced
> >> > > > > > > > > >
> >> > > > > > > > > > Above means that it probably doesn't exists in Apache
> >> Maven
> >> > > > > > > central...
> >> > > > > > > > > >
> >> > > > > > > > > > Command on builds.a.o:
> >> > > > > > > > > >
> >> > > > > > > > > > -U
> >> > > > > > > > > > clean
> >> > > > > > > > > > deploy
> >> > > > > > > > > > -P
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> >> > > > > > > > > > -Dgenerate.swf.swcs=true
> >> > > > > > > > > > -Dgenerate.swf
> >> > > > > > > > > >
> >> > > > > > > > > > [1]
> >> > > > > > >
> >> > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> >> > > > > > > > > >
> >> > > > > > > > > > Thanks,
> >> > > > > > > > > > Piotr
> >> > > > > > > > > >
> >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> >> > > > > piotrzarzycki21@gmail.com
> >> > > > > > >
> >> > > > > > > > > > napisał(a):
> >> > > > > > > > > >
> >> > > > > > > > > > > Ok let's wait to see whether someone actually know
> >> what
> >> > is
> >> > > > the
> >> > > > > > > > version.
> >> > > > > > > > > > >
> >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> >> > > > > carlosrovira@apache.org>
> >> > > > > > > > > > > napisał(a):
> >> > > > > > > > > > >
> >> > > > > > > > > > >> Hi Piotr,
> >> > > > > > > > > > >>
> >> > > > > > > > > > >> I explained in this thread that I couldn't find in
> >> maven
> >> > > the
> >> > > > > > same
> >> > > > > > > > > exact
> >> > > > > > > > > > >> version that ANT one, I put the closest in date
> >> > available
> >> > > > from
> >> > > > > > > maven
> >> > > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to
> the
> >> > same
> >> > > > one
> >> > > > > > > that
> >> > > > > > > > > > works.
> >> > > > > > > > > > >> Other thing is that maybe I fail in the search and
> >> the
> >> > > > version
> >> > > > > > > could
> >> > > > > > > > > > >> exists, in that case hope other can indicate the
> >> maven
> >> > > > > > descriptor
> >> > > > > > > to
> >> > > > > > > > > > >> update
> >> > > > > > > > > > >> it.
> >> > > > > > > > > > >>
> >> > > > > > > > > > >> thanks
> >> > > > > > > > > > >>
> >> > > > > > > > > > >>
> >> > > > > > > > > > >>
> >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki
> (<
> >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> >> > > > > > > > > > >>
> >> > > > > > > > > > >> > Why you didn't use exactly the same version ?
> Maybe
> >> > this
> >> > > > is
> >> > > > > > the
> >> > > > > > > > > reason
> >> > > > > > > > > > >> why
> >> > > > > > > > > > >> > my application is failing.
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >> > I see this in Maven:
> >> > > > > > > > > > >> > <dependency>
> >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> >> > > > > > > > > > >> > <version>v20181210</version>
> >> > > > > > > > > > >> > </dependency>
> >> > > > > > > > > > >> > <dependency>
> >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> >> > > > > > > > > > >> > <artifactId>google-closure-library</artifactId>
> >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> >> > > > > > > > > > >> > </dependency>
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> >> > > > > > carlosrovira@apache.org
> >> > > > > > > >
> >> > > > > > > > > > >> > napisał(a):
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >> > > Hi Alex,
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> > > I didn't put the latest one. Used the closest
> >> one in
> >> > > > dates
> >> > > > > > to
> >> > > > > > > > the
> >> > > > > > > > > > one
> >> > > > > > > > > > >> in
> >> > > > > > > > > > >> > > ANT. Should be that valid? And how can I ensure
> >> > > > > > compatibility?
> >> > > > > > > > > Where
> >> > > > > > > > > > >> to
> >> > > > > > > > > > >> > > check that?
> >> > > > > > > > > > >> > > But what I really want to do is update
> ANT/MAVEN
> >> to
> >> > > the
> >> > > > > same
> >> > > > > > > one
> >> > > > > > > > > > that
> >> > > > > > > > > > >> is
> >> > > > > > > > > > >> > ok
> >> > > > > > > > > > >> > > for all of us. We need to ensure one that is
> >> > available
> >> > > > for
> >> > > > > > > both.
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> > > thanks
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> >> > > > > > > > > > >> (<aharui@adobe.com.invalid
> >> > > > > > > > > > >> > >)
> >> > > > > > > > > > >> > > escribió:
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> > > > You may not want the latest closure library.
> >> You
> >> > > > > probably
> >> > > > > > > > want
> >> > > > > > > > > > one
> >> > > > > > > > > > >> > that
> >> > > > > > > > > > >> > > > is compatible with the closure compiler.
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > > HTH,
> >> > > > > > > > > > >> > > > -Alex
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> >> > > > > > > > carlosrovira@apache.org>
> >> > > > > > > > > > >> wrote:
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     Hi,
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     Josh discover that there was an issue. If
> >> we
> >> > > have
> >> > > > > > > > GOOG_HOME
> >> > > > > > > > > > env
> >> > > > > > > > > > >> var
> >> > > > > > > > > > >> > > the
> >> > > > > > > > > > >> > > >     maven distribution worked right, but if
> you
> >> > > don't
> >> > > > > > have,
> >> > > > > > > > > > >> compilation
> >> > > > > > > > > > >> > > > fails.
> >> > > > > > > > > > >> > > >     I have it in my system while developing
> >> this.
> >> > > So I
> >> > > > > > just
> >> > > > > > > > > fixed
> >> > > > > > > > > > it
> >> > > > > > > > > > >> > some
> >> > > > > > > > > > >> > > >     minutes ago.
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     One thing: There's no maven artifact for
> >> the
> >> > > > > > > > closure-library
> >> > > > > > > > > > >> > > v20180910
> >> > > > > > > > > > >> > > > (the
> >> > > > > > > > > > >> > > >     one used by ANT), next one is
> >> > > > 0.0-20190213-2033d5d9,
> >> > > > > > so
> >> > > > > > > we
> >> > > > > > > > > > need
> >> > > > > > > > > > >> to
> >> > > > > > > > > > >> > > use
> >> > > > > > > > > > >> > > > that
> >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad trying
> to
> >> > find
> >> > > > the
> >> > > > > > > > > > >> corresponding
> >> > > > > > > > > > >> > > > maven
> >> > > > > > > > > > >> > > >     artifact, so if someone knows, please let
> >> me
> >> > > > know!).
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213 too?
> >> From
> >> > > now
> >> > > > > on,
> >> > > > > > we
> >> > > > > > > > > > should
> >> > > > > > > > > > >> > check
> >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
> >> artifacts.
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> >> >
> >> > > let
> >> > > > me
> >> > > > > > > know
> >> > > > > > > > if
> >> > > > > > > > > > you
> >> > > > > > > > > > >> > can
> >> > > > > > > > > > >> > > > get it
> >> > > > > > > > > > >> > > >     work with latest changes just done.
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     Thanks
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos
> >> > Rovira
> >> > > > (<
> >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> >> > > > > > > > > > >> > > >     escribió:
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     > Hi Piotr,
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     > yes, you're using an old command, maven
> >> was
> >> > > > > > extremely
> >> > > > > > > > > > >> simplified
> >> > > > > > > > > > >> > > > thanks to
> >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months
> >> ago.
> >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not exists.
> >> Check
> >> > the
> >> > > > > > > > > instructions
> >> > > > > > > > > > I
> >> > > > > > > > > > >> put
> >> > > > > > > > > > >> > > or
> >> > > > > > > > > > >> > > > go to
> >> > > > > > > > > > >> > > >     > the updated docs here [1]. I updated
> that
> >> > page
> >> > > > to
> >> > > > > > have
> >> > > > > > > > all
> >> > > > > > > > > > the
> >> > > > > > > > > > >> > > > latest valid
> >> > > > > > > > > > >> > > >     > info.
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work soon in
> >> more
> >> > > > > > > > improvements:
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for js-only
> >> > (just
> >> > > > > > removing
> >> > > > > > > > > > >> > > > -option-with-swf
> >> > > > > > > > > > >> > > >     > that now is required)
> >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> >> > > > > > > > > > >> > > >     > 3.- Simplify release process based on 2
> >> (and
> >> > > yes
> >> > > > > > > having
> >> > > > > > > > > ANT
> >> > > > > > > > > > >> into
> >> > > > > > > > > > >> > > > account)
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     > I will want to release every 1 to 2
> >> month.
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     > [1]
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40,
> Piotr
> >> > > > Zarzycki
> >> > > > > (<
> >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I didn't
> >> > catch
> >> > > up
> >> > > > > > full
> >> > > > > > > > > > >> > instruction.
> >> > > > > > > > > > >> > > > Let me
> >> > > > > > > > > > >> > > >     >> try again.
> >> > > > > > > > > > >> > > >     >>
> >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr
> Zarzycki
> >> <
> >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> >> > > > > > > > > > >> > > >     >> napisał(a):
> >> > > > > > > > > > >> > > >     >>
> >> > > > > > > > > > >> > > >     >> > Hi Carlos,
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on my Mac
> >> > > > > distribution
> >> > > > > > is
> >> > > > > > > > not
> >> > > > > > > > > > >> > > > generated. :/
> >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> successfully,
> >> > but
> >> > > > > > without
> >> > > > > > > > > > >> > distribution.
> >> > > > > > > > > > >> > > > I don't
> >> > > > > > > > > > >> > > >     >> > have any errors.
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
> >> > > > > -Drat.skip=true
> >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >>
> >> > > > > > > >
> >> > > >
> >> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> > Thanks,
> >> > > > > > > > > > >> > > >     >> > Piotr
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos
> >> Rovira <
> >> > > > > > > > > > >> > carlosrovira@apache.org
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     >> > napisał(a):
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >> all this does not affect FB, so
> don't
> >> > > worry
> >> > > > > > about
> >> > > > > > > > it.
> >> > > > > > > > > > But
> >> > > > > > > > > > >> we
> >> > > > > > > > > > >> > > > hope you
> >> > > > > > > > > > >> > > >     >> try
> >> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE in the
> >> > > future!
> >> > > > ;)
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >> Carlos
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26,
> >> > Antonis
> >> > > > > > > Kalodimos
> >> > > > > > > > > (<
> >> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>)
> >> escribió:
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >> > This sounds good news for someone
> >> to
> >> > be
> >> > > > > > involved
> >> > > > > > > > > with
> >> > > > > > > > > > >> > royale.
> >> > > > > > > > > > >> > > >     >> >> > Please i someone of you who know
> >> the
> >> > > > > > > requirements
> >> > > > > > > > > > don't
> >> > > > > > > > > > >> > break
> >> > > > > > > > > > >> > > > the
> >> > > > > > > > > > >> > > >     >> royale
> >> > > > > > > > > > >> > > >     >> >> > ability to be used and in the
> >> > > > flashbuilder.
> >> > > > > > Even
> >> > > > > > > > it
> >> > > > > > > > > is
> >> > > > > > > > > > >> old
> >> > > > > > > > > > >> > > is a
> >> > > > > > > > > > >> > > >     >> >> standard i
> >> > > > > > > > > > >> > > >     >> >> > think for the old users that are
> >> > > searching
> >> > > > > > where
> >> > > > > > > > to
> >> > > > > > > > > > jump
> >> > > > > > > > > > >> > for
> >> > > > > > > > > > >> > > > upgrade
> >> > > > > > > > > > >> > > >     >> >> their
> >> > > > > > > > > > >> > > >     >> >> > apps
> >> > > > > > > > > > >> > > >     >> >> >
> >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the great job
> >> that
> >> > > you
> >> > > > > are
> >> > > > > > > > > doing.
> >> > > > > > > > > > >> > > >     >> >> >
> >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15
> >> μ.μ.,
> >> > > ο/η
> >> > > > > > Piotr
> >> > > > > > > > > > >> Zarzycki <
> >> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com>
> έγραψε:
> >> > > > > > > > > > >> > > >     >> >> >
> >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you provide on
> >> > mailing
> >> > > > > list
> >> > > > > > > > > command
> >> > > > > > > > > > to
> >> > > > > > > > > > >> > > build
> >> > > > > > > > > > >> > > >     >> framework
> >> > > > > > > > > > >> > > >     >> >> > with
> >> > > > > > > > > > >> > > >     >> >> > > distribution, so users could
> know
> >> > how
> >> > > to
> >> > > > > do
> >> > > > > > > > that.
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> > > Thanks,
> >> > > > > > > > > > >> > > >     >> >> > > Piotr
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos
> >> > > Rovira <
> >> > > > > > > > > > >> > > > carlosrovira@apache.org>
> >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> > > > Hi,
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
> >> distribution,
> >> > > and
> >> > > > > now
> >> > > > > > > it
> >> > > > > > > > > > >> creates a
> >> > > > > > > > > > >> > > > valid SDK
> >> > > > > > > > > > >> > > >     >> >> that
> >> > > > > > > > > > >> > > >     >> >> > > can
> >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I think
> this
> >> > is a
> >> > > > > long
> >> > > > > > > > > awaited
> >> > > > > > > > > > >> fix.
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
> >> distribution
> >> > > the
> >> > > > > > > > generated
> >> > > > > > > > > > SDK
> >> > > > > > > > > > >> > > > allows you
> >> > > > > > > > > > >> > > >     >> to
> >> > > > > > > > > > >> > > >     >> >> get
> >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and IDEs
> can
> >> > find
> >> > > > > > > compilers
> >> > > > > > > > > and
> >> > > > > > > > > > >> use
> >> > > > > > > > > > >> > it
> >> > > > > > > > > > >> > > > to get a
> >> > > > > > > > > > >> > > >     >> >> valid
> >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried only
> >> VSCode
> >> > > with
> >> > > > > Josh
> >> > > > > > > > > > AS3&MXML
> >> > > > > > > > > > >> > > > extension,
> >> > > > > > > > > > >> > > >     >> hope
> >> > > > > > > > > > >> > > >     >> >> > > others
> >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can provide
> >> > > feedback.
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get the
> normal
> >> > > maven
> >> > > > > way
> >> > > > > > of
> >> > > > > > > > > build
> >> > > > > > > > > > >> with
> >> > > > > > > > > > >> > > > "mvn
> >> > > > > > > > > > >> > > >     >> >> install"
> >> > > > > > > > > > >> > > >     >> >> > > that
> >> > > > > > > > > > >> > > >     >> >> > > > will be more near to your
> >> deploy
> >> > > > needs.
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven does
> not
> >> > need
> >> > > to
> >> > > > > use
> >> > > > > > > ANT
> >> > > > > > > > > > >> anymore
> >> > > > > > > > > > >> > to
> >> > > > > > > > > > >> > > >     >> generate a
> >> > > > > > > > > > >> > > >     >> >> > > valid
> >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally to
> have
> >> > two
> >> > > > > > > > independent
> >> > > > > > > > > > >> ways of
> >> > > > > > > > > > >> > > > building
> >> > > > > > > > > > >> > > >     >> >> > > separated
> >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some refining
> >> this
> >> > > days
> >> > > > > with
> >> > > > > > > > > > >> classpaths
> >> > > > > > > > > > >> > > > since I
> >> > > > > > > > > > >> > > >     >> left
> >> > > > > > > > > > >> > > >     >> >> some
> >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded that I
> want
> >> to
> >> > > > remove
> >> > > > > > to
> >> > > > > > > > make
> >> > > > > > > > > > it
> >> > > > > > > > > > >> > valid
> >> > > > > > > > > > >> > > > as we
> >> > > > > > > > > > >> > > >     >> >> change
> >> > > > > > > > > > >> > > >     >> >> > > > versions.
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs
> to
> >> > > > reflect
> >> > > > > > this
> >> > > > > > > > > > change.
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > > --
> >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > > >
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> > > --
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >     >> >> > > <
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > > > > > > > > >> > > > >*
> >> > > > > > > > > > >> > > >     >> >> > >
> >> > > > > > > > > > >> > > >     >> >> >
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >> --
> >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >     >> >>
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> > --
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >> > Patreon: *
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >     >> > <
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > > > > > > > > >> > > > >*
> >> > > > > > > > > > >> > > >     >> >
> >> > > > > > > > > > >> > > >     >>
> >> > > > > > > > > > >> > > >     >>
> >> > > > > > > > > > >> > > >     >> --
> >> > > > > > > > > > >> > > >     >>
> >> > > > > > > > > > >> > > >     >> Piotr Zarzycki
> >> > > > > > > > > > >> > > >     >>
> >> > > > > > > > > > >> > > >     >> Patreon: *
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >     >> <
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> >> > > > > > > > > > >> > > > >*
> >> > > > > > > > > > >> > > >     >>
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     > --
> >> > > > > > > > > > >> > > >     > Carlos Rovira
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >     >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >     --
> >> > > > > > > > > > >> > > >     Carlos Rovira
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > > >
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> > > --
> >> > > > > > > > > > >> > > Carlos Rovira
> >> > > > > > > > > > >> > > http://about.me/carlosrovira
> >> > > > > > > > > > >> > >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >> > --
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >> > Piotr Zarzycki
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > > > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> >> > > > > > > > > > >> >
> >> > > > > > > > > > >>
> >> > > > > > > > > > >>
> >> > > > > > > > > > >> --
> >> > > > > > > > > > >> Carlos Rovira
> >> > > > > > > > > > >> http://about.me/carlosrovira
> >> > > > > > > > > > >>
> >> > > > > > > > > > >
> >> > > > > > > > > > >
> >> > > > > > > > > > > --
> >> > > > > > > > > > >
> >> > > > > > > > > > > Piotr Zarzycki
> >> > > > > > > > > > >
> >> > > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> >> > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > --
> >> > > > > > > > > >
> >> > > > > > > > > > Piotr Zarzycki
> >> > > > > > > > > >
> >> > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > --
> >> > > > > > > > > Carlos Rovira
> >> > > > > > > > > http://about.me/carlosrovira
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > > --
> >> > > > > > > >
> >> > > > > > > > Piotr Zarzycki
> >> > > > > > > >
> >> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Carlos Rovira
> >> > > > > > > http://about.me/carlosrovira
> >> > > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > >
> >> > > > > > Piotr Zarzycki
> >> > > > > >
> >> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > > > > > <https://www.patreon.com/piotrzarzycki>*
> >> > > > > >
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Carlos Rovira
> >> > > > > http://about.me/carlosrovira
> >> > > > >
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > >
> >> > > Piotr Zarzycki
> >> > >
> >> > > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > > <https://www.patreon.com/piotrzarzycki>*
> >> > >
> >> >
> >> >
> >> > --
> >> > Carlos Rovira
> >> > http://about.me/carlosrovira
> >> >
> >>
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
> >
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex,

a part from files, there could be differences with MANIFEST in jar files.
In the other hand, I lack the knowledge of how to use the reproducible
feature or how to do that comparison.
Anyway, I think it's a matter of solve little things at this point.

Thanks
Carlos


El jue., 6 feb. 2020 a las 9:41, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> A reminder that because we have reproducible binaries, it is theoretically
> possible to diff the maven vs ant folders instead of making guesses as to
> when the maven version is correct.
>
> HTH,
> -Alex
>
> On 2/5/20, 10:53 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>     Hi Carlos,
>
>     I just tried your changes and I'm a bit farther. Now I'm getting
> following
>     errors. It's throwing that errors cause in JS only binaries prepared
> by ant
>     we have in following location
>     /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
>     playerglobal.swc, so distribution should probably have the same.
>
>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
>     > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
>     > -source-map=true -compiler.targets=JSRoyale
>     > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     > : Using Royale Compiler codebase:
>     > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > : Using Royale SDK:
>     > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     > : MXMLJSC
>     > :
>     >
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
>     > :
>     >
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
>     > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     > : -debug=true
>     > : -source-map=true
>     > : -compiler.targets=JSRoyale
>     > : -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
>     > col: 0 Error: unable to open
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > (line: 74)
>     > :       </external-library-path>
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > col: 0 Error: unable to open
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > (line: 81)
>     > :       </js-external-library-path>
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
>     > col: 0 Error: unable to open
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > (line: 81)
>     > :       </js-external-library-path>
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
>     > col: 0 Error: unable to open
>     >
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
>     > :
>     >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
>     > (line: 99)
>     > :       </library-path>
>     > : 1.034449561 seconds
>
>
>     Thanks,
>     Piotr
>
>     czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
>     > Thanks Josh for pointing that out I think I got it.
>     >
>     > @Piotr Zarzycki <pi...@gmail.com> please try with my
> latest
>     > commit. I couldn't test myself, but I think it should work now for
>     > Moonshine.
>     > VSCode still work with this changes.
>     >
>     > Thanks
>     >
>     > Carlos
>     >
>     >
>     >
>     > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<
> joshtynjala@bowlerhat.dev>)
>     > escribió:
>     >
>     >> If I had to guess, this classpath is wrong:
>     >>
>     >> <Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
>     >> Class-Path>
>     >>
>     >>
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=25d%2FJXF5cAHZsPoJ9iGBDowK26hTcgLrZoPSCYOsxLA%3D&amp;reserved=0
>     >>
>     >> I think that the names of those JAR files all include a version
> number in
>     >> the Maven distribution.
>     >>
>     >> --
>     >> Josh Tynjala
>     >> Bowler Hat LLC <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=E9wo0l%2BZtHoqNaq%2FPukSiH9E5cNAFf4v3kXTtiWqyh8%3D&amp;reserved=0
> >
>     >>
>     >>
>     >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <
> carlosrovira@apache.org>
>     >> wrote:
>     >>
>     >> > ok didn't notice.
>     >> > So maybe is a classpath problem?
>     >> > It's clear that VSCode goes to the same place and find it since
> mxmlc
>     >> is a
>     >> > dummy jar that has exactly that class, but Moonshine goes and
> didn't
>     >> find
>     >> > it.
>     >> > If not any clue what could be happening?
>     >> > Thanks
>     >> >
>     >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
>     >> > piotrzarzycki21@gmail.com>)
>     >> > escribió:
>     >> >
>     >> > > Exactly and I can confirm that mxmlc is in place.
>     >> > >
>     >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <joshtynjala@bowlerhat.dev
> >
>     >> > > napisał(a):
>     >> > >
>     >> > > > You can see from the output that Moonshine is calling the
> command
>     >> line
>     >> > > > scripts in js/bin.
>     >> > > >
>     >> > > > --
>     >> > > > Josh Tynjala
>     >> > > > Bowler Hat LLC <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=E9wo0l%2BZtHoqNaq%2FPukSiH9E5cNAFf4v3kXTtiWqyh8%3D&amp;reserved=0
> >
>     >> > > >
>     >> > > >
>     >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
>     >> carlosrovira@apache.org>
>     >> > > > wrote:
>     >> > > >
>     >> > > > > Hi Piotr,
>     >> > > > >
>     >> > > > > That was a problem I had with VSCode when started to work
> on fix
>     >> SDK
>     >> > > for
>     >> > > > > IDE.
>     >> > > > > Josh told me that VSCode tries to find that class in
>     >> > /js/lib/mxmlc.jar
>     >> > > > > it needs /js/lib/mxmlc.jar too
>     >> > > > >
>     >> > > > > Maybe Moonshine is looking in other path?
>     >> > > > >
>     >> > > > > Thanks
>     >> > > > >
>     >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
>     >> > > > > piotrzarzycki21@gmail.com>)
>     >> > > > > escribió:
>     >> > > > >
>     >> > > > > > Hi Carlos,
>     >> > > > > >
>     >> > > > > > I have build on my Mac SDK and tried in Nightly Build of
>     >> > Moonshine. I
>     >> > > > > > cannot build Hello World. I'm getting following error:
>     >> > > > > >
>     >> > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>     >> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>     >> -debug=true
>     >> > > > > > -source-map=true -compiler.targets=JSRoyale
>     >> > > > > >
>     >> >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>     >> > > > > > : Using Royale Compiler codebase:
>     >> > > > > >
>     >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     >> > > > > > : Using Royale SDK:
>     >> > > > > >
>     >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>     >> > > > > > : Error: Could not find or load main class
>     >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
>     >> > > > > >
>     >> > > > > >
>     >> > > > > >
>     >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
>     >> carlosrovira@apache.org>
>     >> > > > > > napisał(a):
>     >> > > > > >
>     >> > > > > > > Hi Piotr,
>     >> > > > > > >
>     >> > > > > > > right, are simplified too and does not have any profile
> or
>     >> > > variable.
>     >> > > > > > >
>     >> > > > > > > "-U clean install" is standard maven commands, nothing
> to do
>     >> with
>     >> > > us
>     >> > > > in
>     >> > > > > > > particular, so you can left that
>     >> > > > > > > "-P main,utils" are not needed anymore, since now
> there's no
>     >> > > > > > > differentiation between a "first build" against rest of
>     >> builds.
>     >> > > > > > >
>     >> > > > > > >
>     >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
>     >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
>     >> > > > > > >
>     >> > > > > > > > Hi Carlos,
>     >> > > > > > > >
>     >> > > > > > > > Builds for framework is updated. What about compiler
> and
>     >> > > typedefs ?
>     >> > > > > For
>     >> > > > > > > > compiler on the server we have:
>     >> > > > > > > >
>     >> > > > > > > > -U clean install
>     >> > > > > > > > -P -main,utils
>     >> > > > > > > >
>     >> > > > > > > > It looks like that those profiles also deprecated -
> can you
>     >> > > > confirm ?
>     >> > > > > > > >
>     >> > > > > > > > Thanks,
>     >> > > > > > > > Piotr
>     >> > > > > > > >
>     >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
>     >> > carlosrovira@apache.org>
>     >> > > > > > > > napisał(a):
>     >> > > > > > > >
>     >> > > > > > > > > Hi Piotr,
>     >> > > > > > > > >
>     >> > > > > > > > > it surprise me that due all the changes done in
> maven
>     >> > > builds.a.o
>     >> > > > > was
>     >> > > > > > > not
>     >> > > > > > > > > failing. I've even didn't repare that will need to
> be
>     >> > updated.
>     >> > > > > > > > >
>     >> > > > > > > > > These profiles does not exist anymore:
>     >> > > > > > > > >
>     >> > > > > > >
>     >> > > > >
>     >> > >
>     >>
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>     >> > > > > > > > >
>     >> > > > > > > > > Here's the updated doc for maven simplified [1]
>     >> > > > > > > > >
>     >> > > > > > > > > In sort:
>     >> > > > > > > > >
>     >> > > > > > > > > 1.- Only env var needed in Maven now is
>     >> FLASHPLAYER_DEBUGGER
>     >> > > > > > > > > 2.- Build from an empty repo is now more reliable
>     >> (something
>     >> > > that
>     >> > > > > > was a
>     >> > > > > > > > > real headache)
>     >> > > > > > > > > 3.- Profiles are reduced to:
>     >> > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > > >    - with-ui-testsuite
>     >> > > > > > > > >    - option-with-swf
>     >> > > > > > > > >    - with-examples
>     >> > > > > > > > >    - with-distribution
>     >> > > > > > > > >
>     >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
>     >> > > > > > > > >
>     >> > > > > > > > > [1]
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=MD8mOyy61pSl7RzajJLXyGWzHRw3iliVAt%2FzLkW5ohg%3D&amp;reserved=0
>     >> > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
>     >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
>     >> > > > > > > > >
>     >> > > > > > > > > > Carlos,
>     >> > > > > > > > > >
>     >> > > > > > > > > > What has change more in case of Maven build for
>     >> framework?
>     >> > On
>     >> > > > > > > > builds.a.o
>     >> > > > > > > > > we
>     >> > > > > > > > > > have following command which running royale-asjs.
> It
>     >> looks
>     >> > > like
>     >> > > > > > > > something
>     >> > > > > > > > > > is missing, cause I have removed locally my
>     >> > org.apache.royale
>     >> > > > > > folder
>     >> > > > > > > > from
>     >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It
> throws
>     >> > > > exception
>     >> > > > > > now.
>     >> > > > > > > > > >
>     >> > > > > > > > > > Could not resolve dependencies for project
>     >> > > > > > > > > >
>     >> > > > > > >
>     >> > > >
>     >>
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>     >> > > > > > > > > > Failure to find
>     >> > > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>     >> > > > > > > > > in
>     >> > > > > > > > > >
>     >> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=5t4mbaZawL5d15AoPADnZg4bStnKxg3U1%2Bi2N9kgHuA%3D&amp;reserved=0
>     >> > > > was
>     >> > > > > > > > cached
>     >> > > > > > > > > in
>     >> > > > > > > > > > the local repository, resolution will not be
> reattempted
>     >> > > until
>     >> > > > > the
>     >> > > > > > > > update
>     >> > > > > > > > > > interval of apache-snapshots has elapsed or
> updates are
>     >> > > forced
>     >> > > > > > > > > >
>     >> > > > > > > > > > Above means that it probably doesn't exists in
> Apache
>     >> Maven
>     >> > > > > > > central...
>     >> > > > > > > > > >
>     >> > > > > > > > > > Command on builds.a.o:
>     >> > > > > > > > > >
>     >> > > > > > > > > > -U
>     >> > > > > > > > > > clean
>     >> > > > > > > > > > deploy
>     >> > > > > > > > > > -P
>     >> > > > > > > > > >
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>     >> > > > > > > > > >
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>     >> > > > > > > > > >
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>     >> > > > > > > > > > -Dgenerate.swf.swcs=true
>     >> > > > > > > > > > -Dgenerate.swf
>     >> > > > > > > > > >
>     >> > > > > > > > > > [1]
>     >> > > > > > >
>     >> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=lVLJc3LFEHZb4KuvhCr7lz%2Fw%2B1nkfrBtTkK00RV9Rbo%3D&amp;reserved=0
>     >> > > > > > > > > >
>     >> > > > > > > > > > Thanks,
>     >> > > > > > > > > > Piotr
>     >> > > > > > > > > >
>     >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
>     >> > > > > piotrzarzycki21@gmail.com
>     >> > > > > > >
>     >> > > > > > > > > > napisał(a):
>     >> > > > > > > > > >
>     >> > > > > > > > > > > Ok let's wait to see whether someone actually
> know
>     >> what
>     >> > is
>     >> > > > the
>     >> > > > > > > > version.
>     >> > > > > > > > > > >
>     >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
>     >> > > > > carlosrovira@apache.org>
>     >> > > > > > > > > > > napisał(a):
>     >> > > > > > > > > > >
>     >> > > > > > > > > > >> Hi Piotr,
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >> I explained in this thread that I couldn't
> find in
>     >> maven
>     >> > > the
>     >> > > > > > same
>     >> > > > > > > > > exact
>     >> > > > > > > > > > >> version that ANT one, I put the closest in date
>     >> > available
>     >> > > > from
>     >> > > > > > > maven
>     >> > > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN
> to the
>     >> > same
>     >> > > > one
>     >> > > > > > > that
>     >> > > > > > > > > > works.
>     >> > > > > > > > > > >> Other thing is that maybe I fail in the search
> and
>     >> the
>     >> > > > version
>     >> > > > > > > could
>     >> > > > > > > > > > >> exists, in that case hope other can indicate
> the
>     >> maven
>     >> > > > > > descriptor
>     >> > > > > > > to
>     >> > > > > > > > > > >> update
>     >> > > > > > > > > > >> it.
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >> thanks
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr
> Zarzycki (<
>     >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >> > Why you didn't use exactly the same version
> ? Maybe
>     >> > this
>     >> > > > is
>     >> > > > > > the
>     >> > > > > > > > > reason
>     >> > > > > > > > > > >> why
>     >> > > > > > > > > > >> > my application is failing.
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >> > I see this in Maven:
>     >> > > > > > > > > > >> > <dependency>
>     >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
>     >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
>     >> > > > > > > > > > >> > <version>v20181210</version>
>     >> > > > > > > > > > >> > </dependency>
>     >> > > > > > > > > > >> > <dependency>
>     >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
>     >> > > > > > > > > > >> >
> <artifactId>google-closure-library</artifactId>
>     >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
>     >> > > > > > > > > > >> > </dependency>
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
>     >> > > > > > carlosrovira@apache.org
>     >> > > > > > > >
>     >> > > > > > > > > > >> > napisał(a):
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >> > > Hi Alex,
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> > > I didn't put the latest one. Used the
> closest
>     >> one in
>     >> > > > dates
>     >> > > > > > to
>     >> > > > > > > > the
>     >> > > > > > > > > > one
>     >> > > > > > > > > > >> in
>     >> > > > > > > > > > >> > > ANT. Should be that valid? And how can I
> ensure
>     >> > > > > > compatibility?
>     >> > > > > > > > > Where
>     >> > > > > > > > > > >> to
>     >> > > > > > > > > > >> > > check that?
>     >> > > > > > > > > > >> > > But what I really want to do is update
> ANT/MAVEN
>     >> to
>     >> > > the
>     >> > > > > same
>     >> > > > > > > one
>     >> > > > > > > > > > that
>     >> > > > > > > > > > >> is
>     >> > > > > > > > > > >> > ok
>     >> > > > > > > > > > >> > > for all of us. We need to ensure one that
> is
>     >> > available
>     >> > > > for
>     >> > > > > > > both.
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> > > thanks
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex
> Harui
>     >> > > > > > > > > > >> (<aharui@adobe.com.invalid
>     >> > > > > > > > > > >> > >)
>     >> > > > > > > > > > >> > > escribió:
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> > > > You may not want the latest closure
> library.
>     >> You
>     >> > > > > probably
>     >> > > > > > > > want
>     >> > > > > > > > > > one
>     >> > > > > > > > > > >> > that
>     >> > > > > > > > > > >> > > > is compatible with the closure compiler.
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > > HTH,
>     >> > > > > > > > > > >> > > > -Alex
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
>     >> > > > > > > > carlosrovira@apache.org>
>     >> > > > > > > > > > >> wrote:
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     Hi,
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     Josh discover that there was an
> issue. If
>     >> we
>     >> > > have
>     >> > > > > > > > GOOG_HOME
>     >> > > > > > > > > > env
>     >> > > > > > > > > > >> var
>     >> > > > > > > > > > >> > > the
>     >> > > > > > > > > > >> > > >     maven distribution worked right, but
> if you
>     >> > > don't
>     >> > > > > > have,
>     >> > > > > > > > > > >> compilation
>     >> > > > > > > > > > >> > > > fails.
>     >> > > > > > > > > > >> > > >     I have it in my system while
> developing
>     >> this.
>     >> > > So I
>     >> > > > > > just
>     >> > > > > > > > > fixed
>     >> > > > > > > > > > it
>     >> > > > > > > > > > >> > some
>     >> > > > > > > > > > >> > > >     minutes ago.
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     One thing: There's no maven artifact
> for
>     >> the
>     >> > > > > > > > closure-library
>     >> > > > > > > > > > >> > > v20180910
>     >> > > > > > > > > > >> > > > (the
>     >> > > > > > > > > > >> > > >     one used by ANT), next one is
>     >> > > > 0.0-20190213-2033d5d9,
>     >> > > > > > so
>     >> > > > > > > we
>     >> > > > > > > > > > need
>     >> > > > > > > > > > >> to
>     >> > > > > > > > > > >> > > use
>     >> > > > > > > > > > >> > > > that
>     >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad
> trying to
>     >> > find
>     >> > > > the
>     >> > > > > > > > > > >> corresponding
>     >> > > > > > > > > > >> > > > maven
>     >> > > > > > > > > > >> > > >     artifact, so if someone knows,
> please let
>     >> me
>     >> > > > know!).
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213
> too?
>     >> From
>     >> > > now
>     >> > > > > on,
>     >> > > > > > we
>     >> > > > > > > > > > should
>     >> > > > > > > > > > >> > check
>     >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
>     >> artifacts.
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     @Piotr Zarzycki <
> piotrzarzycki21@gmail.com
>     >> >
>     >> > > let
>     >> > > > me
>     >> > > > > > > know
>     >> > > > > > > > if
>     >> > > > > > > > > > you
>     >> > > > > > > > > > >> > can
>     >> > > > > > > > > > >> > > > get it
>     >> > > > > > > > > > >> > > >     work with latest changes just done.
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     Thanks
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53,
> Carlos
>     >> > Rovira
>     >> > > > (<
>     >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
>     >> > > > > > > > > > >> > > >     escribió:
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     > Hi Piotr,
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     > yes, you're using an old command,
> maven
>     >> was
>     >> > > > > > extremely
>     >> > > > > > > > > > >> simplified
>     >> > > > > > > > > > >> > > > thanks to
>     >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2
> months
>     >> ago.
>     >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not
> exists.
>     >> Check
>     >> > the
>     >> > > > > > > > > instructions
>     >> > > > > > > > > > I
>     >> > > > > > > > > > >> put
>     >> > > > > > > > > > >> > > or
>     >> > > > > > > > > > >> > > > go to
>     >> > > > > > > > > > >> > > >     > the updated docs here [1]. I
> updated that
>     >> > page
>     >> > > > to
>     >> > > > > > have
>     >> > > > > > > > all
>     >> > > > > > > > > > the
>     >> > > > > > > > > > >> > > > latest valid
>     >> > > > > > > > > > >> > > >     > info.
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work
> soon in
>     >> more
>     >> > > > > > > > improvements:
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for
> js-only
>     >> > (just
>     >> > > > > > removing
>     >> > > > > > > > > > >> > > > -option-with-swf
>     >> > > > > > > > > > >> > > >     > that now is required)
>     >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
>     >> > > > > > > > > > >> > > >     > 3.- Simplify release process based
> on 2
>     >> (and
>     >> > > yes
>     >> > > > > > > having
>     >> > > > > > > > > ANT
>     >> > > > > > > > > > >> into
>     >> > > > > > > > > > >> > > > account)
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     > I will want to release every 1 to 2
>     >> month.
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     > [1]
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375151795&amp;sdata=0EjAzgJL1qH3Bxu7ItXaZMzfJfuq66c9630%2FmVzMM1Q%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40,
> Piotr
>     >> > > > Zarzycki
>     >> > > > > (<
>     >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>)
> escribió:
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I
> didn't
>     >> > catch
>     >> > > up
>     >> > > > > > full
>     >> > > > > > > > > > >> > instruction.
>     >> > > > > > > > > > >> > > > Let me
>     >> > > > > > > > > > >> > > >     >> try again.
>     >> > > > > > > > > > >> > > >     >>
>     >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr
> Zarzycki
>     >> <
>     >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
>     >> > > > > > > > > > >> > > >     >> napisał(a):
>     >> > > > > > > > > > >> > > >     >>
>     >> > > > > > > > > > >> > > >     >> > Hi Carlos,
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on my
> Mac
>     >> > > > > distribution
>     >> > > > > > is
>     >> > > > > > > > not
>     >> > > > > > > > > > >> > > > generated. :/
>     >> > > > > > > > > > >> > > >     >> > Whole SDK is being build
> successfully,
>     >> > but
>     >> > > > > > without
>     >> > > > > > > > > > >> > distribution.
>     >> > > > > > > > > > >> > > > I don't
>     >> > > > > > > > > > >> > > >     >> > have any errors.
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> > [1] mvn clean install
> -DskipTests
>     >> > > > > -Drat.skip=true
>     >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >>
>     >> > > > > > > >
>     >> > > >
>     >>
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> > Thanks,
>     >> > > > > > > > > > >> > > >     >> > Piotr
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos
>     >> Rovira <
>     >> > > > > > > > > > >> > carlosrovira@apache.org
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     >> > napisał(a):
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >> all this does not affect FB,
> so don't
>     >> > > worry
>     >> > > > > > about
>     >> > > > > > > > it.
>     >> > > > > > > > > > But
>     >> > > > > > > > > > >> we
>     >> > > > > > > > > > >> > > > hope you
>     >> > > > > > > > > > >> > > >     >> try
>     >> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE
> in the
>     >> > > future!
>     >> > > > ;)
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >> Carlos
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las
> 12:26,
>     >> > Antonis
>     >> > > > > > > Kalodimos
>     >> > > > > > > > > (<
>     >> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>)
>     >> escribió:
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >> > This sounds good news for
> someone
>     >> to
>     >> > be
>     >> > > > > > involved
>     >> > > > > > > > > with
>     >> > > > > > > > > > >> > royale.
>     >> > > > > > > > > > >> > > >     >> >> > Please i someone of you who
> know
>     >> the
>     >> > > > > > > requirements
>     >> > > > > > > > > > don't
>     >> > > > > > > > > > >> > break
>     >> > > > > > > > > > >> > > > the
>     >> > > > > > > > > > >> > > >     >> royale
>     >> > > > > > > > > > >> > > >     >> >> > ability to be used and in the
>     >> > > > flashbuilder.
>     >> > > > > > Even
>     >> > > > > > > > it
>     >> > > > > > > > > is
>     >> > > > > > > > > > >> old
>     >> > > > > > > > > > >> > > is a
>     >> > > > > > > > > > >> > > >     >> >> standard i
>     >> > > > > > > > > > >> > > >     >> >> > think for the old users that
> are
>     >> > > searching
>     >> > > > > > where
>     >> > > > > > > > to
>     >> > > > > > > > > > jump
>     >> > > > > > > > > > >> > for
>     >> > > > > > > > > > >> > > > upgrade
>     >> > > > > > > > > > >> > > >     >> >> their
>     >> > > > > > > > > > >> > > >     >> >> > apps
>     >> > > > > > > > > > >> > > >     >> >> >
>     >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the
> great job
>     >> that
>     >> > > you
>     >> > > > > are
>     >> > > > > > > > > doing.
>     >> > > > > > > > > > >> > > >     >> >> >
>     >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις
> 1:15
>     >> μ.μ.,
>     >> > > ο/η
>     >> > > > > > Piotr
>     >> > > > > > > > > > >> Zarzycki <
>     >> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com>
> έγραψε:
>     >> > > > > > > > > > >> > > >     >> >> >
>     >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you
> provide on
>     >> > mailing
>     >> > > > > list
>     >> > > > > > > > > command
>     >> > > > > > > > > > to
>     >> > > > > > > > > > >> > > build
>     >> > > > > > > > > > >> > > >     >> framework
>     >> > > > > > > > > > >> > > >     >> >> > with
>     >> > > > > > > > > > >> > > >     >> >> > > distribution, so users
> could know
>     >> > how
>     >> > > to
>     >> > > > > do
>     >> > > > > > > > that.
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> > > Thanks,
>     >> > > > > > > > > > >> > > >     >> >> > > Piotr
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12
> Carlos
>     >> > > Rovira <
>     >> > > > > > > > > > >> > > > carlosrovira@apache.org>
>     >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> > > > Hi,
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
>     >> distribution,
>     >> > > and
>     >> > > > > now
>     >> > > > > > > it
>     >> > > > > > > > > > >> creates a
>     >> > > > > > > > > > >> > > > valid SDK
>     >> > > > > > > > > > >> > > >     >> >> that
>     >> > > > > > > > > > >> > > >     >> >> > > can
>     >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I
> think this
>     >> > is a
>     >> > > > > long
>     >> > > > > > > > > awaited
>     >> > > > > > > > > > >> fix.
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
>     >> distribution
>     >> > > the
>     >> > > > > > > > generated
>     >> > > > > > > > > > SDK
>     >> > > > > > > > > > >> > > > allows you
>     >> > > > > > > > > > >> > > >     >> to
>     >> > > > > > > > > > >> > > >     >> >> get
>     >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and
> IDEs can
>     >> > find
>     >> > > > > > > compilers
>     >> > > > > > > > > and
>     >> > > > > > > > > > >> use
>     >> > > > > > > > > > >> > it
>     >> > > > > > > > > > >> > > > to get a
>     >> > > > > > > > > > >> > > >     >> >> valid
>     >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried only
>     >> VSCode
>     >> > > with
>     >> > > > > Josh
>     >> > > > > > > > > > AS3&MXML
>     >> > > > > > > > > > >> > > > extension,
>     >> > > > > > > > > > >> > > >     >> hope
>     >> > > > > > > > > > >> > > >     >> >> > > others
>     >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can
> provide
>     >> > > feedback.
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get the
> normal
>     >> > > maven
>     >> > > > > way
>     >> > > > > > of
>     >> > > > > > > > > build
>     >> > > > > > > > > > >> with
>     >> > > > > > > > > > >> > > > "mvn
>     >> > > > > > > > > > >> > > >     >> >> install"
>     >> > > > > > > > > > >> > > >     >> >> > > that
>     >> > > > > > > > > > >> > > >     >> >> > > > will be more near to your
>     >> deploy
>     >> > > > needs.
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven
> does not
>     >> > need
>     >> > > to
>     >> > > > > use
>     >> > > > > > > ANT
>     >> > > > > > > > > > >> anymore
>     >> > > > > > > > > > >> > to
>     >> > > > > > > > > > >> > > >     >> generate a
>     >> > > > > > > > > > >> > > >     >> >> > > valid
>     >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally
> to have
>     >> > two
>     >> > > > > > > > independent
>     >> > > > > > > > > > >> ways of
>     >> > > > > > > > > > >> > > > building
>     >> > > > > > > > > > >> > > >     >> >> > > separated
>     >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some
> refining
>     >> this
>     >> > > days
>     >> > > > > with
>     >> > > > > > > > > > >> classpaths
>     >> > > > > > > > > > >> > > > since I
>     >> > > > > > > > > > >> > > >     >> left
>     >> > > > > > > > > > >> > > >     >> >> some
>     >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded that
> I want
>     >> to
>     >> > > > remove
>     >> > > > > > to
>     >> > > > > > > > make
>     >> > > > > > > > > > it
>     >> > > > > > > > > > >> > valid
>     >> > > > > > > > > > >> > > > as we
>     >> > > > > > > > > > >> > > >     >> >> change
>     >> > > > > > > > > > >> > > >     >> >> > > > versions.
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven
> docs to
>     >> > > > reflect
>     >> > > > > > this
>     >> > > > > > > > > > change.
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > > --
>     >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=LNTmHd%2BEsFrSGIbipa%2BZ%2Fyejf%2B4%2B%2BG5FI%2FlUEdN1Is8%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > > >
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> > > --
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >     >> >> > > <
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > > >*
>     >> > > > > > > > > > >> > > >     >> >> > >
>     >> > > > > > > > > > >> > > >     >> >> >
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >> --
>     >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=LNTmHd%2BEsFrSGIbipa%2BZ%2Fyejf%2B4%2B%2BG5FI%2FlUEdN1Is8%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >     >> >>
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> > --
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >> > Patreon: *
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >     >> > <
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > > >*
>     >> > > > > > > > > > >> > > >     >> >
>     >> > > > > > > > > > >> > > >     >>
>     >> > > > > > > > > > >> > > >     >>
>     >> > > > > > > > > > >> > > >     >> --
>     >> > > > > > > > > > >> > > >     >>
>     >> > > > > > > > > > >> > > >     >> Piotr Zarzycki
>     >> > > > > > > > > > >> > > >     >>
>     >> > > > > > > > > > >> > > >     >> Patreon: *
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >     >> <
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > > >*
>     >> > > > > > > > > > >> > > >     >>
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     > --
>     >> > > > > > > > > > >> > > >     > Carlos Rovira
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >     >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >     --
>     >> > > > > > > > > > >> > > >     Carlos Rovira
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > >
>     >> > > > >
>     >> > > >
>     >> > >
>     >> >
>     >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > > >
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> > > --
>     >> > > > > > > > > > >> > > Carlos Rovira
>     >> > > > > > > > > > >> > >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
>     >> > > > > > > > > > >> > >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >> > --
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >> > Piotr Zarzycki
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >> > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
>     >> > > > > > > > > > >> > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
> >*
>     >> > > > > > > > > > >> >
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >> --
>     >> > > > > > > > > > >> Carlos Rovira
>     >> > > > > > > > > > >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
>     >> > > > > > > > > > >>
>     >> > > > > > > > > > >
>     >> > > > > > > > > > >
>     >> > > > > > > > > > > --
>     >> > > > > > > > > > >
>     >> > > > > > > > > > > Piotr Zarzycki
>     >> > > > > > > > > > >
>     >> > > > > > > > > > > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
>     >> > > > > > > > > > > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
> >*
>     >> > > > > > > > > > >
>     >> > > > > > > > > >
>     >> > > > > > > > > >
>     >> > > > > > > > > > --
>     >> > > > > > > > > >
>     >> > > > > > > > > > Piotr Zarzycki
>     >> > > > > > > > > >
>     >> > > > > > > > > > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
>     >> > > > > > > > > > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
> >*
>     >> > > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > > >
>     >> > > > > > > > > --
>     >> > > > > > > > > Carlos Rovira
>     >> > > > > > > > >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
>     >> > > > > > > > >
>     >> > > > > > > >
>     >> > > > > > > >
>     >> > > > > > > > --
>     >> > > > > > > >
>     >> > > > > > > > Piotr Zarzycki
>     >> > > > > > > >
>     >> > > > > > > > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
>     >> > > > > > > > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
> >*
>     >> > > > > > > >
>     >> > > > > > >
>     >> > > > > > >
>     >> > > > > > > --
>     >> > > > > > > Carlos Rovira
>     >> > > > > > >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
>     >> > > > > > >
>     >> > > > > >
>     >> > > > > >
>     >> > > > > > --
>     >> > > > > >
>     >> > > > > > Piotr Zarzycki
>     >> > > > > >
>     >> > > > > > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
>     >> > > > > > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
> >*
>     >> > > > > >
>     >> > > > >
>     >> > > > >
>     >> > > > > --
>     >> > > > > Carlos Rovira
>     >> > > > >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=ftLIkZBTZ2PhsIkt6HwgUmW8cxzxvfnNvmEXx8%2Fzyuc%3D&amp;reserved=0
>     >> > > > >
>     >> > > >
>     >> > >
>     >> > >
>     >> > > --
>     >> > >
>     >> > > Piotr Zarzycki
>     >> > >
>     >> > > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0
>     >> > > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0
> >*
>     >> > >
>     >> >
>     >> >
>     >> > --
>     >> > Carlos Rovira
>     >> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=ftLIkZBTZ2PhsIkt6HwgUmW8cxzxvfnNvmEXx8%2Fzyuc%3D&amp;reserved=0
>     >> >
>     >>
>     >
>     >
>     > --
>     > Carlos Rovira
>     >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=ftLIkZBTZ2PhsIkt6HwgUmW8cxzxvfnNvmEXx8%2Fzyuc%3D&amp;reserved=0
>     >
>     >
>
>     --
>
>     Piotr Zarzycki
>
>     Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0
>     <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0
> >*
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Alex Harui <ah...@adobe.com.INVALID>.
A reminder that because we have reproducible binaries, it is theoretically possible to diff the maven vs ant folders instead of making guesses as to when the maven version is correct.

HTH,
-Alex

On 2/5/20, 10:53 PM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

    Hi Carlos,
    
    I just tried your changes and I'm a bit farther. Now I'm getting following
    errors. It's throwing that errors cause in JS only binaries prepared by ant
    we have in following location
    /frameworks/libs/player/{playerbersion}/playerglobal.swc fake
    playerglobal.swc, so distribution should probably have the same.
    
    /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
    > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
    > -source-map=true -compiler.targets=JSRoyale
    > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    > : Using Royale Compiler codebase:
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > : Using Royale SDK:
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    > : MXMLJSC
    > :
    > +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
    > :
    > -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
    > : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    > : -debug=true
    > : -source-map=true
    > : -compiler.targets=JSRoyale
    > : -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
    > col: 0 Error: unable to open
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > (line: 74)
    > :       </external-library-path>
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > col: 0 Error: unable to open
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > (line: 81)
    > :       </js-external-library-path>
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
    > col: 0 Error: unable to open
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > (line: 81)
    > :       </js-external-library-path>
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
    > col: 0 Error: unable to open
    > '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
    > :
    > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
    > (line: 99)
    > :       </library-path>
    > : 1.034449561 seconds
    
    
    Thanks,
    Piotr
    
    czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org> napisał(a):
    
    > Thanks Josh for pointing that out I think I got it.
    >
    > @Piotr Zarzycki <pi...@gmail.com> please try with my latest
    > commit. I couldn't test myself, but I think it should work now for
    > Moonshine.
    > VSCode still work with this changes.
    >
    > Thanks
    >
    > Carlos
    >
    >
    >
    > El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<jo...@bowlerhat.dev>)
    > escribió:
    >
    >> If I had to guess, this classpath is wrong:
    >>
    >> <Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
    >> Class-Path>
    >>
    >>
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2Fdistribution%2Fjars%2Fcompiler-mxmljsc%2Fpom.xml&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=25d%2FJXF5cAHZsPoJ9iGBDowK26hTcgLrZoPSCYOsxLA%3D&amp;reserved=0
    >>
    >> I think that the names of those JAR files all include a version number in
    >> the Maven distribution.
    >>
    >> --
    >> Josh Tynjala
    >> Bowler Hat LLC <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=E9wo0l%2BZtHoqNaq%2FPukSiH9E5cNAFf4v3kXTtiWqyh8%3D&amp;reserved=0>
    >>
    >>
    >> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <ca...@apache.org>
    >> wrote:
    >>
    >> > ok didn't notice.
    >> > So maybe is a classpath problem?
    >> > It's clear that VSCode goes to the same place and find it since mxmlc
    >> is a
    >> > dummy jar that has exactly that class, but Moonshine goes and didn't
    >> find
    >> > it.
    >> > If not any clue what could be happening?
    >> > Thanks
    >> >
    >> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
    >> > piotrzarzycki21@gmail.com>)
    >> > escribió:
    >> >
    >> > > Exactly and I can confirm that mxmlc is in place.
    >> > >
    >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev>
    >> > > napisał(a):
    >> > >
    >> > > > You can see from the output that Moonshine is calling the command
    >> line
    >> > > > scripts in js/bin.
    >> > > >
    >> > > > --
    >> > > > Josh Tynjala
    >> > > > Bowler Hat LLC <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=E9wo0l%2BZtHoqNaq%2FPukSiH9E5cNAFf4v3kXTtiWqyh8%3D&amp;reserved=0>
    >> > > >
    >> > > >
    >> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
    >> carlosrovira@apache.org>
    >> > > > wrote:
    >> > > >
    >> > > > > Hi Piotr,
    >> > > > >
    >> > > > > That was a problem I had with VSCode when started to work on fix
    >> SDK
    >> > > for
    >> > > > > IDE.
    >> > > > > Josh told me that VSCode tries to find that class in
    >> > /js/lib/mxmlc.jar
    >> > > > > it needs /js/lib/mxmlc.jar too
    >> > > > >
    >> > > > > Maybe Moonshine is looking in other path?
    >> > > > >
    >> > > > > Thanks
    >> > > > >
    >> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
    >> > > > > piotrzarzycki21@gmail.com>)
    >> > > > > escribió:
    >> > > > >
    >> > > > > > Hi Carlos,
    >> > > > > >
    >> > > > > > I have build on my Mac SDK and tried in Nightly Build of
    >> > Moonshine. I
    >> > > > > > cannot build Hello World. I'm getting following error:
    >> > > > > >
    >> > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
    >> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
    >> -debug=true
    >> > > > > > -source-map=true -compiler.targets=JSRoyale
    >> > > > > >
    >> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
    >> > > > > > : Using Royale Compiler codebase:
    >> > > > > >
    >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    >> > > > > > : Using Royale SDK:
    >> > > > > >
    >> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
    >> > > > > > : Error: Could not find or load main class
    >> > > > > > org.apache.royale.compiler.clients.MXMLJSC
    >> > > > > >
    >> > > > > >
    >> > > > > >
    >> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
    >> carlosrovira@apache.org>
    >> > > > > > napisał(a):
    >> > > > > >
    >> > > > > > > Hi Piotr,
    >> > > > > > >
    >> > > > > > > right, are simplified too and does not have any profile or
    >> > > variable.
    >> > > > > > >
    >> > > > > > > "-U clean install" is standard maven commands, nothing to do
    >> with
    >> > > us
    >> > > > in
    >> > > > > > > particular, so you can left that
    >> > > > > > > "-P main,utils" are not needed anymore, since now there's no
    >> > > > > > > differentiation between a "first build" against rest of
    >> builds.
    >> > > > > > >
    >> > > > > > >
    >> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
    >> > > > > > > piotrzarzycki21@gmail.com>) escribió:
    >> > > > > > >
    >> > > > > > > > Hi Carlos,
    >> > > > > > > >
    >> > > > > > > > Builds for framework is updated. What about compiler and
    >> > > typedefs ?
    >> > > > > For
    >> > > > > > > > compiler on the server we have:
    >> > > > > > > >
    >> > > > > > > > -U clean install
    >> > > > > > > > -P -main,utils
    >> > > > > > > >
    >> > > > > > > > It looks like that those profiles also deprecated - can you
    >> > > > confirm ?
    >> > > > > > > >
    >> > > > > > > > Thanks,
    >> > > > > > > > Piotr
    >> > > > > > > >
    >> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
    >> > carlosrovira@apache.org>
    >> > > > > > > > napisał(a):
    >> > > > > > > >
    >> > > > > > > > > Hi Piotr,
    >> > > > > > > > >
    >> > > > > > > > > it surprise me that due all the changes done in maven
    >> > > builds.a.o
    >> > > > > was
    >> > > > > > > not
    >> > > > > > > > > failing. I've even didn't repare that will need to be
    >> > updated.
    >> > > > > > > > >
    >> > > > > > > > > These profiles does not exist anymore:
    >> > > > > > > > >
    >> > > > > > >
    >> > > > >
    >> > >
    >> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
    >> > > > > > > > >
    >> > > > > > > > > Here's the updated doc for maven simplified [1]
    >> > > > > > > > >
    >> > > > > > > > > In sort:
    >> > > > > > > > >
    >> > > > > > > > > 1.- Only env var needed in Maven now is
    >> FLASHPLAYER_DEBUGGER
    >> > > > > > > > > 2.- Build from an empty repo is now more reliable
    >> (something
    >> > > that
    >> > > > > > was a
    >> > > > > > > > > real headache)
    >> > > > > > > > > 3.- Profiles are reduced to:
    >> > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > > >    - with-ui-testsuite
    >> > > > > > > > >    - option-with-swf
    >> > > > > > > > >    - with-examples
    >> > > > > > > > >    - with-distribution
    >> > > > > > > > >
    >> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
    >> > > > > > > > >
    >> > > > > > > > > [1]
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=MD8mOyy61pSl7RzajJLXyGWzHRw3iliVAt%2FzLkW5ohg%3D&amp;reserved=0
    >> > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
    >> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
    >> > > > > > > > >
    >> > > > > > > > > > Carlos,
    >> > > > > > > > > >
    >> > > > > > > > > > What has change more in case of Maven build for
    >> framework?
    >> > On
    >> > > > > > > > builds.a.o
    >> > > > > > > > > we
    >> > > > > > > > > > have following command which running royale-asjs. It
    >> looks
    >> > > like
    >> > > > > > > > something
    >> > > > > > > > > > is missing, cause I have removed locally my
    >> > org.apache.royale
    >> > > > > > folder
    >> > > > > > > > from
    >> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It throws
    >> > > > exception
    >> > > > > > now.
    >> > > > > > > > > >
    >> > > > > > > > > > Could not resolve dependencies for project
    >> > > > > > > > > >
    >> > > > > > >
    >> > > >
    >> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
    >> > > > > > > > > > Failure to find
    >> > > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
    >> > > > > > > > > in
    >> > > > > > > > > >
    >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=5t4mbaZawL5d15AoPADnZg4bStnKxg3U1%2Bi2N9kgHuA%3D&amp;reserved=0
    >> > > > was
    >> > > > > > > > cached
    >> > > > > > > > > in
    >> > > > > > > > > > the local repository, resolution will not be reattempted
    >> > > until
    >> > > > > the
    >> > > > > > > > update
    >> > > > > > > > > > interval of apache-snapshots has elapsed or updates are
    >> > > forced
    >> > > > > > > > > >
    >> > > > > > > > > > Above means that it probably doesn't exists in Apache
    >> Maven
    >> > > > > > > central...
    >> > > > > > > > > >
    >> > > > > > > > > > Command on builds.a.o:
    >> > > > > > > > > >
    >> > > > > > > > > > -U
    >> > > > > > > > > > clean
    >> > > > > > > > > > deploy
    >> > > > > > > > > > -P
    >> > > > > > > > > >
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
    >> > > > > > > > > >
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
    >> > > > > > > > > >
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
    >> > > > > > > > > > -Dgenerate.swf.swcs=true
    >> > > > > > > > > > -Dgenerate.swf
    >> > > > > > > > > >
    >> > > > > > > > > > [1]
    >> > > > > > >
    >> > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpiotrzarzycki21%2Fpuremvc-as3-multicore-framework&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375141803&amp;sdata=lVLJc3LFEHZb4KuvhCr7lz%2Fw%2B1nkfrBtTkK00RV9Rbo%3D&amp;reserved=0
    >> > > > > > > > > >
    >> > > > > > > > > > Thanks,
    >> > > > > > > > > > Piotr
    >> > > > > > > > > >
    >> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
    >> > > > > piotrzarzycki21@gmail.com
    >> > > > > > >
    >> > > > > > > > > > napisał(a):
    >> > > > > > > > > >
    >> > > > > > > > > > > Ok let's wait to see whether someone actually know
    >> what
    >> > is
    >> > > > the
    >> > > > > > > > version.
    >> > > > > > > > > > >
    >> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
    >> > > > > carlosrovira@apache.org>
    >> > > > > > > > > > > napisał(a):
    >> > > > > > > > > > >
    >> > > > > > > > > > >> Hi Piotr,
    >> > > > > > > > > > >>
    >> > > > > > > > > > >> I explained in this thread that I couldn't find in
    >> maven
    >> > > the
    >> > > > > > same
    >> > > > > > > > > exact
    >> > > > > > > > > > >> version that ANT one, I put the closest in date
    >> > available
    >> > > > from
    >> > > > > > > maven
    >> > > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the
    >> > same
    >> > > > one
    >> > > > > > > that
    >> > > > > > > > > > works.
    >> > > > > > > > > > >> Other thing is that maybe I fail in the search and
    >> the
    >> > > > version
    >> > > > > > > could
    >> > > > > > > > > > >> exists, in that case hope other can indicate the
    >> maven
    >> > > > > > descriptor
    >> > > > > > > to
    >> > > > > > > > > > >> update
    >> > > > > > > > > > >> it.
    >> > > > > > > > > > >>
    >> > > > > > > > > > >> thanks
    >> > > > > > > > > > >>
    >> > > > > > > > > > >>
    >> > > > > > > > > > >>
    >> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
    >> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
    >> > > > > > > > > > >>
    >> > > > > > > > > > >> > Why you didn't use exactly the same version ? Maybe
    >> > this
    >> > > > is
    >> > > > > > the
    >> > > > > > > > > reason
    >> > > > > > > > > > >> why
    >> > > > > > > > > > >> > my application is failing.
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >> > I see this in Maven:
    >> > > > > > > > > > >> > <dependency>
    >> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
    >> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
    >> > > > > > > > > > >> > <version>v20181210</version>
    >> > > > > > > > > > >> > </dependency>
    >> > > > > > > > > > >> > <dependency>
    >> > > > > > > > > > >> > <groupId>org.clojure</groupId>
    >> > > > > > > > > > >> > <artifactId>google-closure-library</artifactId>
    >> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
    >> > > > > > > > > > >> > </dependency>
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
    >> > > > > > carlosrovira@apache.org
    >> > > > > > > >
    >> > > > > > > > > > >> > napisał(a):
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >> > > Hi Alex,
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> > > I didn't put the latest one. Used the closest
    >> one in
    >> > > > dates
    >> > > > > > to
    >> > > > > > > > the
    >> > > > > > > > > > one
    >> > > > > > > > > > >> in
    >> > > > > > > > > > >> > > ANT. Should be that valid? And how can I ensure
    >> > > > > > compatibility?
    >> > > > > > > > > Where
    >> > > > > > > > > > >> to
    >> > > > > > > > > > >> > > check that?
    >> > > > > > > > > > >> > > But what I really want to do is update ANT/MAVEN
    >> to
    >> > > the
    >> > > > > same
    >> > > > > > > one
    >> > > > > > > > > > that
    >> > > > > > > > > > >> is
    >> > > > > > > > > > >> > ok
    >> > > > > > > > > > >> > > for all of us. We need to ensure one that is
    >> > available
    >> > > > for
    >> > > > > > > both.
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> > > thanks
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
    >> > > > > > > > > > >> (<aharui@adobe.com.invalid
    >> > > > > > > > > > >> > >)
    >> > > > > > > > > > >> > > escribió:
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> > > > You may not want the latest closure library.
    >> You
    >> > > > > probably
    >> > > > > > > > want
    >> > > > > > > > > > one
    >> > > > > > > > > > >> > that
    >> > > > > > > > > > >> > > > is compatible with the closure compiler.
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > > HTH,
    >> > > > > > > > > > >> > > > -Alex
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
    >> > > > > > > > carlosrovira@apache.org>
    >> > > > > > > > > > >> wrote:
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     Hi,
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     Josh discover that there was an issue. If
    >> we
    >> > > have
    >> > > > > > > > GOOG_HOME
    >> > > > > > > > > > env
    >> > > > > > > > > > >> var
    >> > > > > > > > > > >> > > the
    >> > > > > > > > > > >> > > >     maven distribution worked right, but if you
    >> > > don't
    >> > > > > > have,
    >> > > > > > > > > > >> compilation
    >> > > > > > > > > > >> > > > fails.
    >> > > > > > > > > > >> > > >     I have it in my system while developing
    >> this.
    >> > > So I
    >> > > > > > just
    >> > > > > > > > > fixed
    >> > > > > > > > > > it
    >> > > > > > > > > > >> > some
    >> > > > > > > > > > >> > > >     minutes ago.
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     One thing: There's no maven artifact for
    >> the
    >> > > > > > > > closure-library
    >> > > > > > > > > > >> > > v20180910
    >> > > > > > > > > > >> > > > (the
    >> > > > > > > > > > >> > > >     one used by ANT), next one is
    >> > > > 0.0-20190213-2033d5d9,
    >> > > > > > so
    >> > > > > > > we
    >> > > > > > > > > > need
    >> > > > > > > > > > >> to
    >> > > > > > > > > > >> > > use
    >> > > > > > > > > > >> > > > that
    >> > > > > > > > > > >> > > >     for maven (or maybe I was too bad trying to
    >> > find
    >> > > > the
    >> > > > > > > > > > >> corresponding
    >> > > > > > > > > > >> > > > maven
    >> > > > > > > > > > >> > > >     artifact, so if someone knows, please let
    >> me
    >> > > > know!).
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213 too?
    >> From
    >> > > now
    >> > > > > on,
    >> > > > > > we
    >> > > > > > > > > > should
    >> > > > > > > > > > >> > check
    >> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
    >> artifacts.
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     @Piotr Zarzycki <piotrzarzycki21@gmail.com
    >> >
    >> > > let
    >> > > > me
    >> > > > > > > know
    >> > > > > > > > if
    >> > > > > > > > > > you
    >> > > > > > > > > > >> > can
    >> > > > > > > > > > >> > > > get it
    >> > > > > > > > > > >> > > >     work with latest changes just done.
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     Thanks
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos
    >> > Rovira
    >> > > > (<
    >> > > > > > > > > > >> > > > carlosrovira@apache.org>)
    >> > > > > > > > > > >> > > >     escribió:
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     > Hi Piotr,
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     > yes, you're using an old command, maven
    >> was
    >> > > > > > extremely
    >> > > > > > > > > > >> simplified
    >> > > > > > > > > > >> > > > thanks to
    >> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months
    >> ago.
    >> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not exists.
    >> Check
    >> > the
    >> > > > > > > > > instructions
    >> > > > > > > > > > I
    >> > > > > > > > > > >> put
    >> > > > > > > > > > >> > > or
    >> > > > > > > > > > >> > > > go to
    >> > > > > > > > > > >> > > >     > the updated docs here [1]. I updated that
    >> > page
    >> > > > to
    >> > > > > > have
    >> > > > > > > > all
    >> > > > > > > > > > the
    >> > > > > > > > > > >> > > > latest valid
    >> > > > > > > > > > >> > > >     > info.
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     > I'm planing with Chris, to work soon in
    >> more
    >> > > > > > > > improvements:
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for js-only
    >> > (just
    >> > > > > > removing
    >> > > > > > > > > > >> > > > -option-with-swf
    >> > > > > > > > > > >> > > >     > that now is required)
    >> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
    >> > > > > > > > > > >> > > >     > 3.- Simplify release process based on 2
    >> (and
    >> > > yes
    >> > > > > > > having
    >> > > > > > > > > ANT
    >> > > > > > > > > > >> into
    >> > > > > > > > > > >> > > > account)
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     > I will want to release every 1 to 2
    >> month.
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     > [1]
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375151795&amp;sdata=0EjAzgJL1qH3Bxu7ItXaZMzfJfuq66c9630%2FmVzMM1Q%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr
    >> > > > Zarzycki
    >> > > > > (<
    >> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I didn't
    >> > catch
    >> > > up
    >> > > > > > full
    >> > > > > > > > > > >> > instruction.
    >> > > > > > > > > > >> > > > Let me
    >> > > > > > > > > > >> > > >     >> try again.
    >> > > > > > > > > > >> > > >     >>
    >> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki
    >> <
    >> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
    >> > > > > > > > > > >> > > >     >> napisał(a):
    >> > > > > > > > > > >> > > >     >>
    >> > > > > > > > > > >> > > >     >> > Hi Carlos,
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> > When I'm running this [1] on my Mac
    >> > > > > distribution
    >> > > > > > is
    >> > > > > > > > not
    >> > > > > > > > > > >> > > > generated. :/
    >> > > > > > > > > > >> > > >     >> > Whole SDK is being build successfully,
    >> > but
    >> > > > > > without
    >> > > > > > > > > > >> > distribution.
    >> > > > > > > > > > >> > > > I don't
    >> > > > > > > > > > >> > > >     >> > have any errors.
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
    >> > > > > -Drat.skip=true
    >> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >>
    >> > > > > > > >
    >> > > >
    >> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> > Thanks,
    >> > > > > > > > > > >> > > >     >> > Piotr
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos
    >> Rovira <
    >> > > > > > > > > > >> > carlosrovira@apache.org
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     >> > napisał(a):
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> >> Hi Antonis,
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >> all this does not affect FB, so don't
    >> > > worry
    >> > > > > > about
    >> > > > > > > > it.
    >> > > > > > > > > > But
    >> > > > > > > > > > >> we
    >> > > > > > > > > > >> > > > hope you
    >> > > > > > > > > > >> > > >     >> try
    >> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE in the
    >> > > future!
    >> > > > ;)
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >> Carlos
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26,
    >> > Antonis
    >> > > > > > > Kalodimos
    >> > > > > > > > > (<
    >> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>)
    >> escribió:
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >> > This sounds good news for someone
    >> to
    >> > be
    >> > > > > > involved
    >> > > > > > > > > with
    >> > > > > > > > > > >> > royale.
    >> > > > > > > > > > >> > > >     >> >> > Please i someone of you who know
    >> the
    >> > > > > > > requirements
    >> > > > > > > > > > don't
    >> > > > > > > > > > >> > break
    >> > > > > > > > > > >> > > > the
    >> > > > > > > > > > >> > > >     >> royale
    >> > > > > > > > > > >> > > >     >> >> > ability to be used and in the
    >> > > > flashbuilder.
    >> > > > > > Even
    >> > > > > > > > it
    >> > > > > > > > > is
    >> > > > > > > > > > >> old
    >> > > > > > > > > > >> > > is a
    >> > > > > > > > > > >> > > >     >> >> standard i
    >> > > > > > > > > > >> > > >     >> >> > think for the old users that are
    >> > > searching
    >> > > > > > where
    >> > > > > > > > to
    >> > > > > > > > > > jump
    >> > > > > > > > > > >> > for
    >> > > > > > > > > > >> > > > upgrade
    >> > > > > > > > > > >> > > >     >> >> their
    >> > > > > > > > > > >> > > >     >> >> > apps
    >> > > > > > > > > > >> > > >     >> >> >
    >> > > > > > > > > > >> > > >     >> >> > Thank you, continue the great job
    >> that
    >> > > you
    >> > > > > are
    >> > > > > > > > > doing.
    >> > > > > > > > > > >> > > >     >> >> >
    >> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15
    >> μ.μ.,
    >> > > ο/η
    >> > > > > > Piotr
    >> > > > > > > > > > >> Zarzycki <
    >> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
    >> > > > > > > > > > >> > > >     >> >> >
    >> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you provide on
    >> > mailing
    >> > > > > list
    >> > > > > > > > > command
    >> > > > > > > > > > to
    >> > > > > > > > > > >> > > build
    >> > > > > > > > > > >> > > >     >> framework
    >> > > > > > > > > > >> > > >     >> >> > with
    >> > > > > > > > > > >> > > >     >> >> > > distribution, so users could know
    >> > how
    >> > > to
    >> > > > > do
    >> > > > > > > > that.
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> > > Thanks,
    >> > > > > > > > > > >> > > >     >> >> > > Piotr
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos
    >> > > Rovira <
    >> > > > > > > > > > >> > > > carlosrovira@apache.org>
    >> > > > > > > > > > >> > > >     >> >> > > napisał(a):
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> > > > Hi,
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
    >> distribution,
    >> > > and
    >> > > > > now
    >> > > > > > > it
    >> > > > > > > > > > >> creates a
    >> > > > > > > > > > >> > > > valid SDK
    >> > > > > > > > > > >> > > >     >> >> that
    >> > > > > > > > > > >> > > >     >> >> > > can
    >> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I think this
    >> > is a
    >> > > > > long
    >> > > > > > > > > awaited
    >> > > > > > > > > > >> fix.
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
    >> distribution
    >> > > the
    >> > > > > > > > generated
    >> > > > > > > > > > SDK
    >> > > > > > > > > > >> > > > allows you
    >> > > > > > > > > > >> > > >     >> to
    >> > > > > > > > > > >> > > >     >> >> get
    >> > > > > > > > > > >> > > >     >> >> > > > code intelligence and IDEs can
    >> > find
    >> > > > > > > compilers
    >> > > > > > > > > and
    >> > > > > > > > > > >> use
    >> > > > > > > > > > >> > it
    >> > > > > > > > > > >> > > > to get a
    >> > > > > > > > > > >> > > >     >> >> valid
    >> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried only
    >> VSCode
    >> > > with
    >> > > > > Josh
    >> > > > > > > > > > AS3&MXML
    >> > > > > > > > > > >> > > > extension,
    >> > > > > > > > > > >> > > >     >> hope
    >> > > > > > > > > > >> > > >     >> >> > > others
    >> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can provide
    >> > > feedback.
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > > Additionally you get the normal
    >> > > maven
    >> > > > > way
    >> > > > > > of
    >> > > > > > > > > build
    >> > > > > > > > > > >> with
    >> > > > > > > > > > >> > > > "mvn
    >> > > > > > > > > > >> > > >     >> >> install"
    >> > > > > > > > > > >> > > >     >> >> > > that
    >> > > > > > > > > > >> > > >     >> >> > > > will be more near to your
    >> deploy
    >> > > > needs.
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > > So people using Maven does not
    >> > need
    >> > > to
    >> > > > > use
    >> > > > > > > ANT
    >> > > > > > > > > > >> anymore
    >> > > > > > > > > > >> > to
    >> > > > > > > > > > >> > > >     >> generate a
    >> > > > > > > > > > >> > > >     >> >> > > valid
    >> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally to have
    >> > two
    >> > > > > > > > independent
    >> > > > > > > > > > >> ways of
    >> > > > > > > > > > >> > > > building
    >> > > > > > > > > > >> > > >     >> >> > > separated
    >> > > > > > > > > > >> > > >     >> >> > > > one from the other.
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some refining
    >> this
    >> > > days
    >> > > > > with
    >> > > > > > > > > > >> classpaths
    >> > > > > > > > > > >> > > > since I
    >> > > > > > > > > > >> > > >     >> left
    >> > > > > > > > > > >> > > >     >> >> some
    >> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded that I want
    >> to
    >> > > > remove
    >> > > > > > to
    >> > > > > > > > make
    >> > > > > > > > > > it
    >> > > > > > > > > > >> > valid
    >> > > > > > > > > > >> > > > as we
    >> > > > > > > > > > >> > > >     >> >> change
    >> > > > > > > > > > >> > > >     >> >> > > > versions.
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to
    >> > > > reflect
    >> > > > > > this
    >> > > > > > > > > > change.
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > > --
    >> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=LNTmHd%2BEsFrSGIbipa%2BZ%2Fyejf%2B4%2B%2BG5FI%2FlUEdN1Is8%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > > >
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> > > --
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> > > Patreon: *
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >     >> >> > > <
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
    >> > > > > > > > > > >> > > > >*
    >> > > > > > > > > > >> > > >     >> >> > >
    >> > > > > > > > > > >> > > >     >> >> >
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >> --
    >> > > > > > > > > > >> > > >     >> >> Carlos Rovira
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=LNTmHd%2BEsFrSGIbipa%2BZ%2Fyejf%2B4%2B%2BG5FI%2FlUEdN1Is8%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >     >> >>
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> > --
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >> > Patreon: *
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >     >> > <
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
    >> > > > > > > > > > >> > > > >*
    >> > > > > > > > > > >> > > >     >> >
    >> > > > > > > > > > >> > > >     >>
    >> > > > > > > > > > >> > > >     >>
    >> > > > > > > > > > >> > > >     >> --
    >> > > > > > > > > > >> > > >     >>
    >> > > > > > > > > > >> > > >     >> Piotr Zarzycki
    >> > > > > > > > > > >> > > >     >>
    >> > > > > > > > > > >> > > >     >> Patreon: *
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >     >> <
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375161789&amp;sdata=S%2BuBEhOvb0dUQohoOH6SPgRcR1fDxuqOXfUSIYUrL8E%3D&amp;reserved=0
    >> > > > > > > > > > >> > > > >*
    >> > > > > > > > > > >> > > >     >>
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     > --
    >> > > > > > > > > > >> > > >     > Carlos Rovira
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >     >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >     --
    >> > > > > > > > > > >> > > >     Carlos Rovira
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > >
    >> > > > > >
    >> > > > >
    >> > > >
    >> > >
    >> >
    >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > > >
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> > > --
    >> > > > > > > > > > >> > > Carlos Rovira
    >> > > > > > > > > > >> > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
    >> > > > > > > > > > >> > >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >> > --
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >> > Piotr Zarzycki
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >> > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
    >> > > > > > > > > > >> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0>*
    >> > > > > > > > > > >> >
    >> > > > > > > > > > >>
    >> > > > > > > > > > >>
    >> > > > > > > > > > >> --
    >> > > > > > > > > > >> Carlos Rovira
    >> > > > > > > > > > >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
    >> > > > > > > > > > >>
    >> > > > > > > > > > >
    >> > > > > > > > > > >
    >> > > > > > > > > > > --
    >> > > > > > > > > > >
    >> > > > > > > > > > > Piotr Zarzycki
    >> > > > > > > > > > >
    >> > > > > > > > > > > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
    >> > > > > > > > > > > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0>*
    >> > > > > > > > > > >
    >> > > > > > > > > >
    >> > > > > > > > > >
    >> > > > > > > > > > --
    >> > > > > > > > > >
    >> > > > > > > > > > Piotr Zarzycki
    >> > > > > > > > > >
    >> > > > > > > > > > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
    >> > > > > > > > > > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0>*
    >> > > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > > >
    >> > > > > > > > > --
    >> > > > > > > > > Carlos Rovira
    >> > > > > > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
    >> > > > > > > > >
    >> > > > > > > >
    >> > > > > > > >
    >> > > > > > > > --
    >> > > > > > > >
    >> > > > > > > > Piotr Zarzycki
    >> > > > > > > >
    >> > > > > > > > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
    >> > > > > > > > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0>*
    >> > > > > > > >
    >> > > > > > >
    >> > > > > > >
    >> > > > > > > --
    >> > > > > > > Carlos Rovira
    >> > > > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=8mI0iNPLSsz%2BA%2FDtr%2F8jWfthWezELFeW%2BRfkQ4lqYBA%3D&amp;reserved=0
    >> > > > > > >
    >> > > > > >
    >> > > > > >
    >> > > > > > --
    >> > > > > >
    >> > > > > > Piotr Zarzycki
    >> > > > > >
    >> > > > > > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0
    >> > > > > > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375171784&amp;sdata=VQLR1NgsG3ugLHNONnwsQM5AekaUMxgxJ1P9B6A5Ma0%3D&amp;reserved=0>*
    >> > > > > >
    >> > > > >
    >> > > > >
    >> > > > > --
    >> > > > > Carlos Rovira
    >> > > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=ftLIkZBTZ2PhsIkt6HwgUmW8cxzxvfnNvmEXx8%2Fzyuc%3D&amp;reserved=0
    >> > > > >
    >> > > >
    >> > >
    >> > >
    >> > > --
    >> > >
    >> > > Piotr Zarzycki
    >> > >
    >> > > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0
    >> > > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0>*
    >> > >
    >> >
    >> >
    >> > --
    >> > Carlos Rovira
    >> > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=ftLIkZBTZ2PhsIkt6HwgUmW8cxzxvfnNvmEXx8%2Fzyuc%3D&amp;reserved=0
    >> >
    >>
    >
    >
    > --
    > Carlos Rovira
    > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=ftLIkZBTZ2PhsIkt6HwgUmW8cxzxvfnNvmEXx8%2Fzyuc%3D&amp;reserved=0
    >
    >
    
    -- 
    
    Piotr Zarzycki
    
    Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0
    <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C0d6a5b01d34e4f49d84508d7aad15558%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637165688375181779&amp;sdata=qjbEO7ApoXYbfXWo82CFAhLTmo21pWHAHlzCTniwFTU%3D&amp;reserved=0>*
    


Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

I just tried your changes and I'm a bit farther. Now I'm getting following
errors. It's throwing that errors cause in JS only binaries prepared by ant
we have in following location
/frameworks/libs/player/{playerbersion}/playerglobal.swc fake
playerglobal.swc, so distribution should probably have the same.

/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc"
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> -source-map=true -compiler.targets=JSRoyale
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> : Using Royale Compiler codebase:
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> : Using Royale SDK:
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> : MXMLJSC
> :
> +royalelib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks
> :
> -sdk-js-lib=/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/js/Royale/generated-sources
> : -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> : -debug=true
> : -source-map=true
> : -compiler.targets=JSRoyale
> : -js-output=/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(74):
> col: 0 Error: unable to open
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0/playerglobal.swc'.
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> (line: 74)
> :       </external-library-path>
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> col: 0 Error: unable to open
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-js-0.9.7-SNAPSHOT-typedefs.swc'.
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> (line: 81)
> :       </js-external-library-path>
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(81):
> col: 0 Error: unable to open
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/libs/royale-typedefs-gcl-0.9.7-SNAPSHOT-typedefs.swc'.
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> (line: 81)
> :       </js-external-library-path>
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml(99):
> col: 0 Error: unable to open
> '/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/libs/player/20.0'.
> :
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/frameworks/royale-config.xml
> (line: 99)
> :       </library-path>
> : 1.034449561 seconds


Thanks,
Piotr

czw., 6 lut 2020 o 00:43 Carlos Rovira <ca...@apache.org> napisał(a):

> Thanks Josh for pointing that out I think I got it.
>
> @Piotr Zarzycki <pi...@gmail.com> please try with my latest
> commit. I couldn't test myself, but I think it should work now for
> Moonshine.
> VSCode still work with this changes.
>
> Thanks
>
> Carlos
>
>
>
> El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<jo...@bowlerhat.dev>)
> escribió:
>
>> If I had to guess, this classpath is wrong:
>>
>> <Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
>> Class-Path>
>>
>>
>> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
>>
>> I think that the names of those JAR files all include a version number in
>> the Maven distribution.
>>
>> --
>> Josh Tynjala
>> Bowler Hat LLC <https://bowlerhat.dev>
>>
>>
>> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <ca...@apache.org>
>> wrote:
>>
>> > ok didn't notice.
>> > So maybe is a classpath problem?
>> > It's clear that VSCode goes to the same place and find it since mxmlc
>> is a
>> > dummy jar that has exactly that class, but Moonshine goes and didn't
>> find
>> > it.
>> > If not any clue what could be happening?
>> > Thanks
>> >
>> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
>> > piotrzarzycki21@gmail.com>)
>> > escribió:
>> >
>> > > Exactly and I can confirm that mxmlc is in place.
>> > >
>> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev>
>> > > napisał(a):
>> > >
>> > > > You can see from the output that Moonshine is calling the command
>> line
>> > > > scripts in js/bin.
>> > > >
>> > > > --
>> > > > Josh Tynjala
>> > > > Bowler Hat LLC <https://bowlerhat.dev>
>> > > >
>> > > >
>> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
>> carlosrovira@apache.org>
>> > > > wrote:
>> > > >
>> > > > > Hi Piotr,
>> > > > >
>> > > > > That was a problem I had with VSCode when started to work on fix
>> SDK
>> > > for
>> > > > > IDE.
>> > > > > Josh told me that VSCode tries to find that class in
>> > /js/lib/mxmlc.jar
>> > > > > it needs /js/lib/mxmlc.jar too
>> > > > >
>> > > > > Maybe Moonshine is looking in other path?
>> > > > >
>> > > > > Thanks
>> > > > >
>> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
>> > > > > piotrzarzycki21@gmail.com>)
>> > > > > escribió:
>> > > > >
>> > > > > > Hi Carlos,
>> > > > > >
>> > > > > > I have build on my Mac SDK and tried in Nightly Build of
>> > Moonshine. I
>> > > > > > cannot build Hello World. I'm getting following error:
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
>> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
>> -debug=true
>> > > > > > -source-map=true -compiler.targets=JSRoyale
>> > > > > >
>> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
>> > > > > > : Using Royale Compiler codebase:
>> > > > > >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>> > > > > > : Using Royale SDK:
>> > > > > >
>> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
>> > > > > > : Error: Could not find or load main class
>> > > > > > org.apache.royale.compiler.clients.MXMLJSC
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <
>> carlosrovira@apache.org>
>> > > > > > napisał(a):
>> > > > > >
>> > > > > > > Hi Piotr,
>> > > > > > >
>> > > > > > > right, are simplified too and does not have any profile or
>> > > variable.
>> > > > > > >
>> > > > > > > "-U clean install" is standard maven commands, nothing to do
>> with
>> > > us
>> > > > in
>> > > > > > > particular, so you can left that
>> > > > > > > "-P main,utils" are not needed anymore, since now there's no
>> > > > > > > differentiation between a "first build" against rest of
>> builds.
>> > > > > > >
>> > > > > > >
>> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
>> > > > > > > piotrzarzycki21@gmail.com>) escribió:
>> > > > > > >
>> > > > > > > > Hi Carlos,
>> > > > > > > >
>> > > > > > > > Builds for framework is updated. What about compiler and
>> > > typedefs ?
>> > > > > For
>> > > > > > > > compiler on the server we have:
>> > > > > > > >
>> > > > > > > > -U clean install
>> > > > > > > > -P -main,utils
>> > > > > > > >
>> > > > > > > > It looks like that those profiles also deprecated - can you
>> > > > confirm ?
>> > > > > > > >
>> > > > > > > > Thanks,
>> > > > > > > > Piotr
>> > > > > > > >
>> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
>> > carlosrovira@apache.org>
>> > > > > > > > napisał(a):
>> > > > > > > >
>> > > > > > > > > Hi Piotr,
>> > > > > > > > >
>> > > > > > > > > it surprise me that due all the changes done in maven
>> > > builds.a.o
>> > > > > was
>> > > > > > > not
>> > > > > > > > > failing. I've even didn't repare that will need to be
>> > updated.
>> > > > > > > > >
>> > > > > > > > > These profiles does not exist anymore:
>> > > > > > > > >
>> > > > > > >
>> > > > >
>> > >
>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>> > > > > > > > >
>> > > > > > > > > Here's the updated doc for maven simplified [1]
>> > > > > > > > >
>> > > > > > > > > In sort:
>> > > > > > > > >
>> > > > > > > > > 1.- Only env var needed in Maven now is
>> FLASHPLAYER_DEBUGGER
>> > > > > > > > > 2.- Build from an empty repo is now more reliable
>> (something
>> > > that
>> > > > > > was a
>> > > > > > > > > real headache)
>> > > > > > > > > 3.- Profiles are reduced to:
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >    - with-ui-testsuite
>> > > > > > > > >    - option-with-swf
>> > > > > > > > >    - with-examples
>> > > > > > > > >    - with-distribution
>> > > > > > > > >
>> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
>> > > > > > > > >
>> > > > > > > > > [1]
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
>> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
>> > > > > > > > >
>> > > > > > > > > > Carlos,
>> > > > > > > > > >
>> > > > > > > > > > What has change more in case of Maven build for
>> framework?
>> > On
>> > > > > > > > builds.a.o
>> > > > > > > > > we
>> > > > > > > > > > have following command which running royale-asjs. It
>> looks
>> > > like
>> > > > > > > > something
>> > > > > > > > > > is missing, cause I have removed locally my
>> > org.apache.royale
>> > > > > > folder
>> > > > > > > > from
>> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It throws
>> > > > exception
>> > > > > > now.
>> > > > > > > > > >
>> > > > > > > > > > Could not resolve dependencies for project
>> > > > > > > > > >
>> > > > > > >
>> > > >
>> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
>> > > > > > > > > > Failure to find
>> > > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
>> > > > > > > > > in
>> > > > > > > > > >
>> > https://repository.apache.org/content/repositories/snapshots
>> > > > was
>> > > > > > > > cached
>> > > > > > > > > in
>> > > > > > > > > > the local repository, resolution will not be reattempted
>> > > until
>> > > > > the
>> > > > > > > > update
>> > > > > > > > > > interval of apache-snapshots has elapsed or updates are
>> > > forced
>> > > > > > > > > >
>> > > > > > > > > > Above means that it probably doesn't exists in Apache
>> Maven
>> > > > > > > central...
>> > > > > > > > > >
>> > > > > > > > > > Command on builds.a.o:
>> > > > > > > > > >
>> > > > > > > > > > -U
>> > > > > > > > > > clean
>> > > > > > > > > > deploy
>> > > > > > > > > > -P
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
>> > > > > > > > > > -Dgenerate.swf.swcs=true
>> > > > > > > > > > -Dgenerate.swf
>> > > > > > > > > >
>> > > > > > > > > > [1]
>> > > > > > >
>> > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
>> > > > > > > > > >
>> > > > > > > > > > Thanks,
>> > > > > > > > > > Piotr
>> > > > > > > > > >
>> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
>> > > > > piotrzarzycki21@gmail.com
>> > > > > > >
>> > > > > > > > > > napisał(a):
>> > > > > > > > > >
>> > > > > > > > > > > Ok let's wait to see whether someone actually know
>> what
>> > is
>> > > > the
>> > > > > > > > version.
>> > > > > > > > > > >
>> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
>> > > > > carlosrovira@apache.org>
>> > > > > > > > > > > napisał(a):
>> > > > > > > > > > >
>> > > > > > > > > > >> Hi Piotr,
>> > > > > > > > > > >>
>> > > > > > > > > > >> I explained in this thread that I couldn't find in
>> maven
>> > > the
>> > > > > > same
>> > > > > > > > > exact
>> > > > > > > > > > >> version that ANT one, I put the closest in date
>> > available
>> > > > from
>> > > > > > > maven
>> > > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the
>> > same
>> > > > one
>> > > > > > > that
>> > > > > > > > > > works.
>> > > > > > > > > > >> Other thing is that maybe I fail in the search and
>> the
>> > > > version
>> > > > > > > could
>> > > > > > > > > > >> exists, in that case hope other can indicate the
>> maven
>> > > > > > descriptor
>> > > > > > > to
>> > > > > > > > > > >> update
>> > > > > > > > > > >> it.
>> > > > > > > > > > >>
>> > > > > > > > > > >> thanks
>> > > > > > > > > > >>
>> > > > > > > > > > >>
>> > > > > > > > > > >>
>> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
>> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
>> > > > > > > > > > >>
>> > > > > > > > > > >> > Why you didn't use exactly the same version ? Maybe
>> > this
>> > > > is
>> > > > > > the
>> > > > > > > > > reason
>> > > > > > > > > > >> why
>> > > > > > > > > > >> > my application is failing.
>> > > > > > > > > > >> >
>> > > > > > > > > > >> > I see this in Maven:
>> > > > > > > > > > >> > <dependency>
>> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
>> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
>> > > > > > > > > > >> > <version>v20181210</version>
>> > > > > > > > > > >> > </dependency>
>> > > > > > > > > > >> > <dependency>
>> > > > > > > > > > >> > <groupId>org.clojure</groupId>
>> > > > > > > > > > >> > <artifactId>google-closure-library</artifactId>
>> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
>> > > > > > > > > > >> > </dependency>
>> > > > > > > > > > >> >
>> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
>> > > > > > carlosrovira@apache.org
>> > > > > > > >
>> > > > > > > > > > >> > napisał(a):
>> > > > > > > > > > >> >
>> > > > > > > > > > >> > > Hi Alex,
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> > > I didn't put the latest one. Used the closest
>> one in
>> > > > dates
>> > > > > > to
>> > > > > > > > the
>> > > > > > > > > > one
>> > > > > > > > > > >> in
>> > > > > > > > > > >> > > ANT. Should be that valid? And how can I ensure
>> > > > > > compatibility?
>> > > > > > > > > Where
>> > > > > > > > > > >> to
>> > > > > > > > > > >> > > check that?
>> > > > > > > > > > >> > > But what I really want to do is update ANT/MAVEN
>> to
>> > > the
>> > > > > same
>> > > > > > > one
>> > > > > > > > > > that
>> > > > > > > > > > >> is
>> > > > > > > > > > >> > ok
>> > > > > > > > > > >> > > for all of us. We need to ensure one that is
>> > available
>> > > > for
>> > > > > > > both.
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> > > thanks
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
>> > > > > > > > > > >> (<aharui@adobe.com.invalid
>> > > > > > > > > > >> > >)
>> > > > > > > > > > >> > > escribió:
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> > > > You may not want the latest closure library.
>> You
>> > > > > probably
>> > > > > > > > want
>> > > > > > > > > > one
>> > > > > > > > > > >> > that
>> > > > > > > > > > >> > > > is compatible with the closure compiler.
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > > HTH,
>> > > > > > > > > > >> > > > -Alex
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
>> > > > > > > > carlosrovira@apache.org>
>> > > > > > > > > > >> wrote:
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     Hi,
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     Josh discover that there was an issue. If
>> we
>> > > have
>> > > > > > > > GOOG_HOME
>> > > > > > > > > > env
>> > > > > > > > > > >> var
>> > > > > > > > > > >> > > the
>> > > > > > > > > > >> > > >     maven distribution worked right, but if you
>> > > don't
>> > > > > > have,
>> > > > > > > > > > >> compilation
>> > > > > > > > > > >> > > > fails.
>> > > > > > > > > > >> > > >     I have it in my system while developing
>> this.
>> > > So I
>> > > > > > just
>> > > > > > > > > fixed
>> > > > > > > > > > it
>> > > > > > > > > > >> > some
>> > > > > > > > > > >> > > >     minutes ago.
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     One thing: There's no maven artifact for
>> the
>> > > > > > > > closure-library
>> > > > > > > > > > >> > > v20180910
>> > > > > > > > > > >> > > > (the
>> > > > > > > > > > >> > > >     one used by ANT), next one is
>> > > > 0.0-20190213-2033d5d9,
>> > > > > > so
>> > > > > > > we
>> > > > > > > > > > need
>> > > > > > > > > > >> to
>> > > > > > > > > > >> > > use
>> > > > > > > > > > >> > > > that
>> > > > > > > > > > >> > > >     for maven (or maybe I was too bad trying to
>> > find
>> > > > the
>> > > > > > > > > > >> corresponding
>> > > > > > > > > > >> > > > maven
>> > > > > > > > > > >> > > >     artifact, so if someone knows, please let
>> me
>> > > > know!).
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213 too?
>> From
>> > > now
>> > > > > on,
>> > > > > > we
>> > > > > > > > > > should
>> > > > > > > > > > >> > check
>> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN
>> artifacts.
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     @Piotr Zarzycki <piotrzarzycki21@gmail.com
>> >
>> > > let
>> > > > me
>> > > > > > > know
>> > > > > > > > if
>> > > > > > > > > > you
>> > > > > > > > > > >> > can
>> > > > > > > > > > >> > > > get it
>> > > > > > > > > > >> > > >     work with latest changes just done.
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     Thanks
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos
>> > Rovira
>> > > > (<
>> > > > > > > > > > >> > > > carlosrovira@apache.org>)
>> > > > > > > > > > >> > > >     escribió:
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     > Hi Piotr,
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     > yes, you're using an old command, maven
>> was
>> > > > > > extremely
>> > > > > > > > > > >> simplified
>> > > > > > > > > > >> > > > thanks to
>> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months
>> ago.
>> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not exists.
>> Check
>> > the
>> > > > > > > > > instructions
>> > > > > > > > > > I
>> > > > > > > > > > >> put
>> > > > > > > > > > >> > > or
>> > > > > > > > > > >> > > > go to
>> > > > > > > > > > >> > > >     > the updated docs here [1]. I updated that
>> > page
>> > > > to
>> > > > > > have
>> > > > > > > > all
>> > > > > > > > > > the
>> > > > > > > > > > >> > > > latest valid
>> > > > > > > > > > >> > > >     > info.
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     > I'm planing with Chris, to work soon in
>> more
>> > > > > > > > improvements:
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for js-only
>> > (just
>> > > > > > removing
>> > > > > > > > > > >> > > > -option-with-swf
>> > > > > > > > > > >> > > >     > that now is required)
>> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
>> > > > > > > > > > >> > > >     > 3.- Simplify release process based on 2
>> (and
>> > > yes
>> > > > > > > having
>> > > > > > > > > ANT
>> > > > > > > > > > >> into
>> > > > > > > > > > >> > > > account)
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     > I will want to release every 1 to 2
>> month.
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     > [1]
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr
>> > > > Zarzycki
>> > > > > (<
>> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I didn't
>> > catch
>> > > up
>> > > > > > full
>> > > > > > > > > > >> > instruction.
>> > > > > > > > > > >> > > > Let me
>> > > > > > > > > > >> > > >     >> try again.
>> > > > > > > > > > >> > > >     >>
>> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki
>> <
>> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
>> > > > > > > > > > >> > > >     >> napisał(a):
>> > > > > > > > > > >> > > >     >>
>> > > > > > > > > > >> > > >     >> > Hi Carlos,
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> > When I'm running this [1] on my Mac
>> > > > > distribution
>> > > > > > is
>> > > > > > > > not
>> > > > > > > > > > >> > > > generated. :/
>> > > > > > > > > > >> > > >     >> > Whole SDK is being build successfully,
>> > but
>> > > > > > without
>> > > > > > > > > > >> > distribution.
>> > > > > > > > > > >> > > > I don't
>> > > > > > > > > > >> > > >     >> > have any errors.
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
>> > > > > -Drat.skip=true
>> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >>
>> > > > > > > >
>> > > >
>> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> > Thanks,
>> > > > > > > > > > >> > > >     >> > Piotr
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos
>> Rovira <
>> > > > > > > > > > >> > carlosrovira@apache.org
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     >> > napisał(a):
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> >> Hi Antonis,
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >> all this does not affect FB, so don't
>> > > worry
>> > > > > > about
>> > > > > > > > it.
>> > > > > > > > > > But
>> > > > > > > > > > >> we
>> > > > > > > > > > >> > > > hope you
>> > > > > > > > > > >> > > >     >> try
>> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE in the
>> > > future!
>> > > > ;)
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >> Carlos
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26,
>> > Antonis
>> > > > > > > Kalodimos
>> > > > > > > > > (<
>> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>)
>> escribió:
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >> > This sounds good news for someone
>> to
>> > be
>> > > > > > involved
>> > > > > > > > > with
>> > > > > > > > > > >> > royale.
>> > > > > > > > > > >> > > >     >> >> > Please i someone of you who know
>> the
>> > > > > > > requirements
>> > > > > > > > > > don't
>> > > > > > > > > > >> > break
>> > > > > > > > > > >> > > > the
>> > > > > > > > > > >> > > >     >> royale
>> > > > > > > > > > >> > > >     >> >> > ability to be used and in the
>> > > > flashbuilder.
>> > > > > > Even
>> > > > > > > > it
>> > > > > > > > > is
>> > > > > > > > > > >> old
>> > > > > > > > > > >> > > is a
>> > > > > > > > > > >> > > >     >> >> standard i
>> > > > > > > > > > >> > > >     >> >> > think for the old users that are
>> > > searching
>> > > > > > where
>> > > > > > > > to
>> > > > > > > > > > jump
>> > > > > > > > > > >> > for
>> > > > > > > > > > >> > > > upgrade
>> > > > > > > > > > >> > > >     >> >> their
>> > > > > > > > > > >> > > >     >> >> > apps
>> > > > > > > > > > >> > > >     >> >> >
>> > > > > > > > > > >> > > >     >> >> > Thank you, continue the great job
>> that
>> > > you
>> > > > > are
>> > > > > > > > > doing.
>> > > > > > > > > > >> > > >     >> >> >
>> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15
>> μ.μ.,
>> > > ο/η
>> > > > > > Piotr
>> > > > > > > > > > >> Zarzycki <
>> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
>> > > > > > > > > > >> > > >     >> >> >
>> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you provide on
>> > mailing
>> > > > > list
>> > > > > > > > > command
>> > > > > > > > > > to
>> > > > > > > > > > >> > > build
>> > > > > > > > > > >> > > >     >> framework
>> > > > > > > > > > >> > > >     >> >> > with
>> > > > > > > > > > >> > > >     >> >> > > distribution, so users could know
>> > how
>> > > to
>> > > > > do
>> > > > > > > > that.
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> > > Thanks,
>> > > > > > > > > > >> > > >     >> >> > > Piotr
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos
>> > > Rovira <
>> > > > > > > > > > >> > > > carlosrovira@apache.org>
>> > > > > > > > > > >> > > >     >> >> > > napisał(a):
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> > > > Hi,
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
>> distribution,
>> > > and
>> > > > > now
>> > > > > > > it
>> > > > > > > > > > >> creates a
>> > > > > > > > > > >> > > > valid SDK
>> > > > > > > > > > >> > > >     >> >> that
>> > > > > > > > > > >> > > >     >> >> > > can
>> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I think this
>> > is a
>> > > > > long
>> > > > > > > > > awaited
>> > > > > > > > > > >> fix.
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
>> distribution
>> > > the
>> > > > > > > > generated
>> > > > > > > > > > SDK
>> > > > > > > > > > >> > > > allows you
>> > > > > > > > > > >> > > >     >> to
>> > > > > > > > > > >> > > >     >> >> get
>> > > > > > > > > > >> > > >     >> >> > > > code intelligence and IDEs can
>> > find
>> > > > > > > compilers
>> > > > > > > > > and
>> > > > > > > > > > >> use
>> > > > > > > > > > >> > it
>> > > > > > > > > > >> > > > to get a
>> > > > > > > > > > >> > > >     >> >> valid
>> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried only
>> VSCode
>> > > with
>> > > > > Josh
>> > > > > > > > > > AS3&MXML
>> > > > > > > > > > >> > > > extension,
>> > > > > > > > > > >> > > >     >> hope
>> > > > > > > > > > >> > > >     >> >> > > others
>> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can provide
>> > > feedback.
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > > Additionally you get the normal
>> > > maven
>> > > > > way
>> > > > > > of
>> > > > > > > > > build
>> > > > > > > > > > >> with
>> > > > > > > > > > >> > > > "mvn
>> > > > > > > > > > >> > > >     >> >> install"
>> > > > > > > > > > >> > > >     >> >> > > that
>> > > > > > > > > > >> > > >     >> >> > > > will be more near to your
>> deploy
>> > > > needs.
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > > So people using Maven does not
>> > need
>> > > to
>> > > > > use
>> > > > > > > ANT
>> > > > > > > > > > >> anymore
>> > > > > > > > > > >> > to
>> > > > > > > > > > >> > > >     >> generate a
>> > > > > > > > > > >> > > >     >> >> > > valid
>> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally to have
>> > two
>> > > > > > > > independent
>> > > > > > > > > > >> ways of
>> > > > > > > > > > >> > > > building
>> > > > > > > > > > >> > > >     >> >> > > separated
>> > > > > > > > > > >> > > >     >> >> > > > one from the other.
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some refining
>> this
>> > > days
>> > > > > with
>> > > > > > > > > > >> classpaths
>> > > > > > > > > > >> > > > since I
>> > > > > > > > > > >> > > >     >> left
>> > > > > > > > > > >> > > >     >> >> some
>> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded that I want
>> to
>> > > > remove
>> > > > > > to
>> > > > > > > > make
>> > > > > > > > > > it
>> > > > > > > > > > >> > valid
>> > > > > > > > > > >> > > > as we
>> > > > > > > > > > >> > > >     >> >> change
>> > > > > > > > > > >> > > >     >> >> > > > versions.
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to
>> > > > reflect
>> > > > > > this
>> > > > > > > > > > change.
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > > --
>> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > > >
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> > > --
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> > > Patreon: *
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > > > > > > > > >> > > >     >> >> > > <
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > > > > > > > > >> > > > >*
>> > > > > > > > > > >> > > >     >> >> > >
>> > > > > > > > > > >> > > >     >> >> >
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >> --
>> > > > > > > > > > >> > > >     >> >> Carlos Rovira
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
>> > > > > > > > > > >> > > >     >> >>
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> > --
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >> > Patreon: *
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > > > > > > > > >> > > >     >> > <
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > > > > > > > > >> > > > >*
>> > > > > > > > > > >> > > >     >> >
>> > > > > > > > > > >> > > >     >>
>> > > > > > > > > > >> > > >     >>
>> > > > > > > > > > >> > > >     >> --
>> > > > > > > > > > >> > > >     >>
>> > > > > > > > > > >> > > >     >> Piotr Zarzycki
>> > > > > > > > > > >> > > >     >>
>> > > > > > > > > > >> > > >     >> Patreon: *
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
>> > > > > > > > > > >> > > >     >> <
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
>> > > > > > > > > > >> > > > >*
>> > > > > > > > > > >> > > >     >>
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     > --
>> > > > > > > > > > >> > > >     > Carlos Rovira
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >     >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >     --
>> > > > > > > > > > >> > > >     Carlos Rovira
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > > >
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> > > --
>> > > > > > > > > > >> > > Carlos Rovira
>> > > > > > > > > > >> > > http://about.me/carlosrovira
>> > > > > > > > > > >> > >
>> > > > > > > > > > >> >
>> > > > > > > > > > >> >
>> > > > > > > > > > >> > --
>> > > > > > > > > > >> >
>> > > > > > > > > > >> > Piotr Zarzycki
>> > > > > > > > > > >> >
>> > > > > > > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
>> > > > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
>> > > > > > > > > > >> >
>> > > > > > > > > > >>
>> > > > > > > > > > >>
>> > > > > > > > > > >> --
>> > > > > > > > > > >> Carlos Rovira
>> > > > > > > > > > >> http://about.me/carlosrovira
>> > > > > > > > > > >>
>> > > > > > > > > > >
>> > > > > > > > > > >
>> > > > > > > > > > > --
>> > > > > > > > > > >
>> > > > > > > > > > > Piotr Zarzycki
>> > > > > > > > > > >
>> > > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
>> > > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
>> > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > --
>> > > > > > > > > >
>> > > > > > > > > > Piotr Zarzycki
>> > > > > > > > > >
>> > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
>> > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > Carlos Rovira
>> > > > > > > > > http://about.me/carlosrovira
>> > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > --
>> > > > > > > >
>> > > > > > > > Piotr Zarzycki
>> > > > > > > >
>> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
>> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
>> > > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Carlos Rovira
>> > > > > > > http://about.me/carlosrovira
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > >
>> > > > > > Piotr Zarzycki
>> > > > > >
>> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
>> > > > > > <https://www.patreon.com/piotrzarzycki>*
>> > > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Carlos Rovira
>> > > > > http://about.me/carlosrovira
>> > > > >
>> > > >
>> > >
>> > >
>> > > --
>> > >
>> > > Piotr Zarzycki
>> > >
>> > > Patreon: *https://www.patreon.com/piotrzarzycki
>> > > <https://www.patreon.com/piotrzarzycki>*
>> > >
>> >
>> >
>> > --
>> > Carlos Rovira
>> > http://about.me/carlosrovira
>> >
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Thanks Josh for pointing that out I think I got it.

@Piotr Zarzycki <pi...@gmail.com> please try with my latest
commit. I couldn't test myself, but I think it should work now for
Moonshine.
VSCode still work with this changes.

Thanks

Carlos



El mié., 5 feb. 2020 a las 19:43, Josh Tynjala (<jo...@bowlerhat.dev>)
escribió:

> If I had to guess, this classpath is wrong:
>
> <Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
> Class-Path>
>
>
> https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml
>
> I think that the names of those JAR files all include a version number in
> the Maven distribution.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > ok didn't notice.
> > So maybe is a classpath problem?
> > It's clear that VSCode goes to the same place and find it since mxmlc is
> a
> > dummy jar that has exactly that class, but Moonshine goes and didn't find
> > it.
> > If not any clue what could be happening?
> > Thanks
> >
> > El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>)
> > escribió:
> >
> > > Exactly and I can confirm that mxmlc is in place.
> > >
> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev>
> > > napisał(a):
> > >
> > > > You can see from the output that Moonshine is calling the command
> line
> > > > scripts in js/bin.
> > > >
> > > > --
> > > > Josh Tynjala
> > > > Bowler Hat LLC <https://bowlerhat.dev>
> > > >
> > > >
> > > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <
> carlosrovira@apache.org>
> > > > wrote:
> > > >
> > > > > Hi Piotr,
> > > > >
> > > > > That was a problem I had with VSCode when started to work on fix
> SDK
> > > for
> > > > > IDE.
> > > > > Josh told me that VSCode tries to find that class in
> > /js/lib/mxmlc.jar
> > > > > it needs /js/lib/mxmlc.jar too
> > > > >
> > > > > Maybe Moonshine is looking in other path?
> > > > >
> > > > > Thanks
> > > > >
> > > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > > piotrzarzycki21@gmail.com>)
> > > > > escribió:
> > > > >
> > > > > > Hi Carlos,
> > > > > >
> > > > > > I have build on my Mac SDK and tried in Nightly Build of
> > Moonshine. I
> > > > > > cannot build Hello World. I'm getting following error:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml
> -debug=true
> > > > > > -source-map=true -compiler.targets=JSRoyale
> > > > > >
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > > : Using Royale Compiler codebase:
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > : Using Royale SDK:
> > > > > >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > > : Error: Could not find or load main class
> > > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > > >
> > > > > >
> > > > > >
> > > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <carlosrovira@apache.org
> >
> > > > > > napisał(a):
> > > > > >
> > > > > > > Hi Piotr,
> > > > > > >
> > > > > > > right, are simplified too and does not have any profile or
> > > variable.
> > > > > > >
> > > > > > > "-U clean install" is standard maven commands, nothing to do
> with
> > > us
> > > > in
> > > > > > > particular, so you can left that
> > > > > > > "-P main,utils" are not needed anymore, since now there's no
> > > > > > > differentiation between a "first build" against rest of builds.
> > > > > > >
> > > > > > >
> > > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >
> > > > > > > > Hi Carlos,
> > > > > > > >
> > > > > > > > Builds for framework is updated. What about compiler and
> > > typedefs ?
> > > > > For
> > > > > > > > compiler on the server we have:
> > > > > > > >
> > > > > > > > -U clean install
> > > > > > > > -P -main,utils
> > > > > > > >
> > > > > > > > It looks like that those profiles also deprecated - can you
> > > > confirm ?
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Piotr
> > > > > > > >
> > > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> > carlosrovira@apache.org>
> > > > > > > > napisał(a):
> > > > > > > >
> > > > > > > > > Hi Piotr,
> > > > > > > > >
> > > > > > > > > it surprise me that due all the changes done in maven
> > > builds.a.o
> > > > > was
> > > > > > > not
> > > > > > > > > failing. I've even didn't repare that will need to be
> > updated.
> > > > > > > > >
> > > > > > > > > These profiles does not exist anymore:
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > > > >
> > > > > > > > > Here's the updated doc for maven simplified [1]
> > > > > > > > >
> > > > > > > > > In sort:
> > > > > > > > >
> > > > > > > > > 1.- Only env var needed in Maven now is
> FLASHPLAYER_DEBUGGER
> > > > > > > > > 2.- Build from an empty repo is now more reliable
> (something
> > > that
> > > > > > was a
> > > > > > > > > real headache)
> > > > > > > > > 3.- Profiles are reduced to:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >    - with-ui-testsuite
> > > > > > > > >    - option-with-swf
> > > > > > > > >    - with-examples
> > > > > > > > >    - with-distribution
> > > > > > > > >
> > > > > > > > > Can you upgrade builds.a.o to use this profiles?
> > > > > > > > >
> > > > > > > > > [1]
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > >
> > > > > > > > > > Carlos,
> > > > > > > > > >
> > > > > > > > > > What has change more in case of Maven build for
> framework?
> > On
> > > > > > > > builds.a.o
> > > > > > > > > we
> > > > > > > > > > have following command which running royale-asjs. It
> looks
> > > like
> > > > > > > > something
> > > > > > > > > > is missing, cause I have removed locally my
> > org.apache.royale
> > > > > > folder
> > > > > > > > from
> > > > > > > > > > .m2 and start building PureMVC to swc. [1] - It throws
> > > > exception
> > > > > > now.
> > > > > > > > > >
> > > > > > > > > > Could not resolve dependencies for project
> > > > > > > > > >
> > > > > > >
> > > >
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > > > > > Failure to find
> > > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > > > > in
> > > > > > > > > >
> > https://repository.apache.org/content/repositories/snapshots
> > > > was
> > > > > > > > cached
> > > > > > > > > in
> > > > > > > > > > the local repository, resolution will not be reattempted
> > > until
> > > > > the
> > > > > > > > update
> > > > > > > > > > interval of apache-snapshots has elapsed or updates are
> > > forced
> > > > > > > > > >
> > > > > > > > > > Above means that it probably doesn't exists in Apache
> Maven
> > > > > > > central...
> > > > > > > > > >
> > > > > > > > > > Command on builds.a.o:
> > > > > > > > > >
> > > > > > > > > > -U
> > > > > > > > > > clean
> > > > > > > > > > deploy
> > > > > > > > > > -P
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > > > > > -Dgenerate.swf
> > > > > > > > > >
> > > > > > > > > > [1]
> > > > > > >
> > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > Piotr
> > > > > > > > > >
> > > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > > piotrzarzycki21@gmail.com
> > > > > > >
> > > > > > > > > > napisał(a):
> > > > > > > > > >
> > > > > > > > > > > Ok let's wait to see whether someone actually know what
> > is
> > > > the
> > > > > > > > version.
> > > > > > > > > > >
> > > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > > carlosrovira@apache.org>
> > > > > > > > > > > napisał(a):
> > > > > > > > > > >
> > > > > > > > > > >> Hi Piotr,
> > > > > > > > > > >>
> > > > > > > > > > >> I explained in this thread that I couldn't find in
> maven
> > > the
> > > > > > same
> > > > > > > > > exact
> > > > > > > > > > >> version that ANT one, I put the closest in date
> > available
> > > > from
> > > > > > > maven
> > > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the
> > same
> > > > one
> > > > > > > that
> > > > > > > > > > works.
> > > > > > > > > > >> Other thing is that maybe I fail in the search and the
> > > > version
> > > > > > > could
> > > > > > > > > > >> exists, in that case hope other can indicate the maven
> > > > > > descriptor
> > > > > > > to
> > > > > > > > > > >> update
> > > > > > > > > > >> it.
> > > > > > > > > > >>
> > > > > > > > > > >> thanks
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > > > >>
> > > > > > > > > > >> > Why you didn't use exactly the same version ? Maybe
> > this
> > > > is
> > > > > > the
> > > > > > > > > reason
> > > > > > > > > > >> why
> > > > > > > > > > >> > my application is failing.
> > > > > > > > > > >> >
> > > > > > > > > > >> > I see this in Maven:
> > > > > > > > > > >> > <dependency>
> > > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > > > > > > >> > <version>v20181210</version>
> > > > > > > > > > >> > </dependency>
> > > > > > > > > > >> > <dependency>
> > > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > > > > > >> > <artifactId>google-closure-library</artifactId>
> > > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > > > > > > >> > </dependency>
> > > > > > > > > > >> >
> > > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > > > > carlosrovira@apache.org
> > > > > > > >
> > > > > > > > > > >> > napisał(a):
> > > > > > > > > > >> >
> > > > > > > > > > >> > > Hi Alex,
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > I didn't put the latest one. Used the closest one
> in
> > > > dates
> > > > > > to
> > > > > > > > the
> > > > > > > > > > one
> > > > > > > > > > >> in
> > > > > > > > > > >> > > ANT. Should be that valid? And how can I ensure
> > > > > > compatibility?
> > > > > > > > > Where
> > > > > > > > > > >> to
> > > > > > > > > > >> > > check that?
> > > > > > > > > > >> > > But what I really want to do is update ANT/MAVEN
> to
> > > the
> > > > > same
> > > > > > > one
> > > > > > > > > > that
> > > > > > > > > > >> is
> > > > > > > > > > >> > ok
> > > > > > > > > > >> > > for all of us. We need to ensure one that is
> > available
> > > > for
> > > > > > > both.
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > thanks
> > > > > > > > > > >> > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > > > > > >> > >)
> > > > > > > > > > >> > > escribió:
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > > You may not want the latest closure library.
> You
> > > > > probably
> > > > > > > > want
> > > > > > > > > > one
> > > > > > > > > > >> > that
> > > > > > > > > > >> > > > is compatible with the closure compiler.
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > > HTH,
> > > > > > > > > > >> > > > -Alex
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > > > > > > carlosrovira@apache.org>
> > > > > > > > > > >> wrote:
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     Hi,
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     Josh discover that there was an issue. If we
> > > have
> > > > > > > > GOOG_HOME
> > > > > > > > > > env
> > > > > > > > > > >> var
> > > > > > > > > > >> > > the
> > > > > > > > > > >> > > >     maven distribution worked right, but if you
> > > don't
> > > > > > have,
> > > > > > > > > > >> compilation
> > > > > > > > > > >> > > > fails.
> > > > > > > > > > >> > > >     I have it in my system while developing
> this.
> > > So I
> > > > > > just
> > > > > > > > > fixed
> > > > > > > > > > it
> > > > > > > > > > >> > some
> > > > > > > > > > >> > > >     minutes ago.
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     One thing: There's no maven artifact for the
> > > > > > > > closure-library
> > > > > > > > > > >> > > v20180910
> > > > > > > > > > >> > > > (the
> > > > > > > > > > >> > > >     one used by ANT), next one is
> > > > 0.0-20190213-2033d5d9,
> > > > > > so
> > > > > > > we
> > > > > > > > > > need
> > > > > > > > > > >> to
> > > > > > > > > > >> > > use
> > > > > > > > > > >> > > > that
> > > > > > > > > > >> > > >     for maven (or maybe I was too bad trying to
> > find
> > > > the
> > > > > > > > > > >> corresponding
> > > > > > > > > > >> > > > maven
> > > > > > > > > > >> > > >     artifact, so if someone knows, please let me
> > > > know!).
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213 too?
> From
> > > now
> > > > > on,
> > > > > > we
> > > > > > > > > > should
> > > > > > > > > > >> > check
> > > > > > > > > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>
> > > let
> > > > me
> > > > > > > know
> > > > > > > > if
> > > > > > > > > > you
> > > > > > > > > > >> > can
> > > > > > > > > > >> > > > get it
> > > > > > > > > > >> > > >     work with latest changes just done.
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     Thanks
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos
> > Rovira
> > > > (<
> > > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > > > > > >> > > >     escribió:
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     > Hi Piotr,
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     > yes, you're using an old command, maven
> was
> > > > > > extremely
> > > > > > > > > > >> simplified
> > > > > > > > > > >> > > > thanks to
> > > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > > > > > > > > >> > > >     > 'generate.swf.swcs' does not exists. Check
> > the
> > > > > > > > > instructions
> > > > > > > > > > I
> > > > > > > > > > >> put
> > > > > > > > > > >> > > or
> > > > > > > > > > >> > > > go to
> > > > > > > > > > >> > > >     > the updated docs here [1]. I updated that
> > page
> > > > to
> > > > > > have
> > > > > > > > all
> > > > > > > > > > the
> > > > > > > > > > >> > > > latest valid
> > > > > > > > > > >> > > >     > info.
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     > I'm planing with Chris, to work soon in
> more
> > > > > > > > improvements:
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     > 1.- Make Maven distribution for js-only
> > (just
> > > > > > removing
> > > > > > > > > > >> > > > -option-with-swf
> > > > > > > > > > >> > > >     > that now is required)
> > > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > > > > > > >> > > >     > 3.- Simplify release process based on 2
> (and
> > > yes
> > > > > > > having
> > > > > > > > > ANT
> > > > > > > > > > >> into
> > > > > > > > > > >> > > > account)
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     > I will want to release every 1 to 2 month.
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     > [1]
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr
> > > > Zarzycki
> > > > > (<
> > > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     >> Ok it looks like it my fault. I didn't
> > catch
> > > up
> > > > > > full
> > > > > > > > > > >> > instruction.
> > > > > > > > > > >> > > > Let me
> > > > > > > > > > >> > > >     >> try again.
> > > > > > > > > > >> > > >     >>
> > > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > > > > > >> > > >     >> napisał(a):
> > > > > > > > > > >> > > >     >>
> > > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> > When I'm running this [1] on my Mac
> > > > > distribution
> > > > > > is
> > > > > > > > not
> > > > > > > > > > >> > > > generated. :/
> > > > > > > > > > >> > > >     >> > Whole SDK is being build successfully,
> > but
> > > > > > without
> > > > > > > > > > >> > distribution.
> > > > > > > > > > >> > > > I don't
> > > > > > > > > > >> > > >     >> > have any errors.
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
> > > > > -Drat.skip=true
> > > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >
> > > > > > > > > > >>
> > > > > > > >
> > > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> > Thanks,
> > > > > > > > > > >> > > >     >> > Piotr
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira
> <
> > > > > > > > > > >> > carlosrovira@apache.org
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     >> > napisał(a):
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >> all this does not affect FB, so don't
> > > worry
> > > > > > about
> > > > > > > > it.
> > > > > > > > > > But
> > > > > > > > > > >> we
> > > > > > > > > > >> > > > hope you
> > > > > > > > > > >> > > >     >> try
> > > > > > > > > > >> > > >     >> >> to migrate to some newer IDE in the
> > > future!
> > > > ;)
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >> Carlos
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26,
> > Antonis
> > > > > > > Kalodimos
> > > > > > > > > (<
> > > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>)
> escribió:
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >> > This sounds good news for someone to
> > be
> > > > > > involved
> > > > > > > > > with
> > > > > > > > > > >> > royale.
> > > > > > > > > > >> > > >     >> >> > Please i someone of you who know the
> > > > > > > requirements
> > > > > > > > > > don't
> > > > > > > > > > >> > break
> > > > > > > > > > >> > > > the
> > > > > > > > > > >> > > >     >> royale
> > > > > > > > > > >> > > >     >> >> > ability to be used and in the
> > > > flashbuilder.
> > > > > > Even
> > > > > > > > it
> > > > > > > > > is
> > > > > > > > > > >> old
> > > > > > > > > > >> > > is a
> > > > > > > > > > >> > > >     >> >> standard i
> > > > > > > > > > >> > > >     >> >> > think for the old users that are
> > > searching
> > > > > > where
> > > > > > > > to
> > > > > > > > > > jump
> > > > > > > > > > >> > for
> > > > > > > > > > >> > > > upgrade
> > > > > > > > > > >> > > >     >> >> their
> > > > > > > > > > >> > > >     >> >> > apps
> > > > > > > > > > >> > > >     >> >> >
> > > > > > > > > > >> > > >     >> >> > Thank you, continue the great job
> that
> > > you
> > > > > are
> > > > > > > > > doing.
> > > > > > > > > > >> > > >     >> >> >
> > > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15
> μ.μ.,
> > > ο/η
> > > > > > Piotr
> > > > > > > > > > >> Zarzycki <
> > > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > > > > > > > > >> > > >     >> >> >
> > > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> > > Congrats! Could you provide on
> > mailing
> > > > > list
> > > > > > > > > command
> > > > > > > > > > to
> > > > > > > > > > >> > > build
> > > > > > > > > > >> > > >     >> framework
> > > > > > > > > > >> > > >     >> >> > with
> > > > > > > > > > >> > > >     >> >> > > distribution, so users could know
> > how
> > > to
> > > > > do
> > > > > > > > that.
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos
> > > Rovira <
> > > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > > just fixed the maven
> distribution,
> > > and
> > > > > now
> > > > > > > it
> > > > > > > > > > >> creates a
> > > > > > > > > > >> > > > valid SDK
> > > > > > > > > > >> > > >     >> >> that
> > > > > > > > > > >> > > >     >> >> > > can
> > > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I think this
> > is a
> > > > > long
> > > > > > > > > awaited
> > > > > > > > > > >> fix.
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > > So with the new maven
> distribution
> > > the
> > > > > > > > generated
> > > > > > > > > > SDK
> > > > > > > > > > >> > > > allows you
> > > > > > > > > > >> > > >     >> to
> > > > > > > > > > >> > > >     >> >> get
> > > > > > > > > > >> > > >     >> >> > > > code intelligence and IDEs can
> > find
> > > > > > > compilers
> > > > > > > > > and
> > > > > > > > > > >> use
> > > > > > > > > > >> > it
> > > > > > > > > > >> > > > to get a
> > > > > > > > > > >> > > >     >> >> valid
> > > > > > > > > > >> > > >     >> >> > > > compilation. I tried only VSCode
> > > with
> > > > > Josh
> > > > > > > > > > AS3&MXML
> > > > > > > > > > >> > > > extension,
> > > > > > > > > > >> > > >     >> hope
> > > > > > > > > > >> > > >     >> >> > > others
> > > > > > > > > > >> > > >     >> >> > > > using Moonshine can provide
> > > feedback.
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > > Additionally you get the normal
> > > maven
> > > > > way
> > > > > > of
> > > > > > > > > build
> > > > > > > > > > >> with
> > > > > > > > > > >> > > > "mvn
> > > > > > > > > > >> > > >     >> >> install"
> > > > > > > > > > >> > > >     >> >> > > that
> > > > > > > > > > >> > > >     >> >> > > > will be more near to your deploy
> > > > needs.
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > > So people using Maven does not
> > need
> > > to
> > > > > use
> > > > > > > ANT
> > > > > > > > > > >> anymore
> > > > > > > > > > >> > to
> > > > > > > > > > >> > > >     >> generate a
> > > > > > > > > > >> > > >     >> >> > > valid
> > > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally to have
> > two
> > > > > > > > independent
> > > > > > > > > > >> ways of
> > > > > > > > > > >> > > > building
> > > > > > > > > > >> > > >     >> >> > > separated
> > > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > > I'll be doing some refining this
> > > days
> > > > > with
> > > > > > > > > > >> classpaths
> > > > > > > > > > >> > > > since I
> > > > > > > > > > >> > > >     >> left
> > > > > > > > > > >> > > >     >> >> some
> > > > > > > > > > >> > > >     >> >> > > > versions hardcoded that I want
> to
> > > > remove
> > > > > > to
> > > > > > > > make
> > > > > > > > > > it
> > > > > > > > > > >> > valid
> > > > > > > > > > >> > > > as we
> > > > > > > > > > >> > > >     >> >> change
> > > > > > > > > > >> > > >     >> >> > > > versions.
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to
> > > > reflect
> > > > > > this
> > > > > > > > > > change.
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > > --
> > > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> > > --
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > > >> > > >     >> >> > > <
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > > >> > > > >*
> > > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > > >> > > >     >> >> >
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >> --
> > > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > > > > >> > > >     >> >>
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> > --
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> > Piotr Zarzycki
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >> > Patreon: *
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > > >> > > >     >> > <
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > > >> > > > >*
> > > > > > > > > > >> > > >     >> >
> > > > > > > > > > >> > > >     >>
> > > > > > > > > > >> > > >     >>
> > > > > > > > > > >> > > >     >> --
> > > > > > > > > > >> > > >     >>
> > > > > > > > > > >> > > >     >> Piotr Zarzycki
> > > > > > > > > > >> > > >     >>
> > > > > > > > > > >> > > >     >> Patreon: *
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > > > > >> > > >     >> <
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > > > > >> > > > >*
> > > > > > > > > > >> > > >     >>
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     > --
> > > > > > > > > > >> > > >     > Carlos Rovira
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >     >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >     --
> > > > > > > > > > >> > > >     Carlos Rovira
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > > >
> > > > > > > > > > >> > >
> > > > > > > > > > >> > > --
> > > > > > > > > > >> > > Carlos Rovira
> > > > > > > > > > >> > > http://about.me/carlosrovira
> > > > > > > > > > >> > >
> > > > > > > > > > >> >
> > > > > > > > > > >> >
> > > > > > > > > > >> > --
> > > > > > > > > > >> >
> > > > > > > > > > >> > Piotr Zarzycki
> > > > > > > > > > >> >
> > > > > > > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > > > >> >
> > > > > > > > > > >>
> > > > > > > > > > >>
> > > > > > > > > > >> --
> > > > > > > > > > >> Carlos Rovira
> > > > > > > > > > >> http://about.me/carlosrovira
> > > > > > > > > > >>
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > >
> > > > > > > > > > > Piotr Zarzycki
> > > > > > > > > > >
> > > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > >
> > > > > > > > > > Piotr Zarzycki
> > > > > > > > > >
> > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Carlos Rovira
> > > > > > > > > http://about.me/carlosrovira
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > >
> > > > > > > > Piotr Zarzycki
> > > > > > > >
> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Carlos Rovira
> > > > > > > http://about.me/carlosrovira
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> > > > > > Piotr Zarzycki
> > > > > >
> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > http://about.me/carlosrovira
> > > > >
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
If I had to guess, this classpath is wrong:

<Class-Path>args4j.jar org.json.jar compiler-jx-0.9.7-SNAPSHOT.jar</
Class-Path>

https://github.com/apache/royale-asjs/blob/develop/distribution/jars/compiler-mxmljsc/pom.xml

I think that the names of those JAR files all include a version number in
the Maven distribution.

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


On Wed, Feb 5, 2020 at 10:17 AM Carlos Rovira <ca...@apache.org>
wrote:

> ok didn't notice.
> So maybe is a classpath problem?
> It's clear that VSCode goes to the same place and find it since mxmlc is a
> dummy jar that has exactly that class, but Moonshine goes and didn't find
> it.
> If not any clue what could be happening?
> Thanks
>
> El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>)
> escribió:
>
> > Exactly and I can confirm that mxmlc is in place.
> >
> > śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev>
> > napisał(a):
> >
> > > You can see from the output that Moonshine is calling the command line
> > > scripts in js/bin.
> > >
> > > --
> > > Josh Tynjala
> > > Bowler Hat LLC <https://bowlerhat.dev>
> > >
> > >
> > > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <ca...@apache.org>
> > > wrote:
> > >
> > > > Hi Piotr,
> > > >
> > > > That was a problem I had with VSCode when started to work on fix SDK
> > for
> > > > IDE.
> > > > Josh told me that VSCode tries to find that class in
> /js/lib/mxmlc.jar
> > > > it needs /js/lib/mxmlc.jar too
> > > >
> > > > Maybe Moonshine is looking in other path?
> > > >
> > > > Thanks
> > > >
> > > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > > piotrzarzycki21@gmail.com>)
> > > > escribió:
> > > >
> > > > > Hi Carlos,
> > > > >
> > > > > I have build on my Mac SDK and tried in Nightly Build of
> Moonshine. I
> > > > > cannot build Hello World. I'm getting following error:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > > > > -source-map=true -compiler.targets=JSRoyale
> > > > >
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > > : Using Royale Compiler codebase:
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > : Using Royale SDK:
> > > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > > : Error: Could not find or load main class
> > > > > org.apache.royale.compiler.clients.MXMLJSC
> > > > >
> > > > >
> > > > >
> > > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <ca...@apache.org>
> > > > > napisał(a):
> > > > >
> > > > > > Hi Piotr,
> > > > > >
> > > > > > right, are simplified too and does not have any profile or
> > variable.
> > > > > >
> > > > > > "-U clean install" is standard maven commands, nothing to do with
> > us
> > > in
> > > > > > particular, so you can left that
> > > > > > "-P main,utils" are not needed anymore, since now there's no
> > > > > > differentiation between a "first build" against rest of builds.
> > > > > >
> > > > > >
> > > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > >
> > > > > > > Hi Carlos,
> > > > > > >
> > > > > > > Builds for framework is updated. What about compiler and
> > typedefs ?
> > > > For
> > > > > > > compiler on the server we have:
> > > > > > >
> > > > > > > -U clean install
> > > > > > > -P -main,utils
> > > > > > >
> > > > > > > It looks like that those profiles also deprecated - can you
> > > confirm ?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Piotr
> > > > > > >
> > > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <
> carlosrovira@apache.org>
> > > > > > > napisał(a):
> > > > > > >
> > > > > > > > Hi Piotr,
> > > > > > > >
> > > > > > > > it surprise me that due all the changes done in maven
> > builds.a.o
> > > > was
> > > > > > not
> > > > > > > > failing. I've even didn't repare that will need to be
> updated.
> > > > > > > >
> > > > > > > > These profiles does not exist anymore:
> > > > > > > >
> > > > > >
> > > >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > > >
> > > > > > > > Here's the updated doc for maven simplified [1]
> > > > > > > >
> > > > > > > > In sort:
> > > > > > > >
> > > > > > > > 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> > > > > > > > 2.- Build from an empty repo is now more reliable (something
> > that
> > > > > was a
> > > > > > > > real headache)
> > > > > > > > 3.- Profiles are reduced to:
> > > > > > > >
> > > > > > > >
> > > > > > > >    - with-ui-testsuite
> > > > > > > >    - option-with-swf
> > > > > > > >    - with-examples
> > > > > > > >    - with-distribution
> > > > > > > >
> > > > > > > > Can you upgrade builds.a.o to use this profiles?
> > > > > > > >
> > > > > > > > [1]
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >
> > > > > > > > > Carlos,
> > > > > > > > >
> > > > > > > > > What has change more in case of Maven build for framework?
> On
> > > > > > > builds.a.o
> > > > > > > > we
> > > > > > > > > have following command which running royale-asjs. It looks
> > like
> > > > > > > something
> > > > > > > > > is missing, cause I have removed locally my
> org.apache.royale
> > > > > folder
> > > > > > > from
> > > > > > > > > .m2 and start building PureMVC to swc. [1] - It throws
> > > exception
> > > > > now.
> > > > > > > > >
> > > > > > > > > Could not resolve dependencies for project
> > > > > > > > >
> > > > > >
> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > > > > Failure to find
> > > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > > > in
> > > > > > > > >
> https://repository.apache.org/content/repositories/snapshots
> > > was
> > > > > > > cached
> > > > > > > > in
> > > > > > > > > the local repository, resolution will not be reattempted
> > until
> > > > the
> > > > > > > update
> > > > > > > > > interval of apache-snapshots has elapsed or updates are
> > forced
> > > > > > > > >
> > > > > > > > > Above means that it probably doesn't exists in Apache Maven
> > > > > > central...
> > > > > > > > >
> > > > > > > > > Command on builds.a.o:
> > > > > > > > >
> > > > > > > > > -U
> > > > > > > > > clean
> > > > > > > > > deploy
> > > > > > > > > -P
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > > > > -Dgenerate.swf
> > > > > > > > >
> > > > > > > > > [1]
> > > > > >
> https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > Piotr
> > > > > > > > >
> > > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > > piotrzarzycki21@gmail.com
> > > > > >
> > > > > > > > > napisał(a):
> > > > > > > > >
> > > > > > > > > > Ok let's wait to see whether someone actually know what
> is
> > > the
> > > > > > > version.
> > > > > > > > > >
> > > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > > > > > > > > napisał(a):
> > > > > > > > > >
> > > > > > > > > >> Hi Piotr,
> > > > > > > > > >>
> > > > > > > > > >> I explained in this thread that I couldn't find in maven
> > the
> > > > > same
> > > > > > > > exact
> > > > > > > > > >> version that ANT one, I put the closest in date
> available
> > > from
> > > > > > maven
> > > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the
> same
> > > one
> > > > > > that
> > > > > > > > > works.
> > > > > > > > > >> Other thing is that maybe I fail in the search and the
> > > version
> > > > > > could
> > > > > > > > > >> exists, in that case hope other can indicate the maven
> > > > > descriptor
> > > > > > to
> > > > > > > > > >> update
> > > > > > > > > >> it.
> > > > > > > > > >>
> > > > > > > > > >> thanks
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > > >>
> > > > > > > > > >> > Why you didn't use exactly the same version ? Maybe
> this
> > > is
> > > > > the
> > > > > > > > reason
> > > > > > > > > >> why
> > > > > > > > > >> > my application is failing.
> > > > > > > > > >> >
> > > > > > > > > >> > I see this in Maven:
> > > > > > > > > >> > <dependency>
> > > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > > > > > >> > <version>v20181210</version>
> > > > > > > > > >> > </dependency>
> > > > > > > > > >> > <dependency>
> > > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > > > > >> > <artifactId>google-closure-library</artifactId>
> > > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > > > > > >> > </dependency>
> > > > > > > > > >> >
> > > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > > > carlosrovira@apache.org
> > > > > > >
> > > > > > > > > >> > napisał(a):
> > > > > > > > > >> >
> > > > > > > > > >> > > Hi Alex,
> > > > > > > > > >> > >
> > > > > > > > > >> > > I didn't put the latest one. Used the closest one in
> > > dates
> > > > > to
> > > > > > > the
> > > > > > > > > one
> > > > > > > > > >> in
> > > > > > > > > >> > > ANT. Should be that valid? And how can I ensure
> > > > > compatibility?
> > > > > > > > Where
> > > > > > > > > >> to
> > > > > > > > > >> > > check that?
> > > > > > > > > >> > > But what I really want to do is update ANT/MAVEN to
> > the
> > > > same
> > > > > > one
> > > > > > > > > that
> > > > > > > > > >> is
> > > > > > > > > >> > ok
> > > > > > > > > >> > > for all of us. We need to ensure one that is
> available
> > > for
> > > > > > both.
> > > > > > > > > >> > >
> > > > > > > > > >> > > thanks
> > > > > > > > > >> > >
> > > > > > > > > >> > >
> > > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > > > > >> > >)
> > > > > > > > > >> > > escribió:
> > > > > > > > > >> > >
> > > > > > > > > >> > > > You may not want the latest closure library.  You
> > > > probably
> > > > > > > want
> > > > > > > > > one
> > > > > > > > > >> > that
> > > > > > > > > >> > > > is compatible with the closure compiler.
> > > > > > > > > >> > > >
> > > > > > > > > >> > > > HTH,
> > > > > > > > > >> > > > -Alex
> > > > > > > > > >> > > >
> > > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > > > > > carlosrovira@apache.org>
> > > > > > > > > >> wrote:
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     Hi,
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     Josh discover that there was an issue. If we
> > have
> > > > > > > GOOG_HOME
> > > > > > > > > env
> > > > > > > > > >> var
> > > > > > > > > >> > > the
> > > > > > > > > >> > > >     maven distribution worked right, but if you
> > don't
> > > > > have,
> > > > > > > > > >> compilation
> > > > > > > > > >> > > > fails.
> > > > > > > > > >> > > >     I have it in my system while developing this.
> > So I
> > > > > just
> > > > > > > > fixed
> > > > > > > > > it
> > > > > > > > > >> > some
> > > > > > > > > >> > > >     minutes ago.
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     One thing: There's no maven artifact for the
> > > > > > > closure-library
> > > > > > > > > >> > > v20180910
> > > > > > > > > >> > > > (the
> > > > > > > > > >> > > >     one used by ANT), next one is
> > > 0.0-20190213-2033d5d9,
> > > > > so
> > > > > > we
> > > > > > > > > need
> > > > > > > > > >> to
> > > > > > > > > >> > > use
> > > > > > > > > >> > > > that
> > > > > > > > > >> > > >     for maven (or maybe I was too bad trying to
> find
> > > the
> > > > > > > > > >> corresponding
> > > > > > > > > >> > > > maven
> > > > > > > > > >> > > >     artifact, so if someone knows, please let me
> > > know!).
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     So, can we upgrade ANT to v20190213 too? From
> > now
> > > > on,
> > > > > we
> > > > > > > > > should
> > > > > > > > > >> > check
> > > > > > > > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>
> > let
> > > me
> > > > > > know
> > > > > > > if
> > > > > > > > > you
> > > > > > > > > >> > can
> > > > > > > > > >> > > > get it
> > > > > > > > > >> > > >     work with latest changes just done.
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     Thanks
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos
> Rovira
> > > (<
> > > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > > > > >> > > >     escribió:
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     > Hi Piotr,
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     > yes, you're using an old command, maven was
> > > > > extremely
> > > > > > > > > >> simplified
> > > > > > > > > >> > > > thanks to
> > > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > > > > > > > >> > > >     > 'generate.swf.swcs' does not exists. Check
> the
> > > > > > > > instructions
> > > > > > > > > I
> > > > > > > > > >> put
> > > > > > > > > >> > > or
> > > > > > > > > >> > > > go to
> > > > > > > > > >> > > >     > the updated docs here [1]. I updated that
> page
> > > to
> > > > > have
> > > > > > > all
> > > > > > > > > the
> > > > > > > > > >> > > > latest valid
> > > > > > > > > >> > > >     > info.
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     > I'm planing with Chris, to work soon in more
> > > > > > > improvements:
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     > 1.- Make Maven distribution for js-only
> (just
> > > > > removing
> > > > > > > > > >> > > > -option-with-swf
> > > > > > > > > >> > > >     > that now is required)
> > > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > > > > > >> > > >     > 3.- Simplify release process based on 2 (and
> > yes
> > > > > > having
> > > > > > > > ANT
> > > > > > > > > >> into
> > > > > > > > > >> > > > account)
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     > I will want to release every 1 to 2 month.
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     > [1]
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr
> > > Zarzycki
> > > > (<
> > > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     >> Ok it looks like it my fault. I didn't
> catch
> > up
> > > > > full
> > > > > > > > > >> > instruction.
> > > > > > > > > >> > > > Let me
> > > > > > > > > >> > > >     >> try again.
> > > > > > > > > >> > > >     >>
> > > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > > > > >> > > >     >> napisał(a):
> > > > > > > > > >> > > >     >>
> > > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> > When I'm running this [1] on my Mac
> > > > distribution
> > > > > is
> > > > > > > not
> > > > > > > > > >> > > > generated. :/
> > > > > > > > > >> > > >     >> > Whole SDK is being build successfully,
> but
> > > > > without
> > > > > > > > > >> > distribution.
> > > > > > > > > >> > > > I don't
> > > > > > > > > >> > > >     >> > have any errors.
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
> > > > -Drat.skip=true
> > > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >
> > > > > > > > > >>
> > > > > > >
> > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> > Thanks,
> > > > > > > > > >> > > >     >> > Piotr
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > > > > > > > > >> > carlosrovira@apache.org
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     >> > napisał(a):
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >> all this does not affect FB, so don't
> > worry
> > > > > about
> > > > > > > it.
> > > > > > > > > But
> > > > > > > > > >> we
> > > > > > > > > >> > > > hope you
> > > > > > > > > >> > > >     >> try
> > > > > > > > > >> > > >     >> >> to migrate to some newer IDE in the
> > future!
> > > ;)
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >> Carlos
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26,
> Antonis
> > > > > > Kalodimos
> > > > > > > > (<
> > > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >> > This sounds good news for someone to
> be
> > > > > involved
> > > > > > > > with
> > > > > > > > > >> > royale.
> > > > > > > > > >> > > >     >> >> > Please i someone of you who know the
> > > > > > requirements
> > > > > > > > > don't
> > > > > > > > > >> > break
> > > > > > > > > >> > > > the
> > > > > > > > > >> > > >     >> royale
> > > > > > > > > >> > > >     >> >> > ability to be used and in the
> > > flashbuilder.
> > > > > Even
> > > > > > > it
> > > > > > > > is
> > > > > > > > > >> old
> > > > > > > > > >> > > is a
> > > > > > > > > >> > > >     >> >> standard i
> > > > > > > > > >> > > >     >> >> > think for the old users that are
> > searching
> > > > > where
> > > > > > > to
> > > > > > > > > jump
> > > > > > > > > >> > for
> > > > > > > > > >> > > > upgrade
> > > > > > > > > >> > > >     >> >> their
> > > > > > > > > >> > > >     >> >> > apps
> > > > > > > > > >> > > >     >> >> >
> > > > > > > > > >> > > >     >> >> > Thank you, continue the great job that
> > you
> > > > are
> > > > > > > > doing.
> > > > > > > > > >> > > >     >> >> >
> > > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ.,
> > ο/η
> > > > > Piotr
> > > > > > > > > >> Zarzycki <
> > > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > > > > > > > >> > > >     >> >> >
> > > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> > > Congrats! Could you provide on
> mailing
> > > > list
> > > > > > > > command
> > > > > > > > > to
> > > > > > > > > >> > > build
> > > > > > > > > >> > > >     >> framework
> > > > > > > > > >> > > >     >> >> > with
> > > > > > > > > >> > > >     >> >> > > distribution, so users could know
> how
> > to
> > > > do
> > > > > > > that.
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos
> > Rovira <
> > > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > > just fixed the maven distribution,
> > and
> > > > now
> > > > > > it
> > > > > > > > > >> creates a
> > > > > > > > > >> > > > valid SDK
> > > > > > > > > >> > > >     >> >> that
> > > > > > > > > >> > > >     >> >> > > can
> > > > > > > > > >> > > >     >> >> > > > be used with IDEs. I think this
> is a
> > > > long
> > > > > > > > awaited
> > > > > > > > > >> fix.
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > > So with the new maven distribution
> > the
> > > > > > > generated
> > > > > > > > > SDK
> > > > > > > > > >> > > > allows you
> > > > > > > > > >> > > >     >> to
> > > > > > > > > >> > > >     >> >> get
> > > > > > > > > >> > > >     >> >> > > > code intelligence and IDEs can
> find
> > > > > > compilers
> > > > > > > > and
> > > > > > > > > >> use
> > > > > > > > > >> > it
> > > > > > > > > >> > > > to get a
> > > > > > > > > >> > > >     >> >> valid
> > > > > > > > > >> > > >     >> >> > > > compilation. I tried only VSCode
> > with
> > > > Josh
> > > > > > > > > AS3&MXML
> > > > > > > > > >> > > > extension,
> > > > > > > > > >> > > >     >> hope
> > > > > > > > > >> > > >     >> >> > > others
> > > > > > > > > >> > > >     >> >> > > > using Moonshine can provide
> > feedback.
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > > Additionally you get the normal
> > maven
> > > > way
> > > > > of
> > > > > > > > build
> > > > > > > > > >> with
> > > > > > > > > >> > > > "mvn
> > > > > > > > > >> > > >     >> >> install"
> > > > > > > > > >> > > >     >> >> > > that
> > > > > > > > > >> > > >     >> >> > > > will be more near to your deploy
> > > needs.
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > > So people using Maven does not
> need
> > to
> > > > use
> > > > > > ANT
> > > > > > > > > >> anymore
> > > > > > > > > >> > to
> > > > > > > > > >> > > >     >> generate a
> > > > > > > > > >> > > >     >> >> > > valid
> > > > > > > > > >> > > >     >> >> > > > SDK, and we get finally to have
> two
> > > > > > > independent
> > > > > > > > > >> ways of
> > > > > > > > > >> > > > building
> > > > > > > > > >> > > >     >> >> > > separated
> > > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > > I'll be doing some refining this
> > days
> > > > with
> > > > > > > > > >> classpaths
> > > > > > > > > >> > > > since I
> > > > > > > > > >> > > >     >> left
> > > > > > > > > >> > > >     >> >> some
> > > > > > > > > >> > > >     >> >> > > > versions hardcoded that I want to
> > > remove
> > > > > to
> > > > > > > make
> > > > > > > > > it
> > > > > > > > > >> > valid
> > > > > > > > > >> > > > as we
> > > > > > > > > >> > > >     >> >> change
> > > > > > > > > >> > > >     >> >> > > > versions.
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to
> > > reflect
> > > > > this
> > > > > > > > > change.
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > > --
> > > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > > >
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> > > --
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > >> > > >     >> >> > > <
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > >> > > > >*
> > > > > > > > > >> > > >     >> >> > >
> > > > > > > > > >> > > >     >> >> >
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >> --
> > > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > > > >> > > >     >> >>
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> > --
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> > Piotr Zarzycki
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >> > Patreon: *
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > >> > > >     >> > <
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > > >> > > > >*
> > > > > > > > > >> > > >     >> >
> > > > > > > > > >> > > >     >>
> > > > > > > > > >> > > >     >>
> > > > > > > > > >> > > >     >> --
> > > > > > > > > >> > > >     >>
> > > > > > > > > >> > > >     >> Piotr Zarzycki
> > > > > > > > > >> > > >     >>
> > > > > > > > > >> > > >     >> Patreon: *
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > > > >> > > >     >> <
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > > > >> > > > >*
> > > > > > > > > >> > > >     >>
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     > --
> > > > > > > > > >> > > >     > Carlos Rovira
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >     >
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >     --
> > > > > > > > > >> > > >     Carlos Rovira
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >
> > > > > > > > > >> > > >
> > > > > > > > > >> > >
> > > > > > > > > >> > > --
> > > > > > > > > >> > > Carlos Rovira
> > > > > > > > > >> > > http://about.me/carlosrovira
> > > > > > > > > >> > >
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >> > --
> > > > > > > > > >> >
> > > > > > > > > >> > Piotr Zarzycki
> > > > > > > > > >> >
> > > > > > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >> --
> > > > > > > > > >> Carlos Rovira
> > > > > > > > > >> http://about.me/carlosrovira
> > > > > > > > > >>
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > >
> > > > > > > > > > Piotr Zarzycki
> > > > > > > > > >
> > > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > >
> > > > > > > > > Piotr Zarzycki
> > > > > > > > >
> > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Carlos Rovira
> > > > > > > > http://about.me/carlosrovira
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > Piotr Zarzycki
> > > > > > >
> > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Carlos Rovira
> > > > > > http://about.me/carlosrovira
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > Piotr Zarzycki
> > > > >
> > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
ok didn't notice.
So maybe is a classpath problem?
It's clear that VSCode goes to the same place and find it since mxmlc is a
dummy jar that has exactly that class, but Moonshine goes and didn't find
it.
If not any clue what could be happening?
Thanks

El mié., 5 feb. 2020 a las 16:53, Piotr Zarzycki (<pi...@gmail.com>)
escribió:

> Exactly and I can confirm that mxmlc is in place.
>
> śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev>
> napisał(a):
>
> > You can see from the output that Moonshine is calling the command line
> > scripts in js/bin.
> >
> > --
> > Josh Tynjala
> > Bowler Hat LLC <https://bowlerhat.dev>
> >
> >
> > On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <ca...@apache.org>
> > wrote:
> >
> > > Hi Piotr,
> > >
> > > That was a problem I had with VSCode when started to work on fix SDK
> for
> > > IDE.
> > > Josh told me that VSCode tries to find that class in /js/lib/mxmlc.jar
> > > it needs /js/lib/mxmlc.jar too
> > >
> > > Maybe Moonshine is looking in other path?
> > >
> > > Thanks
> > >
> > > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > > piotrzarzycki21@gmail.com>)
> > > escribió:
> > >
> > > > Hi Carlos,
> > > >
> > > > I have build on my Mac SDK and tried in Nightly Build of Moonshine. I
> > > > cannot build Hello World. I'm getting following error:
> > > >
> > > >
> > > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > > > -source-map=true -compiler.targets=JSRoyale
> > > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > > : Using Royale Compiler codebase:
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > : Using Royale SDK:
> > > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > > : Error: Could not find or load main class
> > > > org.apache.royale.compiler.clients.MXMLJSC
> > > >
> > > >
> > > >
> > > > czw., 23 sty 2020 o 16:26 Carlos Rovira <ca...@apache.org>
> > > > napisał(a):
> > > >
> > > > > Hi Piotr,
> > > > >
> > > > > right, are simplified too and does not have any profile or
> variable.
> > > > >
> > > > > "-U clean install" is standard maven commands, nothing to do with
> us
> > in
> > > > > particular, so you can left that
> > > > > "-P main,utils" are not needed anymore, since now there's no
> > > > > differentiation between a "first build" against rest of builds.
> > > > >
> > > > >
> > > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > >
> > > > > > Hi Carlos,
> > > > > >
> > > > > > Builds for framework is updated. What about compiler and
> typedefs ?
> > > For
> > > > > > compiler on the server we have:
> > > > > >
> > > > > > -U clean install
> > > > > > -P -main,utils
> > > > > >
> > > > > > It looks like that those profiles also deprecated - can you
> > confirm ?
> > > > > >
> > > > > > Thanks,
> > > > > > Piotr
> > > > > >
> > > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <ca...@apache.org>
> > > > > > napisał(a):
> > > > > >
> > > > > > > Hi Piotr,
> > > > > > >
> > > > > > > it surprise me that due all the changes done in maven
> builds.a.o
> > > was
> > > > > not
> > > > > > > failing. I've even didn't repare that will need to be updated.
> > > > > > >
> > > > > > > These profiles does not exist anymore:
> > > > > > >
> > > > >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > > >
> > > > > > > Here's the updated doc for maven simplified [1]
> > > > > > >
> > > > > > > In sort:
> > > > > > >
> > > > > > > 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> > > > > > > 2.- Build from an empty repo is now more reliable (something
> that
> > > > was a
> > > > > > > real headache)
> > > > > > > 3.- Profiles are reduced to:
> > > > > > >
> > > > > > >
> > > > > > >    - with-ui-testsuite
> > > > > > >    - option-with-swf
> > > > > > >    - with-examples
> > > > > > >    - with-distribution
> > > > > > >
> > > > > > > Can you upgrade builds.a.o to use this profiles?
> > > > > > >
> > > > > > > [1]
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >
> > > > > > > > Carlos,
> > > > > > > >
> > > > > > > > What has change more in case of Maven build for framework? On
> > > > > > builds.a.o
> > > > > > > we
> > > > > > > > have following command which running royale-asjs. It looks
> like
> > > > > > something
> > > > > > > > is missing, cause I have removed locally my org.apache.royale
> > > > folder
> > > > > > from
> > > > > > > > .m2 and start building PureMVC to swc. [1] - It throws
> > exception
> > > > now.
> > > > > > > >
> > > > > > > > Could not resolve dependencies for project
> > > > > > > >
> > > > >
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > > > Failure to find
> > > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > > in
> > > > > > > > https://repository.apache.org/content/repositories/snapshots
> > was
> > > > > > cached
> > > > > > > in
> > > > > > > > the local repository, resolution will not be reattempted
> until
> > > the
> > > > > > update
> > > > > > > > interval of apache-snapshots has elapsed or updates are
> forced
> > > > > > > >
> > > > > > > > Above means that it probably doesn't exists in Apache Maven
> > > > > central...
> > > > > > > >
> > > > > > > > Command on builds.a.o:
> > > > > > > >
> > > > > > > > -U
> > > > > > > > clean
> > > > > > > > deploy
> > > > > > > > -P
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > > > -Dgenerate.swf.swcs=true
> > > > > > > > -Dgenerate.swf
> > > > > > > >
> > > > > > > > [1]
> > > > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > Piotr
> > > > > > > >
> > > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com
> > > > >
> > > > > > > > napisał(a):
> > > > > > > >
> > > > > > > > > Ok let's wait to see whether someone actually know what is
> > the
> > > > > > version.
> > > > > > > > >
> > > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > > carlosrovira@apache.org>
> > > > > > > > > napisał(a):
> > > > > > > > >
> > > > > > > > >> Hi Piotr,
> > > > > > > > >>
> > > > > > > > >> I explained in this thread that I couldn't find in maven
> the
> > > > same
> > > > > > > exact
> > > > > > > > >> version that ANT one, I put the closest in date available
> > from
> > > > > maven
> > > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the same
> > one
> > > > > that
> > > > > > > > works.
> > > > > > > > >> Other thing is that maybe I fail in the search and the
> > version
> > > > > could
> > > > > > > > >> exists, in that case hope other can indicate the maven
> > > > descriptor
> > > > > to
> > > > > > > > >> update
> > > > > > > > >> it.
> > > > > > > > >>
> > > > > > > > >> thanks
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > >>
> > > > > > > > >> > Why you didn't use exactly the same version ? Maybe this
> > is
> > > > the
> > > > > > > reason
> > > > > > > > >> why
> > > > > > > > >> > my application is failing.
> > > > > > > > >> >
> > > > > > > > >> > I see this in Maven:
> > > > > > > > >> > <dependency>
> > > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > > > > >> > <version>v20181210</version>
> > > > > > > > >> > </dependency>
> > > > > > > > >> > <dependency>
> > > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > > > >> > <artifactId>google-closure-library</artifactId>
> > > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > > > > >> > </dependency>
> > > > > > > > >> >
> > > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > > carlosrovira@apache.org
> > > > > >
> > > > > > > > >> > napisał(a):
> > > > > > > > >> >
> > > > > > > > >> > > Hi Alex,
> > > > > > > > >> > >
> > > > > > > > >> > > I didn't put the latest one. Used the closest one in
> > dates
> > > > to
> > > > > > the
> > > > > > > > one
> > > > > > > > >> in
> > > > > > > > >> > > ANT. Should be that valid? And how can I ensure
> > > > compatibility?
> > > > > > > Where
> > > > > > > > >> to
> > > > > > > > >> > > check that?
> > > > > > > > >> > > But what I really want to do is update ANT/MAVEN to
> the
> > > same
> > > > > one
> > > > > > > > that
> > > > > > > > >> is
> > > > > > > > >> > ok
> > > > > > > > >> > > for all of us. We need to ensure one that is available
> > for
> > > > > both.
> > > > > > > > >> > >
> > > > > > > > >> > > thanks
> > > > > > > > >> > >
> > > > > > > > >> > >
> > > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > > > >> > >)
> > > > > > > > >> > > escribió:
> > > > > > > > >> > >
> > > > > > > > >> > > > You may not want the latest closure library.  You
> > > probably
> > > > > > want
> > > > > > > > one
> > > > > > > > >> > that
> > > > > > > > >> > > > is compatible with the closure compiler.
> > > > > > > > >> > > >
> > > > > > > > >> > > > HTH,
> > > > > > > > >> > > > -Alex
> > > > > > > > >> > > >
> > > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > > > > carlosrovira@apache.org>
> > > > > > > > >> wrote:
> > > > > > > > >> > > >
> > > > > > > > >> > > >     Hi,
> > > > > > > > >> > > >
> > > > > > > > >> > > >     Josh discover that there was an issue. If we
> have
> > > > > > GOOG_HOME
> > > > > > > > env
> > > > > > > > >> var
> > > > > > > > >> > > the
> > > > > > > > >> > > >     maven distribution worked right, but if you
> don't
> > > > have,
> > > > > > > > >> compilation
> > > > > > > > >> > > > fails.
> > > > > > > > >> > > >     I have it in my system while developing this.
> So I
> > > > just
> > > > > > > fixed
> > > > > > > > it
> > > > > > > > >> > some
> > > > > > > > >> > > >     minutes ago.
> > > > > > > > >> > > >
> > > > > > > > >> > > >     One thing: There's no maven artifact for the
> > > > > > closure-library
> > > > > > > > >> > > v20180910
> > > > > > > > >> > > > (the
> > > > > > > > >> > > >     one used by ANT), next one is
> > 0.0-20190213-2033d5d9,
> > > > so
> > > > > we
> > > > > > > > need
> > > > > > > > >> to
> > > > > > > > >> > > use
> > > > > > > > >> > > > that
> > > > > > > > >> > > >     for maven (or maybe I was too bad trying to find
> > the
> > > > > > > > >> corresponding
> > > > > > > > >> > > > maven
> > > > > > > > >> > > >     artifact, so if someone knows, please let me
> > know!).
> > > > > > > > >> > > >
> > > > > > > > >> > > >     So, can we upgrade ANT to v20190213 too? From
> now
> > > on,
> > > > we
> > > > > > > > should
> > > > > > > > >> > check
> > > > > > > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > > > > > > >> > > >
> > > > > > > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>
> let
> > me
> > > > > know
> > > > > > if
> > > > > > > > you
> > > > > > > > >> > can
> > > > > > > > >> > > > get it
> > > > > > > > >> > > >     work with latest changes just done.
> > > > > > > > >> > > >
> > > > > > > > >> > > >     Thanks
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira
> > (<
> > > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > > > >> > > >     escribió:
> > > > > > > > >> > > >
> > > > > > > > >> > > >     > Hi Piotr,
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     > yes, you're using an old command, maven was
> > > > extremely
> > > > > > > > >> simplified
> > > > > > > > >> > > > thanks to
> > > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > > > > > > >> > > >     > 'generate.swf.swcs' does not exists. Check the
> > > > > > > instructions
> > > > > > > > I
> > > > > > > > >> put
> > > > > > > > >> > > or
> > > > > > > > >> > > > go to
> > > > > > > > >> > > >     > the updated docs here [1]. I updated that page
> > to
> > > > have
> > > > > > all
> > > > > > > > the
> > > > > > > > >> > > > latest valid
> > > > > > > > >> > > >     > info.
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     > I'm planing with Chris, to work soon in more
> > > > > > improvements:
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     > 1.- Make Maven distribution for js-only (just
> > > > removing
> > > > > > > > >> > > > -option-with-swf
> > > > > > > > >> > > >     > that now is required)
> > > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > > > > >> > > >     > 3.- Simplify release process based on 2 (and
> yes
> > > > > having
> > > > > > > ANT
> > > > > > > > >> into
> > > > > > > > >> > > > account)
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     > I will want to release every 1 to 2 month.
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     > [1]
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr
> > Zarzycki
> > > (<
> > > > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     >> Ok it looks like it my fault. I didn't catch
> up
> > > > full
> > > > > > > > >> > instruction.
> > > > > > > > >> > > > Let me
> > > > > > > > >> > > >     >> try again.
> > > > > > > > >> > > >     >>
> > > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > > > >> > > >     >> napisał(a):
> > > > > > > > >> > > >     >>
> > > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> > When I'm running this [1] on my Mac
> > > distribution
> > > > is
> > > > > > not
> > > > > > > > >> > > > generated. :/
> > > > > > > > >> > > >     >> > Whole SDK is being build successfully, but
> > > > without
> > > > > > > > >> > distribution.
> > > > > > > > >> > > > I don't
> > > > > > > > >> > > >     >> > have any errors.
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
> > > -Drat.skip=true
> > > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >
> > > > > > > > >>
> > > > > >
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> > Thanks,
> > > > > > > > >> > > >     >> > Piotr
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > > > > > > > >> > carlosrovira@apache.org
> > > > > > > > >> > > >
> > > > > > > > >> > > >     >> > napisał(a):
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >> all this does not affect FB, so don't
> worry
> > > > about
> > > > > > it.
> > > > > > > > But
> > > > > > > > >> we
> > > > > > > > >> > > > hope you
> > > > > > > > >> > > >     >> try
> > > > > > > > >> > > >     >> >> to migrate to some newer IDE in the
> future!
> > ;)
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >> Carlos
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis
> > > > > Kalodimos
> > > > > > > (<
> > > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >> > This sounds good news for someone to be
> > > > involved
> > > > > > > with
> > > > > > > > >> > royale.
> > > > > > > > >> > > >     >> >> > Please i someone of you who know the
> > > > > requirements
> > > > > > > > don't
> > > > > > > > >> > break
> > > > > > > > >> > > > the
> > > > > > > > >> > > >     >> royale
> > > > > > > > >> > > >     >> >> > ability to be used and in the
> > flashbuilder.
> > > > Even
> > > > > > it
> > > > > > > is
> > > > > > > > >> old
> > > > > > > > >> > > is a
> > > > > > > > >> > > >     >> >> standard i
> > > > > > > > >> > > >     >> >> > think for the old users that are
> searching
> > > > where
> > > > > > to
> > > > > > > > jump
> > > > > > > > >> > for
> > > > > > > > >> > > > upgrade
> > > > > > > > >> > > >     >> >> their
> > > > > > > > >> > > >     >> >> > apps
> > > > > > > > >> > > >     >> >> >
> > > > > > > > >> > > >     >> >> > Thank you, continue the great job that
> you
> > > are
> > > > > > > doing.
> > > > > > > > >> > > >     >> >> >
> > > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ.,
> ο/η
> > > > Piotr
> > > > > > > > >> Zarzycki <
> > > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > > > > > > >> > > >     >> >> >
> > > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> > > Congrats! Could you provide on mailing
> > > list
> > > > > > > command
> > > > > > > > to
> > > > > > > > >> > > build
> > > > > > > > >> > > >     >> framework
> > > > > > > > >> > > >     >> >> > with
> > > > > > > > >> > > >     >> >> > > distribution, so users could know how
> to
> > > do
> > > > > > that.
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > > > >> > > >     >> >> > > Piotr
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos
> Rovira <
> > > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > > just fixed the maven distribution,
> and
> > > now
> > > > > it
> > > > > > > > >> creates a
> > > > > > > > >> > > > valid SDK
> > > > > > > > >> > > >     >> >> that
> > > > > > > > >> > > >     >> >> > > can
> > > > > > > > >> > > >     >> >> > > > be used with IDEs. I think this is a
> > > long
> > > > > > > awaited
> > > > > > > > >> fix.
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > > So with the new maven distribution
> the
> > > > > > generated
> > > > > > > > SDK
> > > > > > > > >> > > > allows you
> > > > > > > > >> > > >     >> to
> > > > > > > > >> > > >     >> >> get
> > > > > > > > >> > > >     >> >> > > > code intelligence and IDEs can find
> > > > > compilers
> > > > > > > and
> > > > > > > > >> use
> > > > > > > > >> > it
> > > > > > > > >> > > > to get a
> > > > > > > > >> > > >     >> >> valid
> > > > > > > > >> > > >     >> >> > > > compilation. I tried only VSCode
> with
> > > Josh
> > > > > > > > AS3&MXML
> > > > > > > > >> > > > extension,
> > > > > > > > >> > > >     >> hope
> > > > > > > > >> > > >     >> >> > > others
> > > > > > > > >> > > >     >> >> > > > using Moonshine can provide
> feedback.
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > > Additionally you get the normal
> maven
> > > way
> > > > of
> > > > > > > build
> > > > > > > > >> with
> > > > > > > > >> > > > "mvn
> > > > > > > > >> > > >     >> >> install"
> > > > > > > > >> > > >     >> >> > > that
> > > > > > > > >> > > >     >> >> > > > will be more near to your deploy
> > needs.
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > > So people using Maven does not need
> to
> > > use
> > > > > ANT
> > > > > > > > >> anymore
> > > > > > > > >> > to
> > > > > > > > >> > > >     >> generate a
> > > > > > > > >> > > >     >> >> > > valid
> > > > > > > > >> > > >     >> >> > > > SDK, and we get finally to have two
> > > > > > independent
> > > > > > > > >> ways of
> > > > > > > > >> > > > building
> > > > > > > > >> > > >     >> >> > > separated
> > > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > > I'll be doing some refining this
> days
> > > with
> > > > > > > > >> classpaths
> > > > > > > > >> > > > since I
> > > > > > > > >> > > >     >> left
> > > > > > > > >> > > >     >> >> some
> > > > > > > > >> > > >     >> >> > > > versions hardcoded that I want to
> > remove
> > > > to
> > > > > > make
> > > > > > > > it
> > > > > > > > >> > valid
> > > > > > > > >> > > > as we
> > > > > > > > >> > > >     >> >> change
> > > > > > > > >> > > >     >> >> > > > versions.
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to
> > reflect
> > > > this
> > > > > > > > change.
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > > --
> > > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > > >
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> > > --
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > >> > > >     >> >> > > <
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > >> > > > >*
> > > > > > > > >> > > >     >> >> > >
> > > > > > > > >> > > >     >> >> >
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >> --
> > > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > > >> > > >     >> >>
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> > --
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> > Piotr Zarzycki
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >> > Patreon: *
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > >> > > >     >> > <
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > > >> > > > >*
> > > > > > > > >> > > >     >> >
> > > > > > > > >> > > >     >>
> > > > > > > > >> > > >     >>
> > > > > > > > >> > > >     >> --
> > > > > > > > >> > > >     >>
> > > > > > > > >> > > >     >> Piotr Zarzycki
> > > > > > > > >> > > >     >>
> > > > > > > > >> > > >     >> Patreon: *
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > > >> > > >     >> <
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > > >> > > > >*
> > > > > > > > >> > > >     >>
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     > --
> > > > > > > > >> > > >     > Carlos Rovira
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >     >
> > > > > > > > >> > > >
> > > > > > > > >> > > >     --
> > > > > > > > >> > > >     Carlos Rovira
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> > > --
> > > > > > > > >> > > Carlos Rovira
> > > > > > > > >> > > http://about.me/carlosrovira
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >> > --
> > > > > > > > >> >
> > > > > > > > >> > Piotr Zarzycki
> > > > > > > > >> >
> > > > > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >> --
> > > > > > > > >> Carlos Rovira
> > > > > > > > >> http://about.me/carlosrovira
> > > > > > > > >>
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > >
> > > > > > > > > Piotr Zarzycki
> > > > > > > > >
> > > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > >
> > > > > > > > Piotr Zarzycki
> > > > > > > >
> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Carlos Rovira
> > > > > > > http://about.me/carlosrovira
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> > > > > > Piotr Zarzycki
> > > > > >
> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > http://about.me/carlosrovira
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > <https://www.patreon.com/piotrzarzycki>*
> > > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Exactly and I can confirm that mxmlc is in place.

śr., 5 lut 2020 o 16:49 Josh Tynjala <jo...@bowlerhat.dev> napisał(a):

> You can see from the output that Moonshine is calling the command line
> scripts in js/bin.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <ca...@apache.org>
> wrote:
>
> > Hi Piotr,
> >
> > That was a problem I had with VSCode when started to work on fix SDK for
> > IDE.
> > Josh told me that VSCode tries to find that class in /js/lib/mxmlc.jar
> > it needs /js/lib/mxmlc.jar too
> >
> > Maybe Moonshine is looking in other path?
> >
> > Thanks
> >
> > El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>)
> > escribió:
> >
> > > Hi Carlos,
> > >
> > > I have build on my Mac SDK and tried in Nightly Build of Moonshine. I
> > > cannot build Hello World. I'm getting following error:
> > >
> > >
> > >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > > -source-map=true -compiler.targets=JSRoyale
> > > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > > : Using Royale Compiler codebase:
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > : Using Royale SDK:
> > > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > > : Error: Could not find or load main class
> > > org.apache.royale.compiler.clients.MXMLJSC
> > >
> > >
> > >
> > > czw., 23 sty 2020 o 16:26 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Hi Piotr,
> > > >
> > > > right, are simplified too and does not have any profile or variable.
> > > >
> > > > "-U clean install" is standard maven commands, nothing to do with us
> in
> > > > particular, so you can left that
> > > > "-P main,utils" are not needed anymore, since now there's no
> > > > differentiation between a "first build" against rest of builds.
> > > >
> > > >
> > > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > > piotrzarzycki21@gmail.com>) escribió:
> > > >
> > > > > Hi Carlos,
> > > > >
> > > > > Builds for framework is updated. What about compiler and typedefs ?
> > For
> > > > > compiler on the server we have:
> > > > >
> > > > > -U clean install
> > > > > -P -main,utils
> > > > >
> > > > > It looks like that those profiles also deprecated - can you
> confirm ?
> > > > >
> > > > > Thanks,
> > > > > Piotr
> > > > >
> > > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <ca...@apache.org>
> > > > > napisał(a):
> > > > >
> > > > > > Hi Piotr,
> > > > > >
> > > > > > it surprise me that due all the changes done in maven builds.a.o
> > was
> > > > not
> > > > > > failing. I've even didn't repare that will need to be updated.
> > > > > >
> > > > > > These profiles does not exist anymore:
> > > > > >
> > > >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > > >
> > > > > > Here's the updated doc for maven simplified [1]
> > > > > >
> > > > > > In sort:
> > > > > >
> > > > > > 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> > > > > > 2.- Build from an empty repo is now more reliable (something that
> > > was a
> > > > > > real headache)
> > > > > > 3.- Profiles are reduced to:
> > > > > >
> > > > > >
> > > > > >    - with-ui-testsuite
> > > > > >    - option-with-swf
> > > > > >    - with-examples
> > > > > >    - with-distribution
> > > > > >
> > > > > > Can you upgrade builds.a.o to use this profiles?
> > > > > >
> > > > > > [1]
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > > >
> > > > > > > Carlos,
> > > > > > >
> > > > > > > What has change more in case of Maven build for framework? On
> > > > > builds.a.o
> > > > > > we
> > > > > > > have following command which running royale-asjs. It looks like
> > > > > something
> > > > > > > is missing, cause I have removed locally my org.apache.royale
> > > folder
> > > > > from
> > > > > > > .m2 and start building PureMVC to swc. [1] - It throws
> exception
> > > now.
> > > > > > >
> > > > > > > Could not resolve dependencies for project
> > > > > > >
> > > >
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > > Failure to find
> > > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > > in
> > > > > > > https://repository.apache.org/content/repositories/snapshots
> was
> > > > > cached
> > > > > > in
> > > > > > > the local repository, resolution will not be reattempted until
> > the
> > > > > update
> > > > > > > interval of apache-snapshots has elapsed or updates are forced
> > > > > > >
> > > > > > > Above means that it probably doesn't exists in Apache Maven
> > > > central...
> > > > > > >
> > > > > > > Command on builds.a.o:
> > > > > > >
> > > > > > > -U
> > > > > > > clean
> > > > > > > deploy
> > > > > > > -P
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > > -Dgenerate.swf.swcs=true
> > > > > > > -Dgenerate.swf
> > > > > > >
> > > > > > > [1]
> > > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Piotr
> > > > > > >
> > > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> > piotrzarzycki21@gmail.com
> > > >
> > > > > > > napisał(a):
> > > > > > >
> > > > > > > > Ok let's wait to see whether someone actually know what is
> the
> > > > > version.
> > > > > > > >
> > > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> > carlosrovira@apache.org>
> > > > > > > > napisał(a):
> > > > > > > >
> > > > > > > >> Hi Piotr,
> > > > > > > >>
> > > > > > > >> I explained in this thread that I couldn't find in maven the
> > > same
> > > > > > exact
> > > > > > > >> version that ANT one, I put the closest in date available
> from
> > > > maven
> > > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the same
> one
> > > > that
> > > > > > > works.
> > > > > > > >> Other thing is that maybe I fail in the search and the
> version
> > > > could
> > > > > > > >> exists, in that case hope other can indicate the maven
> > > descriptor
> > > > to
> > > > > > > >> update
> > > > > > > >> it.
> > > > > > > >>
> > > > > > > >> thanks
> > > > > > > >>
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >>
> > > > > > > >> > Why you didn't use exactly the same version ? Maybe this
> is
> > > the
> > > > > > reason
> > > > > > > >> why
> > > > > > > >> > my application is failing.
> > > > > > > >> >
> > > > > > > >> > I see this in Maven:
> > > > > > > >> > <dependency>
> > > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > > > >> > <version>v20181210</version>
> > > > > > > >> > </dependency>
> > > > > > > >> > <dependency>
> > > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > > >> > <artifactId>google-closure-library</artifactId>
> > > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > > > >> > </dependency>
> > > > > > > >> >
> > > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > > carlosrovira@apache.org
> > > > >
> > > > > > > >> > napisał(a):
> > > > > > > >> >
> > > > > > > >> > > Hi Alex,
> > > > > > > >> > >
> > > > > > > >> > > I didn't put the latest one. Used the closest one in
> dates
> > > to
> > > > > the
> > > > > > > one
> > > > > > > >> in
> > > > > > > >> > > ANT. Should be that valid? And how can I ensure
> > > compatibility?
> > > > > > Where
> > > > > > > >> to
> > > > > > > >> > > check that?
> > > > > > > >> > > But what I really want to do is update ANT/MAVEN to the
> > same
> > > > one
> > > > > > > that
> > > > > > > >> is
> > > > > > > >> > ok
> > > > > > > >> > > for all of us. We need to ensure one that is available
> for
> > > > both.
> > > > > > > >> > >
> > > > > > > >> > > thanks
> > > > > > > >> > >
> > > > > > > >> > >
> > > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > > > > > >> (<aharui@adobe.com.invalid
> > > > > > > >> > >)
> > > > > > > >> > > escribió:
> > > > > > > >> > >
> > > > > > > >> > > > You may not want the latest closure library.  You
> > probably
> > > > > want
> > > > > > > one
> > > > > > > >> > that
> > > > > > > >> > > > is compatible with the closure compiler.
> > > > > > > >> > > >
> > > > > > > >> > > > HTH,
> > > > > > > >> > > > -Alex
> > > > > > > >> > > >
> > > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > > > carlosrovira@apache.org>
> > > > > > > >> wrote:
> > > > > > > >> > > >
> > > > > > > >> > > >     Hi,
> > > > > > > >> > > >
> > > > > > > >> > > >     Josh discover that there was an issue. If we have
> > > > > GOOG_HOME
> > > > > > > env
> > > > > > > >> var
> > > > > > > >> > > the
> > > > > > > >> > > >     maven distribution worked right, but if you don't
> > > have,
> > > > > > > >> compilation
> > > > > > > >> > > > fails.
> > > > > > > >> > > >     I have it in my system while developing this. So I
> > > just
> > > > > > fixed
> > > > > > > it
> > > > > > > >> > some
> > > > > > > >> > > >     minutes ago.
> > > > > > > >> > > >
> > > > > > > >> > > >     One thing: There's no maven artifact for the
> > > > > closure-library
> > > > > > > >> > > v20180910
> > > > > > > >> > > > (the
> > > > > > > >> > > >     one used by ANT), next one is
> 0.0-20190213-2033d5d9,
> > > so
> > > > we
> > > > > > > need
> > > > > > > >> to
> > > > > > > >> > > use
> > > > > > > >> > > > that
> > > > > > > >> > > >     for maven (or maybe I was too bad trying to find
> the
> > > > > > > >> corresponding
> > > > > > > >> > > > maven
> > > > > > > >> > > >     artifact, so if someone knows, please let me
> know!).
> > > > > > > >> > > >
> > > > > > > >> > > >     So, can we upgrade ANT to v20190213 too? From now
> > on,
> > > we
> > > > > > > should
> > > > > > > >> > check
> > > > > > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > > > > > >> > > >
> > > > > > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>  let
> me
> > > > know
> > > > > if
> > > > > > > you
> > > > > > > >> > can
> > > > > > > >> > > > get it
> > > > > > > >> > > >     work with latest changes just done.
> > > > > > > >> > > >
> > > > > > > >> > > >     Thanks
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira
> (<
> > > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > > >> > > >     escribió:
> > > > > > > >> > > >
> > > > > > > >> > > >     > Hi Piotr,
> > > > > > > >> > > >     >
> > > > > > > >> > > >     > yes, you're using an old command, maven was
> > > extremely
> > > > > > > >> simplified
> > > > > > > >> > > > thanks to
> > > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > > > > > >> > > >     > 'generate.swf.swcs' does not exists. Check the
> > > > > > instructions
> > > > > > > I
> > > > > > > >> put
> > > > > > > >> > > or
> > > > > > > >> > > > go to
> > > > > > > >> > > >     > the updated docs here [1]. I updated that page
> to
> > > have
> > > > > all
> > > > > > > the
> > > > > > > >> > > > latest valid
> > > > > > > >> > > >     > info.
> > > > > > > >> > > >     >
> > > > > > > >> > > >     > I'm planing with Chris, to work soon in more
> > > > > improvements:
> > > > > > > >> > > >     >
> > > > > > > >> > > >     > 1.- Make Maven distribution for js-only (just
> > > removing
> > > > > > > >> > > > -option-with-swf
> > > > > > > >> > > >     > that now is required)
> > > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > > > >> > > >     > 3.- Simplify release process based on 2 (and yes
> > > > having
> > > > > > ANT
> > > > > > > >> into
> > > > > > > >> > > > account)
> > > > > > > >> > > >     >
> > > > > > > >> > > >     > I will want to release every 1 to 2 month.
> > > > > > > >> > > >     >
> > > > > > > >> > > >     > [1]
> > > > > > > >> > > >     >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > > >> > > >     >
> > > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr
> Zarzycki
> > (<
> > > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > > > > > >> > > >     >
> > > > > > > >> > > >     >> Ok it looks like it my fault. I didn't catch up
> > > full
> > > > > > > >> > instruction.
> > > > > > > >> > > > Let me
> > > > > > > >> > > >     >> try again.
> > > > > > > >> > > >     >>
> > > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > > >> > > >     >> napisał(a):
> > > > > > > >> > > >     >>
> > > > > > > >> > > >     >> > Hi Carlos,
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> > When I'm running this [1] on my Mac
> > distribution
> > > is
> > > > > not
> > > > > > > >> > > > generated. :/
> > > > > > > >> > > >     >> > Whole SDK is being build successfully, but
> > > without
> > > > > > > >> > distribution.
> > > > > > > >> > > > I don't
> > > > > > > >> > > >     >> > have any errors.
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
> > -Drat.skip=true
> > > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >
> > > > > > > >>
> > > > >
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> > Thanks,
> > > > > > > >> > > >     >> > Piotr
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > > > > > > >> > carlosrovira@apache.org
> > > > > > > >> > > >
> > > > > > > >> > > >     >> > napisał(a):
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >> all this does not affect FB, so don't worry
> > > about
> > > > > it.
> > > > > > > But
> > > > > > > >> we
> > > > > > > >> > > > hope you
> > > > > > > >> > > >     >> try
> > > > > > > >> > > >     >> >> to migrate to some newer IDE in the future!
> ;)
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >> Carlos
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis
> > > > Kalodimos
> > > > > > (<
> > > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >> > This sounds good news for someone to be
> > > involved
> > > > > > with
> > > > > > > >> > royale.
> > > > > > > >> > > >     >> >> > Please i someone of you who know the
> > > > requirements
> > > > > > > don't
> > > > > > > >> > break
> > > > > > > >> > > > the
> > > > > > > >> > > >     >> royale
> > > > > > > >> > > >     >> >> > ability to be used and in the
> flashbuilder.
> > > Even
> > > > > it
> > > > > > is
> > > > > > > >> old
> > > > > > > >> > > is a
> > > > > > > >> > > >     >> >> standard i
> > > > > > > >> > > >     >> >> > think for the old users that are searching
> > > where
> > > > > to
> > > > > > > jump
> > > > > > > >> > for
> > > > > > > >> > > > upgrade
> > > > > > > >> > > >     >> >> their
> > > > > > > >> > > >     >> >> > apps
> > > > > > > >> > > >     >> >> >
> > > > > > > >> > > >     >> >> > Thank you, continue the great job that you
> > are
> > > > > > doing.
> > > > > > > >> > > >     >> >> >
> > > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η
> > > Piotr
> > > > > > > >> Zarzycki <
> > > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > > > > > >> > > >     >> >> >
> > > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> > > Congrats! Could you provide on mailing
> > list
> > > > > > command
> > > > > > > to
> > > > > > > >> > > build
> > > > > > > >> > > >     >> framework
> > > > > > > >> > > >     >> >> > with
> > > > > > > >> > > >     >> >> > > distribution, so users could know how to
> > do
> > > > > that.
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> > > Thanks,
> > > > > > > >> > > >     >> >> > > Piotr
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > > > > > > >> > > > carlosrovira@apache.org>
> > > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> > > > Hi,
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > > just fixed the maven distribution, and
> > now
> > > > it
> > > > > > > >> creates a
> > > > > > > >> > > > valid SDK
> > > > > > > >> > > >     >> >> that
> > > > > > > >> > > >     >> >> > > can
> > > > > > > >> > > >     >> >> > > > be used with IDEs. I think this is a
> > long
> > > > > > awaited
> > > > > > > >> fix.
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > > So with the new maven distribution the
> > > > > generated
> > > > > > > SDK
> > > > > > > >> > > > allows you
> > > > > > > >> > > >     >> to
> > > > > > > >> > > >     >> >> get
> > > > > > > >> > > >     >> >> > > > code intelligence and IDEs can find
> > > > compilers
> > > > > > and
> > > > > > > >> use
> > > > > > > >> > it
> > > > > > > >> > > > to get a
> > > > > > > >> > > >     >> >> valid
> > > > > > > >> > > >     >> >> > > > compilation. I tried only VSCode with
> > Josh
> > > > > > > AS3&MXML
> > > > > > > >> > > > extension,
> > > > > > > >> > > >     >> hope
> > > > > > > >> > > >     >> >> > > others
> > > > > > > >> > > >     >> >> > > > using Moonshine can provide feedback.
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > > Additionally you get the normal maven
> > way
> > > of
> > > > > > build
> > > > > > > >> with
> > > > > > > >> > > > "mvn
> > > > > > > >> > > >     >> >> install"
> > > > > > > >> > > >     >> >> > > that
> > > > > > > >> > > >     >> >> > > > will be more near to your deploy
> needs.
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > > So people using Maven does not need to
> > use
> > > > ANT
> > > > > > > >> anymore
> > > > > > > >> > to
> > > > > > > >> > > >     >> generate a
> > > > > > > >> > > >     >> >> > > valid
> > > > > > > >> > > >     >> >> > > > SDK, and we get finally to have two
> > > > > independent
> > > > > > > >> ways of
> > > > > > > >> > > > building
> > > > > > > >> > > >     >> >> > > separated
> > > > > > > >> > > >     >> >> > > > one from the other.
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > > I'll be doing some refining this days
> > with
> > > > > > > >> classpaths
> > > > > > > >> > > > since I
> > > > > > > >> > > >     >> left
> > > > > > > >> > > >     >> >> some
> > > > > > > >> > > >     >> >> > > > versions hardcoded that I want to
> remove
> > > to
> > > > > make
> > > > > > > it
> > > > > > > >> > valid
> > > > > > > >> > > > as we
> > > > > > > >> > > >     >> >> change
> > > > > > > >> > > >     >> >> > > > versions.
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to
> reflect
> > > this
> > > > > > > change.
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > > --
> > > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > > >
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> > > --
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> > > Patreon: *
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > >> > > >     >> >> > > <
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > >> > > > >*
> > > > > > > >> > > >     >> >> > >
> > > > > > > >> > > >     >> >> >
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >> --
> > > > > > > >> > > >     >> >> Carlos Rovira
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > > >> > > >     >> >>
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> > --
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> > Piotr Zarzycki
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >> > Patreon: *
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > >> > > >     >> > <
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > > >> > > > >*
> > > > > > > >> > > >     >> >
> > > > > > > >> > > >     >>
> > > > > > > >> > > >     >>
> > > > > > > >> > > >     >> --
> > > > > > > >> > > >     >>
> > > > > > > >> > > >     >> Piotr Zarzycki
> > > > > > > >> > > >     >>
> > > > > > > >> > > >     >> Patreon: *
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > >> > > >     >> <
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > > >> > > > >*
> > > > > > > >> > > >     >>
> > > > > > > >> > > >     >
> > > > > > > >> > > >     >
> > > > > > > >> > > >     > --
> > > > > > > >> > > >     > Carlos Rovira
> > > > > > > >> > > >     >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > >> > > >     >
> > > > > > > >> > > >     >
> > > > > > > >> > > >
> > > > > > > >> > > >     --
> > > > > > > >> > > >     Carlos Rovira
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> > > --
> > > > > > > >> > > Carlos Rovira
> > > > > > > >> > > http://about.me/carlosrovira
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >> > --
> > > > > > > >> >
> > > > > > > >> > Piotr Zarzycki
> > > > > > > >> >
> > > > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > >> >
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> --
> > > > > > > >> Carlos Rovira
> > > > > > > >> http://about.me/carlosrovira
> > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > >
> > > > > > > > Piotr Zarzycki
> > > > > > > >
> > > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > Piotr Zarzycki
> > > > > > >
> > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Carlos Rovira
> > > > > > http://about.me/carlosrovira
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > Piotr Zarzycki
> > > > >
> > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
You can see from the output that Moonshine is calling the command line
scripts in js/bin.

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


On Wed, Feb 5, 2020 at 7:45 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi Piotr,
>
> That was a problem I had with VSCode when started to work on fix SDK for
> IDE.
> Josh told me that VSCode tries to find that class in /js/lib/mxmlc.jar
> it needs /js/lib/mxmlc.jar too
>
> Maybe Moonshine is looking in other path?
>
> Thanks
>
> El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>)
> escribió:
>
> > Hi Carlos,
> >
> > I have build on my Mac SDK and tried in Nightly Build of Moonshine. I
> > cannot build Hello World. I'm getting following error:
> >
> >
> >
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> > -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> > -source-map=true -compiler.targets=JSRoyale
> > -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> > : Using Royale Compiler codebase:
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > : Using Royale SDK:
> > /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> > : Error: Could not find or load main class
> > org.apache.royale.compiler.clients.MXMLJSC
> >
> >
> >
> > czw., 23 sty 2020 o 16:26 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi Piotr,
> > >
> > > right, are simplified too and does not have any profile or variable.
> > >
> > > "-U clean install" is standard maven commands, nothing to do with us in
> > > particular, so you can left that
> > > "-P main,utils" are not needed anymore, since now there's no
> > > differentiation between a "first build" against rest of builds.
> > >
> > >
> > > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > > piotrzarzycki21@gmail.com>) escribió:
> > >
> > > > Hi Carlos,
> > > >
> > > > Builds for framework is updated. What about compiler and typedefs ?
> For
> > > > compiler on the server we have:
> > > >
> > > > -U clean install
> > > > -P -main,utils
> > > >
> > > > It looks like that those profiles also deprecated - can you confirm ?
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > > śr., 22 sty 2020 o 18:37 Carlos Rovira <ca...@apache.org>
> > > > napisał(a):
> > > >
> > > > > Hi Piotr,
> > > > >
> > > > > it surprise me that due all the changes done in maven builds.a.o
> was
> > > not
> > > > > failing. I've even didn't repare that will need to be updated.
> > > > >
> > > > > These profiles does not exist anymore:
> > > > >
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > > >
> > > > > Here's the updated doc for maven simplified [1]
> > > > >
> > > > > In sort:
> > > > >
> > > > > 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> > > > > 2.- Build from an empty repo is now more reliable (something that
> > was a
> > > > > real headache)
> > > > > 3.- Profiles are reduced to:
> > > > >
> > > > >
> > > > >    - with-ui-testsuite
> > > > >    - option-with-swf
> > > > >    - with-examples
> > > > >    - with-distribution
> > > > >
> > > > > Can you upgrade builds.a.o to use this profiles?
> > > > >
> > > > > [1]
> > > > >
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > > piotrzarzycki21@gmail.com>) escribió:
> > > > >
> > > > > > Carlos,
> > > > > >
> > > > > > What has change more in case of Maven build for framework? On
> > > > builds.a.o
> > > > > we
> > > > > > have following command which running royale-asjs. It looks like
> > > > something
> > > > > > is missing, cause I have removed locally my org.apache.royale
> > folder
> > > > from
> > > > > > .m2 and start building PureMVC to swc. [1] - It throws exception
> > now.
> > > > > >
> > > > > > Could not resolve dependencies for project
> > > > > >
> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > > Failure to find
> > > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > > in
> > > > > > https://repository.apache.org/content/repositories/snapshots was
> > > > cached
> > > > > in
> > > > > > the local repository, resolution will not be reattempted until
> the
> > > > update
> > > > > > interval of apache-snapshots has elapsed or updates are forced
> > > > > >
> > > > > > Above means that it probably doesn't exists in Apache Maven
> > > central...
> > > > > >
> > > > > > Command on builds.a.o:
> > > > > >
> > > > > > -U
> > > > > > clean
> > > > > > deploy
> > > > > > -P
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > > -Dgenerate.swf.swcs=true
> > > > > > -Dgenerate.swf
> > > > > >
> > > > > > [1]
> > > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > > >
> > > > > > Thanks,
> > > > > > Piotr
> > > > > >
> > > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> > >
> > > > > > napisał(a):
> > > > > >
> > > > > > > Ok let's wait to see whether someone actually know what is the
> > > > version.
> > > > > > >
> > > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <
> carlosrovira@apache.org>
> > > > > > > napisał(a):
> > > > > > >
> > > > > > >> Hi Piotr,
> > > > > > >>
> > > > > > >> I explained in this thread that I couldn't find in maven the
> > same
> > > > > exact
> > > > > > >> version that ANT one, I put the closest in date available from
> > > maven
> > > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the same one
> > > that
> > > > > > works.
> > > > > > >> Other thing is that maybe I fail in the search and the version
> > > could
> > > > > > >> exists, in that case hope other can indicate the maven
> > descriptor
> > > to
> > > > > > >> update
> > > > > > >> it.
> > > > > > >>
> > > > > > >> thanks
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > > >>
> > > > > > >> > Why you didn't use exactly the same version ? Maybe this is
> > the
> > > > > reason
> > > > > > >> why
> > > > > > >> > my application is failing.
> > > > > > >> >
> > > > > > >> > I see this in Maven:
> > > > > > >> > <dependency>
> > > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > > >> > <version>v20181210</version>
> > > > > > >> > </dependency>
> > > > > > >> > <dependency>
> > > > > > >> > <groupId>org.clojure</groupId>
> > > > > > >> > <artifactId>google-closure-library</artifactId>
> > > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > > >> > </dependency>
> > > > > > >> >
> > > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > > > > > >> > napisał(a):
> > > > > > >> >
> > > > > > >> > > Hi Alex,
> > > > > > >> > >
> > > > > > >> > > I didn't put the latest one. Used the closest one in dates
> > to
> > > > the
> > > > > > one
> > > > > > >> in
> > > > > > >> > > ANT. Should be that valid? And how can I ensure
> > compatibility?
> > > > > Where
> > > > > > >> to
> > > > > > >> > > check that?
> > > > > > >> > > But what I really want to do is update ANT/MAVEN to the
> same
> > > one
> > > > > > that
> > > > > > >> is
> > > > > > >> > ok
> > > > > > >> > > for all of us. We need to ensure one that is available for
> > > both.
> > > > > > >> > >
> > > > > > >> > > thanks
> > > > > > >> > >
> > > > > > >> > >
> > > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > > > > >> (<aharui@adobe.com.invalid
> > > > > > >> > >)
> > > > > > >> > > escribió:
> > > > > > >> > >
> > > > > > >> > > > You may not want the latest closure library.  You
> probably
> > > > want
> > > > > > one
> > > > > > >> > that
> > > > > > >> > > > is compatible with the closure compiler.
> > > > > > >> > > >
> > > > > > >> > > > HTH,
> > > > > > >> > > > -Alex
> > > > > > >> > > >
> > > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > > carlosrovira@apache.org>
> > > > > > >> wrote:
> > > > > > >> > > >
> > > > > > >> > > >     Hi,
> > > > > > >> > > >
> > > > > > >> > > >     Josh discover that there was an issue. If we have
> > > > GOOG_HOME
> > > > > > env
> > > > > > >> var
> > > > > > >> > > the
> > > > > > >> > > >     maven distribution worked right, but if you don't
> > have,
> > > > > > >> compilation
> > > > > > >> > > > fails.
> > > > > > >> > > >     I have it in my system while developing this. So I
> > just
> > > > > fixed
> > > > > > it
> > > > > > >> > some
> > > > > > >> > > >     minutes ago.
> > > > > > >> > > >
> > > > > > >> > > >     One thing: There's no maven artifact for the
> > > > closure-library
> > > > > > >> > > v20180910
> > > > > > >> > > > (the
> > > > > > >> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9,
> > so
> > > we
> > > > > > need
> > > > > > >> to
> > > > > > >> > > use
> > > > > > >> > > > that
> > > > > > >> > > >     for maven (or maybe I was too bad trying to find the
> > > > > > >> corresponding
> > > > > > >> > > > maven
> > > > > > >> > > >     artifact, so if someone knows, please let me know!).
> > > > > > >> > > >
> > > > > > >> > > >     So, can we upgrade ANT to v20190213 too? From now
> on,
> > we
> > > > > > should
> > > > > > >> > check
> > > > > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > > > > >> > > >
> > > > > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me
> > > know
> > > > if
> > > > > > you
> > > > > > >> > can
> > > > > > >> > > > get it
> > > > > > >> > > >     work with latest changes just done.
> > > > > > >> > > >
> > > > > > >> > > >     Thanks
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > > > > > >> > > > carlosrovira@apache.org>)
> > > > > > >> > > >     escribió:
> > > > > > >> > > >
> > > > > > >> > > >     > Hi Piotr,
> > > > > > >> > > >     >
> > > > > > >> > > >     > yes, you're using an old command, maven was
> > extremely
> > > > > > >> simplified
> > > > > > >> > > > thanks to
> > > > > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > > > > >> > > >     > 'generate.swf.swcs' does not exists. Check the
> > > > > instructions
> > > > > > I
> > > > > > >> put
> > > > > > >> > > or
> > > > > > >> > > > go to
> > > > > > >> > > >     > the updated docs here [1]. I updated that page to
> > have
> > > > all
> > > > > > the
> > > > > > >> > > > latest valid
> > > > > > >> > > >     > info.
> > > > > > >> > > >     >
> > > > > > >> > > >     > I'm planing with Chris, to work soon in more
> > > > improvements:
> > > > > > >> > > >     >
> > > > > > >> > > >     > 1.- Make Maven distribution for js-only (just
> > removing
> > > > > > >> > > > -option-with-swf
> > > > > > >> > > >     > that now is required)
> > > > > > >> > > >     > 2.- Try to have just one repo
> > > > > > >> > > >     > 3.- Simplify release process based on 2 (and yes
> > > having
> > > > > ANT
> > > > > > >> into
> > > > > > >> > > > account)
> > > > > > >> > > >     >
> > > > > > >> > > >     > I will want to release every 1 to 2 month.
> > > > > > >> > > >     >
> > > > > > >> > > >     > [1]
> > > > > > >> > > >     >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > > >> > > >     >
> > > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki
> (<
> > > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > > > > >> > > >     >
> > > > > > >> > > >     >> Ok it looks like it my fault. I didn't catch up
> > full
> > > > > > >> > instruction.
> > > > > > >> > > > Let me
> > > > > > >> > > >     >> try again.
> > > > > > >> > > >     >>
> > > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > > >> > > >     >> napisał(a):
> > > > > > >> > > >     >>
> > > > > > >> > > >     >> > Hi Carlos,
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> > When I'm running this [1] on my Mac
> distribution
> > is
> > > > not
> > > > > > >> > > > generated. :/
> > > > > > >> > > >     >> > Whole SDK is being build successfully, but
> > without
> > > > > > >> > distribution.
> > > > > > >> > > > I don't
> > > > > > >> > > >     >> > have any errors.
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> > [1] mvn clean install -DskipTests
> -Drat.skip=true
> > > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > > >> > > >     >> >
> > > > > > >> > > >
> > > > > > >>
> > > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> > Thanks,
> > > > > > >> > > >     >> > Piotr
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > > > > > >> > carlosrovira@apache.org
> > > > > > >> > > >
> > > > > > >> > > >     >> > napisał(a):
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> >> Hi Antonis,
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >> all this does not affect FB, so don't worry
> > about
> > > > it.
> > > > > > But
> > > > > > >> we
> > > > > > >> > > > hope you
> > > > > > >> > > >     >> try
> > > > > > >> > > >     >> >> to migrate to some newer IDE in the future! ;)
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >> Carlos
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis
> > > Kalodimos
> > > > > (<
> > > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >> > This sounds good news for someone to be
> > involved
> > > > > with
> > > > > > >> > royale.
> > > > > > >> > > >     >> >> > Please i someone of you who know the
> > > requirements
> > > > > > don't
> > > > > > >> > break
> > > > > > >> > > > the
> > > > > > >> > > >     >> royale
> > > > > > >> > > >     >> >> > ability to be used and in the flashbuilder.
> > Even
> > > > it
> > > > > is
> > > > > > >> old
> > > > > > >> > > is a
> > > > > > >> > > >     >> >> standard i
> > > > > > >> > > >     >> >> > think for the old users that are searching
> > where
> > > > to
> > > > > > jump
> > > > > > >> > for
> > > > > > >> > > > upgrade
> > > > > > >> > > >     >> >> their
> > > > > > >> > > >     >> >> > apps
> > > > > > >> > > >     >> >> >
> > > > > > >> > > >     >> >> > Thank you, continue the great job that you
> are
> > > > > doing.
> > > > > > >> > > >     >> >> >
> > > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η
> > Piotr
> > > > > > >> Zarzycki <
> > > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > > > > >> > > >     >> >> >
> > > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> > > Congrats! Could you provide on mailing
> list
> > > > > command
> > > > > > to
> > > > > > >> > > build
> > > > > > >> > > >     >> framework
> > > > > > >> > > >     >> >> > with
> > > > > > >> > > >     >> >> > > distribution, so users could know how to
> do
> > > > that.
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> > > Thanks,
> > > > > > >> > > >     >> >> > > Piotr
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > > > > > >> > > > carlosrovira@apache.org>
> > > > > > >> > > >     >> >> > > napisał(a):
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> > > > Hi,
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > > just fixed the maven distribution, and
> now
> > > it
> > > > > > >> creates a
> > > > > > >> > > > valid SDK
> > > > > > >> > > >     >> >> that
> > > > > > >> > > >     >> >> > > can
> > > > > > >> > > >     >> >> > > > be used with IDEs. I think this is a
> long
> > > > > awaited
> > > > > > >> fix.
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > > So with the new maven distribution the
> > > > generated
> > > > > > SDK
> > > > > > >> > > > allows you
> > > > > > >> > > >     >> to
> > > > > > >> > > >     >> >> get
> > > > > > >> > > >     >> >> > > > code intelligence and IDEs can find
> > > compilers
> > > > > and
> > > > > > >> use
> > > > > > >> > it
> > > > > > >> > > > to get a
> > > > > > >> > > >     >> >> valid
> > > > > > >> > > >     >> >> > > > compilation. I tried only VSCode with
> Josh
> > > > > > AS3&MXML
> > > > > > >> > > > extension,
> > > > > > >> > > >     >> hope
> > > > > > >> > > >     >> >> > > others
> > > > > > >> > > >     >> >> > > > using Moonshine can provide feedback.
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > > Additionally you get the normal maven
> way
> > of
> > > > > build
> > > > > > >> with
> > > > > > >> > > > "mvn
> > > > > > >> > > >     >> >> install"
> > > > > > >> > > >     >> >> > > that
> > > > > > >> > > >     >> >> > > > will be more near to your deploy needs.
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > > So people using Maven does not need to
> use
> > > ANT
> > > > > > >> anymore
> > > > > > >> > to
> > > > > > >> > > >     >> generate a
> > > > > > >> > > >     >> >> > > valid
> > > > > > >> > > >     >> >> > > > SDK, and we get finally to have two
> > > > independent
> > > > > > >> ways of
> > > > > > >> > > > building
> > > > > > >> > > >     >> >> > > separated
> > > > > > >> > > >     >> >> > > > one from the other.
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > > I'll be doing some refining this days
> with
> > > > > > >> classpaths
> > > > > > >> > > > since I
> > > > > > >> > > >     >> left
> > > > > > >> > > >     >> >> some
> > > > > > >> > > >     >> >> > > > versions hardcoded that I want to remove
> > to
> > > > make
> > > > > > it
> > > > > > >> > valid
> > > > > > >> > > > as we
> > > > > > >> > > >     >> >> change
> > > > > > >> > > >     >> >> > > > versions.
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to reflect
> > this
> > > > > > change.
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > > --
> > > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > > >
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> > > --
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> > > Patreon: *
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > >     >> >> > > <
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > > >*
> > > > > > >> > > >     >> >> > >
> > > > > > >> > > >     >> >> >
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >> --
> > > > > > >> > > >     >> >> Carlos Rovira
> > > > > > >> > > >     >> >>
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > > >> > > >     >> >>
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> > --
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> > Piotr Zarzycki
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >> > Patreon: *
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > >     >> > <
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > > >> > > > >*
> > > > > > >> > > >     >> >
> > > > > > >> > > >     >>
> > > > > > >> > > >     >>
> > > > > > >> > > >     >> --
> > > > > > >> > > >     >>
> > > > > > >> > > >     >> Piotr Zarzycki
> > > > > > >> > > >     >>
> > > > > > >> > > >     >> Patreon: *
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > >> > > >     >> <
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > > >> > > > >*
> > > > > > >> > > >     >>
> > > > > > >> > > >     >
> > > > > > >> > > >     >
> > > > > > >> > > >     > --
> > > > > > >> > > >     > Carlos Rovira
> > > > > > >> > > >     >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > >> > > >     >
> > > > > > >> > > >     >
> > > > > > >> > > >
> > > > > > >> > > >     --
> > > > > > >> > > >     Carlos Rovira
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> > > --
> > > > > > >> > > Carlos Rovira
> > > > > > >> > > http://about.me/carlosrovira
> > > > > > >> > >
> > > > > > >> >
> > > > > > >> >
> > > > > > >> > --
> > > > > > >> >
> > > > > > >> > Piotr Zarzycki
> > > > > > >> >
> > > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > > > >> >
> > > > > > >>
> > > > > > >>
> > > > > > >> --
> > > > > > >> Carlos Rovira
> > > > > > >> http://about.me/carlosrovira
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > Piotr Zarzycki
> > > > > > >
> > > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> > > > > > Piotr Zarzycki
> > > > > >
> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Carlos Rovira
> > > > > http://about.me/carlosrovira
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > <https://www.patreon.com/piotrzarzycki>*
> > > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

That was a problem I had with VSCode when started to work on fix SDK for
IDE.
Josh told me that VSCode tries to find that class in /js/lib/mxmlc.jar
it needs /js/lib/mxmlc.jar too

Maybe Moonshine is looking in other path?

Thanks

El mar., 4 feb. 2020 a las 14:43, Piotr Zarzycki (<pi...@gmail.com>)
escribió:

> Hi Carlos,
>
> I have build on my Mac SDK and tried in Nightly Build of Moonshine. I
> cannot build Hello World. I'm getting following error:
>
>
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
> -load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
> -source-map=true -compiler.targets=JSRoyale
> -js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
> : Using Royale Compiler codebase:
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> : Using Royale SDK:
> /Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
> : Error: Could not find or load main class
> org.apache.royale.compiler.clients.MXMLJSC
>
>
>
> czw., 23 sty 2020 o 16:26 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi Piotr,
> >
> > right, are simplified too and does not have any profile or variable.
> >
> > "-U clean install" is standard maven commands, nothing to do with us in
> > particular, so you can left that
> > "-P main,utils" are not needed anymore, since now there's no
> > differentiation between a "first build" against rest of builds.
> >
> >
> > El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Hi Carlos,
> > >
> > > Builds for framework is updated. What about compiler and typedefs ? For
> > > compiler on the server we have:
> > >
> > > -U clean install
> > > -P -main,utils
> > >
> > > It looks like that those profiles also deprecated - can you confirm ?
> > >
> > > Thanks,
> > > Piotr
> > >
> > > śr., 22 sty 2020 o 18:37 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Hi Piotr,
> > > >
> > > > it surprise me that due all the changes done in maven builds.a.o was
> > not
> > > > failing. I've even didn't repare that will need to be updated.
> > > >
> > > > These profiles does not exist anymore:
> > > >
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > > >
> > > > Here's the updated doc for maven simplified [1]
> > > >
> > > > In sort:
> > > >
> > > > 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> > > > 2.- Build from an empty repo is now more reliable (something that
> was a
> > > > real headache)
> > > > 3.- Profiles are reduced to:
> > > >
> > > >
> > > >    - with-ui-testsuite
> > > >    - option-with-swf
> > > >    - with-examples
> > > >    - with-distribution
> > > >
> > > > Can you upgrade builds.a.o to use this profiles?
> > > >
> > > > [1]
> > > >
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > > >
> > > >
> > > >
> > > >
> > > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > piotrzarzycki21@gmail.com>) escribió:
> > > >
> > > > > Carlos,
> > > > >
> > > > > What has change more in case of Maven build for framework? On
> > > builds.a.o
> > > > we
> > > > > have following command which running royale-asjs. It looks like
> > > something
> > > > > is missing, cause I have removed locally my org.apache.royale
> folder
> > > from
> > > > > .m2 and start building PureMVC to swc. [1] - It throws exception
> now.
> > > > >
> > > > > Could not resolve dependencies for project
> > > > >
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > > Failure to find
> > org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > > in
> > > > > https://repository.apache.org/content/repositories/snapshots was
> > > cached
> > > > in
> > > > > the local repository, resolution will not be reattempted until the
> > > update
> > > > > interval of apache-snapshots has elapsed or updates are forced
> > > > >
> > > > > Above means that it probably doesn't exists in Apache Maven
> > central...
> > > > >
> > > > > Command on builds.a.o:
> > > > >
> > > > > -U
> > > > > clean
> > > > > deploy
> > > > > -P
> > > > >
> > > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > > >
> > > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > > >
> > > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > > -Dgenerate.swf.swcs=true
> > > > > -Dgenerate.swf
> > > > >
> > > > > [1]
> > https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > > >
> > > > > Thanks,
> > > > > Piotr
> > > > >
> > > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
> > > > > napisał(a):
> > > > >
> > > > > > Ok let's wait to see whether someone actually know what is the
> > > version.
> > > > > >
> > > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <ca...@apache.org>
> > > > > > napisał(a):
> > > > > >
> > > > > >> Hi Piotr,
> > > > > >>
> > > > > >> I explained in this thread that I couldn't find in maven the
> same
> > > > exact
> > > > > >> version that ANT one, I put the closest in date available from
> > maven
> > > > > >> I proposed as well if we can upgrade ANT/MAVEN to the same one
> > that
> > > > > works.
> > > > > >> Other thing is that maybe I fail in the search and the version
> > could
> > > > > >> exists, in that case hope other can indicate the maven
> descriptor
> > to
> > > > > >> update
> > > > > >> it.
> > > > > >>
> > > > > >> thanks
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > > >>
> > > > > >> > Why you didn't use exactly the same version ? Maybe this is
> the
> > > > reason
> > > > > >> why
> > > > > >> > my application is failing.
> > > > > >> >
> > > > > >> > I see this in Maven:
> > > > > >> > <dependency>
> > > > > >> > <groupId>com.google.javascript</groupId>
> > > > > >> > <artifactId>closure-compiler</artifactId>
> > > > > >> > <version>v20181210</version>
> > > > > >> > </dependency>
> > > > > >> > <dependency>
> > > > > >> > <groupId>org.clojure</groupId>
> > > > > >> > <artifactId>google-closure-library</artifactId>
> > > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > > >> > </dependency>
> > > > > >> >
> > > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <
> carlosrovira@apache.org
> > >
> > > > > >> > napisał(a):
> > > > > >> >
> > > > > >> > > Hi Alex,
> > > > > >> > >
> > > > > >> > > I didn't put the latest one. Used the closest one in dates
> to
> > > the
> > > > > one
> > > > > >> in
> > > > > >> > > ANT. Should be that valid? And how can I ensure
> compatibility?
> > > > Where
> > > > > >> to
> > > > > >> > > check that?
> > > > > >> > > But what I really want to do is update ANT/MAVEN to the same
> > one
> > > > > that
> > > > > >> is
> > > > > >> > ok
> > > > > >> > > for all of us. We need to ensure one that is available for
> > both.
> > > > > >> > >
> > > > > >> > > thanks
> > > > > >> > >
> > > > > >> > >
> > > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > > > >> (<aharui@adobe.com.invalid
> > > > > >> > >)
> > > > > >> > > escribió:
> > > > > >> > >
> > > > > >> > > > You may not want the latest closure library.  You probably
> > > want
> > > > > one
> > > > > >> > that
> > > > > >> > > > is compatible with the closure compiler.
> > > > > >> > > >
> > > > > >> > > > HTH,
> > > > > >> > > > -Alex
> > > > > >> > > >
> > > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > > carlosrovira@apache.org>
> > > > > >> wrote:
> > > > > >> > > >
> > > > > >> > > >     Hi,
> > > > > >> > > >
> > > > > >> > > >     Josh discover that there was an issue. If we have
> > > GOOG_HOME
> > > > > env
> > > > > >> var
> > > > > >> > > the
> > > > > >> > > >     maven distribution worked right, but if you don't
> have,
> > > > > >> compilation
> > > > > >> > > > fails.
> > > > > >> > > >     I have it in my system while developing this. So I
> just
> > > > fixed
> > > > > it
> > > > > >> > some
> > > > > >> > > >     minutes ago.
> > > > > >> > > >
> > > > > >> > > >     One thing: There's no maven artifact for the
> > > closure-library
> > > > > >> > > v20180910
> > > > > >> > > > (the
> > > > > >> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9,
> so
> > we
> > > > > need
> > > > > >> to
> > > > > >> > > use
> > > > > >> > > > that
> > > > > >> > > >     for maven (or maybe I was too bad trying to find the
> > > > > >> corresponding
> > > > > >> > > > maven
> > > > > >> > > >     artifact, so if someone knows, please let me know!).
> > > > > >> > > >
> > > > > >> > > >     So, can we upgrade ANT to v20190213 too? From now on,
> we
> > > > > should
> > > > > >> > check
> > > > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > > > >> > > >
> > > > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me
> > know
> > > if
> > > > > you
> > > > > >> > can
> > > > > >> > > > get it
> > > > > >> > > >     work with latest changes just done.
> > > > > >> > > >
> > > > > >> > > >     Thanks
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > > > > >> > > > carlosrovira@apache.org>)
> > > > > >> > > >     escribió:
> > > > > >> > > >
> > > > > >> > > >     > Hi Piotr,
> > > > > >> > > >     >
> > > > > >> > > >     > yes, you're using an old command, maven was
> extremely
> > > > > >> simplified
> > > > > >> > > > thanks to
> > > > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > > > >> > > >     > 'generate.swf.swcs' does not exists. Check the
> > > > instructions
> > > > > I
> > > > > >> put
> > > > > >> > > or
> > > > > >> > > > go to
> > > > > >> > > >     > the updated docs here [1]. I updated that page to
> have
> > > all
> > > > > the
> > > > > >> > > > latest valid
> > > > > >> > > >     > info.
> > > > > >> > > >     >
> > > > > >> > > >     > I'm planing with Chris, to work soon in more
> > > improvements:
> > > > > >> > > >     >
> > > > > >> > > >     > 1.- Make Maven distribution for js-only (just
> removing
> > > > > >> > > > -option-with-swf
> > > > > >> > > >     > that now is required)
> > > > > >> > > >     > 2.- Try to have just one repo
> > > > > >> > > >     > 3.- Simplify release process based on 2 (and yes
> > having
> > > > ANT
> > > > > >> into
> > > > > >> > > > account)
> > > > > >> > > >     >
> > > > > >> > > >     > I will want to release every 1 to 2 month.
> > > > > >> > > >     >
> > > > > >> > > >     > [1]
> > > > > >> > > >     >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > > >> > > >     >
> > > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > > > >> > > >     >
> > > > > >> > > >     >> Ok it looks like it my fault. I didn't catch up
> full
> > > > > >> > instruction.
> > > > > >> > > > Let me
> > > > > >> > > >     >> try again.
> > > > > >> > > >     >>
> > > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > > > >> > > piotrzarzycki21@gmail.com>
> > > > > >> > > >     >> napisał(a):
> > > > > >> > > >     >>
> > > > > >> > > >     >> > Hi Carlos,
> > > > > >> > > >     >> >
> > > > > >> > > >     >> > When I'm running this [1] on my Mac distribution
> is
> > > not
> > > > > >> > > > generated. :/
> > > > > >> > > >     >> > Whole SDK is being build successfully, but
> without
> > > > > >> > distribution.
> > > > > >> > > > I don't
> > > > > >> > > >     >> > have any errors.
> > > > > >> > > >     >> >
> > > > > >> > > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> > > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > > >> > > >     >> >
> > > > > >> > > >
> > > > > >>
> > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > > >> > > >     >> >
> > > > > >> > > >     >> > Thanks,
> > > > > >> > > >     >> > Piotr
> > > > > >> > > >     >> >
> > > > > >> > > >     >> >
> > > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > > > > >> > carlosrovira@apache.org
> > > > > >> > > >
> > > > > >> > > >     >> > napisał(a):
> > > > > >> > > >     >> >
> > > > > >> > > >     >> >> Hi Antonis,
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >> all this does not affect FB, so don't worry
> about
> > > it.
> > > > > But
> > > > > >> we
> > > > > >> > > > hope you
> > > > > >> > > >     >> try
> > > > > >> > > >     >> >> to migrate to some newer IDE in the future! ;)
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >> Carlos
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis
> > Kalodimos
> > > > (<
> > > > > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >> > This sounds good news for someone to be
> involved
> > > > with
> > > > > >> > royale.
> > > > > >> > > >     >> >> > Please i someone of you who know the
> > requirements
> > > > > don't
> > > > > >> > break
> > > > > >> > > > the
> > > > > >> > > >     >> royale
> > > > > >> > > >     >> >> > ability to be used and in the flashbuilder.
> Even
> > > it
> > > > is
> > > > > >> old
> > > > > >> > > is a
> > > > > >> > > >     >> >> standard i
> > > > > >> > > >     >> >> > think for the old users that are searching
> where
> > > to
> > > > > jump
> > > > > >> > for
> > > > > >> > > > upgrade
> > > > > >> > > >     >> >> their
> > > > > >> > > >     >> >> > apps
> > > > > >> > > >     >> >> >
> > > > > >> > > >     >> >> > Thank you, continue the great job that you are
> > > > doing.
> > > > > >> > > >     >> >> >
> > > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η
> Piotr
> > > > > >> Zarzycki <
> > > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > > > >> > > >     >> >> >
> > > > > >> > > >     >> >> > > Hi Carlos,
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> > > Congrats! Could you provide on mailing list
> > > > command
> > > > > to
> > > > > >> > > build
> > > > > >> > > >     >> framework
> > > > > >> > > >     >> >> > with
> > > > > >> > > >     >> >> > > distribution, so users could know how to do
> > > that.
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> > > Thanks,
> > > > > >> > > >     >> >> > > Piotr
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > > > > >> > > > carlosrovira@apache.org>
> > > > > >> > > >     >> >> > > napisał(a):
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> > > > Hi,
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > > just fixed the maven distribution, and now
> > it
> > > > > >> creates a
> > > > > >> > > > valid SDK
> > > > > >> > > >     >> >> that
> > > > > >> > > >     >> >> > > can
> > > > > >> > > >     >> >> > > > be used with IDEs. I think this is a long
> > > > awaited
> > > > > >> fix.
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > > So with the new maven distribution the
> > > generated
> > > > > SDK
> > > > > >> > > > allows you
> > > > > >> > > >     >> to
> > > > > >> > > >     >> >> get
> > > > > >> > > >     >> >> > > > code intelligence and IDEs can find
> > compilers
> > > > and
> > > > > >> use
> > > > > >> > it
> > > > > >> > > > to get a
> > > > > >> > > >     >> >> valid
> > > > > >> > > >     >> >> > > > compilation. I tried only VSCode with Josh
> > > > > AS3&MXML
> > > > > >> > > > extension,
> > > > > >> > > >     >> hope
> > > > > >> > > >     >> >> > > others
> > > > > >> > > >     >> >> > > > using Moonshine can provide feedback.
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > > Additionally you get the normal maven way
> of
> > > > build
> > > > > >> with
> > > > > >> > > > "mvn
> > > > > >> > > >     >> >> install"
> > > > > >> > > >     >> >> > > that
> > > > > >> > > >     >> >> > > > will be more near to your deploy needs.
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > > So people using Maven does not need to use
> > ANT
> > > > > >> anymore
> > > > > >> > to
> > > > > >> > > >     >> generate a
> > > > > >> > > >     >> >> > > valid
> > > > > >> > > >     >> >> > > > SDK, and we get finally to have two
> > > independent
> > > > > >> ways of
> > > > > >> > > > building
> > > > > >> > > >     >> >> > > separated
> > > > > >> > > >     >> >> > > > one from the other.
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > > I'll be doing some refining this days with
> > > > > >> classpaths
> > > > > >> > > > since I
> > > > > >> > > >     >> left
> > > > > >> > > >     >> >> some
> > > > > >> > > >     >> >> > > > versions hardcoded that I want to remove
> to
> > > make
> > > > > it
> > > > > >> > valid
> > > > > >> > > > as we
> > > > > >> > > >     >> >> change
> > > > > >> > > >     >> >> > > > versions.
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > > I'll be upgrading maven docs to reflect
> this
> > > > > change.
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > > --
> > > > > >> > > >     >> >> > > > Carlos Rovira
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > > >
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> > > --
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> > > Patreon: *
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > >     >> >> > > <
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > > >*
> > > > > >> > > >     >> >> > >
> > > > > >> > > >     >> >> >
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >> --
> > > > > >> > > >     >> >> Carlos Rovira
> > > > > >> > > >     >> >>
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > > >> > > >     >> >>
> > > > > >> > > >     >> >
> > > > > >> > > >     >> >
> > > > > >> > > >     >> > --
> > > > > >> > > >     >> >
> > > > > >> > > >     >> > Piotr Zarzycki
> > > > > >> > > >     >> >
> > > > > >> > > >     >> > Patreon: *
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > >     >> > <
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > > >> > > > >*
> > > > > >> > > >     >> >
> > > > > >> > > >     >>
> > > > > >> > > >     >>
> > > > > >> > > >     >> --
> > > > > >> > > >     >>
> > > > > >> > > >     >> Piotr Zarzycki
> > > > > >> > > >     >>
> > > > > >> > > >     >> Patreon: *
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > >> > > >     >> <
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > > >> > > > >*
> > > > > >> > > >     >>
> > > > > >> > > >     >
> > > > > >> > > >     >
> > > > > >> > > >     > --
> > > > > >> > > >     > Carlos Rovira
> > > > > >> > > >     >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > >> > > >     >
> > > > > >> > > >     >
> > > > > >> > > >
> > > > > >> > > >     --
> > > > > >> > > >     Carlos Rovira
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> > > --
> > > > > >> > > Carlos Rovira
> > > > > >> > > http://about.me/carlosrovira
> > > > > >> > >
> > > > > >> >
> > > > > >> >
> > > > > >> > --
> > > > > >> >
> > > > > >> > Piotr Zarzycki
> > > > > >> >
> > > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > > >> >
> > > > > >>
> > > > > >>
> > > > > >> --
> > > > > >> Carlos Rovira
> > > > > >> http://about.me/carlosrovira
> > > > > >>
> > > > > >
> > > > > >
> > > > > > --
> > > > > >
> > > > > > Piotr Zarzycki
> > > > > >
> > > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > Piotr Zarzycki
> > > > >
> > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

I have build on my Mac SDK and tried in Nightly Build of Moonshine. I
cannot build Hello World. I'm getting following error:

/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution/js/bin/mxmlc
-load-config+=obj/NewJavaScriptBrowserProjectConfig.xml -debug=true
-source-map=true -compiler.targets=JSRoyale
-js-output="/Users/piotr/Downloads/Tests/NewJavaScriptBrowserProject"
: Using Royale Compiler codebase:
/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
: Using Royale SDK:
/Users/piotr/Downloads/MoonshineSDKs/Royale_SDK/royale_distribution
: Error: Could not find or load main class
org.apache.royale.compiler.clients.MXMLJSC



czw., 23 sty 2020 o 16:26 Carlos Rovira <ca...@apache.org>
napisał(a):

> Hi Piotr,
>
> right, are simplified too and does not have any profile or variable.
>
> "-U clean install" is standard maven commands, nothing to do with us in
> particular, so you can left that
> "-P main,utils" are not needed anymore, since now there's no
> differentiation between a "first build" against rest of builds.
>
>
> El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Hi Carlos,
> >
> > Builds for framework is updated. What about compiler and typedefs ? For
> > compiler on the server we have:
> >
> > -U clean install
> > -P -main,utils
> >
> > It looks like that those profiles also deprecated - can you confirm ?
> >
> > Thanks,
> > Piotr
> >
> > śr., 22 sty 2020 o 18:37 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi Piotr,
> > >
> > > it surprise me that due all the changes done in maven builds.a.o was
> not
> > > failing. I've even didn't repare that will need to be updated.
> > >
> > > These profiles does not exist anymore:
> > >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> > >
> > > Here's the updated doc for maven simplified [1]
> > >
> > > In sort:
> > >
> > > 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> > > 2.- Build from an empty repo is now more reliable (something that was a
> > > real headache)
> > > 3.- Profiles are reduced to:
> > >
> > >
> > >    - with-ui-testsuite
> > >    - option-with-swf
> > >    - with-examples
> > >    - with-distribution
> > >
> > > Can you upgrade builds.a.o to use this profiles?
> > >
> > > [1]
> > >
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> > >
> > >
> > >
> > >
> > > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > piotrzarzycki21@gmail.com>) escribió:
> > >
> > > > Carlos,
> > > >
> > > > What has change more in case of Maven build for framework? On
> > builds.a.o
> > > we
> > > > have following command which running royale-asjs. It looks like
> > something
> > > > is missing, cause I have removed locally my org.apache.royale folder
> > from
> > > > .m2 and start building PureMVC to swc. [1] - It throws exception now.
> > > >
> > > > Could not resolve dependencies for project
> > > >
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > > Failure to find
> org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > > in
> > > > https://repository.apache.org/content/repositories/snapshots was
> > cached
> > > in
> > > > the local repository, resolution will not be reattempted until the
> > update
> > > > interval of apache-snapshots has elapsed or updates are forced
> > > >
> > > > Above means that it probably doesn't exists in Apache Maven
> central...
> > > >
> > > > Command on builds.a.o:
> > > >
> > > > -U
> > > > clean
> > > > deploy
> > > > -P
> > > >
> > > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > > >
> > > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > > >
> > > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > > -Dgenerate.swf.swcs=true
> > > > -Dgenerate.swf
> > > >
> > > > [1]
> https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > > >
> > > > Thanks,
> > > > Piotr
> > > >
> > > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <pi...@gmail.com>
> > > > napisał(a):
> > > >
> > > > > Ok let's wait to see whether someone actually know what is the
> > version.
> > > > >
> > > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <ca...@apache.org>
> > > > > napisał(a):
> > > > >
> > > > >> Hi Piotr,
> > > > >>
> > > > >> I explained in this thread that I couldn't find in maven the same
> > > exact
> > > > >> version that ANT one, I put the closest in date available from
> maven
> > > > >> I proposed as well if we can upgrade ANT/MAVEN to the same one
> that
> > > > works.
> > > > >> Other thing is that maybe I fail in the search and the version
> could
> > > > >> exists, in that case hope other can indicate the maven descriptor
> to
> > > > >> update
> > > > >> it.
> > > > >>
> > > > >> thanks
> > > > >>
> > > > >>
> > > > >>
> > > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > > >> piotrzarzycki21@gmail.com>) escribió:
> > > > >>
> > > > >> > Why you didn't use exactly the same version ? Maybe this is the
> > > reason
> > > > >> why
> > > > >> > my application is failing.
> > > > >> >
> > > > >> > I see this in Maven:
> > > > >> > <dependency>
> > > > >> > <groupId>com.google.javascript</groupId>
> > > > >> > <artifactId>closure-compiler</artifactId>
> > > > >> > <version>v20181210</version>
> > > > >> > </dependency>
> > > > >> > <dependency>
> > > > >> > <groupId>org.clojure</groupId>
> > > > >> > <artifactId>google-closure-library</artifactId>
> > > > >> > <version>0.0-20190213-2033d5d9</version>
> > > > >> > </dependency>
> > > > >> >
> > > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <carlosrovira@apache.org
> >
> > > > >> > napisał(a):
> > > > >> >
> > > > >> > > Hi Alex,
> > > > >> > >
> > > > >> > > I didn't put the latest one. Used the closest one in dates to
> > the
> > > > one
> > > > >> in
> > > > >> > > ANT. Should be that valid? And how can I ensure compatibility?
> > > Where
> > > > >> to
> > > > >> > > check that?
> > > > >> > > But what I really want to do is update ANT/MAVEN to the same
> one
> > > > that
> > > > >> is
> > > > >> > ok
> > > > >> > > for all of us. We need to ensure one that is available for
> both.
> > > > >> > >
> > > > >> > > thanks
> > > > >> > >
> > > > >> > >
> > > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > > >> (<aharui@adobe.com.invalid
> > > > >> > >)
> > > > >> > > escribió:
> > > > >> > >
> > > > >> > > > You may not want the latest closure library.  You probably
> > want
> > > > one
> > > > >> > that
> > > > >> > > > is compatible with the closure compiler.
> > > > >> > > >
> > > > >> > > > HTH,
> > > > >> > > > -Alex
> > > > >> > > >
> > > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> > carlosrovira@apache.org>
> > > > >> wrote:
> > > > >> > > >
> > > > >> > > >     Hi,
> > > > >> > > >
> > > > >> > > >     Josh discover that there was an issue. If we have
> > GOOG_HOME
> > > > env
> > > > >> var
> > > > >> > > the
> > > > >> > > >     maven distribution worked right, but if you don't have,
> > > > >> compilation
> > > > >> > > > fails.
> > > > >> > > >     I have it in my system while developing this. So I just
> > > fixed
> > > > it
> > > > >> > some
> > > > >> > > >     minutes ago.
> > > > >> > > >
> > > > >> > > >     One thing: There's no maven artifact for the
> > closure-library
> > > > >> > > v20180910
> > > > >> > > > (the
> > > > >> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9, so
> we
> > > > need
> > > > >> to
> > > > >> > > use
> > > > >> > > > that
> > > > >> > > >     for maven (or maybe I was too bad trying to find the
> > > > >> corresponding
> > > > >> > > > maven
> > > > >> > > >     artifact, so if someone knows, please let me know!).
> > > > >> > > >
> > > > >> > > >     So, can we upgrade ANT to v20190213 too? From now on, we
> > > > should
> > > > >> > check
> > > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > > >> > > >
> > > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me
> know
> > if
> > > > you
> > > > >> > can
> > > > >> > > > get it
> > > > >> > > >     work with latest changes just done.
> > > > >> > > >
> > > > >> > > >     Thanks
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > > > >> > > > carlosrovira@apache.org>)
> > > > >> > > >     escribió:
> > > > >> > > >
> > > > >> > > >     > Hi Piotr,
> > > > >> > > >     >
> > > > >> > > >     > yes, you're using an old command, maven was extremely
> > > > >> simplified
> > > > >> > > > thanks to
> > > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > > >> > > >     > 'generate.swf.swcs' does not exists. Check the
> > > instructions
> > > > I
> > > > >> put
> > > > >> > > or
> > > > >> > > > go to
> > > > >> > > >     > the updated docs here [1]. I updated that page to have
> > all
> > > > the
> > > > >> > > > latest valid
> > > > >> > > >     > info.
> > > > >> > > >     >
> > > > >> > > >     > I'm planing with Chris, to work soon in more
> > improvements:
> > > > >> > > >     >
> > > > >> > > >     > 1.- Make Maven distribution for js-only (just removing
> > > > >> > > > -option-with-swf
> > > > >> > > >     > that now is required)
> > > > >> > > >     > 2.- Try to have just one repo
> > > > >> > > >     > 3.- Simplify release process based on 2 (and yes
> having
> > > ANT
> > > > >> into
> > > > >> > > > account)
> > > > >> > > >     >
> > > > >> > > >     > I will want to release every 1 to 2 month.
> > > > >> > > >     >
> > > > >> > > >     > [1]
> > > > >> > > >     >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > > >> > > >     >
> > > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > > >> > > >     >
> > > > >> > > >     >> Ok it looks like it my fault. I didn't catch up full
> > > > >> > instruction.
> > > > >> > > > Let me
> > > > >> > > >     >> try again.
> > > > >> > > >     >>
> > > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > > >> > > piotrzarzycki21@gmail.com>
> > > > >> > > >     >> napisał(a):
> > > > >> > > >     >>
> > > > >> > > >     >> > Hi Carlos,
> > > > >> > > >     >> >
> > > > >> > > >     >> > When I'm running this [1] on my Mac distribution is
> > not
> > > > >> > > > generated. :/
> > > > >> > > >     >> > Whole SDK is being build successfully, but without
> > > > >> > distribution.
> > > > >> > > > I don't
> > > > >> > > >     >> > have any errors.
> > > > >> > > >     >> >
> > > > >> > > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> > > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > > >> > > >     >> >
> > > > >> > > >
> > > > >>
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > > >> > > >     >> >
> > > > >> > > >     >> > Thanks,
> > > > >> > > >     >> > Piotr
> > > > >> > > >     >> >
> > > > >> > > >     >> >
> > > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > > > >> > carlosrovira@apache.org
> > > > >> > > >
> > > > >> > > >     >> > napisał(a):
> > > > >> > > >     >> >
> > > > >> > > >     >> >> Hi Antonis,
> > > > >> > > >     >> >>
> > > > >> > > >     >> >> all this does not affect FB, so don't worry about
> > it.
> > > > But
> > > > >> we
> > > > >> > > > hope you
> > > > >> > > >     >> try
> > > > >> > > >     >> >> to migrate to some newer IDE in the future! ;)
> > > > >> > > >     >> >>
> > > > >> > > >     >> >> Carlos
> > > > >> > > >     >> >>
> > > > >> > > >     >> >>
> > > > >> > > >     >> >>
> > > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis
> Kalodimos
> > > (<
> > > > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > > >> > > >     >> >>
> > > > >> > > >     >> >> > This sounds good news for someone to be involved
> > > with
> > > > >> > royale.
> > > > >> > > >     >> >> > Please i someone of you who know the
> requirements
> > > > don't
> > > > >> > break
> > > > >> > > > the
> > > > >> > > >     >> royale
> > > > >> > > >     >> >> > ability to be used and in the flashbuilder. Even
> > it
> > > is
> > > > >> old
> > > > >> > > is a
> > > > >> > > >     >> >> standard i
> > > > >> > > >     >> >> > think for the old users that are searching where
> > to
> > > > jump
> > > > >> > for
> > > > >> > > > upgrade
> > > > >> > > >     >> >> their
> > > > >> > > >     >> >> > apps
> > > > >> > > >     >> >> >
> > > > >> > > >     >> >> > Thank you, continue the great job that you are
> > > doing.
> > > > >> > > >     >> >> >
> > > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr
> > > > >> Zarzycki <
> > > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > > >> > > >     >> >> >
> > > > >> > > >     >> >> > > Hi Carlos,
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> > > Congrats! Could you provide on mailing list
> > > command
> > > > to
> > > > >> > > build
> > > > >> > > >     >> framework
> > > > >> > > >     >> >> > with
> > > > >> > > >     >> >> > > distribution, so users could know how to do
> > that.
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> > > Thanks,
> > > > >> > > >     >> >> > > Piotr
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > > > >> > > > carlosrovira@apache.org>
> > > > >> > > >     >> >> > > napisał(a):
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> > > > Hi,
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > > just fixed the maven distribution, and now
> it
> > > > >> creates a
> > > > >> > > > valid SDK
> > > > >> > > >     >> >> that
> > > > >> > > >     >> >> > > can
> > > > >> > > >     >> >> > > > be used with IDEs. I think this is a long
> > > awaited
> > > > >> fix.
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > > So with the new maven distribution the
> > generated
> > > > SDK
> > > > >> > > > allows you
> > > > >> > > >     >> to
> > > > >> > > >     >> >> get
> > > > >> > > >     >> >> > > > code intelligence and IDEs can find
> compilers
> > > and
> > > > >> use
> > > > >> > it
> > > > >> > > > to get a
> > > > >> > > >     >> >> valid
> > > > >> > > >     >> >> > > > compilation. I tried only VSCode with Josh
> > > > AS3&MXML
> > > > >> > > > extension,
> > > > >> > > >     >> hope
> > > > >> > > >     >> >> > > others
> > > > >> > > >     >> >> > > > using Moonshine can provide feedback.
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > > Additionally you get the normal maven way of
> > > build
> > > > >> with
> > > > >> > > > "mvn
> > > > >> > > >     >> >> install"
> > > > >> > > >     >> >> > > that
> > > > >> > > >     >> >> > > > will be more near to your deploy needs.
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > > So people using Maven does not need to use
> ANT
> > > > >> anymore
> > > > >> > to
> > > > >> > > >     >> generate a
> > > > >> > > >     >> >> > > valid
> > > > >> > > >     >> >> > > > SDK, and we get finally to have two
> > independent
> > > > >> ways of
> > > > >> > > > building
> > > > >> > > >     >> >> > > separated
> > > > >> > > >     >> >> > > > one from the other.
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > > I'll be doing some refining this days with
> > > > >> classpaths
> > > > >> > > > since I
> > > > >> > > >     >> left
> > > > >> > > >     >> >> some
> > > > >> > > >     >> >> > > > versions hardcoded that I want to remove to
> > make
> > > > it
> > > > >> > valid
> > > > >> > > > as we
> > > > >> > > >     >> >> change
> > > > >> > > >     >> >> > > > versions.
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > > I'll be upgrading maven docs to reflect this
> > > > change.
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > > --
> > > > >> > > >     >> >> > > > Carlos Rovira
> > > > >> > > >     >> >> > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > > >
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> > > --
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> > > Piotr Zarzycki
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> > > Patreon: *
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > >     >> >> > > <
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > > >*
> > > > >> > > >     >> >> > >
> > > > >> > > >     >> >> >
> > > > >> > > >     >> >>
> > > > >> > > >     >> >>
> > > > >> > > >     >> >> --
> > > > >> > > >     >> >> Carlos Rovira
> > > > >> > > >     >> >>
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > > >> > > >     >> >>
> > > > >> > > >     >> >
> > > > >> > > >     >> >
> > > > >> > > >     >> > --
> > > > >> > > >     >> >
> > > > >> > > >     >> > Piotr Zarzycki
> > > > >> > > >     >> >
> > > > >> > > >     >> > Patreon: *
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > >     >> > <
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >> > > > >*
> > > > >> > > >     >> >
> > > > >> > > >     >>
> > > > >> > > >     >>
> > > > >> > > >     >> --
> > > > >> > > >     >>
> > > > >> > > >     >> Piotr Zarzycki
> > > > >> > > >     >>
> > > > >> > > >     >> Patreon: *
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > >> > > >     >> <
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > >> > > > >*
> > > > >> > > >     >>
> > > > >> > > >     >
> > > > >> > > >     >
> > > > >> > > >     > --
> > > > >> > > >     > Carlos Rovira
> > > > >> > > >     >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > >> > > >     >
> > > > >> > > >     >
> > > > >> > > >
> > > > >> > > >     --
> > > > >> > > >     Carlos Rovira
> > > > >> > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > > >> > > >
> > > > >> > > >
> > > > >> > > >
> > > > >> > >
> > > > >> > > --
> > > > >> > > Carlos Rovira
> > > > >> > > http://about.me/carlosrovira
> > > > >> > >
> > > > >> >
> > > > >> >
> > > > >> > --
> > > > >> >
> > > > >> > Piotr Zarzycki
> > > > >> >
> > > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > > >> >
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Carlos Rovira
> > > > >> http://about.me/carlosrovira
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > > Piotr Zarzycki
> > > > >
> > > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > > <https://www.patreon.com/piotrzarzycki>*
> > > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > <https://www.patreon.com/piotrzarzycki>*
> > > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

right, are simplified too and does not have any profile or variable.

"-U clean install" is standard maven commands, nothing to do with us in
particular, so you can left that
"-P main,utils" are not needed anymore, since now there's no
differentiation between a "first build" against rest of builds.


El jue., 23 ene. 2020 a las 15:32, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Carlos,
>
> Builds for framework is updated. What about compiler and typedefs ? For
> compiler on the server we have:
>
> -U clean install
> -P -main,utils
>
> It looks like that those profiles also deprecated - can you confirm ?
>
> Thanks,
> Piotr
>
> śr., 22 sty 2020 o 18:37 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi Piotr,
> >
> > it surprise me that due all the changes done in maven builds.a.o was not
> > failing. I've even didn't repare that will need to be updated.
> >
> > These profiles does not exist anymore:
> > generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
> >
> > Here's the updated doc for maven simplified [1]
> >
> > In sort:
> >
> > 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> > 2.- Build from an empty repo is now more reliable (something that was a
> > real headache)
> > 3.- Profiles are reduced to:
> >
> >
> >    - with-ui-testsuite
> >    - option-with-swf
> >    - with-examples
> >    - with-distribution
> >
> > Can you upgrade builds.a.o to use this profiles?
> >
> > [1]
> >
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
> >
> >
> >
> >
> > El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > piotrzarzycki21@gmail.com>) escribió:
> >
> > > Carlos,
> > >
> > > What has change more in case of Maven build for framework? On
> builds.a.o
> > we
> > > have following command which running royale-asjs. It looks like
> something
> > > is missing, cause I have removed locally my org.apache.royale folder
> from
> > > .m2 and start building PureMVC to swc. [1] - It throws exception now.
> > >
> > > Could not resolve dependencies for project
> > > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > > Failure to find org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> > in
> > > https://repository.apache.org/content/repositories/snapshots was
> cached
> > in
> > > the local repository, resolution will not be reattempted until the
> update
> > > interval of apache-snapshots has elapsed or updates are forced
> > >
> > > Above means that it probably doesn't exists in Apache Maven central...
> > >
> > > Command on builds.a.o:
> > >
> > > -U
> > > clean
> > > deploy
> > > -P
> > >
> > >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> > >
> > >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> > >
> > >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > > -Dgenerate.swf.swcs=true
> > > -Dgenerate.swf
> > >
> > > [1] https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> > >
> > > Thanks,
> > > Piotr
> > >
> > > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <pi...@gmail.com>
> > > napisał(a):
> > >
> > > > Ok let's wait to see whether someone actually know what is the
> version.
> > > >
> > > > śr., 22 sty 2020 o 12:27 Carlos Rovira <ca...@apache.org>
> > > > napisał(a):
> > > >
> > > >> Hi Piotr,
> > > >>
> > > >> I explained in this thread that I couldn't find in maven the same
> > exact
> > > >> version that ANT one, I put the closest in date available from maven
> > > >> I proposed as well if we can upgrade ANT/MAVEN to the same one that
> > > works.
> > > >> Other thing is that maybe I fail in the search and the version could
> > > >> exists, in that case hope other can indicate the maven descriptor to
> > > >> update
> > > >> it.
> > > >>
> > > >> thanks
> > > >>
> > > >>
> > > >>
> > > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > > >> piotrzarzycki21@gmail.com>) escribió:
> > > >>
> > > >> > Why you didn't use exactly the same version ? Maybe this is the
> > reason
> > > >> why
> > > >> > my application is failing.
> > > >> >
> > > >> > I see this in Maven:
> > > >> > <dependency>
> > > >> > <groupId>com.google.javascript</groupId>
> > > >> > <artifactId>closure-compiler</artifactId>
> > > >> > <version>v20181210</version>
> > > >> > </dependency>
> > > >> > <dependency>
> > > >> > <groupId>org.clojure</groupId>
> > > >> > <artifactId>google-closure-library</artifactId>
> > > >> > <version>0.0-20190213-2033d5d9</version>
> > > >> > </dependency>
> > > >> >
> > > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <ca...@apache.org>
> > > >> > napisał(a):
> > > >> >
> > > >> > > Hi Alex,
> > > >> > >
> > > >> > > I didn't put the latest one. Used the closest one in dates to
> the
> > > one
> > > >> in
> > > >> > > ANT. Should be that valid? And how can I ensure compatibility?
> > Where
> > > >> to
> > > >> > > check that?
> > > >> > > But what I really want to do is update ANT/MAVEN to the same one
> > > that
> > > >> is
> > > >> > ok
> > > >> > > for all of us. We need to ensure one that is available for both.
> > > >> > >
> > > >> > > thanks
> > > >> > >
> > > >> > >
> > > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > > >> (<aharui@adobe.com.invalid
> > > >> > >)
> > > >> > > escribió:
> > > >> > >
> > > >> > > > You may not want the latest closure library.  You probably
> want
> > > one
> > > >> > that
> > > >> > > > is compatible with the closure compiler.
> > > >> > > >
> > > >> > > > HTH,
> > > >> > > > -Alex
> > > >> > > >
> > > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <
> carlosrovira@apache.org>
> > > >> wrote:
> > > >> > > >
> > > >> > > >     Hi,
> > > >> > > >
> > > >> > > >     Josh discover that there was an issue. If we have
> GOOG_HOME
> > > env
> > > >> var
> > > >> > > the
> > > >> > > >     maven distribution worked right, but if you don't have,
> > > >> compilation
> > > >> > > > fails.
> > > >> > > >     I have it in my system while developing this. So I just
> > fixed
> > > it
> > > >> > some
> > > >> > > >     minutes ago.
> > > >> > > >
> > > >> > > >     One thing: There's no maven artifact for the
> closure-library
> > > >> > > v20180910
> > > >> > > > (the
> > > >> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9, so we
> > > need
> > > >> to
> > > >> > > use
> > > >> > > > that
> > > >> > > >     for maven (or maybe I was too bad trying to find the
> > > >> corresponding
> > > >> > > > maven
> > > >> > > >     artifact, so if someone knows, please let me know!).
> > > >> > > >
> > > >> > > >     So, can we upgrade ANT to v20190213 too? From now on, we
> > > should
> > > >> > check
> > > >> > > >     versions exists for ANT and MAVEN artifacts.
> > > >> > > >
> > > >> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me know
> if
> > > you
> > > >> > can
> > > >> > > > get it
> > > >> > > >     work with latest changes just done.
> > > >> > > >
> > > >> > > >     Thanks
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > > >> > > > carlosrovira@apache.org>)
> > > >> > > >     escribió:
> > > >> > > >
> > > >> > > >     > Hi Piotr,
> > > >> > > >     >
> > > >> > > >     > yes, you're using an old command, maven was extremely
> > > >> simplified
> > > >> > > > thanks to
> > > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > >> > > >     > 'generate.swf.swcs' does not exists. Check the
> > instructions
> > > I
> > > >> put
> > > >> > > or
> > > >> > > > go to
> > > >> > > >     > the updated docs here [1]. I updated that page to have
> all
> > > the
> > > >> > > > latest valid
> > > >> > > >     > info.
> > > >> > > >     >
> > > >> > > >     > I'm planing with Chris, to work soon in more
> improvements:
> > > >> > > >     >
> > > >> > > >     > 1.- Make Maven distribution for js-only (just removing
> > > >> > > > -option-with-swf
> > > >> > > >     > that now is required)
> > > >> > > >     > 2.- Try to have just one repo
> > > >> > > >     > 3.- Simplify release process based on 2 (and yes having
> > ANT
> > > >> into
> > > >> > > > account)
> > > >> > > >     >
> > > >> > > >     > I will want to release every 1 to 2 month.
> > > >> > > >     >
> > > >> > > >     > [1]
> > > >> > > >     >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > >> > > >     >
> > > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > >> > > >     >
> > > >> > > >     >> Ok it looks like it my fault. I didn't catch up full
> > > >> > instruction.
> > > >> > > > Let me
> > > >> > > >     >> try again.
> > > >> > > >     >>
> > > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > >> > > piotrzarzycki21@gmail.com>
> > > >> > > >     >> napisał(a):
> > > >> > > >     >>
> > > >> > > >     >> > Hi Carlos,
> > > >> > > >     >> >
> > > >> > > >     >> > When I'm running this [1] on my Mac distribution is
> not
> > > >> > > > generated. :/
> > > >> > > >     >> > Whole SDK is being build successfully, but without
> > > >> > distribution.
> > > >> > > > I don't
> > > >> > > >     >> > have any errors.
> > > >> > > >     >> >
> > > >> > > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> > > >> > > >     >> -Dgenerate.swf.swcs=true
> > > >> > > >     >> >
> > > >> > > >
> > > >>
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > >> > > >     >> >
> > > >> > > >     >> > Thanks,
> > > >> > > >     >> > Piotr
> > > >> > > >     >> >
> > > >> > > >     >> >
> > > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > > >> > carlosrovira@apache.org
> > > >> > > >
> > > >> > > >     >> > napisał(a):
> > > >> > > >     >> >
> > > >> > > >     >> >> Hi Antonis,
> > > >> > > >     >> >>
> > > >> > > >     >> >> all this does not affect FB, so don't worry about
> it.
> > > But
> > > >> we
> > > >> > > > hope you
> > > >> > > >     >> try
> > > >> > > >     >> >> to migrate to some newer IDE in the future! ;)
> > > >> > > >     >> >>
> > > >> > > >     >> >> Carlos
> > > >> > > >     >> >>
> > > >> > > >     >> >>
> > > >> > > >     >> >>
> > > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos
> > (<
> > > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > >> > > >     >> >>
> > > >> > > >     >> >> > This sounds good news for someone to be involved
> > with
> > > >> > royale.
> > > >> > > >     >> >> > Please i someone of you who know the requirements
> > > don't
> > > >> > break
> > > >> > > > the
> > > >> > > >     >> royale
> > > >> > > >     >> >> > ability to be used and in the flashbuilder. Even
> it
> > is
> > > >> old
> > > >> > > is a
> > > >> > > >     >> >> standard i
> > > >> > > >     >> >> > think for the old users that are searching where
> to
> > > jump
> > > >> > for
> > > >> > > > upgrade
> > > >> > > >     >> >> their
> > > >> > > >     >> >> > apps
> > > >> > > >     >> >> >
> > > >> > > >     >> >> > Thank you, continue the great job that you are
> > doing.
> > > >> > > >     >> >> >
> > > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr
> > > >> Zarzycki <
> > > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > >> > > >     >> >> >
> > > >> > > >     >> >> > > Hi Carlos,
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> > > Congrats! Could you provide on mailing list
> > command
> > > to
> > > >> > > build
> > > >> > > >     >> framework
> > > >> > > >     >> >> > with
> > > >> > > >     >> >> > > distribution, so users could know how to do
> that.
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> > > Thanks,
> > > >> > > >     >> >> > > Piotr
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > > >> > > > carlosrovira@apache.org>
> > > >> > > >     >> >> > > napisał(a):
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> > > > Hi,
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > > just fixed the maven distribution, and now it
> > > >> creates a
> > > >> > > > valid SDK
> > > >> > > >     >> >> that
> > > >> > > >     >> >> > > can
> > > >> > > >     >> >> > > > be used with IDEs. I think this is a long
> > awaited
> > > >> fix.
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > > So with the new maven distribution the
> generated
> > > SDK
> > > >> > > > allows you
> > > >> > > >     >> to
> > > >> > > >     >> >> get
> > > >> > > >     >> >> > > > code intelligence and IDEs can find compilers
> > and
> > > >> use
> > > >> > it
> > > >> > > > to get a
> > > >> > > >     >> >> valid
> > > >> > > >     >> >> > > > compilation. I tried only VSCode with Josh
> > > AS3&MXML
> > > >> > > > extension,
> > > >> > > >     >> hope
> > > >> > > >     >> >> > > others
> > > >> > > >     >> >> > > > using Moonshine can provide feedback.
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > > Additionally you get the normal maven way of
> > build
> > > >> with
> > > >> > > > "mvn
> > > >> > > >     >> >> install"
> > > >> > > >     >> >> > > that
> > > >> > > >     >> >> > > > will be more near to your deploy needs.
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > > So people using Maven does not need to use ANT
> > > >> anymore
> > > >> > to
> > > >> > > >     >> generate a
> > > >> > > >     >> >> > > valid
> > > >> > > >     >> >> > > > SDK, and we get finally to have two
> independent
> > > >> ways of
> > > >> > > > building
> > > >> > > >     >> >> > > separated
> > > >> > > >     >> >> > > > one from the other.
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > > I'll be doing some refining this days with
> > > >> classpaths
> > > >> > > > since I
> > > >> > > >     >> left
> > > >> > > >     >> >> some
> > > >> > > >     >> >> > > > versions hardcoded that I want to remove to
> make
> > > it
> > > >> > valid
> > > >> > > > as we
> > > >> > > >     >> >> change
> > > >> > > >     >> >> > > > versions.
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > > I'll be upgrading maven docs to reflect this
> > > change.
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > > --
> > > >> > > >     >> >> > > > Carlos Rovira
> > > >> > > >     >> >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > > >
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> > > --
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> > > Piotr Zarzycki
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> > > Patreon: *
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > >     >> >> > > <
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > > >*
> > > >> > > >     >> >> > >
> > > >> > > >     >> >> >
> > > >> > > >     >> >>
> > > >> > > >     >> >>
> > > >> > > >     >> >> --
> > > >> > > >     >> >> Carlos Rovira
> > > >> > > >     >> >>
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > >> > > >     >> >>
> > > >> > > >     >> >
> > > >> > > >     >> >
> > > >> > > >     >> > --
> > > >> > > >     >> >
> > > >> > > >     >> > Piotr Zarzycki
> > > >> > > >     >> >
> > > >> > > >     >> > Patreon: *
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > >     >> > <
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >> > > > >*
> > > >> > > >     >> >
> > > >> > > >     >>
> > > >> > > >     >>
> > > >> > > >     >> --
> > > >> > > >     >>
> > > >> > > >     >> Piotr Zarzycki
> > > >> > > >     >>
> > > >> > > >     >> Patreon: *
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > >> > > >     >> <
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > >> > > > >*
> > > >> > > >     >>
> > > >> > > >     >
> > > >> > > >     >
> > > >> > > >     > --
> > > >> > > >     > Carlos Rovira
> > > >> > > >     >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > >> > > >     >
> > > >> > > >     >
> > > >> > > >
> > > >> > > >     --
> > > >> > > >     Carlos Rovira
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > > --
> > > >> > > Carlos Rovira
> > > >> > > http://about.me/carlosrovira
> > > >> > >
> > > >> >
> > > >> >
> > > >> > --
> > > >> >
> > > >> > Piotr Zarzycki
> > > >> >
> > > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > > >> > <https://www.patreon.com/piotrzarzycki>*
> > > >> >
> > > >>
> > > >>
> > > >> --
> > > >> Carlos Rovira
> > > >> http://about.me/carlosrovira
> > > >>
> > > >
> > > >
> > > > --
> > > >
> > > > Piotr Zarzycki
> > > >
> > > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > > <https://www.patreon.com/piotrzarzycki>*
> > > >
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

Builds for framework is updated. What about compiler and typedefs ? For
compiler on the server we have:

-U clean install
-P -main,utils

It looks like that those profiles also deprecated - can you confirm ?

Thanks,
Piotr

śr., 22 sty 2020 o 18:37 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi Piotr,
>
> it surprise me that due all the changes done in maven builds.a.o was not
> failing. I've even didn't repare that will need to be updated.
>
> These profiles does not exist anymore:
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples
>
> Here's the updated doc for maven simplified [1]
>
> In sort:
>
> 1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
> 2.- Build from an empty repo is now more reliable (something that was a
> real headache)
> 3.- Profiles are reduced to:
>
>
>    - with-ui-testsuite
>    - option-with-swf
>    - with-examples
>    - with-distribution
>
> Can you upgrade builds.a.o to use this profiles?
>
> [1]
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
>
>
>
>
> El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Carlos,
> >
> > What has change more in case of Maven build for framework? On builds.a.o
> we
> > have following command which running royale-asjs. It looks like something
> > is missing, cause I have removed locally my org.apache.royale folder from
> > .m2 and start building PureMVC to swc. [1] - It throws exception now.
> >
> > Could not resolve dependencies for project
> > org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> > Failure to find org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT
> in
> > https://repository.apache.org/content/repositories/snapshots was cached
> in
> > the local repository, resolution will not be reattempted until the update
> > interval of apache-snapshots has elapsed or updates are forced
> >
> > Above means that it probably doesn't exists in Apache Maven central...
> >
> > Command on builds.a.o:
> >
> > -U
> > clean
> > deploy
> > -P
> >
> >
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
> >
> >
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
> >
> >
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> > -Dgenerate.swf.swcs=true
> > -Dgenerate.swf
> >
> > [1] https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
> >
> > Thanks,
> > Piotr
> >
> > śr., 22 sty 2020 o 12:29 Piotr Zarzycki <pi...@gmail.com>
> > napisał(a):
> >
> > > Ok let's wait to see whether someone actually know what is the version.
> > >
> > > śr., 22 sty 2020 o 12:27 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > >> Hi Piotr,
> > >>
> > >> I explained in this thread that I couldn't find in maven the same
> exact
> > >> version that ANT one, I put the closest in date available from maven
> > >> I proposed as well if we can upgrade ANT/MAVEN to the same one that
> > works.
> > >> Other thing is that maybe I fail in the search and the version could
> > >> exists, in that case hope other can indicate the maven descriptor to
> > >> update
> > >> it.
> > >>
> > >> thanks
> > >>
> > >>
> > >>
> > >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> > >> piotrzarzycki21@gmail.com>) escribió:
> > >>
> > >> > Why you didn't use exactly the same version ? Maybe this is the
> reason
> > >> why
> > >> > my application is failing.
> > >> >
> > >> > I see this in Maven:
> > >> > <dependency>
> > >> > <groupId>com.google.javascript</groupId>
> > >> > <artifactId>closure-compiler</artifactId>
> > >> > <version>v20181210</version>
> > >> > </dependency>
> > >> > <dependency>
> > >> > <groupId>org.clojure</groupId>
> > >> > <artifactId>google-closure-library</artifactId>
> > >> > <version>0.0-20190213-2033d5d9</version>
> > >> > </dependency>
> > >> >
> > >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <ca...@apache.org>
> > >> > napisał(a):
> > >> >
> > >> > > Hi Alex,
> > >> > >
> > >> > > I didn't put the latest one. Used the closest one in dates to the
> > one
> > >> in
> > >> > > ANT. Should be that valid? And how can I ensure compatibility?
> Where
> > >> to
> > >> > > check that?
> > >> > > But what I really want to do is update ANT/MAVEN to the same one
> > that
> > >> is
> > >> > ok
> > >> > > for all of us. We need to ensure one that is available for both.
> > >> > >
> > >> > > thanks
> > >> > >
> > >> > >
> > >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> > >> (<aharui@adobe.com.invalid
> > >> > >)
> > >> > > escribió:
> > >> > >
> > >> > > > You may not want the latest closure library.  You probably want
> > one
> > >> > that
> > >> > > > is compatible with the closure compiler.
> > >> > > >
> > >> > > > HTH,
> > >> > > > -Alex
> > >> > > >
> > >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org>
> > >> wrote:
> > >> > > >
> > >> > > >     Hi,
> > >> > > >
> > >> > > >     Josh discover that there was an issue. If we have GOOG_HOME
> > env
> > >> var
> > >> > > the
> > >> > > >     maven distribution worked right, but if you don't have,
> > >> compilation
> > >> > > > fails.
> > >> > > >     I have it in my system while developing this. So I just
> fixed
> > it
> > >> > some
> > >> > > >     minutes ago.
> > >> > > >
> > >> > > >     One thing: There's no maven artifact for the closure-library
> > >> > > v20180910
> > >> > > > (the
> > >> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9, so we
> > need
> > >> to
> > >> > > use
> > >> > > > that
> > >> > > >     for maven (or maybe I was too bad trying to find the
> > >> corresponding
> > >> > > > maven
> > >> > > >     artifact, so if someone knows, please let me know!).
> > >> > > >
> > >> > > >     So, can we upgrade ANT to v20190213 too? From now on, we
> > should
> > >> > check
> > >> > > >     versions exists for ANT and MAVEN artifacts.
> > >> > > >
> > >> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me know if
> > you
> > >> > can
> > >> > > > get it
> > >> > > >     work with latest changes just done.
> > >> > > >
> > >> > > >     Thanks
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > >> > > > carlosrovira@apache.org>)
> > >> > > >     escribió:
> > >> > > >
> > >> > > >     > Hi Piotr,
> > >> > > >     >
> > >> > > >     > yes, you're using an old command, maven was extremely
> > >> simplified
> > >> > > > thanks to
> > >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > >> > > >     > 'generate.swf.swcs' does not exists. Check the
> instructions
> > I
> > >> put
> > >> > > or
> > >> > > > go to
> > >> > > >     > the updated docs here [1]. I updated that page to have all
> > the
> > >> > > > latest valid
> > >> > > >     > info.
> > >> > > >     >
> > >> > > >     > I'm planing with Chris, to work soon in more improvements:
> > >> > > >     >
> > >> > > >     > 1.- Make Maven distribution for js-only (just removing
> > >> > > > -option-with-swf
> > >> > > >     > that now is required)
> > >> > > >     > 2.- Try to have just one repo
> > >> > > >     > 3.- Simplify release process based on 2 (and yes having
> ANT
> > >> into
> > >> > > > account)
> > >> > > >     >
> > >> > > >     > I will want to release every 1 to 2 month.
> > >> > > >     >
> > >> > > >     > [1]
> > >> > > >     >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > >> > > >     >
> > >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > >> > > >     >
> > >> > > >     >> Ok it looks like it my fault. I didn't catch up full
> > >> > instruction.
> > >> > > > Let me
> > >> > > >     >> try again.
> > >> > > >     >>
> > >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > >> > > piotrzarzycki21@gmail.com>
> > >> > > >     >> napisał(a):
> > >> > > >     >>
> > >> > > >     >> > Hi Carlos,
> > >> > > >     >> >
> > >> > > >     >> > When I'm running this [1] on my Mac distribution is not
> > >> > > > generated. :/
> > >> > > >     >> > Whole SDK is being build successfully, but without
> > >> > distribution.
> > >> > > > I don't
> > >> > > >     >> > have any errors.
> > >> > > >     >> >
> > >> > > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> > >> > > >     >> -Dgenerate.swf.swcs=true
> > >> > > >     >> >
> > >> > > >
> > >> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > >> > > >     >> >
> > >> > > >     >> > Thanks,
> > >> > > >     >> > Piotr
> > >> > > >     >> >
> > >> > > >     >> >
> > >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > >> > carlosrovira@apache.org
> > >> > > >
> > >> > > >     >> > napisał(a):
> > >> > > >     >> >
> > >> > > >     >> >> Hi Antonis,
> > >> > > >     >> >>
> > >> > > >     >> >> all this does not affect FB, so don't worry about it.
> > But
> > >> we
> > >> > > > hope you
> > >> > > >     >> try
> > >> > > >     >> >> to migrate to some newer IDE in the future! ;)
> > >> > > >     >> >>
> > >> > > >     >> >> Carlos
> > >> > > >     >> >>
> > >> > > >     >> >>
> > >> > > >     >> >>
> > >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos
> (<
> > >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > >> > > >     >> >>
> > >> > > >     >> >> > This sounds good news for someone to be involved
> with
> > >> > royale.
> > >> > > >     >> >> > Please i someone of you who know the requirements
> > don't
> > >> > break
> > >> > > > the
> > >> > > >     >> royale
> > >> > > >     >> >> > ability to be used and in the flashbuilder. Even it
> is
> > >> old
> > >> > > is a
> > >> > > >     >> >> standard i
> > >> > > >     >> >> > think for the old users that are searching where to
> > jump
> > >> > for
> > >> > > > upgrade
> > >> > > >     >> >> their
> > >> > > >     >> >> > apps
> > >> > > >     >> >> >
> > >> > > >     >> >> > Thank you, continue the great job that you are
> doing.
> > >> > > >     >> >> >
> > >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr
> > >> Zarzycki <
> > >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > >> > > >     >> >> >
> > >> > > >     >> >> > > Hi Carlos,
> > >> > > >     >> >> > >
> > >> > > >     >> >> > > Congrats! Could you provide on mailing list
> command
> > to
> > >> > > build
> > >> > > >     >> framework
> > >> > > >     >> >> > with
> > >> > > >     >> >> > > distribution, so users could know how to do that.
> > >> > > >     >> >> > >
> > >> > > >     >> >> > > Thanks,
> > >> > > >     >> >> > > Piotr
> > >> > > >     >> >> > >
> > >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > >> > > > carlosrovira@apache.org>
> > >> > > >     >> >> > > napisał(a):
> > >> > > >     >> >> > >
> > >> > > >     >> >> > > > Hi,
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > > just fixed the maven distribution, and now it
> > >> creates a
> > >> > > > valid SDK
> > >> > > >     >> >> that
> > >> > > >     >> >> > > can
> > >> > > >     >> >> > > > be used with IDEs. I think this is a long
> awaited
> > >> fix.
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > > So with the new maven distribution the generated
> > SDK
> > >> > > > allows you
> > >> > > >     >> to
> > >> > > >     >> >> get
> > >> > > >     >> >> > > > code intelligence and IDEs can find compilers
> and
> > >> use
> > >> > it
> > >> > > > to get a
> > >> > > >     >> >> valid
> > >> > > >     >> >> > > > compilation. I tried only VSCode with Josh
> > AS3&MXML
> > >> > > > extension,
> > >> > > >     >> hope
> > >> > > >     >> >> > > others
> > >> > > >     >> >> > > > using Moonshine can provide feedback.
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > > Additionally you get the normal maven way of
> build
> > >> with
> > >> > > > "mvn
> > >> > > >     >> >> install"
> > >> > > >     >> >> > > that
> > >> > > >     >> >> > > > will be more near to your deploy needs.
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > > So people using Maven does not need to use ANT
> > >> anymore
> > >> > to
> > >> > > >     >> generate a
> > >> > > >     >> >> > > valid
> > >> > > >     >> >> > > > SDK, and we get finally to have two independent
> > >> ways of
> > >> > > > building
> > >> > > >     >> >> > > separated
> > >> > > >     >> >> > > > one from the other.
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > > I'll be doing some refining this days with
> > >> classpaths
> > >> > > > since I
> > >> > > >     >> left
> > >> > > >     >> >> some
> > >> > > >     >> >> > > > versions hardcoded that I want to remove to make
> > it
> > >> > valid
> > >> > > > as we
> > >> > > >     >> >> change
> > >> > > >     >> >> > > > versions.
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > > I'll be upgrading maven docs to reflect this
> > change.
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > > --
> > >> > > >     >> >> > > > Carlos Rovira
> > >> > > >     >> >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > > >
> > >> > > >     >> >> > >
> > >> > > >     >> >> > > --
> > >> > > >     >> >> > >
> > >> > > >     >> >> > > Piotr Zarzycki
> > >> > > >     >> >> > >
> > >> > > >     >> >> > > Patreon: *
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > >     >> >> > > <
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > > >*
> > >> > > >     >> >> > >
> > >> > > >     >> >> >
> > >> > > >     >> >>
> > >> > > >     >> >>
> > >> > > >     >> >> --
> > >> > > >     >> >> Carlos Rovira
> > >> > > >     >> >>
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > >> > > >     >> >>
> > >> > > >     >> >
> > >> > > >     >> >
> > >> > > >     >> > --
> > >> > > >     >> >
> > >> > > >     >> > Piotr Zarzycki
> > >> > > >     >> >
> > >> > > >     >> > Patreon: *
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > >     >> > <
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >> > > > >*
> > >> > > >     >> >
> > >> > > >     >>
> > >> > > >     >>
> > >> > > >     >> --
> > >> > > >     >>
> > >> > > >     >> Piotr Zarzycki
> > >> > > >     >>
> > >> > > >     >> Patreon: *
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > >> > > >     >> <
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > >> > > > >*
> > >> > > >     >>
> > >> > > >     >
> > >> > > >     >
> > >> > > >     > --
> > >> > > >     > Carlos Rovira
> > >> > > >     >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > >> > > >     >
> > >> > > >     >
> > >> > > >
> > >> > > >     --
> > >> > > >     Carlos Rovira
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > Carlos Rovira
> > >> > > http://about.me/carlosrovira
> > >> > >
> > >> >
> > >> >
> > >> > --
> > >> >
> > >> > Piotr Zarzycki
> > >> >
> > >> > Patreon: *https://www.patreon.com/piotrzarzycki
> > >> > <https://www.patreon.com/piotrzarzycki>*
> > >> >
> > >>
> > >>
> > >> --
> > >> Carlos Rovira
> > >> http://about.me/carlosrovira
> > >>
> > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

it surprise me that due all the changes done in maven builds.a.o was not
failing. I've even didn't repare that will need to be updated.

These profiles does not exist anymore:
generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples

Here's the updated doc for maven simplified [1]

In sort:

1.- Only env var needed in Maven now is FLASHPLAYER_DEBUGGER
2.- Build from an empty repo is now more reliable (something that was a
real headache)
3.- Profiles are reduced to:


   - with-ui-testsuite
   - option-with-swf
   - with-examples
   - with-distribution

Can you upgrade builds.a.o to use this profiles?

[1]
https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven




El mié., 22 ene. 2020 a las 17:40, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Carlos,
>
> What has change more in case of Maven build for framework? On builds.a.o we
> have following command which running royale-asjs. It looks like something
> is missing, cause I have removed locally my org.apache.royale folder from
> .m2 and start building PureMVC to swc. [1] - It throws exception now.
>
> Could not resolve dependencies for project
> org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
> Failure to find org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT in
> https://repository.apache.org/content/repositories/snapshots was cached in
> the local repository, resolution will not be reattempted until the update
> interval of apache-snapshots has elapsed or updates are forced
>
> Above means that it probably doesn't exists in Apache Maven central...
>
> Command on builds.a.o:
>
> -U
> clean
> deploy
> -P
>
> generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
>
> -Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
>
> -Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
> -Dgenerate.swf.swcs=true
> -Dgenerate.swf
>
> [1] https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework
>
> Thanks,
> Piotr
>
> śr., 22 sty 2020 o 12:29 Piotr Zarzycki <pi...@gmail.com>
> napisał(a):
>
> > Ok let's wait to see whether someone actually know what is the version.
> >
> > śr., 22 sty 2020 o 12:27 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> >> Hi Piotr,
> >>
> >> I explained in this thread that I couldn't find in maven the same exact
> >> version that ANT one, I put the closest in date available from maven
> >> I proposed as well if we can upgrade ANT/MAVEN to the same one that
> works.
> >> Other thing is that maybe I fail in the search and the version could
> >> exists, in that case hope other can indicate the maven descriptor to
> >> update
> >> it.
> >>
> >> thanks
> >>
> >>
> >>
> >> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> >> piotrzarzycki21@gmail.com>) escribió:
> >>
> >> > Why you didn't use exactly the same version ? Maybe this is the reason
> >> why
> >> > my application is failing.
> >> >
> >> > I see this in Maven:
> >> > <dependency>
> >> > <groupId>com.google.javascript</groupId>
> >> > <artifactId>closure-compiler</artifactId>
> >> > <version>v20181210</version>
> >> > </dependency>
> >> > <dependency>
> >> > <groupId>org.clojure</groupId>
> >> > <artifactId>google-closure-library</artifactId>
> >> > <version>0.0-20190213-2033d5d9</version>
> >> > </dependency>
> >> >
> >> > śr., 22 sty 2020 o 10:52 Carlos Rovira <ca...@apache.org>
> >> > napisał(a):
> >> >
> >> > > Hi Alex,
> >> > >
> >> > > I didn't put the latest one. Used the closest one in dates to the
> one
> >> in
> >> > > ANT. Should be that valid? And how can I ensure compatibility? Where
> >> to
> >> > > check that?
> >> > > But what I really want to do is update ANT/MAVEN to the same one
> that
> >> is
> >> > ok
> >> > > for all of us. We need to ensure one that is available for both.
> >> > >
> >> > > thanks
> >> > >
> >> > >
> >> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
> >> (<aharui@adobe.com.invalid
> >> > >)
> >> > > escribió:
> >> > >
> >> > > > You may not want the latest closure library.  You probably want
> one
> >> > that
> >> > > > is compatible with the closure compiler.
> >> > > >
> >> > > > HTH,
> >> > > > -Alex
> >> > > >
> >> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org>
> >> wrote:
> >> > > >
> >> > > >     Hi,
> >> > > >
> >> > > >     Josh discover that there was an issue. If we have GOOG_HOME
> env
> >> var
> >> > > the
> >> > > >     maven distribution worked right, but if you don't have,
> >> compilation
> >> > > > fails.
> >> > > >     I have it in my system while developing this. So I just fixed
> it
> >> > some
> >> > > >     minutes ago.
> >> > > >
> >> > > >     One thing: There's no maven artifact for the closure-library
> >> > > v20180910
> >> > > > (the
> >> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9, so we
> need
> >> to
> >> > > use
> >> > > > that
> >> > > >     for maven (or maybe I was too bad trying to find the
> >> corresponding
> >> > > > maven
> >> > > >     artifact, so if someone knows, please let me know!).
> >> > > >
> >> > > >     So, can we upgrade ANT to v20190213 too? From now on, we
> should
> >> > check
> >> > > >     versions exists for ANT and MAVEN artifacts.
> >> > > >
> >> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me know if
> you
> >> > can
> >> > > > get it
> >> > > >     work with latest changes just done.
> >> > > >
> >> > > >     Thanks
> >> > > >
> >> > > >
> >> > > >
> >> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> >> > > > carlosrovira@apache.org>)
> >> > > >     escribió:
> >> > > >
> >> > > >     > Hi Piotr,
> >> > > >     >
> >> > > >     > yes, you're using an old command, maven was extremely
> >> simplified
> >> > > > thanks to
> >> > > >     > Chris Dutz contribution 1 or 2 months ago.
> >> > > >     > 'generate.swf.swcs' does not exists. Check the instructions
> I
> >> put
> >> > > or
> >> > > > go to
> >> > > >     > the updated docs here [1]. I updated that page to have all
> the
> >> > > > latest valid
> >> > > >     > info.
> >> > > >     >
> >> > > >     > I'm planing with Chris, to work soon in more improvements:
> >> > > >     >
> >> > > >     > 1.- Make Maven distribution for js-only (just removing
> >> > > > -option-with-swf
> >> > > >     > that now is required)
> >> > > >     > 2.- Try to have just one repo
> >> > > >     > 3.- Simplify release process based on 2 (and yes having ANT
> >> into
> >> > > > account)
> >> > > >     >
> >> > > >     > I will want to release every 1 to 2 month.
> >> > > >     >
> >> > > >     > [1]
> >> > > >     >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> >> > > >     >
> >> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> >> > > >     > piotrzarzycki21@gmail.com>) escribió:
> >> > > >     >
> >> > > >     >> Ok it looks like it my fault. I didn't catch up full
> >> > instruction.
> >> > > > Let me
> >> > > >     >> try again.
> >> > > >     >>
> >> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> >> > > piotrzarzycki21@gmail.com>
> >> > > >     >> napisał(a):
> >> > > >     >>
> >> > > >     >> > Hi Carlos,
> >> > > >     >> >
> >> > > >     >> > When I'm running this [1] on my Mac distribution is not
> >> > > > generated. :/
> >> > > >     >> > Whole SDK is being build successfully, but without
> >> > distribution.
> >> > > > I don't
> >> > > >     >> > have any errors.
> >> > > >     >> >
> >> > > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> >> > > >     >> -Dgenerate.swf.swcs=true
> >> > > >     >> >
> >> > > >
> >> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> >> > > >     >> >
> >> > > >     >> > Thanks,
> >> > > >     >> > Piotr
> >> > > >     >> >
> >> > > >     >> >
> >> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> >> > carlosrovira@apache.org
> >> > > >
> >> > > >     >> > napisał(a):
> >> > > >     >> >
> >> > > >     >> >> Hi Antonis,
> >> > > >     >> >>
> >> > > >     >> >> all this does not affect FB, so don't worry about it.
> But
> >> we
> >> > > > hope you
> >> > > >     >> try
> >> > > >     >> >> to migrate to some newer IDE in the future! ;)
> >> > > >     >> >>
> >> > > >     >> >> Carlos
> >> > > >     >> >>
> >> > > >     >> >>
> >> > > >     >> >>
> >> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
> >> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> >> > > >     >> >>
> >> > > >     >> >> > This sounds good news for someone to be involved with
> >> > royale.
> >> > > >     >> >> > Please i someone of you who know the requirements
> don't
> >> > break
> >> > > > the
> >> > > >     >> royale
> >> > > >     >> >> > ability to be used and in the flashbuilder. Even it is
> >> old
> >> > > is a
> >> > > >     >> >> standard i
> >> > > >     >> >> > think for the old users that are searching where to
> jump
> >> > for
> >> > > > upgrade
> >> > > >     >> >> their
> >> > > >     >> >> > apps
> >> > > >     >> >> >
> >> > > >     >> >> > Thank you, continue the great job that you are doing.
> >> > > >     >> >> >
> >> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr
> >> Zarzycki <
> >> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> >> > > >     >> >> >
> >> > > >     >> >> > > Hi Carlos,
> >> > > >     >> >> > >
> >> > > >     >> >> > > Congrats! Could you provide on mailing list command
> to
> >> > > build
> >> > > >     >> framework
> >> > > >     >> >> > with
> >> > > >     >> >> > > distribution, so users could know how to do that.
> >> > > >     >> >> > >
> >> > > >     >> >> > > Thanks,
> >> > > >     >> >> > > Piotr
> >> > > >     >> >> > >
> >> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> >> > > > carlosrovira@apache.org>
> >> > > >     >> >> > > napisał(a):
> >> > > >     >> >> > >
> >> > > >     >> >> > > > Hi,
> >> > > >     >> >> > > >
> >> > > >     >> >> > > > just fixed the maven distribution, and now it
> >> creates a
> >> > > > valid SDK
> >> > > >     >> >> that
> >> > > >     >> >> > > can
> >> > > >     >> >> > > > be used with IDEs. I think this is a long awaited
> >> fix.
> >> > > >     >> >> > > >
> >> > > >     >> >> > > > So with the new maven distribution the generated
> SDK
> >> > > > allows you
> >> > > >     >> to
> >> > > >     >> >> get
> >> > > >     >> >> > > > code intelligence and IDEs can find compilers and
> >> use
> >> > it
> >> > > > to get a
> >> > > >     >> >> valid
> >> > > >     >> >> > > > compilation. I tried only VSCode with Josh
> AS3&MXML
> >> > > > extension,
> >> > > >     >> hope
> >> > > >     >> >> > > others
> >> > > >     >> >> > > > using Moonshine can provide feedback.
> >> > > >     >> >> > > >
> >> > > >     >> >> > > > Additionally you get the normal maven way of build
> >> with
> >> > > > "mvn
> >> > > >     >> >> install"
> >> > > >     >> >> > > that
> >> > > >     >> >> > > > will be more near to your deploy needs.
> >> > > >     >> >> > > >
> >> > > >     >> >> > > > So people using Maven does not need to use ANT
> >> anymore
> >> > to
> >> > > >     >> generate a
> >> > > >     >> >> > > valid
> >> > > >     >> >> > > > SDK, and we get finally to have two independent
> >> ways of
> >> > > > building
> >> > > >     >> >> > > separated
> >> > > >     >> >> > > > one from the other.
> >> > > >     >> >> > > >
> >> > > >     >> >> > > > I'll be doing some refining this days with
> >> classpaths
> >> > > > since I
> >> > > >     >> left
> >> > > >     >> >> some
> >> > > >     >> >> > > > versions hardcoded that I want to remove to make
> it
> >> > valid
> >> > > > as we
> >> > > >     >> >> change
> >> > > >     >> >> > > > versions.
> >> > > >     >> >> > > >
> >> > > >     >> >> > > > I'll be upgrading maven docs to reflect this
> change.
> >> > > >     >> >> > > >
> >> > > >     >> >> > > >
> >> > > >     >> >> > > >
> >> > > >     >> >> > > > --
> >> > > >     >> >> > > > Carlos Rovira
> >> > > >     >> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> >> > > >     >> >> > > >
> >> > > >     >> >> > > >
> >> > > >     >> >> > >
> >> > > >     >> >> > > --
> >> > > >     >> >> > >
> >> > > >     >> >> > > Piotr Zarzycki
> >> > > >     >> >> > >
> >> > > >     >> >> > > Patreon: *
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > >     >> >> > > <
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > > >*
> >> > > >     >> >> > >
> >> > > >     >> >> >
> >> > > >     >> >>
> >> > > >     >> >>
> >> > > >     >> >> --
> >> > > >     >> >> Carlos Rovira
> >> > > >     >> >>
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> >> > > >     >> >>
> >> > > >     >> >
> >> > > >     >> >
> >> > > >     >> > --
> >> > > >     >> >
> >> > > >     >> > Piotr Zarzycki
> >> > > >     >> >
> >> > > >     >> > Patreon: *
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > >     >> > <
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >> > > > >*
> >> > > >     >> >
> >> > > >     >>
> >> > > >     >>
> >> > > >     >> --
> >> > > >     >>
> >> > > >     >> Piotr Zarzycki
> >> > > >     >>
> >> > > >     >> Patreon: *
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> >> > > >     >> <
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> >> > > > >*
> >> > > >     >>
> >> > > >     >
> >> > > >     >
> >> > > >     > --
> >> > > >     > Carlos Rovira
> >> > > >     >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> >> > > >     >
> >> > > >     >
> >> > > >
> >> > > >     --
> >> > > >     Carlos Rovira
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> > > --
> >> > > Carlos Rovira
> >> > > http://about.me/carlosrovira
> >> > >
> >> >
> >> >
> >> > --
> >> >
> >> > Piotr Zarzycki
> >> >
> >> > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > <https://www.patreon.com/piotrzarzycki>*
> >> >
> >>
> >>
> >> --
> >> Carlos Rovira
> >> http://about.me/carlosrovira
> >>
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Carlos,

What has change more in case of Maven build for framework? On builds.a.o we
have following command which running royale-asjs. It looks like something
is missing, cause I have removed locally my org.apache.royale folder from
.m2 and start building PureMVC to swc. [1] - It throws exception now.

Could not resolve dependencies for project
org.puremvc:puremvc-royale-as3-multicore-framework:swc:0.1.0-SNAPSHOT:
Failure to find org.apache.royale.framework:Core:swc:swf:0.9.7-SNAPSHOT in
https://repository.apache.org/content/repositories/snapshots was cached in
the local repository, resolution will not be reattempted until the update
interval of apache-snapshots has elapsed or updates are forced

Above means that it probably doesn't exists in Apache Maven central...

Command on builds.a.o:

-U
clean
deploy
-P
generate-swf,generate-swcs-for-swf,main,build-distribution,build-examples,apache-snapshots-enabled
-Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=sometoken
-Dwebdriver.gecko.driver=F:\jenkins\tools\geckodriver\0.23.0\win64\geckodriver.exe
-Dgenerate.swf.swcs=true
-Dgenerate.swf

[1] https://github.com/piotrzarzycki21/puremvc-as3-multicore-framework

Thanks,
Piotr

śr., 22 sty 2020 o 12:29 Piotr Zarzycki <pi...@gmail.com>
napisał(a):

> Ok let's wait to see whether someone actually know what is the version.
>
> śr., 22 sty 2020 o 12:27 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
>> Hi Piotr,
>>
>> I explained in this thread that I couldn't find in maven the same exact
>> version that ANT one, I put the closest in date available from maven
>> I proposed as well if we can upgrade ANT/MAVEN to the same one that works.
>> Other thing is that maybe I fail in the search and the version could
>> exists, in that case hope other can indicate the maven descriptor to
>> update
>> it.
>>
>> thanks
>>
>>
>>
>> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
>> piotrzarzycki21@gmail.com>) escribió:
>>
>> > Why you didn't use exactly the same version ? Maybe this is the reason
>> why
>> > my application is failing.
>> >
>> > I see this in Maven:
>> > <dependency>
>> > <groupId>com.google.javascript</groupId>
>> > <artifactId>closure-compiler</artifactId>
>> > <version>v20181210</version>
>> > </dependency>
>> > <dependency>
>> > <groupId>org.clojure</groupId>
>> > <artifactId>google-closure-library</artifactId>
>> > <version>0.0-20190213-2033d5d9</version>
>> > </dependency>
>> >
>> > śr., 22 sty 2020 o 10:52 Carlos Rovira <ca...@apache.org>
>> > napisał(a):
>> >
>> > > Hi Alex,
>> > >
>> > > I didn't put the latest one. Used the closest one in dates to the one
>> in
>> > > ANT. Should be that valid? And how can I ensure compatibility? Where
>> to
>> > > check that?
>> > > But what I really want to do is update ANT/MAVEN to the same one that
>> is
>> > ok
>> > > for all of us. We need to ensure one that is available for both.
>> > >
>> > > thanks
>> > >
>> > >
>> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui
>> (<aharui@adobe.com.invalid
>> > >)
>> > > escribió:
>> > >
>> > > > You may not want the latest closure library.  You probably want one
>> > that
>> > > > is compatible with the closure compiler.
>> > > >
>> > > > HTH,
>> > > > -Alex
>> > > >
>> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org>
>> wrote:
>> > > >
>> > > >     Hi,
>> > > >
>> > > >     Josh discover that there was an issue. If we have GOOG_HOME env
>> var
>> > > the
>> > > >     maven distribution worked right, but if you don't have,
>> compilation
>> > > > fails.
>> > > >     I have it in my system while developing this. So I just fixed it
>> > some
>> > > >     minutes ago.
>> > > >
>> > > >     One thing: There's no maven artifact for the closure-library
>> > > v20180910
>> > > > (the
>> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9, so we need
>> to
>> > > use
>> > > > that
>> > > >     for maven (or maybe I was too bad trying to find the
>> corresponding
>> > > > maven
>> > > >     artifact, so if someone knows, please let me know!).
>> > > >
>> > > >     So, can we upgrade ANT to v20190213 too? From now on, we should
>> > check
>> > > >     versions exists for ANT and MAVEN artifacts.
>> > > >
>> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me know if you
>> > can
>> > > > get it
>> > > >     work with latest changes just done.
>> > > >
>> > > >     Thanks
>> > > >
>> > > >
>> > > >
>> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
>> > > > carlosrovira@apache.org>)
>> > > >     escribió:
>> > > >
>> > > >     > Hi Piotr,
>> > > >     >
>> > > >     > yes, you're using an old command, maven was extremely
>> simplified
>> > > > thanks to
>> > > >     > Chris Dutz contribution 1 or 2 months ago.
>> > > >     > 'generate.swf.swcs' does not exists. Check the instructions I
>> put
>> > > or
>> > > > go to
>> > > >     > the updated docs here [1]. I updated that page to have all the
>> > > > latest valid
>> > > >     > info.
>> > > >     >
>> > > >     > I'm planing with Chris, to work soon in more improvements:
>> > > >     >
>> > > >     > 1.- Make Maven distribution for js-only (just removing
>> > > > -option-with-swf
>> > > >     > that now is required)
>> > > >     > 2.- Try to have just one repo
>> > > >     > 3.- Simplify release process based on 2 (and yes having ANT
>> into
>> > > > account)
>> > > >     >
>> > > >     > I will want to release every 1 to 2 month.
>> > > >     >
>> > > >     > [1]
>> > > >     >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
>> > > >     >
>> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
>> > > >     > piotrzarzycki21@gmail.com>) escribió:
>> > > >     >
>> > > >     >> Ok it looks like it my fault. I didn't catch up full
>> > instruction.
>> > > > Let me
>> > > >     >> try again.
>> > > >     >>
>> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
>> > > piotrzarzycki21@gmail.com>
>> > > >     >> napisał(a):
>> > > >     >>
>> > > >     >> > Hi Carlos,
>> > > >     >> >
>> > > >     >> > When I'm running this [1] on my Mac distribution is not
>> > > > generated. :/
>> > > >     >> > Whole SDK is being build successfully, but without
>> > distribution.
>> > > > I don't
>> > > >     >> > have any errors.
>> > > >     >> >
>> > > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
>> > > >     >> -Dgenerate.swf.swcs=true
>> > > >     >> >
>> > > >
>> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>> > > >     >> >
>> > > >     >> > Thanks,
>> > > >     >> > Piotr
>> > > >     >> >
>> > > >     >> >
>> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
>> > carlosrovira@apache.org
>> > > >
>> > > >     >> > napisał(a):
>> > > >     >> >
>> > > >     >> >> Hi Antonis,
>> > > >     >> >>
>> > > >     >> >> all this does not affect FB, so don't worry about it. But
>> we
>> > > > hope you
>> > > >     >> try
>> > > >     >> >> to migrate to some newer IDE in the future! ;)
>> > > >     >> >>
>> > > >     >> >> Carlos
>> > > >     >> >>
>> > > >     >> >>
>> > > >     >> >>
>> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
>> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
>> > > >     >> >>
>> > > >     >> >> > This sounds good news for someone to be involved with
>> > royale.
>> > > >     >> >> > Please i someone of you who know the requirements don't
>> > break
>> > > > the
>> > > >     >> royale
>> > > >     >> >> > ability to be used and in the flashbuilder. Even it is
>> old
>> > > is a
>> > > >     >> >> standard i
>> > > >     >> >> > think for the old users that are searching where to jump
>> > for
>> > > > upgrade
>> > > >     >> >> their
>> > > >     >> >> > apps
>> > > >     >> >> >
>> > > >     >> >> > Thank you, continue the great job that you are doing.
>> > > >     >> >> >
>> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr
>> Zarzycki <
>> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
>> > > >     >> >> >
>> > > >     >> >> > > Hi Carlos,
>> > > >     >> >> > >
>> > > >     >> >> > > Congrats! Could you provide on mailing list command to
>> > > build
>> > > >     >> framework
>> > > >     >> >> > with
>> > > >     >> >> > > distribution, so users could know how to do that.
>> > > >     >> >> > >
>> > > >     >> >> > > Thanks,
>> > > >     >> >> > > Piotr
>> > > >     >> >> > >
>> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
>> > > > carlosrovira@apache.org>
>> > > >     >> >> > > napisał(a):
>> > > >     >> >> > >
>> > > >     >> >> > > > Hi,
>> > > >     >> >> > > >
>> > > >     >> >> > > > just fixed the maven distribution, and now it
>> creates a
>> > > > valid SDK
>> > > >     >> >> that
>> > > >     >> >> > > can
>> > > >     >> >> > > > be used with IDEs. I think this is a long awaited
>> fix.
>> > > >     >> >> > > >
>> > > >     >> >> > > > So with the new maven distribution the generated SDK
>> > > > allows you
>> > > >     >> to
>> > > >     >> >> get
>> > > >     >> >> > > > code intelligence and IDEs can find compilers and
>> use
>> > it
>> > > > to get a
>> > > >     >> >> valid
>> > > >     >> >> > > > compilation. I tried only VSCode with Josh AS3&MXML
>> > > > extension,
>> > > >     >> hope
>> > > >     >> >> > > others
>> > > >     >> >> > > > using Moonshine can provide feedback.
>> > > >     >> >> > > >
>> > > >     >> >> > > > Additionally you get the normal maven way of build
>> with
>> > > > "mvn
>> > > >     >> >> install"
>> > > >     >> >> > > that
>> > > >     >> >> > > > will be more near to your deploy needs.
>> > > >     >> >> > > >
>> > > >     >> >> > > > So people using Maven does not need to use ANT
>> anymore
>> > to
>> > > >     >> generate a
>> > > >     >> >> > > valid
>> > > >     >> >> > > > SDK, and we get finally to have two independent
>> ways of
>> > > > building
>> > > >     >> >> > > separated
>> > > >     >> >> > > > one from the other.
>> > > >     >> >> > > >
>> > > >     >> >> > > > I'll be doing some refining this days with
>> classpaths
>> > > > since I
>> > > >     >> left
>> > > >     >> >> some
>> > > >     >> >> > > > versions hardcoded that I want to remove to make it
>> > valid
>> > > > as we
>> > > >     >> >> change
>> > > >     >> >> > > > versions.
>> > > >     >> >> > > >
>> > > >     >> >> > > > I'll be upgrading maven docs to reflect this change.
>> > > >     >> >> > > >
>> > > >     >> >> > > >
>> > > >     >> >> > > >
>> > > >     >> >> > > > --
>> > > >     >> >> > > > Carlos Rovira
>> > > >     >> >> > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
>> > > >     >> >> > > >
>> > > >     >> >> > > >
>> > > >     >> >> > >
>> > > >     >> >> > > --
>> > > >     >> >> > >
>> > > >     >> >> > > Piotr Zarzycki
>> > > >     >> >> > >
>> > > >     >> >> > > Patreon: *
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > >     >> >> > > <
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > > >*
>> > > >     >> >> > >
>> > > >     >> >> >
>> > > >     >> >>
>> > > >     >> >>
>> > > >     >> >> --
>> > > >     >> >> Carlos Rovira
>> > > >     >> >>
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
>> > > >     >> >>
>> > > >     >> >
>> > > >     >> >
>> > > >     >> > --
>> > > >     >> >
>> > > >     >> > Piotr Zarzycki
>> > > >     >> >
>> > > >     >> > Patreon: *
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > >     >> > <
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>> > > > >*
>> > > >     >> >
>> > > >     >>
>> > > >     >>
>> > > >     >> --
>> > > >     >>
>> > > >     >> Piotr Zarzycki
>> > > >     >>
>> > > >     >> Patreon: *
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
>> > > >     >> <
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
>> > > > >*
>> > > >     >>
>> > > >     >
>> > > >     >
>> > > >     > --
>> > > >     > Carlos Rovira
>> > > >     >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
>> > > >     >
>> > > >     >
>> > > >
>> > > >     --
>> > > >     Carlos Rovira
>> > > >
>> > > >
>> > >
>> >
>> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
>> > > >
>> > > >
>> > > >
>> > >
>> > > --
>> > > Carlos Rovira
>> > > http://about.me/carlosrovira
>> > >
>> >
>> >
>> > --
>> >
>> > Piotr Zarzycki
>> >
>> > Patreon: *https://www.patreon.com/piotrzarzycki
>> > <https://www.patreon.com/piotrzarzycki>*
>> >
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Ok let's wait to see whether someone actually know what is the version.

śr., 22 sty 2020 o 12:27 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi Piotr,
>
> I explained in this thread that I couldn't find in maven the same exact
> version that ANT one, I put the closest in date available from maven
> I proposed as well if we can upgrade ANT/MAVEN to the same one that works.
> Other thing is that maybe I fail in the search and the version could
> exists, in that case hope other can indicate the maven descriptor to update
> it.
>
> thanks
>
>
>
> El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
> > Why you didn't use exactly the same version ? Maybe this is the reason
> why
> > my application is failing.
> >
> > I see this in Maven:
> > <dependency>
> > <groupId>com.google.javascript</groupId>
> > <artifactId>closure-compiler</artifactId>
> > <version>v20181210</version>
> > </dependency>
> > <dependency>
> > <groupId>org.clojure</groupId>
> > <artifactId>google-closure-library</artifactId>
> > <version>0.0-20190213-2033d5d9</version>
> > </dependency>
> >
> > śr., 22 sty 2020 o 10:52 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi Alex,
> > >
> > > I didn't put the latest one. Used the closest one in dates to the one
> in
> > > ANT. Should be that valid? And how can I ensure compatibility? Where to
> > > check that?
> > > But what I really want to do is update ANT/MAVEN to the same one that
> is
> > ok
> > > for all of us. We need to ensure one that is available for both.
> > >
> > > thanks
> > >
> > >
> > > El mié., 22 ene. 2020 a las 2:41, Alex Harui (<aharui@adobe.com.invalid
> > >)
> > > escribió:
> > >
> > > > You may not want the latest closure library.  You probably want one
> > that
> > > > is compatible with the closure compiler.
> > > >
> > > > HTH,
> > > > -Alex
> > > >
> > > > On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org>
> wrote:
> > > >
> > > >     Hi,
> > > >
> > > >     Josh discover that there was an issue. If we have GOOG_HOME env
> var
> > > the
> > > >     maven distribution worked right, but if you don't have,
> compilation
> > > > fails.
> > > >     I have it in my system while developing this. So I just fixed it
> > some
> > > >     minutes ago.
> > > >
> > > >     One thing: There's no maven artifact for the closure-library
> > > v20180910
> > > > (the
> > > >     one used by ANT), next one is 0.0-20190213-2033d5d9, so we need
> to
> > > use
> > > > that
> > > >     for maven (or maybe I was too bad trying to find the
> corresponding
> > > > maven
> > > >     artifact, so if someone knows, please let me know!).
> > > >
> > > >     So, can we upgrade ANT to v20190213 too? From now on, we should
> > check
> > > >     versions exists for ANT and MAVEN artifacts.
> > > >
> > > >     @Piotr Zarzycki <pi...@gmail.com>  let me know if you
> > can
> > > > get it
> > > >     work with latest changes just done.
> > > >
> > > >     Thanks
> > > >
> > > >
> > > >
> > > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > > > carlosrovira@apache.org>)
> > > >     escribió:
> > > >
> > > >     > Hi Piotr,
> > > >     >
> > > >     > yes, you're using an old command, maven was extremely
> simplified
> > > > thanks to
> > > >     > Chris Dutz contribution 1 or 2 months ago.
> > > >     > 'generate.swf.swcs' does not exists. Check the instructions I
> put
> > > or
> > > > go to
> > > >     > the updated docs here [1]. I updated that page to have all the
> > > > latest valid
> > > >     > info.
> > > >     >
> > > >     > I'm planing with Chris, to work soon in more improvements:
> > > >     >
> > > >     > 1.- Make Maven distribution for js-only (just removing
> > > > -option-with-swf
> > > >     > that now is required)
> > > >     > 2.- Try to have just one repo
> > > >     > 3.- Simplify release process based on 2 (and yes having ANT
> into
> > > > account)
> > > >     >
> > > >     > I will want to release every 1 to 2 month.
> > > >     >
> > > >     > [1]
> > > >     >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > > >     >
> > > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > > >     > piotrzarzycki21@gmail.com>) escribió:
> > > >     >
> > > >     >> Ok it looks like it my fault. I didn't catch up full
> > instruction.
> > > > Let me
> > > >     >> try again.
> > > >     >>
> > > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > > piotrzarzycki21@gmail.com>
> > > >     >> napisał(a):
> > > >     >>
> > > >     >> > Hi Carlos,
> > > >     >> >
> > > >     >> > When I'm running this [1] on my Mac distribution is not
> > > > generated. :/
> > > >     >> > Whole SDK is being build successfully, but without
> > distribution.
> > > > I don't
> > > >     >> > have any errors.
> > > >     >> >
> > > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> > > >     >> -Dgenerate.swf.swcs=true
> > > >     >> >
> > > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > > >     >> >
> > > >     >> > Thanks,
> > > >     >> > Piotr
> > > >     >> >
> > > >     >> >
> > > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> > carlosrovira@apache.org
> > > >
> > > >     >> > napisał(a):
> > > >     >> >
> > > >     >> >> Hi Antonis,
> > > >     >> >>
> > > >     >> >> all this does not affect FB, so don't worry about it. But
> we
> > > > hope you
> > > >     >> try
> > > >     >> >> to migrate to some newer IDE in the future! ;)
> > > >     >> >>
> > > >     >> >> Carlos
> > > >     >> >>
> > > >     >> >>
> > > >     >> >>
> > > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
> > > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > > >     >> >>
> > > >     >> >> > This sounds good news for someone to be involved with
> > royale.
> > > >     >> >> > Please i someone of you who know the requirements don't
> > break
> > > > the
> > > >     >> royale
> > > >     >> >> > ability to be used and in the flashbuilder. Even it is
> old
> > > is a
> > > >     >> >> standard i
> > > >     >> >> > think for the old users that are searching where to jump
> > for
> > > > upgrade
> > > >     >> >> their
> > > >     >> >> > apps
> > > >     >> >> >
> > > >     >> >> > Thank you, continue the great job that you are doing.
> > > >     >> >> >
> > > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki
> <
> > > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > > >     >> >> >
> > > >     >> >> > > Hi Carlos,
> > > >     >> >> > >
> > > >     >> >> > > Congrats! Could you provide on mailing list command to
> > > build
> > > >     >> framework
> > > >     >> >> > with
> > > >     >> >> > > distribution, so users could know how to do that.
> > > >     >> >> > >
> > > >     >> >> > > Thanks,
> > > >     >> >> > > Piotr
> > > >     >> >> > >
> > > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > > > carlosrovira@apache.org>
> > > >     >> >> > > napisał(a):
> > > >     >> >> > >
> > > >     >> >> > > > Hi,
> > > >     >> >> > > >
> > > >     >> >> > > > just fixed the maven distribution, and now it
> creates a
> > > > valid SDK
> > > >     >> >> that
> > > >     >> >> > > can
> > > >     >> >> > > > be used with IDEs. I think this is a long awaited
> fix.
> > > >     >> >> > > >
> > > >     >> >> > > > So with the new maven distribution the generated SDK
> > > > allows you
> > > >     >> to
> > > >     >> >> get
> > > >     >> >> > > > code intelligence and IDEs can find compilers and use
> > it
> > > > to get a
> > > >     >> >> valid
> > > >     >> >> > > > compilation. I tried only VSCode with Josh AS3&MXML
> > > > extension,
> > > >     >> hope
> > > >     >> >> > > others
> > > >     >> >> > > > using Moonshine can provide feedback.
> > > >     >> >> > > >
> > > >     >> >> > > > Additionally you get the normal maven way of build
> with
> > > > "mvn
> > > >     >> >> install"
> > > >     >> >> > > that
> > > >     >> >> > > > will be more near to your deploy needs.
> > > >     >> >> > > >
> > > >     >> >> > > > So people using Maven does not need to use ANT
> anymore
> > to
> > > >     >> generate a
> > > >     >> >> > > valid
> > > >     >> >> > > > SDK, and we get finally to have two independent ways
> of
> > > > building
> > > >     >> >> > > separated
> > > >     >> >> > > > one from the other.
> > > >     >> >> > > >
> > > >     >> >> > > > I'll be doing some refining this days with classpaths
> > > > since I
> > > >     >> left
> > > >     >> >> some
> > > >     >> >> > > > versions hardcoded that I want to remove to make it
> > valid
> > > > as we
> > > >     >> >> change
> > > >     >> >> > > > versions.
> > > >     >> >> > > >
> > > >     >> >> > > > I'll be upgrading maven docs to reflect this change.
> > > >     >> >> > > >
> > > >     >> >> > > >
> > > >     >> >> > > >
> > > >     >> >> > > > --
> > > >     >> >> > > > Carlos Rovira
> > > >     >> >> > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > >     >> >> > > >
> > > >     >> >> > > >
> > > >     >> >> > >
> > > >     >> >> > > --
> > > >     >> >> > >
> > > >     >> >> > > Piotr Zarzycki
> > > >     >> >> > >
> > > >     >> >> > > Patreon: *
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >     >> >> > > <
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >*
> > > >     >> >> > >
> > > >     >> >> >
> > > >     >> >>
> > > >     >> >>
> > > >     >> >> --
> > > >     >> >> Carlos Rovira
> > > >     >> >>
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > > >     >> >>
> > > >     >> >
> > > >     >> >
> > > >     >> > --
> > > >     >> >
> > > >     >> > Piotr Zarzycki
> > > >     >> >
> > > >     >> > Patreon: *
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >     >> > <
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > > >*
> > > >     >> >
> > > >     >>
> > > >     >>
> > > >     >> --
> > > >     >>
> > > >     >> Piotr Zarzycki
> > > >     >>
> > > >     >> Patreon: *
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > >     >> <
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > > >*
> > > >     >>
> > > >     >
> > > >     >
> > > >     > --
> > > >     > Carlos Rovira
> > > >     >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > >     >
> > > >     >
> > > >
> > > >     --
> > > >     Carlos Rovira
> > > >
> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > > >
> > > >
> > > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [Discuss] google closure library version for ANT/MAVEN (Re: Maven Distribution SDK fixed and working for IDEs)

Posted by Alex Harui <ah...@adobe.com.INVALID>.
And, IMO, we don't want to be bound to ClojureScript's release dates if we can help it.  Perhaps those who want to see Maven releases from Google will have to contribute to Google a patch that builds a Maven artifact or publishes one based on a particular release artifact.  It might be worth filing a ticket in their bug tracker to see if they are interested in Maven for Closure Library.

Another possibility is that we package Closure Library in one of our Maven artifacts based on a tag.  Not sure how hard that would be.

-Alex

On 1/22/20, 7:42 AM, "Josh Tynjala" <jo...@bowlerhat.dev> wrote:

    It's unfortunate that there isn't an official Maven release of Closure
    library that's managed by Google, like there is for Closure compiler.
    
    For context, we are currently using an "non-official" Maven release by the
    ClojureScript team. (Despite the similar name, ClojureScript has no
    relation to Google's Closure. ClojureScript just happens to use the
    compiler and library.)
    
    https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsearch.maven.org%2Fartifact%2Forg.clojure%2Fgoogle-closure-library&amp;data=02%7C01%7Caharui%40adobe.com%7Cab08976fe8ff4b3e1bfb08d79f51b881%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637153045645709239&amp;sdata=wZVd%2FiE3SC9P5iuTW38TUbfrHg5%2Fm4UkvSg188rp%2B5A%3D&amp;reserved=0
    
    This may be a situation where Maven needs to do things differently than it
    normally would, and download Closure library from Github, like Ant is doing.
    
    https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgoogle%2Fclosure-library%2Farchive%2Fv20180910.zip&amp;data=02%7C01%7Caharui%40adobe.com%7Cab08976fe8ff4b3e1bfb08d79f51b881%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637153045645719233&amp;sdata=%2BNkUZnYTfbWAMSdSd79oF%2FyBfilcFzLdhXEFwL%2FxP0o%3D&amp;reserved=0
    
    --
    Josh Tynjala
    Bowler Hat LLC <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7Cab08976fe8ff4b3e1bfb08d79f51b881%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637153045645719233&amp;sdata=jrSaSrB7QeQrvJmABADQbIUsktE1fsWjtutCvmfLs9M%3D&amp;reserved=0>
    
    
    On Wed, Jan 22, 2020 at 3:52 AM Carlos Rovira <ca...@apache.org>
    wrote:
    
    > Hi,
    >
    > now that maven distribution is working we need help of community here to
    > get the proper google closure library version that works properly for
    > Apache Royale and is available for both ANT and Maven.
    >
    > There's no maven artifact for the closure-library v20180910 (the one used
    > by ANT actually), next closet one available as a maven artifact is
    > 0.0-20190213-2033d5d9
    > So is this one ok? if so can we upgrade ANT one to that version?
    >
    > Maybe we could want to add even a newer one for any reason?
    >
    > Thanks!
    >
    > Carlos
    >
    >
    > El mié., 22 ene. 2020 a las 12:26, Carlos Rovira (<carlosrovira@apache.org
    > >)
    > escribió:
    >
    > > Hi Piotr,
    > >
    > > I explained in this thread that I couldn't find in maven the same exact
    > > version that ANT one, I put the closest in date available from maven
    > > I proposed as well if we can upgrade ANT/MAVEN to the same one that
    > works.
    > > Other thing is that maybe I fail in the search and the version could
    > > exists, in that case hope other can indicate the maven descriptor to
    > update
    > > it.
    > >
    > > thanks
    > >
    > >
    > >
    > --
    > Carlos Rovira
    > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7Cab08976fe8ff4b3e1bfb08d79f51b881%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637153045645719233&amp;sdata=L%2Fnnd1OCW1zl4%2FdxTBT1KFS1gFDZ5jJtZDsxtSEJEHg%3D&amp;reserved=0
    >
    


Re: [Discuss] google closure library version for ANT/MAVEN (Re: Maven Distribution SDK fixed and working for IDEs)

Posted by Josh Tynjala <jo...@bowlerhat.dev>.
It's unfortunate that there isn't an official Maven release of Closure
library that's managed by Google, like there is for Closure compiler.

For context, we are currently using an "non-official" Maven release by the
ClojureScript team. (Despite the similar name, ClojureScript has no
relation to Google's Closure. ClojureScript just happens to use the
compiler and library.)

https://search.maven.org/artifact/org.clojure/google-closure-library

This may be a situation where Maven needs to do things differently than it
normally would, and download Closure library from Github, like Ant is doing.

https://github.com/google/closure-library/archive/v20180910.zip

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


On Wed, Jan 22, 2020 at 3:52 AM Carlos Rovira <ca...@apache.org>
wrote:

> Hi,
>
> now that maven distribution is working we need help of community here to
> get the proper google closure library version that works properly for
> Apache Royale and is available for both ANT and Maven.
>
> There's no maven artifact for the closure-library v20180910 (the one used
> by ANT actually), next closet one available as a maven artifact is
> 0.0-20190213-2033d5d9
> So is this one ok? if so can we upgrade ANT one to that version?
>
> Maybe we could want to add even a newer one for any reason?
>
> Thanks!
>
> Carlos
>
>
> El mié., 22 ene. 2020 a las 12:26, Carlos Rovira (<carlosrovira@apache.org
> >)
> escribió:
>
> > Hi Piotr,
> >
> > I explained in this thread that I couldn't find in maven the same exact
> > version that ANT one, I put the closest in date available from maven
> > I proposed as well if we can upgrade ANT/MAVEN to the same one that
> works.
> > Other thing is that maybe I fail in the search and the version could
> > exists, in that case hope other can indicate the maven descriptor to
> update
> > it.
> >
> > thanks
> >
> >
> >
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

[Discuss] google closure library version for ANT/MAVEN (Re: Maven Distribution SDK fixed and working for IDEs)

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

now that maven distribution is working we need help of community here to
get the proper google closure library version that works properly for
Apache Royale and is available for both ANT and Maven.

There's no maven artifact for the closure-library v20180910 (the one used
by ANT actually), next closet one available as a maven artifact is
0.0-20190213-2033d5d9
So is this one ok? if so can we upgrade ANT one to that version?

Maybe we could want to add even a newer one for any reason?

Thanks!

Carlos


El mié., 22 ene. 2020 a las 12:26, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi Piotr,
>
> I explained in this thread that I couldn't find in maven the same exact
> version that ANT one, I put the closest in date available from maven
> I proposed as well if we can upgrade ANT/MAVEN to the same one that works.
> Other thing is that maybe I fail in the search and the version could
> exists, in that case hope other can indicate the maven descriptor to update
> it.
>
> thanks
>
>
>
-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

I explained in this thread that I couldn't find in maven the same exact
version that ANT one, I put the closest in date available from maven
I proposed as well if we can upgrade ANT/MAVEN to the same one that works.
Other thing is that maybe I fail in the search and the version could
exists, in that case hope other can indicate the maven descriptor to update
it.

thanks



El mié., 22 ene. 2020 a las 12:11, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Why you didn't use exactly the same version ? Maybe this is the reason why
> my application is failing.
>
> I see this in Maven:
> <dependency>
> <groupId>com.google.javascript</groupId>
> <artifactId>closure-compiler</artifactId>
> <version>v20181210</version>
> </dependency>
> <dependency>
> <groupId>org.clojure</groupId>
> <artifactId>google-closure-library</artifactId>
> <version>0.0-20190213-2033d5d9</version>
> </dependency>
>
> śr., 22 sty 2020 o 10:52 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi Alex,
> >
> > I didn't put the latest one. Used the closest one in dates to the one in
> > ANT. Should be that valid? And how can I ensure compatibility? Where to
> > check that?
> > But what I really want to do is update ANT/MAVEN to the same one that is
> ok
> > for all of us. We need to ensure one that is available for both.
> >
> > thanks
> >
> >
> > El mié., 22 ene. 2020 a las 2:41, Alex Harui (<aharui@adobe.com.invalid
> >)
> > escribió:
> >
> > > You may not want the latest closure library.  You probably want one
> that
> > > is compatible with the closure compiler.
> > >
> > > HTH,
> > > -Alex
> > >
> > > On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org> wrote:
> > >
> > >     Hi,
> > >
> > >     Josh discover that there was an issue. If we have GOOG_HOME env var
> > the
> > >     maven distribution worked right, but if you don't have, compilation
> > > fails.
> > >     I have it in my system while developing this. So I just fixed it
> some
> > >     minutes ago.
> > >
> > >     One thing: There's no maven artifact for the closure-library
> > v20180910
> > > (the
> > >     one used by ANT), next one is 0.0-20190213-2033d5d9, so we need to
> > use
> > > that
> > >     for maven (or maybe I was too bad trying to find the corresponding
> > > maven
> > >     artifact, so if someone knows, please let me know!).
> > >
> > >     So, can we upgrade ANT to v20190213 too? From now on, we should
> check
> > >     versions exists for ANT and MAVEN artifacts.
> > >
> > >     @Piotr Zarzycki <pi...@gmail.com>  let me know if you
> can
> > > get it
> > >     work with latest changes just done.
> > >
> > >     Thanks
> > >
> > >
> > >
> > >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > > carlosrovira@apache.org>)
> > >     escribió:
> > >
> > >     > Hi Piotr,
> > >     >
> > >     > yes, you're using an old command, maven was extremely simplified
> > > thanks to
> > >     > Chris Dutz contribution 1 or 2 months ago.
> > >     > 'generate.swf.swcs' does not exists. Check the instructions I put
> > or
> > > go to
> > >     > the updated docs here [1]. I updated that page to have all the
> > > latest valid
> > >     > info.
> > >     >
> > >     > I'm planing with Chris, to work soon in more improvements:
> > >     >
> > >     > 1.- Make Maven distribution for js-only (just removing
> > > -option-with-swf
> > >     > that now is required)
> > >     > 2.- Try to have just one repo
> > >     > 3.- Simplify release process based on 2 (and yes having ANT into
> > > account)
> > >     >
> > >     > I will want to release every 1 to 2 month.
> > >     >
> > >     > [1]
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> > >     >
> > >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> > >     > piotrzarzycki21@gmail.com>) escribió:
> > >     >
> > >     >> Ok it looks like it my fault. I didn't catch up full
> instruction.
> > > Let me
> > >     >> try again.
> > >     >>
> > >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> > piotrzarzycki21@gmail.com>
> > >     >> napisał(a):
> > >     >>
> > >     >> > Hi Carlos,
> > >     >> >
> > >     >> > When I'm running this [1] on my Mac distribution is not
> > > generated. :/
> > >     >> > Whole SDK is being build successfully, but without
> distribution.
> > > I don't
> > >     >> > have any errors.
> > >     >> >
> > >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> > >     >> -Dgenerate.swf.swcs=true
> > >     >> >
> > > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> > >     >> >
> > >     >> > Thanks,
> > >     >> > Piotr
> > >     >> >
> > >     >> >
> > >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <
> carlosrovira@apache.org
> > >
> > >     >> > napisał(a):
> > >     >> >
> > >     >> >> Hi Antonis,
> > >     >> >>
> > >     >> >> all this does not affect FB, so don't worry about it. But we
> > > hope you
> > >     >> try
> > >     >> >> to migrate to some newer IDE in the future! ;)
> > >     >> >>
> > >     >> >> Carlos
> > >     >> >>
> > >     >> >>
> > >     >> >>
> > >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
> > >     >> >> antonis.kalodimos@gmail.com>) escribió:
> > >     >> >>
> > >     >> >> > This sounds good news for someone to be involved with
> royale.
> > >     >> >> > Please i someone of you who know the requirements don't
> break
> > > the
> > >     >> royale
> > >     >> >> > ability to be used and in the flashbuilder. Even it is old
> > is a
> > >     >> >> standard i
> > >     >> >> > think for the old users that are searching where to jump
> for
> > > upgrade
> > >     >> >> their
> > >     >> >> > apps
> > >     >> >> >
> > >     >> >> > Thank you, continue the great job that you are doing.
> > >     >> >> >
> > >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
> > >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> > >     >> >> >
> > >     >> >> > > Hi Carlos,
> > >     >> >> > >
> > >     >> >> > > Congrats! Could you provide on mailing list command to
> > build
> > >     >> framework
> > >     >> >> > with
> > >     >> >> > > distribution, so users could know how to do that.
> > >     >> >> > >
> > >     >> >> > > Thanks,
> > >     >> >> > > Piotr
> > >     >> >> > >
> > >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > > carlosrovira@apache.org>
> > >     >> >> > > napisał(a):
> > >     >> >> > >
> > >     >> >> > > > Hi,
> > >     >> >> > > >
> > >     >> >> > > > just fixed the maven distribution, and now it creates a
> > > valid SDK
> > >     >> >> that
> > >     >> >> > > can
> > >     >> >> > > > be used with IDEs. I think this is a long awaited fix.
> > >     >> >> > > >
> > >     >> >> > > > So with the new maven distribution the generated SDK
> > > allows you
> > >     >> to
> > >     >> >> get
> > >     >> >> > > > code intelligence and IDEs can find compilers and use
> it
> > > to get a
> > >     >> >> valid
> > >     >> >> > > > compilation. I tried only VSCode with Josh AS3&MXML
> > > extension,
> > >     >> hope
> > >     >> >> > > others
> > >     >> >> > > > using Moonshine can provide feedback.
> > >     >> >> > > >
> > >     >> >> > > > Additionally you get the normal maven way of build with
> > > "mvn
> > >     >> >> install"
> > >     >> >> > > that
> > >     >> >> > > > will be more near to your deploy needs.
> > >     >> >> > > >
> > >     >> >> > > > So people using Maven does not need to use ANT anymore
> to
> > >     >> generate a
> > >     >> >> > > valid
> > >     >> >> > > > SDK, and we get finally to have two independent ways of
> > > building
> > >     >> >> > > separated
> > >     >> >> > > > one from the other.
> > >     >> >> > > >
> > >     >> >> > > > I'll be doing some refining this days with classpaths
> > > since I
> > >     >> left
> > >     >> >> some
> > >     >> >> > > > versions hardcoded that I want to remove to make it
> valid
> > > as we
> > >     >> >> change
> > >     >> >> > > > versions.
> > >     >> >> > > >
> > >     >> >> > > > I'll be upgrading maven docs to reflect this change.
> > >     >> >> > > >
> > >     >> >> > > >
> > >     >> >> > > >
> > >     >> >> > > > --
> > >     >> >> > > > Carlos Rovira
> > >     >> >> > > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > >     >> >> > > >
> > >     >> >> > > >
> > >     >> >> > >
> > >     >> >> > > --
> > >     >> >> > >
> > >     >> >> > > Piotr Zarzycki
> > >     >> >> > >
> > >     >> >> > > Patreon: *
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >     >> >> > > <
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >*
> > >     >> >> > >
> > >     >> >> >
> > >     >> >>
> > >     >> >>
> > >     >> >> --
> > >     >> >> Carlos Rovira
> > >     >> >>
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> > >     >> >>
> > >     >> >
> > >     >> >
> > >     >> > --
> > >     >> >
> > >     >> > Piotr Zarzycki
> > >     >> >
> > >     >> > Patreon: *
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >     >> > <
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > > >*
> > >     >> >
> > >     >>
> > >     >>
> > >     >> --
> > >     >>
> > >     >> Piotr Zarzycki
> > >     >>
> > >     >> Patreon: *
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > >     >> <
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > > >*
> > >     >>
> > >     >
> > >     >
> > >     > --
> > >     > Carlos Rovira
> > >     >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > >     >
> > >     >
> > >
> > >     --
> > >     Carlos Rovira
> > >
> > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> > >
> > >
> > >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Why you didn't use exactly the same version ? Maybe this is the reason why
my application is failing.

I see this in Maven:
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler</artifactId>
<version>v20181210</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
<artifactId>google-closure-library</artifactId>
<version>0.0-20190213-2033d5d9</version>
</dependency>

śr., 22 sty 2020 o 10:52 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi Alex,
>
> I didn't put the latest one. Used the closest one in dates to the one in
> ANT. Should be that valid? And how can I ensure compatibility? Where to
> check that?
> But what I really want to do is update ANT/MAVEN to the same one that is ok
> for all of us. We need to ensure one that is available for both.
>
> thanks
>
>
> El mié., 22 ene. 2020 a las 2:41, Alex Harui (<ah...@adobe.com.invalid>)
> escribió:
>
> > You may not want the latest closure library.  You probably want one that
> > is compatible with the closure compiler.
> >
> > HTH,
> > -Alex
> >
> > On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org> wrote:
> >
> >     Hi,
> >
> >     Josh discover that there was an issue. If we have GOOG_HOME env var
> the
> >     maven distribution worked right, but if you don't have, compilation
> > fails.
> >     I have it in my system while developing this. So I just fixed it some
> >     minutes ago.
> >
> >     One thing: There's no maven artifact for the closure-library
> v20180910
> > (the
> >     one used by ANT), next one is 0.0-20190213-2033d5d9, so we need to
> use
> > that
> >     for maven (or maybe I was too bad trying to find the corresponding
> > maven
> >     artifact, so if someone knows, please let me know!).
> >
> >     So, can we upgrade ANT to v20190213 too? From now on, we should check
> >     versions exists for ANT and MAVEN artifacts.
> >
> >     @Piotr Zarzycki <pi...@gmail.com>  let me know if you can
> > get it
> >     work with latest changes just done.
> >
> >     Thanks
> >
> >
> >
> >     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> > carlosrovira@apache.org>)
> >     escribió:
> >
> >     > Hi Piotr,
> >     >
> >     > yes, you're using an old command, maven was extremely simplified
> > thanks to
> >     > Chris Dutz contribution 1 or 2 months ago.
> >     > 'generate.swf.swcs' does not exists. Check the instructions I put
> or
> > go to
> >     > the updated docs here [1]. I updated that page to have all the
> > latest valid
> >     > info.
> >     >
> >     > I'm planing with Chris, to work soon in more improvements:
> >     >
> >     > 1.- Make Maven distribution for js-only (just removing
> > -option-with-swf
> >     > that now is required)
> >     > 2.- Try to have just one repo
> >     > 3.- Simplify release process based on 2 (and yes having ANT into
> > account)
> >     >
> >     > I will want to release every 1 to 2 month.
> >     >
> >     > [1]
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
> >     >
> >     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> >     > piotrzarzycki21@gmail.com>) escribió:
> >     >
> >     >> Ok it looks like it my fault. I didn't catch up full instruction.
> > Let me
> >     >> try again.
> >     >>
> >     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <
> piotrzarzycki21@gmail.com>
> >     >> napisał(a):
> >     >>
> >     >> > Hi Carlos,
> >     >> >
> >     >> > When I'm running this [1] on my Mac distribution is not
> > generated. :/
> >     >> > Whole SDK is being build successfully, but without distribution.
> > I don't
> >     >> > have any errors.
> >     >> >
> >     >> > [1] mvn clean install -DskipTests -Drat.skip=true
> >     >> -Dgenerate.swf.swcs=true
> >     >> >
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> >     >> >
> >     >> > Thanks,
> >     >> > Piotr
> >     >> >
> >     >> >
> >     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <carlosrovira@apache.org
> >
> >     >> > napisał(a):
> >     >> >
> >     >> >> Hi Antonis,
> >     >> >>
> >     >> >> all this does not affect FB, so don't worry about it. But we
> > hope you
> >     >> try
> >     >> >> to migrate to some newer IDE in the future! ;)
> >     >> >>
> >     >> >> Carlos
> >     >> >>
> >     >> >>
> >     >> >>
> >     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
> >     >> >> antonis.kalodimos@gmail.com>) escribió:
> >     >> >>
> >     >> >> > This sounds good news for someone to be involved with royale.
> >     >> >> > Please i someone of you who know the requirements don't break
> > the
> >     >> royale
> >     >> >> > ability to be used and in the flashbuilder. Even it is old
> is a
> >     >> >> standard i
> >     >> >> > think for the old users that are searching where to jump for
> > upgrade
> >     >> >> their
> >     >> >> > apps
> >     >> >> >
> >     >> >> > Thank you, continue the great job that you are doing.
> >     >> >> >
> >     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
> >     >> >> > piotrzarzycki21@gmail.com> έγραψε:
> >     >> >> >
> >     >> >> > > Hi Carlos,
> >     >> >> > >
> >     >> >> > > Congrats! Could you provide on mailing list command to
> build
> >     >> framework
> >     >> >> > with
> >     >> >> > > distribution, so users could know how to do that.
> >     >> >> > >
> >     >> >> > > Thanks,
> >     >> >> > > Piotr
> >     >> >> > >
> >     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> > carlosrovira@apache.org>
> >     >> >> > > napisał(a):
> >     >> >> > >
> >     >> >> > > > Hi,
> >     >> >> > > >
> >     >> >> > > > just fixed the maven distribution, and now it creates a
> > valid SDK
> >     >> >> that
> >     >> >> > > can
> >     >> >> > > > be used with IDEs. I think this is a long awaited fix.
> >     >> >> > > >
> >     >> >> > > > So with the new maven distribution the generated SDK
> > allows you
> >     >> to
> >     >> >> get
> >     >> >> > > > code intelligence and IDEs can find compilers and use it
> > to get a
> >     >> >> valid
> >     >> >> > > > compilation. I tried only VSCode with Josh AS3&MXML
> > extension,
> >     >> hope
> >     >> >> > > others
> >     >> >> > > > using Moonshine can provide feedback.
> >     >> >> > > >
> >     >> >> > > > Additionally you get the normal maven way of build with
> > "mvn
> >     >> >> install"
> >     >> >> > > that
> >     >> >> > > > will be more near to your deploy needs.
> >     >> >> > > >
> >     >> >> > > > So people using Maven does not need to use ANT anymore to
> >     >> generate a
> >     >> >> > > valid
> >     >> >> > > > SDK, and we get finally to have two independent ways of
> > building
> >     >> >> > > separated
> >     >> >> > > > one from the other.
> >     >> >> > > >
> >     >> >> > > > I'll be doing some refining this days with classpaths
> > since I
> >     >> left
> >     >> >> some
> >     >> >> > > > versions hardcoded that I want to remove to make it valid
> > as we
> >     >> >> change
> >     >> >> > > > versions.
> >     >> >> > > >
> >     >> >> > > > I'll be upgrading maven docs to reflect this change.
> >     >> >> > > >
> >     >> >> > > >
> >     >> >> > > >
> >     >> >> > > > --
> >     >> >> > > > Carlos Rovira
> >     >> >> > > >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> >     >> >> > > >
> >     >> >> > > >
> >     >> >> > >
> >     >> >> > > --
> >     >> >> > >
> >     >> >> > > Piotr Zarzycki
> >     >> >> > >
> >     >> >> > > Patreon: *
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >     >> >> > > <
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >*
> >     >> >> > >
> >     >> >> >
> >     >> >>
> >     >> >>
> >     >> >> --
> >     >> >> Carlos Rovira
> >     >> >>
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
> >     >> >>
> >     >> >
> >     >> >
> >     >> > --
> >     >> >
> >     >> > Piotr Zarzycki
> >     >> >
> >     >> > Patreon: *
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >     >> > <
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> > >*
> >     >> >
> >     >>
> >     >>
> >     >> --
> >     >>
> >     >> Piotr Zarzycki
> >     >>
> >     >> Patreon: *
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> >     >> <
> >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> > >*
> >     >>
> >     >
> >     >
> >     > --
> >     > Carlos Rovira
> >     >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> >     >
> >     >
> >
> >     --
> >     Carlos Rovira
> >
> >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
> >
> >
> >
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Alex,

I didn't put the latest one. Used the closest one in dates to the one in
ANT. Should be that valid? And how can I ensure compatibility? Where to
check that?
But what I really want to do is update ANT/MAVEN to the same one that is ok
for all of us. We need to ensure one that is available for both.

thanks


El mié., 22 ene. 2020 a las 2:41, Alex Harui (<ah...@adobe.com.invalid>)
escribió:

> You may not want the latest closure library.  You probably want one that
> is compatible with the closure compiler.
>
> HTH,
> -Alex
>
> On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org> wrote:
>
>     Hi,
>
>     Josh discover that there was an issue. If we have GOOG_HOME env var the
>     maven distribution worked right, but if you don't have, compilation
> fails.
>     I have it in my system while developing this. So I just fixed it some
>     minutes ago.
>
>     One thing: There's no maven artifact for the closure-library v20180910
> (the
>     one used by ANT), next one is 0.0-20190213-2033d5d9, so we need to use
> that
>     for maven (or maybe I was too bad trying to find the corresponding
> maven
>     artifact, so if someone knows, please let me know!).
>
>     So, can we upgrade ANT to v20190213 too? From now on, we should check
>     versions exists for ANT and MAVEN artifacts.
>
>     @Piotr Zarzycki <pi...@gmail.com>  let me know if you can
> get it
>     work with latest changes just done.
>
>     Thanks
>
>
>
>     El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<
> carlosrovira@apache.org>)
>     escribió:
>
>     > Hi Piotr,
>     >
>     > yes, you're using an old command, maven was extremely simplified
> thanks to
>     > Chris Dutz contribution 1 or 2 months ago.
>     > 'generate.swf.swcs' does not exists. Check the instructions I put or
> go to
>     > the updated docs here [1]. I updated that page to have all the
> latest valid
>     > info.
>     >
>     > I'm planing with Chris, to work soon in more improvements:
>     >
>     > 1.- Make Maven distribution for js-only (just removing
> -option-with-swf
>     > that now is required)
>     > 2.- Try to have just one repo
>     > 3.- Simplify release process based on 2 (and yes having ANT into
> account)
>     >
>     > I will want to release every 1 to 2 month.
>     >
>     > [1]
>     >
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
>     >
>     > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
>     > piotrzarzycki21@gmail.com>) escribió:
>     >
>     >> Ok it looks like it my fault. I didn't catch up full instruction.
> Let me
>     >> try again.
>     >>
>     >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <pi...@gmail.com>
>     >> napisał(a):
>     >>
>     >> > Hi Carlos,
>     >> >
>     >> > When I'm running this [1] on my Mac distribution is not
> generated. :/
>     >> > Whole SDK is being build successfully, but without distribution.
> I don't
>     >> > have any errors.
>     >> >
>     >> > [1] mvn clean install -DskipTests -Drat.skip=true
>     >> -Dgenerate.swf.swcs=true
>     >> >
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>     >> >
>     >> > Thanks,
>     >> > Piotr
>     >> >
>     >> >
>     >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <ca...@apache.org>
>     >> > napisał(a):
>     >> >
>     >> >> Hi Antonis,
>     >> >>
>     >> >> all this does not affect FB, so don't worry about it. But we
> hope you
>     >> try
>     >> >> to migrate to some newer IDE in the future! ;)
>     >> >>
>     >> >> Carlos
>     >> >>
>     >> >>
>     >> >>
>     >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
>     >> >> antonis.kalodimos@gmail.com>) escribió:
>     >> >>
>     >> >> > This sounds good news for someone to be involved with royale.
>     >> >> > Please i someone of you who know the requirements don't break
> the
>     >> royale
>     >> >> > ability to be used and in the flashbuilder. Even it is old is a
>     >> >> standard i
>     >> >> > think for the old users that are searching where to jump for
> upgrade
>     >> >> their
>     >> >> > apps
>     >> >> >
>     >> >> > Thank you, continue the great job that you are doing.
>     >> >> >
>     >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
>     >> >> > piotrzarzycki21@gmail.com> έγραψε:
>     >> >> >
>     >> >> > > Hi Carlos,
>     >> >> > >
>     >> >> > > Congrats! Could you provide on mailing list command to build
>     >> framework
>     >> >> > with
>     >> >> > > distribution, so users could know how to do that.
>     >> >> > >
>     >> >> > > Thanks,
>     >> >> > > Piotr
>     >> >> > >
>     >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <
> carlosrovira@apache.org>
>     >> >> > > napisał(a):
>     >> >> > >
>     >> >> > > > Hi,
>     >> >> > > >
>     >> >> > > > just fixed the maven distribution, and now it creates a
> valid SDK
>     >> >> that
>     >> >> > > can
>     >> >> > > > be used with IDEs. I think this is a long awaited fix.
>     >> >> > > >
>     >> >> > > > So with the new maven distribution the generated SDK
> allows you
>     >> to
>     >> >> get
>     >> >> > > > code intelligence and IDEs can find compilers and use it
> to get a
>     >> >> valid
>     >> >> > > > compilation. I tried only VSCode with Josh AS3&MXML
> extension,
>     >> hope
>     >> >> > > others
>     >> >> > > > using Moonshine can provide feedback.
>     >> >> > > >
>     >> >> > > > Additionally you get the normal maven way of build with
> "mvn
>     >> >> install"
>     >> >> > > that
>     >> >> > > > will be more near to your deploy needs.
>     >> >> > > >
>     >> >> > > > So people using Maven does not need to use ANT anymore to
>     >> generate a
>     >> >> > > valid
>     >> >> > > > SDK, and we get finally to have two independent ways of
> building
>     >> >> > > separated
>     >> >> > > > one from the other.
>     >> >> > > >
>     >> >> > > > I'll be doing some refining this days with classpaths
> since I
>     >> left
>     >> >> some
>     >> >> > > > versions hardcoded that I want to remove to make it valid
> as we
>     >> >> change
>     >> >> > > > versions.
>     >> >> > > >
>     >> >> > > > I'll be upgrading maven docs to reflect this change.
>     >> >> > > >
>     >> >> > > >
>     >> >> > > >
>     >> >> > > > --
>     >> >> > > > Carlos Rovira
>     >> >> > > >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
>     >> >> > > >
>     >> >> > > >
>     >> >> > >
>     >> >> > > --
>     >> >> > >
>     >> >> > > Piotr Zarzycki
>     >> >> > >
>     >> >> > > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>     >> >> > > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >*
>     >> >> > >
>     >> >> >
>     >> >>
>     >> >>
>     >> >> --
>     >> >> Carlos Rovira
>     >> >>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
>     >> >>
>     >> >
>     >> >
>     >> > --
>     >> >
>     >> > Piotr Zarzycki
>     >> >
>     >> > Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
>     >> > <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
> >*
>     >> >
>     >>
>     >>
>     >> --
>     >>
>     >> Piotr Zarzycki
>     >>
>     >> Patreon: *
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
>     >> <
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
> >*
>     >>
>     >
>     >
>     > --
>     > Carlos Rovira
>     >
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
>     >
>     >
>
>     --
>     Carlos Rovira
>
> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
>
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Alex Harui <ah...@adobe.com.INVALID>.
You may not want the latest closure library.  You probably want one that is compatible with the closure compiler.

HTH,
-Alex

On 1/21/20, 5:20 PM, "Carlos Rovira" <ca...@apache.org> wrote:

    Hi,
    
    Josh discover that there was an issue. If we have GOOG_HOME env var the
    maven distribution worked right, but if you don't have, compilation fails.
    I have it in my system while developing this. So I just fixed it some
    minutes ago.
    
    One thing: There's no maven artifact for the closure-library v20180910 (the
    one used by ANT), next one is 0.0-20190213-2033d5d9, so we need to use that
    for maven (or maybe I was too bad trying to find the corresponding maven
    artifact, so if someone knows, please let me know!).
    
    So, can we upgrade ANT to v20190213 too? From now on, we should check
    versions exists for ANT and MAVEN artifacts.
    
    @Piotr Zarzycki <pi...@gmail.com>  let me know if you can get it
    work with latest changes just done.
    
    Thanks
    
    
    
    El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<ca...@apache.org>)
    escribió:
    
    > Hi Piotr,
    >
    > yes, you're using an old command, maven was extremely simplified thanks to
    > Chris Dutz contribution 1 or 2 months ago.
    > 'generate.swf.swcs' does not exists. Check the instructions I put or go to
    > the updated docs here [1]. I updated that page to have all the latest valid
    > info.
    >
    > I'm planing with Chris, to work soon in more improvements:
    >
    > 1.- Make Maven distribution for js-only (just removing -option-with-swf
    > that now is required)
    > 2.- Try to have just one repo
    > 3.- Simplify release process based on 2 (and yes having ANT into account)
    >
    > I will want to release every 1 to 2 month.
    >
    > [1]
    > https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=3WB3dPQgbwSjThq13W8hGfJpYgaiVWxFgYScQknT0Zs%3D&amp;reserved=0
    >
    > El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
    > piotrzarzycki21@gmail.com>) escribió:
    >
    >> Ok it looks like it my fault. I didn't catch up full instruction. Let me
    >> try again.
    >>
    >> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <pi...@gmail.com>
    >> napisał(a):
    >>
    >> > Hi Carlos,
    >> >
    >> > When I'm running this [1] on my Mac distribution is not generated. :/
    >> > Whole SDK is being build successfully, but without distribution. I don't
    >> > have any errors.
    >> >
    >> > [1] mvn clean install -DskipTests -Drat.skip=true
    >> -Dgenerate.swf.swcs=true
    >> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
    >> >
    >> > Thanks,
    >> > Piotr
    >> >
    >> >
    >> > wt., 21 sty 2020 o 12:44 Carlos Rovira <ca...@apache.org>
    >> > napisał(a):
    >> >
    >> >> Hi Antonis,
    >> >>
    >> >> all this does not affect FB, so don't worry about it. But we hope you
    >> try
    >> >> to migrate to some newer IDE in the future! ;)
    >> >>
    >> >> Carlos
    >> >>
    >> >>
    >> >>
    >> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
    >> >> antonis.kalodimos@gmail.com>) escribió:
    >> >>
    >> >> > This sounds good news for someone to be involved with royale.
    >> >> > Please i someone of you who know the requirements don't break the
    >> royale
    >> >> > ability to be used and in the flashbuilder. Even it is old is a
    >> >> standard i
    >> >> > think for the old users that are searching where to jump for upgrade
    >> >> their
    >> >> > apps
    >> >> >
    >> >> > Thank you, continue the great job that you are doing.
    >> >> >
    >> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
    >> >> > piotrzarzycki21@gmail.com> έγραψε:
    >> >> >
    >> >> > > Hi Carlos,
    >> >> > >
    >> >> > > Congrats! Could you provide on mailing list command to build
    >> framework
    >> >> > with
    >> >> > > distribution, so users could know how to do that.
    >> >> > >
    >> >> > > Thanks,
    >> >> > > Piotr
    >> >> > >
    >> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
    >> >> > > napisał(a):
    >> >> > >
    >> >> > > > Hi,
    >> >> > > >
    >> >> > > > just fixed the maven distribution, and now it creates a valid SDK
    >> >> that
    >> >> > > can
    >> >> > > > be used with IDEs. I think this is a long awaited fix.
    >> >> > > >
    >> >> > > > So with the new maven distribution the generated SDK allows you
    >> to
    >> >> get
    >> >> > > > code intelligence and IDEs can find compilers and use it to get a
    >> >> valid
    >> >> > > > compilation. I tried only VSCode with Josh AS3&MXML extension,
    >> hope
    >> >> > > others
    >> >> > > > using Moonshine can provide feedback.
    >> >> > > >
    >> >> > > > Additionally you get the normal maven way of build with "mvn
    >> >> install"
    >> >> > > that
    >> >> > > > will be more near to your deploy needs.
    >> >> > > >
    >> >> > > > So people using Maven does not need to use ANT anymore to
    >> generate a
    >> >> > > valid
    >> >> > > > SDK, and we get finally to have two independent ways of building
    >> >> > > separated
    >> >> > > > one from the other.
    >> >> > > >
    >> >> > > > I'll be doing some refining this days with classpaths since I
    >> left
    >> >> some
    >> >> > > > versions hardcoded that I want to remove to make it valid as we
    >> >> change
    >> >> > > > versions.
    >> >> > > >
    >> >> > > > I'll be upgrading maven docs to reflect this change.
    >> >> > > >
    >> >> > > >
    >> >> > > >
    >> >> > > > --
    >> >> > > > Carlos Rovira
    >> >> > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
    >> >> > > >
    >> >> > > >
    >> >> > >
    >> >> > > --
    >> >> > >
    >> >> > > Piotr Zarzycki
    >> >> > >
    >> >> > > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
    >> >> > > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0>*
    >> >> > >
    >> >> >
    >> >>
    >> >>
    >> >> --
    >> >> Carlos Rovira
    >> >> https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=8zt%2BxJCjjt6WcChVk2laKiclSqFH4ZXwv4gVxa69tp0%3D&amp;reserved=0
    >> >>
    >> >
    >> >
    >> > --
    >> >
    >> > Piotr Zarzycki
    >> >
    >> > Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0
    >> > <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044882676&amp;sdata=JgSI1EKtIxilx6itqNYzbWoqWf3bCEzXzcPdWX9QdZk%3D&amp;reserved=0>*
    >> >
    >>
    >>
    >> --
    >>
    >> Piotr Zarzycki
    >>
    >> Patreon: *https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0
    >> <https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=EJN2q6xC5qZuI93rbVXDjFID8L9tGxkjeull1if0dww%3D&amp;reserved=0>*
    >>
    >
    >
    > --
    > Carlos Rovira
    > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
    >
    >
    
    -- 
    Carlos Rovira
    https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&amp;data=02%7C01%7Caharui%40adobe.com%7C41fecf4f430141353a9408d79ed93489%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637152528044892670&amp;sdata=c%2BY5FcS51y9zyrisFHIgEJVx2nhBDdLCY4wTku09jc8%3D&amp;reserved=0
    


Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

Josh discover that there was an issue. If we have GOOG_HOME env var the
maven distribution worked right, but if you don't have, compilation fails.
I have it in my system while developing this. So I just fixed it some
minutes ago.

One thing: There's no maven artifact for the closure-library v20180910 (the
one used by ANT), next one is 0.0-20190213-2033d5d9, so we need to use that
for maven (or maybe I was too bad trying to find the corresponding maven
artifact, so if someone knows, please let me know!).

So, can we upgrade ANT to v20190213 too? From now on, we should check
versions exists for ANT and MAVEN artifacts.

@Piotr Zarzycki <pi...@gmail.com>  let me know if you can get it
work with latest changes just done.

Thanks



El mar., 21 ene. 2020 a las 17:53, Carlos Rovira (<ca...@apache.org>)
escribió:

> Hi Piotr,
>
> yes, you're using an old command, maven was extremely simplified thanks to
> Chris Dutz contribution 1 or 2 months ago.
> 'generate.swf.swcs' does not exists. Check the instructions I put or go to
> the updated docs here [1]. I updated that page to have all the latest valid
> info.
>
> I'm planing with Chris, to work soon in more improvements:
>
> 1.- Make Maven distribution for js-only (just removing -option-with-swf
> that now is required)
> 2.- Try to have just one repo
> 3.- Simplify release process based on 2 (and yes having ANT into account)
>
> I will want to release every 1 to 2 month.
>
> [1]
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven
>
> El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
> piotrzarzycki21@gmail.com>) escribió:
>
>> Ok it looks like it my fault. I didn't catch up full instruction. Let me
>> try again.
>>
>> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <pi...@gmail.com>
>> napisał(a):
>>
>> > Hi Carlos,
>> >
>> > When I'm running this [1] on my Mac distribution is not generated. :/
>> > Whole SDK is being build successfully, but without distribution. I don't
>> > have any errors.
>> >
>> > [1] mvn clean install -DskipTests -Drat.skip=true
>> -Dgenerate.swf.swcs=true
>> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>> >
>> > Thanks,
>> > Piotr
>> >
>> >
>> > wt., 21 sty 2020 o 12:44 Carlos Rovira <ca...@apache.org>
>> > napisał(a):
>> >
>> >> Hi Antonis,
>> >>
>> >> all this does not affect FB, so don't worry about it. But we hope you
>> try
>> >> to migrate to some newer IDE in the future! ;)
>> >>
>> >> Carlos
>> >>
>> >>
>> >>
>> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
>> >> antonis.kalodimos@gmail.com>) escribió:
>> >>
>> >> > This sounds good news for someone to be involved with royale.
>> >> > Please i someone of you who know the requirements don't break the
>> royale
>> >> > ability to be used and in the flashbuilder. Even it is old is a
>> >> standard i
>> >> > think for the old users that are searching where to jump for upgrade
>> >> their
>> >> > apps
>> >> >
>> >> > Thank you, continue the great job that you are doing.
>> >> >
>> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
>> >> > piotrzarzycki21@gmail.com> έγραψε:
>> >> >
>> >> > > Hi Carlos,
>> >> > >
>> >> > > Congrats! Could you provide on mailing list command to build
>> framework
>> >> > with
>> >> > > distribution, so users could know how to do that.
>> >> > >
>> >> > > Thanks,
>> >> > > Piotr
>> >> > >
>> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
>> >> > > napisał(a):
>> >> > >
>> >> > > > Hi,
>> >> > > >
>> >> > > > just fixed the maven distribution, and now it creates a valid SDK
>> >> that
>> >> > > can
>> >> > > > be used with IDEs. I think this is a long awaited fix.
>> >> > > >
>> >> > > > So with the new maven distribution the generated SDK allows you
>> to
>> >> get
>> >> > > > code intelligence and IDEs can find compilers and use it to get a
>> >> valid
>> >> > > > compilation. I tried only VSCode with Josh AS3&MXML extension,
>> hope
>> >> > > others
>> >> > > > using Moonshine can provide feedback.
>> >> > > >
>> >> > > > Additionally you get the normal maven way of build with "mvn
>> >> install"
>> >> > > that
>> >> > > > will be more near to your deploy needs.
>> >> > > >
>> >> > > > So people using Maven does not need to use ANT anymore to
>> generate a
>> >> > > valid
>> >> > > > SDK, and we get finally to have two independent ways of building
>> >> > > separated
>> >> > > > one from the other.
>> >> > > >
>> >> > > > I'll be doing some refining this days with classpaths since I
>> left
>> >> some
>> >> > > > versions hardcoded that I want to remove to make it valid as we
>> >> change
>> >> > > > versions.
>> >> > > >
>> >> > > > I'll be upgrading maven docs to reflect this change.
>> >> > > >
>> >> > > >
>> >> > > >
>> >> > > > --
>> >> > > > Carlos Rovira
>> >> > > > http://about.me/carlosrovira
>> >> > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > >
>> >> > > Piotr Zarzycki
>> >> > >
>> >> > > Patreon: *https://www.patreon.com/piotrzarzycki
>> >> > > <https://www.patreon.com/piotrzarzycki>*
>> >> > >
>> >> >
>> >>
>> >>
>> >> --
>> >> Carlos Rovira
>> >> http://about.me/carlosrovira
>> >>
>> >
>> >
>> > --
>> >
>> > Piotr Zarzycki
>> >
>> > Patreon: *https://www.patreon.com/piotrzarzycki
>> > <https://www.patreon.com/piotrzarzycki>*
>> >
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr,

yes, you're using an old command, maven was extremely simplified thanks to
Chris Dutz contribution 1 or 2 months ago.
'generate.swf.swcs' does not exists. Check the instructions I put or go to
the updated docs here [1]. I updated that page to have all the latest valid
info.

I'm planing with Chris, to work soon in more improvements:

1.- Make Maven distribution for js-only (just removing -option-with-swf
that now is required)
2.- Try to have just one repo
3.- Simplify release process based on 2 (and yes having ANT into account)

I will want to release every 1 to 2 month.

[1]
https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven

El mar., 21 ene. 2020 a las 17:40, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Ok it looks like it my fault. I didn't catch up full instruction. Let me
> try again.
>
> wt., 21 sty 2020 o 17:29 Piotr Zarzycki <pi...@gmail.com>
> napisał(a):
>
> > Hi Carlos,
> >
> > When I'm running this [1] on my Mac distribution is not generated. :/
> > Whole SDK is being build successfully, but without distribution. I don't
> > have any errors.
> >
> > [1] mvn clean install -DskipTests -Drat.skip=true
> -Dgenerate.swf.swcs=true
> > -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
> >
> > Thanks,
> > Piotr
> >
> >
> > wt., 21 sty 2020 o 12:44 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> >> Hi Antonis,
> >>
> >> all this does not affect FB, so don't worry about it. But we hope you
> try
> >> to migrate to some newer IDE in the future! ;)
> >>
> >> Carlos
> >>
> >>
> >>
> >> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
> >> antonis.kalodimos@gmail.com>) escribió:
> >>
> >> > This sounds good news for someone to be involved with royale.
> >> > Please i someone of you who know the requirements don't break the
> royale
> >> > ability to be used and in the flashbuilder. Even it is old is a
> >> standard i
> >> > think for the old users that are searching where to jump for upgrade
> >> their
> >> > apps
> >> >
> >> > Thank you, continue the great job that you are doing.
> >> >
> >> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
> >> > piotrzarzycki21@gmail.com> έγραψε:
> >> >
> >> > > Hi Carlos,
> >> > >
> >> > > Congrats! Could you provide on mailing list command to build
> framework
> >> > with
> >> > > distribution, so users could know how to do that.
> >> > >
> >> > > Thanks,
> >> > > Piotr
> >> > >
> >> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
> >> > > napisał(a):
> >> > >
> >> > > > Hi,
> >> > > >
> >> > > > just fixed the maven distribution, and now it creates a valid SDK
> >> that
> >> > > can
> >> > > > be used with IDEs. I think this is a long awaited fix.
> >> > > >
> >> > > > So with the new maven distribution the generated SDK allows you to
> >> get
> >> > > > code intelligence and IDEs can find compilers and use it to get a
> >> valid
> >> > > > compilation. I tried only VSCode with Josh AS3&MXML extension,
> hope
> >> > > others
> >> > > > using Moonshine can provide feedback.
> >> > > >
> >> > > > Additionally you get the normal maven way of build with "mvn
> >> install"
> >> > > that
> >> > > > will be more near to your deploy needs.
> >> > > >
> >> > > > So people using Maven does not need to use ANT anymore to
> generate a
> >> > > valid
> >> > > > SDK, and we get finally to have two independent ways of building
> >> > > separated
> >> > > > one from the other.
> >> > > >
> >> > > > I'll be doing some refining this days with classpaths since I left
> >> some
> >> > > > versions hardcoded that I want to remove to make it valid as we
> >> change
> >> > > > versions.
> >> > > >
> >> > > > I'll be upgrading maven docs to reflect this change.
> >> > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > > Carlos Rovira
> >> > > > http://about.me/carlosrovira
> >> > > >
> >> > > >
> >> > >
> >> > > --
> >> > >
> >> > > Piotr Zarzycki
> >> > >
> >> > > Patreon: *https://www.patreon.com/piotrzarzycki
> >> > > <https://www.patreon.com/piotrzarzycki>*
> >> > >
> >> >
> >>
> >>
> >> --
> >> Carlos Rovira
> >> http://about.me/carlosrovira
> >>
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Ok it looks like it my fault. I didn't catch up full instruction. Let me
try again.

wt., 21 sty 2020 o 17:29 Piotr Zarzycki <pi...@gmail.com>
napisał(a):

> Hi Carlos,
>
> When I'm running this [1] on my Mac distribution is not generated. :/
> Whole SDK is being build successfully, but without distribution. I don't
> have any errors.
>
> [1] mvn clean install -DskipTests -Drat.skip=true -Dgenerate.swf.swcs=true
> -DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release
>
> Thanks,
> Piotr
>
>
> wt., 21 sty 2020 o 12:44 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
>> Hi Antonis,
>>
>> all this does not affect FB, so don't worry about it. But we hope you try
>> to migrate to some newer IDE in the future! ;)
>>
>> Carlos
>>
>>
>>
>> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
>> antonis.kalodimos@gmail.com>) escribió:
>>
>> > This sounds good news for someone to be involved with royale.
>> > Please i someone of you who know the requirements don't break the royale
>> > ability to be used and in the flashbuilder. Even it is old is a
>> standard i
>> > think for the old users that are searching where to jump for upgrade
>> their
>> > apps
>> >
>> > Thank you, continue the great job that you are doing.
>> >
>> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
>> > piotrzarzycki21@gmail.com> έγραψε:
>> >
>> > > Hi Carlos,
>> > >
>> > > Congrats! Could you provide on mailing list command to build framework
>> > with
>> > > distribution, so users could know how to do that.
>> > >
>> > > Thanks,
>> > > Piotr
>> > >
>> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
>> > > napisał(a):
>> > >
>> > > > Hi,
>> > > >
>> > > > just fixed the maven distribution, and now it creates a valid SDK
>> that
>> > > can
>> > > > be used with IDEs. I think this is a long awaited fix.
>> > > >
>> > > > So with the new maven distribution the generated SDK allows you to
>> get
>> > > > code intelligence and IDEs can find compilers and use it to get a
>> valid
>> > > > compilation. I tried only VSCode with Josh AS3&MXML extension, hope
>> > > others
>> > > > using Moonshine can provide feedback.
>> > > >
>> > > > Additionally you get the normal maven way of build with "mvn
>> install"
>> > > that
>> > > > will be more near to your deploy needs.
>> > > >
>> > > > So people using Maven does not need to use ANT anymore to generate a
>> > > valid
>> > > > SDK, and we get finally to have two independent ways of building
>> > > separated
>> > > > one from the other.
>> > > >
>> > > > I'll be doing some refining this days with classpaths since I left
>> some
>> > > > versions hardcoded that I want to remove to make it valid as we
>> change
>> > > > versions.
>> > > >
>> > > > I'll be upgrading maven docs to reflect this change.
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > Carlos Rovira
>> > > > http://about.me/carlosrovira
>> > > >
>> > > >
>> > >
>> > > --
>> > >
>> > > Piotr Zarzycki
>> > >
>> > > Patreon: *https://www.patreon.com/piotrzarzycki
>> > > <https://www.patreon.com/piotrzarzycki>*
>> > >
>> >
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

When I'm running this [1] on my Mac distribution is not generated. :/ Whole
SDK is being build successfully, but without distribution. I don't have any
errors.

[1] mvn clean install -DskipTests -Drat.skip=true -Dgenerate.swf.swcs=true
-DdistributionTargetFolder=/Users/piotr/Downloads/royale/test_release

Thanks,
Piotr


wt., 21 sty 2020 o 12:44 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi Antonis,
>
> all this does not affect FB, so don't worry about it. But we hope you try
> to migrate to some newer IDE in the future! ;)
>
> Carlos
>
>
>
> El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
> antonis.kalodimos@gmail.com>) escribió:
>
> > This sounds good news for someone to be involved with royale.
> > Please i someone of you who know the requirements don't break the royale
> > ability to be used and in the flashbuilder. Even it is old is a standard
> i
> > think for the old users that are searching where to jump for upgrade
> their
> > apps
> >
> > Thank you, continue the great job that you are doing.
> >
> > Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
> > piotrzarzycki21@gmail.com> έγραψε:
> >
> > > Hi Carlos,
> > >
> > > Congrats! Could you provide on mailing list command to build framework
> > with
> > > distribution, so users could know how to do that.
> > >
> > > Thanks,
> > > Piotr
> > >
> > > wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
> > > napisał(a):
> > >
> > > > Hi,
> > > >
> > > > just fixed the maven distribution, and now it creates a valid SDK
> that
> > > can
> > > > be used with IDEs. I think this is a long awaited fix.
> > > >
> > > > So with the new maven distribution the generated SDK allows you to
> get
> > > > code intelligence and IDEs can find compilers and use it to get a
> valid
> > > > compilation. I tried only VSCode with Josh AS3&MXML extension, hope
> > > others
> > > > using Moonshine can provide feedback.
> > > >
> > > > Additionally you get the normal maven way of build with "mvn install"
> > > that
> > > > will be more near to your deploy needs.
> > > >
> > > > So people using Maven does not need to use ANT anymore to generate a
> > > valid
> > > > SDK, and we get finally to have two independent ways of building
> > > separated
> > > > one from the other.
> > > >
> > > > I'll be doing some refining this days with classpaths since I left
> some
> > > > versions hardcoded that I want to remove to make it valid as we
> change
> > > > versions.
> > > >
> > > > I'll be upgrading maven docs to reflect this change.
> > > >
> > > >
> > > >
> > > > --
> > > > Carlos Rovira
> > > > http://about.me/carlosrovira
> > > >
> > > >
> > >
> > > --
> > >
> > > Piotr Zarzycki
> > >
> > > Patreon: *https://www.patreon.com/piotrzarzycki
> > > <https://www.patreon.com/piotrzarzycki>*
> > >
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Antonis,

all this does not affect FB, so don't worry about it. But we hope you try
to migrate to some newer IDE in the future! ;)

Carlos



El mar., 21 ene. 2020 a las 12:26, Antonis Kalodimos (<
antonis.kalodimos@gmail.com>) escribió:

> This sounds good news for someone to be involved with royale.
> Please i someone of you who know the requirements don't break the royale
> ability to be used and in the flashbuilder. Even it is old is a standard i
> think for the old users that are searching where to jump for upgrade their
> apps
>
> Thank you, continue the great job that you are doing.
>
> Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
> piotrzarzycki21@gmail.com> έγραψε:
>
> > Hi Carlos,
> >
> > Congrats! Could you provide on mailing list command to build framework
> with
> > distribution, so users could know how to do that.
> >
> > Thanks,
> > Piotr
> >
> > wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
> > napisał(a):
> >
> > > Hi,
> > >
> > > just fixed the maven distribution, and now it creates a valid SDK that
> > can
> > > be used with IDEs. I think this is a long awaited fix.
> > >
> > > So with the new maven distribution the generated SDK allows you to get
> > > code intelligence and IDEs can find compilers and use it to get a valid
> > > compilation. I tried only VSCode with Josh AS3&MXML extension, hope
> > others
> > > using Moonshine can provide feedback.
> > >
> > > Additionally you get the normal maven way of build with "mvn install"
> > that
> > > will be more near to your deploy needs.
> > >
> > > So people using Maven does not need to use ANT anymore to generate a
> > valid
> > > SDK, and we get finally to have two independent ways of building
> > separated
> > > one from the other.
> > >
> > > I'll be doing some refining this days with classpaths since I left some
> > > versions hardcoded that I want to remove to make it valid as we change
> > > versions.
> > >
> > > I'll be upgrading maven docs to reflect this change.
> > >
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> > >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Antonis Kalodimos <an...@gmail.com>.
This sounds good news for someone to be involved with royale.
Please i someone of you who know the requirements don't break the royale
ability to be used and in the flashbuilder. Even it is old is a standard i
think for the old users that are searching where to jump for upgrade their
apps

Thank you, continue the great job that you are doing.

Στις Τρί, 21 Ιαν 2020 στις 1:15 μ.μ., ο/η Piotr Zarzycki <
piotrzarzycki21@gmail.com> έγραψε:

> Hi Carlos,
>
> Congrats! Could you provide on mailing list command to build framework with
> distribution, so users could know how to do that.
>
> Thanks,
> Piotr
>
> wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
> > Hi,
> >
> > just fixed the maven distribution, and now it creates a valid SDK that
> can
> > be used with IDEs. I think this is a long awaited fix.
> >
> > So with the new maven distribution the generated SDK allows you to get
> > code intelligence and IDEs can find compilers and use it to get a valid
> > compilation. I tried only VSCode with Josh AS3&MXML extension, hope
> others
> > using Moonshine can provide feedback.
> >
> > Additionally you get the normal maven way of build with "mvn install"
> that
> > will be more near to your deploy needs.
> >
> > So people using Maven does not need to use ANT anymore to generate a
> valid
> > SDK, and we get finally to have two independent ways of building
> separated
> > one from the other.
> >
> > I'll be doing some refining this days with classpaths since I left some
> > versions hardcoded that I want to remove to make it valid as we change
> > versions.
> >
> > I'll be upgrading maven docs to reflect this change.
> >
> >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
> >
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr, good idea :)

This is what we have in the wiki. Notice that you can use maven wrapper
(mvnw) if you does not have maven installed locally (it will handle all
foro you). This will build all with tests, examples and distribution SDK:

#!/bin/bashexport
FLASHPLAYER_DEBUGGER="/Users/christofer.dutz/Devtools/Adobe/Flash/FlashPlayer-32.0/Flash
Player.app/Contents/MacOS/Flash Player Debugger"cd royale-compiler
./mvnw installcd ../royale-typedefs
./mvnw installcd ../royale-asjs
./mvnw install -P
with-examples,with-distribution,with-ui-testsuite,option-with-swf
-Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/geckodriver


TO BUILD JUST SDK
=================

*distribution requires "option-with-swf"* (one thing to improve would be to
remove swf dependency to create a js-only sdk), so the minimum will be:

*mvn clean install -P with-distribution,option-with-swf
-DdistributionTargetFolder=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-sdk*

(notice that here I added a target sdk folder to create SDK in that folder
for convenience).

finally if you have maven updated and just want to create distribution you
can just do:

*cd <path-to royale-asjs>/distribution*

mvn clean install
-DdistributionTargetFolder=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven

This will just execute the creation of the SDK.

HTH.

Carlos


El mar., 21 ene. 2020 a las 12:15, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Carlos,
>
> Congrats! Could you provide on mailing list command to build framework
> with distribution, so users could know how to do that.
>
> Thanks,
> Piotr
>
> wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
>> Hi,
>>
>> just fixed the maven distribution, and now it creates a valid SDK that
>> can be used with IDEs. I think this is a long awaited fix.
>>
>> So with the new maven distribution the generated SDK allows you to get
>> code intelligence and IDEs can find compilers and use it to get a valid
>> compilation. I tried only VSCode with Josh AS3&MXML extension, hope others
>> using Moonshine can provide feedback.
>>
>> Additionally you get the normal maven way of build with "mvn install"
>> that will be more near to your deploy needs.
>>
>> So people using Maven does not need to use ANT anymore to generate a
>> valid SDK, and we get finally to have two independent ways of building
>> separated one from the other.
>>
>> I'll be doing some refining this days with classpaths since I left some
>> versions hardcoded that I want to remove to make it valid as we change
>> versions.
>>
>> I'll be upgrading maven docs to reflect this change.
>>
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Carlos Rovira <ca...@apache.org>.
Hi Piotr, good idea :)

This is what we have in the wiki. Notice that you can use maven wrapper
(mvnw) if you does not have maven installed locally (it will handle all
foro you). This will build all with tests, examples and distribution SDK:

#!/bin/bashexport
FLASHPLAYER_DEBUGGER="/Users/christofer.dutz/Devtools/Adobe/Flash/FlashPlayer-32.0/Flash
Player.app/Contents/MacOS/Flash Player Debugger"cd royale-compiler
./mvnw installcd ../royale-typedefs
./mvnw installcd ../royale-asjs
./mvnw install -P
with-examples,with-distribution,with-ui-testsuite,option-with-swf
-Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/geckodriver


TO BUILD JUST SDK
=================

*distribution requires "option-with-swf"* (one thing to improve would be to
remove swf dependency to create a js-only sdk), so the minimum will be:

*mvn clean install -P with-distribution,option-with-swf
-DdistributionTargetFolder=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-sdk*

(notice that here I added a target sdk folder to create SDK in that folder
for convenience).

finally if you have maven updated and just want to create distribution you
can just do:

*cd <path-to royale-asjs>/distribution*

mvn clean install
-DdistributionTargetFolder=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven

This will just execute the creation of the SDK.

HTH.

Carlos


El mar., 21 ene. 2020 a las 12:15, Piotr Zarzycki (<
piotrzarzycki21@gmail.com>) escribió:

> Hi Carlos,
>
> Congrats! Could you provide on mailing list command to build framework
> with distribution, so users could know how to do that.
>
> Thanks,
> Piotr
>
> wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org>
> napisał(a):
>
>> Hi,
>>
>> just fixed the maven distribution, and now it creates a valid SDK that
>> can be used with IDEs. I think this is a long awaited fix.
>>
>> So with the new maven distribution the generated SDK allows you to get
>> code intelligence and IDEs can find compilers and use it to get a valid
>> compilation. I tried only VSCode with Josh AS3&MXML extension, hope others
>> using Moonshine can provide feedback.
>>
>> Additionally you get the normal maven way of build with "mvn install"
>> that will be more near to your deploy needs.
>>
>> So people using Maven does not need to use ANT anymore to generate a
>> valid SDK, and we get finally to have two independent ways of building
>> separated one from the other.
>>
>> I'll be doing some refining this days with classpaths since I left some
>> versions hardcoded that I want to remove to make it valid as we change
>> versions.
>>
>> I'll be upgrading maven docs to reflect this change.
>>
>>
>>
>> --
>> Carlos Rovira
>> http://about.me/carlosrovira
>>
>>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

Congrats! Could you provide on mailing list command to build framework with
distribution, so users could know how to do that.

Thanks,
Piotr

wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi,
>
> just fixed the maven distribution, and now it creates a valid SDK that can
> be used with IDEs. I think this is a long awaited fix.
>
> So with the new maven distribution the generated SDK allows you to get
> code intelligence and IDEs can find compilers and use it to get a valid
> compilation. I tried only VSCode with Josh AS3&MXML extension, hope others
> using Moonshine can provide feedback.
>
> Additionally you get the normal maven way of build with "mvn install" that
> will be more near to your deploy needs.
>
> So people using Maven does not need to use ANT anymore to generate a valid
> SDK, and we get finally to have two independent ways of building separated
> one from the other.
>
> I'll be doing some refining this days with classpaths since I left some
> versions hardcoded that I want to remove to make it valid as we change
> versions.
>
> I'll be upgrading maven docs to reflect this change.
>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Maven Distribution SDK fixed and working for IDEs

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Carlos,

Congrats! Could you provide on mailing list command to build framework with
distribution, so users could know how to do that.

Thanks,
Piotr

wt., 21 sty 2020 o 12:12 Carlos Rovira <ca...@apache.org> napisał(a):

> Hi,
>
> just fixed the maven distribution, and now it creates a valid SDK that can
> be used with IDEs. I think this is a long awaited fix.
>
> So with the new maven distribution the generated SDK allows you to get
> code intelligence and IDEs can find compilers and use it to get a valid
> compilation. I tried only VSCode with Josh AS3&MXML extension, hope others
> using Moonshine can provide feedback.
>
> Additionally you get the normal maven way of build with "mvn install" that
> will be more near to your deploy needs.
>
> So people using Maven does not need to use ANT anymore to generate a valid
> SDK, and we get finally to have two independent ways of building separated
> one from the other.
>
> I'll be doing some refining this days with classpaths since I left some
> versions hardcoded that I want to remove to make it valid as we change
> versions.
>
> I'll be upgrading maven docs to reflect this change.
>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*