Piotr this is an excerpt from the MAVEN compilation of the last bat that I have 
released:

set SDK_FOLDER=D:\Apache\apache-royale-0.9.8-iest
set ROYALE_ASJS_HOME=D:\Develop_Royale\Projects\Royale-SDK\royale-asjs

set MAVEN_OPTS=-Xms256m -Xmx1536m
set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Xmx1024m
cd %ROYALE_ASJS_HOME%
call mvn clean install -P with-distribution 
-DdistributionTargetFolder="%SDK_FOLDER%"

Hiedra

-----Mensaje original-----
De: Piotr Zarzycki <[email protected]> 
Enviado el: viernes, 19 de febrero de 2021 13:21
Para: Apache Royale Development <[email protected]>
Asunto: Re: Align Maven IDE distribution with Ant IDE distribution

How do you guys build distributions? What is the commandline in your case ?

pt., 19 lut 2021 o 13:10 Piotr Zarzycki <[email protected]>
napisał(a):

> I just tried generated distribution in VSCode to build TourDeJewel and 
> I have the same results!
>
> > Executing task: c:\Program Files\Java\jdk-11\bin\java.exe -jar
> c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.6.0\
> bin\asconfigc.jar --sdk d:\Work\royale_ide\distribution --debug=true 
> --project 
> d:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asconfig
> .json
> <
>
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m -Xmx3000m 
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m -Xmx3000m
> Error: Could not find or load main class 
> org.apache.royale.compiler.clients.MXMLJSC
> Caused by: java.lang.NoClassDefFoundError: 
> org/apache/flex/tools/FlexTool The terminal process "c:\Program 
> Files\Java\jdk-11\bin\java.exe '-jar', 
> 'c:\Users\piotr\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.6.0
> \bin\asconfigc.jar', '--sdk', 'd:\Work\royale_ide\distribution', 
> '--debug=true', '--project', 
> 'd:\Work\royale-sources\royale-asjs\examples\jewel\TourDeJewel\asconfig.json'"
> terminated with exit code: 1.
>
> What could be wrong with generation of that distribution? Carlos 
> doesn't have such problems...
>
>
> pt., 19 lut 2021 o 12:48 Maria Jose Esteve <[email protected]> napisał(a):
>
>> Hello Chris,
>> so that I can debug my changes in the SDK I need to set the path of 
>> the "as3mxml.sdk.editor" to the asjs directory of my fork, for this 
>> reason the path of the " as3mxml.sdk.framework" points to the 
>> directory of the maven distribution and the "as3mxml.sdk.editor" to code.
>>
>> ">> I'm not getting any errors from VSCode. But well ... if I hit
>> SHIFT+Enter it starts doing something where if failed prior to my
>> >> changes this morning and is no longer complaining, but it's also 
>> >> not
>> doing much (I can't see it create a "bin" directory)"
>>
>> I don't quite understand this ... possibly because of my lack of 
>> knowledge.
>>
>> I have not tried Carlos's project but this afternoon I will be able 
>> to do it and I will be able to give more details.
>>
>> Thx.
>> Hiedra.
>>
>> -----Mensaje original-----
>> De: Christofer Dutz <[email protected]> Enviado el: viernes, 
>> 19 de febrero de 2021 11:51
>> Para: [email protected]
>> Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>>
>> Hi Heidra,
>>
>> I just updated Carlos' example to have the same type of setting 
>> (C:\\Temp\\RoyaleSDK is where I have my Maven build generate the SDK):
>>
>> setings.js:
>> {
>>     "as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
>>     "as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
>> }
>>
>> workspace-code-workspace
>> {
>>         "folders": [
>>                 {
>>                         "path": ".."
>>                 }
>>         ],
>>         "settings": {
>>                 "as3mxml.sdk.framework": "C:\\Temp\\RoyaleSDK",
>>                 "as3mxml.sdk.editor": "C:\\Temp\\RoyaleSDK"
>>         }
>> }
>>
>> I'm not getting any errors from VSCode. But well ... if I hit 
>> SHIFT+Enter it starts doing something where if failed prior to my 
>> changes this morning and is no longer complaining, but it's also not 
>> doing much (I can't see it create a "bin" directory)
>>
>> Chris
>>
>>
>> -----Ursprüngliche Nachricht-----
>> Von: Maria Jose Esteve <[email protected]>
>> Gesendet: Freitag, 19. Februar 2021 10:53
>> An: [email protected]
>> Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>>
>> If I don't compile with ANT, the mxml extension in vsCode IDE, it 
>> doesn't recognize the valid asjs directory for "as3mxml.sdk.editor":
>> ...
>>     "settings": {
>>         "as3mxml.sdk.framework":
>> "d:\\Apache\\apache-royale-0.9.8-bin-js\\royale-asjs",
>>         "as3mxml.sdk.editor":
>> "D:\\Develop_Royale\\Projects\\Royale-SDK\\royale-asjs" <-------- 
>> [download folder repo royale-asjs]
>>     }
>> }
>>
>> The error is:
>> " as3mxml.sdk.editor in settings does not point to a valid SDK.
>> Requires..."
>>
>> Thx.
>> Hiedra.
>>
>> -----Mensaje original-----
>> De: Piotr Zarzycki <[email protected]> Enviado el: viernes, 
>> 19 de febrero de 2021 10:44
>> Para: Apache Royale Development <[email protected]>
>> Asunto: Re: Align Maven IDE distribution with Ant IDE distribution
>>
>> Hi Chris,
>>
>> I just tried your changes and I have same issue. I need to understand 
>> what has change enough significantly that it causes compilation fail 
>> in such way. It doesn't happen with SDK prepared by ANT.
>>
>> Thanks,
>> Piotr
>>
>> pt., 19 lut 2021 o 10:33 Maria Jose Esteve <[email protected]>
>> napisał(a):
>>
>> > @Chris you're right, sorry, I didn't download your last commit.
>> > I'm sorry.
>> > Hiedra.
>> >
>> > -----Mensaje original-----
>> > De: Christofer Dutz <[email protected]> Enviado el: 
>> > viernes,
>> > 19 de febrero de 2021 10:17
>> > Para: [email protected]
>> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > I'll try to guess what you wanted to say here ...
>> >
>> > But I think these are exactly the changes I comitted a an hour ago,
>> right?
>> > At least in general I replaced all the references to names with 
>> > versions to the changed ones.
>> >
>> >
>> > Chris
>> >
>> >
>> >
>> > -----Ursprüngliche Nachricht-----
>> > Von: Maria Jose Esteve <[email protected]>
>> > Gesendet: Freitag, 19. Februar 2021 10:01
>> > An: [email protected]
>> > Betreff: RE: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > Hi,
>> > Mi distribución hace referencia en el fichero 
>> > "./frameworks/royale-config.xml" a las librerías:
>> >
>> >       <js-external-library-path>
>> >
>> > <path-element>../js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs
>> > .sw
>> > c</path-element>
>> >
>> >
>> <path-element>../js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.
>> swc</path-element>
>> >       </js-external-library-path>
>> >
>> > Las correctas son:
>> >
>> >       <js-external-library-path>
>> >           
>> > <path-element>../js/libs/royale-typedefs-js.swc</path-element>
>> >
>>  <path-element>../js/libs/royale-typedefs-gcl.swc</path-element>
>> >       </js-external-library-path>
>> >
>> > Hiedra
>> >
>> > -----Mensaje original-----
>> > De: Christofer Dutz <[email protected]> Enviado el: 
>> > viernes,
>> > 19 de febrero de 2021 9:39
>> > Para: [email protected]
>> > Asunto: AW: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > Ok,
>> >
>> > so the config xml files in the distribution were still pointing to 
>> > the old names. I updated them all to now refer to the names.
>> > I tried things in Carlos' demo project, and I'm no-longer getting 
>> > the errors, however compilation seems to take for ever.
>> >
>> > Please try out the changes and tell me if there are any problems 
>> > with
>> them.
>> >
>> > Chris
>> >
>> > -----Ursprüngliche Nachricht-----
>> > Von: Christofer Dutz <[email protected]>
>> > Gesendet: Donnerstag, 18. Februar 2021 23:17
>> > An: [email protected]
>> > Betreff: AW: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > Hi Carlos,
>> >
>> > I'll look into this tomorrow.
>> >
>> > Chris
>> >
>> > -----Ursprüngliche Nachricht-----
>> > Von: Carlos Rovira <[email protected]>
>> > Gesendet: Donnerstag, 18. Februar 2021 17:49
>> > An: Apache Royale Development <[email protected]>
>> > Betreff: Re: Align Maven IDE distribution with Ant IDE distribution
>> >
>> > Hi, I think I talked very quickly, sorry, there seems to be a problem.
>> >
>> > @Christofer Dutz <[email protected]> you can download this
>> > project:
>> >
>> >
>> > https://github.com/apache/royale-asjs/files/6004363/ToggleButtonBar
>> > Iss
>> > ue.zip
>> >
>> > Then using VSCode with AS3&MXML and adding the Maven distribution.
>> > Then hit CTRL+ENTER and you will get the following fail. Using ANT 
>> > distribution is working fine.
>> > Can you take a look?
>> >
>> > Royale Compiler Shell
>> > (fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
>> > --source-map=true 
>> > --html-template=src/html/jewel-example-index-template.html
>> >
>> > --theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme
>> > /sr
>> > c/main/resources/defaults.css
>> > --source-path+=src 
>> > --source-path+--library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
>> > --js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
>> > -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
>> > -js-dynamic-access-unknown-members=true -- src/App.mxml
>> > fcsh: Assigned 1 as the compile target id The project 'App' has 
>> > been successfully compiled and optimized.
>> > Compile status: 0
>> > Elapsed time: 14.211105399 seconds
>> > Feb 18, 2021 5:43:40 PM
>> > com.google.javascript.jscomp.LoggerErrorManager
>> > printSummary
>> > INFO: 0 error(s), 0 warning(s), 96.5% typed
>> > (fcsh) quit
>> > Compiler shell exited with code: 0
>> > Royale Compiler Shell
>> > (fcsh) mxmlc --debug=false +configname=royale --targets=JSRoyale 
>> > --source-map=true 
>> > --html-template=src/html/jewel-example-index-template.html
>> >
>> > --theme=${royalelib}/themes/Jewel-Light-Flat-Primary-Sapphire-Theme
>> > /sr
>> > c/main/resources/defaults.css
>> > --source-path+=src 
>> > --source-path+--library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
>> > --js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
>> > -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css
>> > -js-dynamic-access-unknown-members=true -- src/App.mxml
>> > fcsh: Assigned 1 as the compile target id Compile status: 5 Elapsed
>> time:
>> > 0.618407478 seconds
>> >
>> >
>> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
>> > col: 0 Error: unable to open
>> >
>> >
>> '/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-js-0.9.8-SNAPSHOT-typedefs.swc'.
>> >
>> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/
>> > roy
>> > ale-config.xml
>> > (line: 81)
>> >
>> > </js-external-library-path>
>> >
>> >
>> >
>> >
>> /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/royale-config.xml(81):
>> > col: 0 Error: unable to open
>> >
>> >
>> '/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/js/libs/royale-typedefs-gcl-0.9.8-SNAPSHOT-typedefs.swc'.
>> >
>> > /Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven/frameworks/
>> > roy
>> > ale-config.xml
>> > (line: 81)
>> >
>> > </js-external-library-path>
>> > (fcsh)
>> > Quick Compile failed. Errors in compiler output.
>> >
>> > El jue, 18 feb 2021 a las 17:26, Carlos Rovira
>> > (<[email protected]>)
>> > escribió:
>> >
>> > > Hi,
>> > >
>> > > I rebuilt all from scratch just now and finally the distribution 
>> > > too and tried in VSCode and all seems to work fine for me.
>> > >
>> > > El jue, 18 feb 2021 a las 16:30, Christofer Dutz (<
>> > > [email protected]>) escribió:
>> > >
>> > >> Hi Piotr,
>> > >>
>> > >> that class is located in lib\external\flex-tool-api.jar At least 
>> > >> in my distribution it's there and it contains the class.
>> > >>
>> > >> How are you calling the build that's failing?
>> > >>
>> > >> Chris
>> > >>
>> > >> -----Ursprüngliche Nachricht-----
>> > >> Von: Piotr Zarzycki <[email protected]>
>> > >> Gesendet: Donnerstag, 18. Februar 2021 16:22
>> > >> An: Apache Royale Development <[email protected]>
>> > >> Betreff: Re: Align Maven IDE distribution with Ant IDE 
>> > >> distribution
>> > >>
>> > >> Chris,
>> > >>
>> > >> I just checked and I'm not able build project anymore using
>> > distribution:
>> > >>
>> > >> : Using Royale SDK: "D:\Work\royale_ide\distribution"
>> > >> : Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms356m 
>> > >> -Xmx3000m
>> > >> : Error: Could not find or load main class 
>> > >> org.apache.royale.compiler.clients.MXMLJSC
>> > >> : Caused by: java.lang.NoClassDefFoundError:
>> > >> org/apache/flex/tools/FlexTool
>> > >>
>> > >> I'm done for today, so I will answer anything tomorrow.
>> > >>
>> > >> czw., 18 lut 2021 o 16:05 Christofer Dutz 
>> > >> <[email protected]>
>> > >> napisał(a):
>> > >>
>> > >> > Ok ...
>> > >> >
>> > >> > so I just pushed another change. Now the distribution should 
>> > >> > also contain an empty spark.css, just like the Ant one.
>> > >> >
>> > >> > Chris
>> > >> >
>> > >> >
>> > >> > -----Ursprüngliche Nachricht-----
>> > >> > Von: Christofer Dutz <[email protected]>
>> > >> > Gesendet: Donnerstag, 18. Februar 2021 15:58
>> > >> > An: [email protected]
>> > >> > Betreff: AW: Align Maven IDE distribution with Ant IDE 
>> > >> > distribution
>> > >> >
>> > >> > Ok,
>> > >> >
>> > >> > so that should now be fixed. Leaves the "spark.css"
>> > >> > Having had a look, it seems as if the Ant build creates an 
>> > >> > empty
>> > >> spark.css.
>> > >> >
>> > >> > Is this all we need? If yes, then I'll have that in ther in no
>> time.
>> > >> >
>> > >> > Chris
>> > >> >
>> > >> > -----Ursprüngliche Nachricht-----
>> > >> > Von: Piotr Zarzycki <[email protected]>
>> > >> > Gesendet: Donnerstag, 18. Februar 2021 15:54
>> > >> > An: Apache Royale Development <[email protected]>
>> > >> > Betreff: Re: Align Maven IDE distribution with Ant IDE 
>> > >> > distribution
>> > >> >
>> > >> > *(I assume that's in the "frameworks/js/libs" directory? *
>> > >> >
>> > >> > Yes this is the directory.
>> > >> >
>> > >> > czw., 18 lut 2021 o 15:51 Christofer Dutz 
>> > >> > <[email protected]>
>> > >> > napisał(a):
>> > >> >
>> > >> > > Hi Piotr,
>> > >> > >
>> > >> > > Ok ... so Ant seems to be adding a "JS" to the end of every 
>> > >> > > name (I assume that's in the "frameworks/js/libs" directory?
>> > >> > >
>> > >> > > Also I'll try to find out where the "spark.css" should come 
>> > >> > > from
>> ...
>> > >> > > and where it should go to.
>> > >> > >
>> > >> > > Chris
>> > >> > >
>> > >> > >
>> > >> > > -----Ursprüngliche Nachricht-----
>> > >> > > Von: Piotr Zarzycki <[email protected]>
>> > >> > > Gesendet: Donnerstag, 18. Februar 2021 15:47
>> > >> > > An: Apache Royale Development <[email protected]>
>> > >> > > Betreff: Re: Align Maven IDE distribution with Ant IDE 
>> > >> > > distribution
>> > >> > >
>> > >> > > Chris,
>> > >> > >
>> > >> > > Looks better but here is the comparision what I have in Ant 
>> > >> > > distribution vs Maven distribution in case of names. On the 
>> > >> > > left Ant distribution, on the right Maven. It is folder:
>> > >> > > frameworks\js\libs\ [1]
>> > >> > >
>> > >> > > [1] https://ibb.co/W2DzcDb
>> > >> > >
>> > >> > > czw., 18 lut 2021 o 15:22 Christofer Dutz 
>> > >> > > <[email protected]>
>> > >> > > napisał(a):
>> > >> > >
>> > >> > > > And done ...
>> > >> > > >
>> > >> > > > Now all elements in the distribution only consist of their 
>> > >> > > > name and file-ending ... all versions and classifiers have 
>> > >> > > > been
>> > removed.
>> > >> > > > Please provide me with feedback on if this solves the issues.
>> > >> > > >
>> > >> > > > Chris
>> > >> > > >
>> > >> > > >
>> > >> > > > -----Ursprüngliche Nachricht-----
>> > >> > > > Von: Christofer Dutz <[email protected]>
>> > >> > > > Gesendet: Donnerstag, 18. Februar 2021 15:08
>> > >> > > > An: [email protected]
>> > >> > > > Betreff: AW: Align Maven IDE distribution with Ant IDE 
>> > >> > > > distribution
>> > >> > > >
>> > >> > > > I'll probably have a fix for that in a few minuntes ...
>> > >> > > >
>> > >> > > >
>> > >> > > > Chris
>> > >> > > >
>> > >> > > >
>> > >> > > > -----Ursprüngliche Nachricht-----
>> > >> > > > Von: Piotr Zarzycki <[email protected]>
>> > >> > > > Gesendet: Donnerstag, 18. Februar 2021 15:00
>> > >> > > > An: Apache Royale Development <[email protected]>
>> > >> > > > Betreff: Re: Align Maven IDE distribution with Ant IDE 
>> > >> > > > distribution
>> > >> > > >
>> > >> > > > Chris,
>> > >> > > >
>> > >> > > > No it's not about not picking up by IDE at all. Moonshine 
>> > >> > > > and VSCode are able to build projects using Maven 
>> > >> > > > distribution package! It is about project which are mixed 
>> > >> > > > for example when user wanted to use Jewel module + 
>> > >> > > > RemoteObject class from MXRoyale module. In that case user 
>> > >> > > > need to point explicilty as a compiler options in IDE that 
>> > >> > > > he wanted to have SWC included and need to exclude css 
>> > >> > > > from that swc to
>> > >> > > avoid problems.
>> > >> > > >
>> > >> > > > It is happen like that:
>> > >> > > >
>> > >> > > >   -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc
>> > >> > > > -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.
>> > >> > > > cs
>> > >> > > > s
>> > >> > > >
>> > >> > > > If I would like to use maven distribution user need to 
>> > >> > > > know version for that compiler options. It is even more 
>> > >> > > > tricky when your swc is called
>> > >> > > > -> MXRoyale-0.9.8-20210217.181012-913-js.swc
>> > >> > > >
>> > >> > > > -exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults
>> > >> > > > .cs
>> > >> > > > s
>> > >> > > >
>> > >> > > > Thanks,
>> > >> > > > Piotr
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > > czw., 18 lut 2021 o 14:47 Christofer Dutz 
>> > >> > > > <[email protected]>
>> > >> > > > napisał(a):
>> > >> > > >
>> > >> > > > > Hi Piotr,
>> > >> > > > >
>> > >> > > > > And is really the version-suffix causing it to not be 
>> > >> > > > > picked up by the IDEs?
>> > >> > > > >
>> > >> > > > > Chris
>> > >> > > > >
>> > >> > > > > -----Ursprüngliche Nachricht-----
>> > >> > > > > Von: Piotr Zarzycki <[email protected]>
>> > >> > > > > Gesendet: Donnerstag, 18. Februar 2021 11:42
>> > >> > > > > An: [email protected]
>> > >> > > > > Betreff: Re: Align Maven IDE distribution with Ant IDE 
>> > >> > > > > distribution
>> > >> > > > >
>> > >> > > > > Hi Chris,
>> > >> > > > >
>> > >> > > > > This is the only thing which seems to be a constant 
>> > >> > > > > problem
>> > here.
>> > >> > > > > I personally and some users will be much more happy 
>> > >> > > > > having that
>> > >> > change.
>> > >> > > > >
>> > >> > > > > Thanks,
>> > >> > > > > Piotr
>> > >> > > > >
>> > >> > > > > On Thu, 18 Feb 2021 at 11:03, Christofer Dutz 
>> > >> > > > > <[email protected]>
>> > >> > > > > wrote:
>> > >> > > > >
>> > >> > > > > > Hi Piotr,
>> > >> > > > > >
>> > >> > > > > > I'd be happy to help with that.
>> > >> > > > > >
>> > >> > > > > > I did simply ask for a list of things that need to be 
>> > >> > > > > > changed in order to get things working, but never got 
>> > >> > > > > > said list, so I never knew what I could do to make the 
>> > >> > > > > > Maven distribution match up to the
>> > >> > > > Ant built one.
>> > >> > > > > >
>> > >> > > > > > Chris
>> > >> > > > > >
>> > >> > > > > >
>> > >> > > > > > -----Ursprüngliche Nachricht-----
>> > >> > > > > > Von: Piotr Zarzycki <[email protected]>
>> > >> > > > > > Gesendet: Donnerstag, 18. Februar 2021 11:01
>> > >> > > > > > An: Apache Royale Development <[email protected]>
>> > >> > > > > > Betreff: Align Maven IDE distribution with Ant IDE 
>> > >> > > > > > distribution
>> > >> > > > > >
>> > >> > > > > > Hi Guys,
>> > >> > > > > >
>> > >> > > > > > It's been couple of times when user complains that he 
>> > >> > > > > > have problems with using Maven distribution vs Ant 
>> > >> > > > > > distribution in IDE in a mixed project Jewel + 
>> > >> > > > > > MX/Spark
>> etc.
>> > >> > > > > >
>> > >> > > > > > Can we have that resolve once for all and adjust Maven 
>> > >> > > > > > distribution folder to produce proper names of swcs ?
>> > >> > > > > >
>> > >> > > > > > Currently when I build Maven IDE distribution I have:
>> > >> > > > > >
>> > >> > > > > > MXRoyale-0.9.8-20210215.234230-908-js.swc
>> > >> > > > > >
>> > >> > > > > > When I build Ant IDE distribution I have:
>> > >> > > > > >
>> > >> > > > > >   MXRoyale-js.swc
>> > >> > > > > >
>> > >> > > > > > Thanks,
>> > >> > > > > > --
>> > >> > > > > >
>> > >> > > > > > Piotr Zarzycki
>> > >> > > > > >
>> > >> > > > > --
>> > >> > > > >
>> > >> > > > > Piotr Zarzycki
>> > >> > > > >
>> > >> > > >
>> > >> > > >
>> > >> > > > --
>> > >> > > >
>> > >> > > > Piotr Zarzycki
>> > >> > > >
>> > >> > >
>> > >> > >
>> > >> > > --
>> > >> > >
>> > >> > > Piotr Zarzycki
>> > >> > >
>> > >> >
>> > >> >
>> > >> > --
>> > >> >
>> > >> > Piotr Zarzycki
>> > >> >
>> > >>
>> > >>
>> > >> --
>> > >>
>> > >> Piotr Zarzycki
>> > >>
>> > >
>> > >
>> > > --
>> > > Carlos Rovira
>> > > Apache Member & Apache Royale PMC *Apache Software Foundation* 
>> > > http://about.me/carlosrovira
>> > >
>> > >
>> >
>> > --
>> > Carlos Rovira
>> > Apache Member & Apache Royale PMC
>> > *Apache Software Foundation*
>> > http://about.me/carlosrovira
>> >
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki

Reply via email to