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 <[email protected]>
wrote:

> Hi,
>
> @Piotr Zarzycki <[email protected]> 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 (<[email protected]>)
> 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" <[email protected]>
> 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 <[email protected]>
> > wrote:
> >
> >     > Hi Piotr,
> >     >
> >     > but what kind of permission? to the moonshine executable?
> >     >
> >     > El dom., 9 feb. 2020 a las 17:49, Piotr Zarzycki (<
> >     > [email protected]>)
> >     > 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 <
> > [email protected]>
> >     > > 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 (<
> >     > > [email protected]
> >     > > > >)
> >     > > > 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 <
> >     > > [email protected]
> >     > > > >
> >     > > > > 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 <
> > [email protected]>
> >     > > > > > 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 (<
> >     > > > > > > [email protected]>)
> >     > > > > > > 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 <
> >     > [email protected]>
> >     > > > > > > > napisał(a):
> >     > > > > > > >
> >     > > > > > > > > Thanks Josh for pointing that out I think I got it.
> >     > > > > > > > >
> >     > > > > > > > > @Piotr Zarzycki <[email protected]> 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 (<
> >     > > > > > > > [email protected]>)
> >     > > > > > > > > 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 <
> >     > > > > > > [email protected]>
> >     > > > > > > > >> 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
> (<
> >     > > > > > > > >> > [email protected]>)
> >     > > > > > > > >> > escribió:
> >     > > > > > > > >> >
> >     > > > > > > > >> > > Exactly and I can confirm that mxmlc is in
> place.
> >     > > > > > > > >> > >
> >     > > > > > > > >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <
> >     > > > > [email protected]
> >     > > > > > >
> >     > > > > > > > >> > > 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 <
> >     > > > > > > > >> [email protected]>
> >     > > > > > > > >> > > > 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 (<
> >     > > > > > > > >> > > > > [email protected]>)
> >     > > > > > > > >> > > > > 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 <
> >     > > > > > > > >> [email protected]>
> >     > > > > > > > >> > > > > > 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
> >     > > (<
> >     > > > > > > > >> > > > > > > [email protected]>) 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 <
> >     > > > > > > > >> > [email protected]>
> >     > > > > > > > >> > > > > > > > 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
> >     > > > > (<
> >     > > > > > > > >> > > > > > > > > [email protected]>)
> 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 <
> >     > > > > > > > >> > > > > [email protected]
> >     > > > > > > > >> > > > > > >
> >     > > > > > > > >> > > > > > > > > > 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 <
> >     > > > > > > > >> > > > > [email protected]>
> >     > > > > > > > >> > > > > > > > > > > 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
> >     > > > > > > > (<
> >     > > > > > > > >> > > > > > > > > > >> [email protected]>)
> > 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
> >     > > <
> >     > > > > > > > >> > > > > > [email protected]
> >     > > > > > > > >> > > > > > > >
> >     > > > > > > > >> > > > > > > > > > >> > 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
> >     > > > > > > > >> > > > > > > > > > >> (<[email protected]
> >     > > > > > > > >> > > > > > > > > > >> > >)
> >     > > > > > > > >> > > > > > > > > > >> > > 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" <
> >     > > > > > > > >> > > > > > > > [email protected]>
> >     > > > > > > > >> > > > > > > > > > >> 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 <
> >     > > > > > > > [email protected]
> >     > > > > > > > >> >
> >     > > > > > > > >> > > 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
> >     > > > > > > > >> > > > (<
> >     > > > > > > > >> > > > > > > > > > >> > > > [email protected]
> >)
> >     > > > > > > > >> > > > > > > > > > >> > > >     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
> >     > > > > > > > >> > > > > (<
> >     > > > > > > > >> > > > > > > > > > >> > > >     >
> > [email protected]
> >     > >)
> >     > > > > > > 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
> >     > > > > > > > >> <
> >     > > > > > > > >> > > > > > > > > > >> > > [email protected]>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> 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 <
> >     > > > > > > > >> > > > > > > > > > >> > [email protected]
> >     > > > > > > > >> > > > > > > > > > >> > > >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> > 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
> >     > > > > > > > >> > > > > > > > > (<
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >>
> >     > > > [email protected]
> >     > > > > >)
> >     > > > > > > > >> 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 <
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     > > > [email protected]>
> >     > > > > > > > έγραψε:
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> >
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > 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 <
> >     > > > > > > > >> > > > > > > > > > >> > > > [email protected]>
> >     > > > > > > > >> > > > > > > > > > >> > > >     >> >> > > 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
>

Reply via email to