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 (<piotrzarzyck...@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 <carlosrov...@apache.org>
> napisał(a):
>
> > Thanks Josh for pointing that out I think I got it.
> >
> > @Piotr Zarzycki <piotrzarzyck...@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 (<
> joshtynj...@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 <carlosrov...@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 (<
> >> > piotrzarzyck...@gmail.com>)
> >> > escribió:
> >> >
> >> > > Exactly and I can confirm that mxmlc is in place.
> >> > >
> >> > > śr., 5 lut 2020 o 16:49 Josh Tynjala <joshtynj...@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 <
> >> carlosrov...@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 (<
> >> > > > > piotrzarzyck...@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 <
> >> carlosrov...@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 (<
> >> > > > > > > piotrzarzyck...@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 <
> >> > carlosrov...@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 (<
> >> > > > > > > > > piotrzarzyck...@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 <
> >> > > > > piotrzarzyck...@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 <
> >> > > > > carlosrov...@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
> (<
> >> > > > > > > > > > >> piotrzarzyck...@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 <
> >> > > > > > carlosrov...@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
> >> > > > > > > > > > >> (<aha...@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" <
> >> > > > > > > > carlosrov...@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 <
> piotrzarzyck...@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
> >> > > > (<
> >> > > > > > > > > > >> > > > carlosrov...@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
> >> > > > > (<
> >> > > > > > > > > > >> > > >     > piotrzarzyck...@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
> >> <
> >> > > > > > > > > > >> > > piotrzarzyck...@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 <
> >> > > > > > > > > > >> > carlosrov...@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.kalodi...@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 <
> >> > > > > > > > > > >> > > >     >> >> > piotrzarzyck...@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 <
> >> > > > > > > > > > >> > > > carlosrov...@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

Reply via email to