Hi Carlos, Using "force push" sounds scary/wrong to me. Note also that I had trouble working with your branches and you reported similar problems. The general advice on the internet is to not rebase public branches, and I think I've hit scenarios around that often enough to want to give up on rebase when merging public branches.
I always use rebase when pulling changes in from the branch I'm working from. That's where it makes sense to me. My 2 cents, -Alex From: <carlos.rov...@gmail.com<mailto:carlos.rov...@gmail.com>> on behalf of Carlos Rovira <carlosrov...@apache.org<mailto:carlosrov...@apache.org>> Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Date: Monday, April 9, 2018 at 9:46 AM To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: Re: MXRoyale build problem Hi, @Alex, the trick with rebase at least for me is that I must to have very clear the steps to do or I can fail. For example, as I come again this month to work on Royale, I forget how to do that, and have to re-learn all. For example in Sourcetree you must to set in preferences and option to enable the "force push" or if you find conflicts, you must to solve and recall do a "continue rebase" instead of commit the resolution of conflicts. But in the end, for me always is worth it, since you ensure are working against the latest develop changes and that's always good. @Piotr, sorry but I don't get the relationship between rebase and having lots of branches, since for me is always about the relation between "develop" and "<your-branch>, but maybe as I said is just something subjective of how your brain deal with this kind of task, is the same as when people choose and IDE, or a way of building (ant vs maven) In the end, for me Rebase makes the branches more clean and organized than several merges from the develop to the working branch. So subjective ;) Carlos 2018-04-09 18:32 GMT+02:00 Piotr Zarzycki <piotrzarzyck...@gmail.com<mailto:piotrzarzyck...@gmail.com>>: To me rebasing have always sense when there are many branches created, daily. In that case structures were much more cleaner if you rebase from time to time. 2018-04-09 18:27 GMT+02:00 Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>>: Hi Carlos, I've had too many difficulties rebasing branches that I no longer do it. I always use straight merging these days when merging between branches. I suppose we can try rebasing and aborting if it fails and then falling back to merging, but for sure, it doesn't seem time-efficient to try to fix rebase conflicts in many cases. My 2 cents, -Alex From: <carlos.rov...@gmail.com<mailto:carlos.rov...@gmail.com>> on behalf of Carlos Rovira <carlosrov...@apache.org<mailto:carlosrov...@apache.org>> Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Date: Monday, April 9, 2018 at 1:57 AM To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: Re: MXRoyale build problem Hi Alex (and others) I'm a huge advocate of Rebase in GIT. Please check this [1], since it could make your life easier. Doing in a branch rebase periodically helps you to solve conflicts soon and ensure your work are synced with develop, so when you need to merge the entire branch you'll find no conflicts and your code should just work. As many of this workflows, are completely subjective and could be of your liking or not...I only give to you so you can see if it fits for you as it fits for me. thanks [1] Rebase in git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmarkmail.org%2Fmessage%2Fp4rp4kqdsa3xddxd%3Fq%3Dlist%3Aorg%252Eapache%252Eincubator%252Eflex-dev%2Brebase%2Bin%2Bgit&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=jrDAG9%2Bkg6neD6GnpXMUAjTfZC%2ByyBQuYjo5LV2xSp0%3D&reserved=0> 2018-04-09 9:51 GMT+02:00 <serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>>: Quoting Serkan Taş <serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>>: I realised that issue but tought it is normal... Here is th branch info... D:\dev\git\emulation_works\royale-asjs>git status On branch feature/MXRoyale Your branch is up to date with 'origin/feature/MXRoyale'. nothing to commit, working tree clean D:\dev\git\emulation_works\royale-asjs>cd .. D:\dev\git\emulation_works>cd royale-compiler D:\dev\git\emulation_works\royale-compiler>git status On branch develop Your branch is up to date with 'origin/develop'. nothing to commit, working tree clean D:\dev\git\emulation_works\royale-compiler>cd .. D:\dev\git\emulation_works>cd royale-typedefs D:\dev\git\emulation_works\royale-typedefs>git status On branch develop Your branch is up to date with 'origin/develop'. nothing to commit, working tree clean D:\dev\git\emulation_works\royale-typedefs> 08.04.2018 15:21 tarihinde Piotr Zarzycki yazdı: Are you sure that you are on the right branch in case of royale-asjs. You have been asked in the stack traces for 0.9.2-SNAPSHOT version. It should be 0.9.3-SNAPSHOT I think in order to work on emulation you have to be: royale-compiler - develop branch royale-typedefs - develop branch royale-asjs - feature/MXRoyale Are you using those branches ? Thanks, Piotr 2018-04-08 14:12 GMT+02:00 Serkan Taş <serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com> <mailto:serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>>>: I prefer mvn Piotr, I first compiled the typedefs and compiler successfuly as Alex informed but i got the same error as earlier. and here is the report : cd royale-typedefs mvn clean : success mvn install : success ****************************************************************************************************************** (due to the bug in code generator - related to locale dependent capitalizing u-case i to İ - I had to change the jvm params) cd royale-compiler mvn clean -Djvm.options="-Duser.country=EN -Duser.language=en" : success mvn install -Djvm.options="-Duser.country=EN -Duser.language=en" Tests run: 1145, Failures: 4, Errors: 6, Skipped: 4 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Royale: Compiler: Parent 0.9.3-SNAPSHOT ..... SUCCESS [ 4.600 s] [INFO] Apache Royale: Compiler: Compiler-Common ........... SUCCESS [ 6.545 s] [INFO] Apache Royale: Compiler: Test Utils ................ SUCCESS [ 1.344 s] [INFO] Apache Royale: Compiler: Externc ................... SUCCESS [ 16.432 s] [INFO] Apache Royale: Compiler: Compiler .................. SUCCESS [02:26 min] [INFO] Apache Royale: Compiler: Compiler-JX ............... FAILURE [ 49.945 s] [INFO] Apache Royale: Compiler: SWFUtils .................. SKIPPED [INFO] Apache Royale: Compiler: Debugger .................. SKIPPED [INFO] Apache Royale: Compiler: OEM Layer ................. SKIPPED [INFO] Apache Royale: Royale Ant Tasks .................... SKIPPED [INFO] Apache Royale: Royale Maven Plugin 0.9.3-SNAPSHOT .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:46 min [INFO] Finished at: 2018-04-08T14:56:46+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on project compiler-jx: There are test failures. [ERROR] [ERROR] Please refer to D:\dev\git\emulation_works\royale-compiler\compiler-jx\target\surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoFailureException&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=AIouDDlCAN%2FsC2dOk%2FYoRfnxcGiCNvJqwS5Y8D7Yqrw%3D&reserved=0> <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoFailureException&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=AIouDDlCAN%2FsC2dOk%2FYoRfnxcGiCNvJqwS5Y8D7Yqrw%3D&reserved=0>> [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :compiler-jx *I added params to skip tests* mvn -DskipTests -Drat.skip=true clean -Djvm.options="-Duser.country=EN -Duser.language=en" : success mvn -DskipTests -Drat.skip=true install -Djvm.options="-Duser.country=EN -Duser.language=en" : success ****************************************************************************************************************** D:\dev\git\emulation_works>cd royale-asjs D:\dev\git\emulation_works\royale-asjs>mvn clean [WARNING] The POM for org.apache.flex.utilities.converter:flex-sdk-converter-maven-extension:jar:1.0.0-SNAPSHOT is missing, no dependency information available [WARNING] Failed to read extensions descriptor D:\dev\git\emulation_works\royale-asjs\.mvn\extensions.xml: Plugin org.apache.flex.utilities.converter:flex-sdk-converter-maven-exten sion:1.0.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact org.apache.flex.utilities.converter:flex-sdk-converter-maven-extension:jar:1.0.0-SNAPS HOT [INFO] Scanning for projects... [WARNING] The POM for org.apache.royale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT is missing, no dependency information available [WARNING] The POM for org.apache.royale.compiler:compiler-jx:jar:0.9.2-SNAPSHOT is missing, no dependency information available [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin org.apache.royale.compiler:royale-maven-plugin:0.9.2-SNAPSHOT or one of its dependencies could not be resolved: The following artifact s could not be resolved: org.apache.royale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT, org.apache.royale.compiler:compiler-jx:jar:0.9.2-SNAPSHOT: Failure to find org.apache.ro<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Forg.apache.ro&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=T1qARAG1Ryuz3y60KKCWFGDdUOuYw3iY7Ne9H5VdZyU%3D&reserved=0> <http://org.apache.ro<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Forg.apache.ro&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=T1qARAG1Ryuz3y60KKCWFGDdUOuYw3iY7Ne9H5VdZyU%3D&reserved=0>> yale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0> <https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0>> was cached in the local repository, resolution will not be reat tempted until the update interval of apache-plugins-snapshots has elapsed or updates are forced @ [ERROR] Unresolveable build extension: Plugin org.apache.royale.compiler:royale-maven-plugin:0.9.2-SNAPSHOT or one of its dependencies could not be resolved: The following artifact s could not be resolved: org.apache.royale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT, org.apache.royale.compiler:compiler-jx:jar:0.9.2-SNAPSHOT: Failure to find org.apache.ro<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Forg.apache.ro&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=T1qARAG1Ryuz3y60KKCWFGDdUOuYw3iY7Ne9H5VdZyU%3D&reserved=0> <http://org.apache.ro<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Forg.apache.ro&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=T1qARAG1Ryuz3y60KKCWFGDdUOuYw3iY7Ne9H5VdZyU%3D&reserved=0>> yale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0> <https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0>> was cached in the local repository, resolution will not be reat tempted until the update interval of apache-plugins-snapshots has elapsed or updates are forced @ [ERROR] Unknown packaging: swc @ line 31, column 14 @ [ERROR] The build could not read 2 projects -> [Help 1] [ERROR] [ERROR] The project org.apache.royale.framework:projects:0.9.2-SNAPSHOT (D:\dev\git\emulation_works\royale-asjs\frameworks\projects\pom.xml) has 1 error [ERROR] Unresolveable build extension: Plugin org.apache.royale.compiler:royale-maven-plugin:0.9.2-SNAPSHOT or one of its dependencies could not be resolved: The following arti facts could not be resolved: org.apache.royale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT, org.apache.royale.compiler:compiler-jx:jar:0.9.2-SNAPSHOT: Failure to find org.apach e.royale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0> <https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0>> was cached in the local repository, resolution will not be reattempted until the update interval of apache-plugins-snapshots has elapsed or updates are forced -> [Help 2] [ERROR] [ERROR] The project org.apache.royale.framework:BasicTheme:0.9.2-SNAPSHOT (D:\dev\git\emulation_works\royale-asjs\frameworks\themes\Basic\pom.xml) has 2 errors [ERROR] Unresolveable build extension: Plugin org.apache.royale.compiler:royale-maven-plugin:0.9.2-SNAPSHOT or one of its dependencies could not be resolved: The following arti facts could not be resolved: org.apache.royale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT, org.apache.royale.compiler:compiler-jx:jar:0.9.2-SNAPSHOT: Failure to find org.apach e.royale.compiler:royale-maven-plugin:jar:0.9.2-SNAPSHOT in https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0> <https://repository.apache.org/content/repositories/snapshots<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Fsnapshots&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=v14tIayrVZiqCTLzg9bhN82cuBV6RyMaVBL0XdqeWPA%3D&reserved=0>> was cached in the local repository, resolution will not be reattempted until the update interval of apache-plugins-snapshots has elapsed or updates are forced -> [Help 2] [ERROR] Unknown packaging: swc @ line 31, column 14 [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FProjectBuildingException&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=8IVvEVXZi626X3TjN3edBAr6ohePsN1j4D%2BjgmCXraA%3D&reserved=0> <http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FProjectBuildingException&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=8IVvEVXZi626X3TjN3edBAr6ohePsN1j4D%2BjgmCXraA%3D&reserved=0>> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FPluginManagerException&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=HpzQevSdanMRbwytmze9pFgT4zP9zax5zzU9IOHtsIE%3D&reserved=0> <http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FPluginManagerException&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=HpzQevSdanMRbwytmze9pFgT4zP9zax5zzU9IOHtsIE%3D&reserved=0>> 08.04.2018 13:56 tarihinde Piotr Zarzycki yazdı: Serkan, It depends where you will feel comfortable. Maven scripts are quite clean and self explanatory. With ANT it does not so obvious. However you probably won't change anything in scripts. If ANT worked for you go with ANT. Going with Maven you will be able to rebuild one module and test it. With ANT it is probably also possible. Piotr 2018-04-08 12:50 GMT+02:00 Serkan Taş <serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com> <mailto:serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>>>: Here is the last result : 1. git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=MYQb5cflWED7wa1em%2FoOhvxkoRt5isg19ODIHy8asEU%3D&reserved=0> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C79ddabf4e3994a9db38908d59d1bde7c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636587665481338047&sdata=Vt%2FkEc6N8JZOQ6lviXl5apzi8hwZFJMlYPVWklcSItc%3D&reserved=0> 2. cd royale-asjs 3. git checkout feature/MXRoyale 4. ant all : failed; details in the mail below 5. cd ..\royale-typedefs 6. ant : completed with success 7. cd ..\royale-asjs 8. ant main : completed with success 9. ant frameworks : completed with success 10. cd D:\dev\git\emulation_works\royale-asjs\frameworks\projects\MXRoyale 11. ant : completed with success If it is ok, i can move on with this. Piotr, i just saw your mail, do you want me to move with maven ? 1. git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=MYQb5cflWED7wa1em%2FoOhvxkoRt5isg19ODIHy8asEU%3D&reserved=0> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C79ddabf4e3994a9db38908d59d1bde7c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636587665481338047&sdata=Vt%2FkEc6N8JZOQ6lviXl5apzi8hwZFJMlYPVWklcSItc%3D&reserved=0> 2. git checkout feature/MXRoyale Folder view : 3. ant all Folder View : Fails and the result : https://drive.google.com/open?id=1XZNfN8exZ_x_F4bTY5xIfxO328eWHIQ4<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1XZNfN8exZ_x_F4bTY5xIfxO328eWHIQ4&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=n2Ll%2BuSJAyYFvp4z8IirTbo26vPoCPITCJUa4fbFv%2Fw%3D&reserved=0> <https://drive.google.com/open?id=1XZNfN8exZ_x_F4bTY5xIfxO328eWHIQ4<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdrive.google.com%2Fopen%3Fid%3D1XZNfN8exZ_x_F4bTY5xIfxO328eWHIQ4&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=n2Ll%2BuSJAyYFvp4z8IirTbo26vPoCPITCJUa4fbFv%2Fw%3D&reserved=0>> Next : i am going to check-out all tree repo manually and then build with ant saperately. 08.04.2018 10:02 tarihinde Alex Harui yazdı: If you are using Maven, you may need to build the royale-compiler and royale-typedefs repos first. See the README in each of those repos. You can also use Ant instead of Maven. HTH, -Alex From: Serkan Taş <serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com> <mailto:serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>>> Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org> <mailto:users@royale.apache.org<mailto:users@royale.apache.org>>" <users@royale.apache.org<mailto:users@royale.apache.org> <mailto:users@royale.apache.org<mailto:users@royale.apache.org>>> Date: Saturday, April 7, 2018 at 11:41 PM To: "users@royale.apache.org<mailto:users@royale.apache.org> <mailto:users@royale.apache.org<mailto:users@royale.apache.org>>" <users@royale.apache.org<mailto:users@royale.apache.org> <mailto:users@royale.apache.org<mailto:users@royale.apache.org>>> Subject: MXRoyale build problem Hi Alex, Here is the steps and result (i spent some time but could not find a resolution) : git clone https://github.com/apache/royale-asjs.git<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=MYQb5cflWED7wa1em%2FoOhvxkoRt5isg19ODIHy8asEU%3D&reserved=0> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com%7C79ddabf4e3994a9db38908d59d1bde7c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636587665481338047&sdata=Vt%2FkEc6N8JZOQ6lviXl5apzi8hwZFJMlYPVWklcSItc%3D&reserved=0> cd royale-asjs git checkout feature/MXRoyale mvn celan Result : 07.04.2018 17:51 tarihinde Alex Harui yazdı: Hi Serkan, That would be great. We need the help. We have a wiki page about Emulation components here [1]. And one person has been learning how to help in this long thread[2]. [1] has an API list, but it does not take into account your API usage. If you want to integrate your list with the current list, that might be useful. Let us know if you have other questions or need help getting started. Thanks, -Alex [1]https://github.com/apache/royale-asjs/wiki/emulation-components<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2Femulation-components&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=eAYp%2FTaZYKFV72cE3zvZHctLRwL%2FCaUseQlEQWttSOs%3D&reserved=0> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2Femulation-components&data=02%7C01%7Caharui%40adobe.com%7C79ddabf4e3994a9db38908d59d1bde7c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636587665481338047&sdata=BVdRuWskUsnCNLp1IM49Dvi3%2BN6zg5O0VmBJ9hRG60M%3D&reserved=0> [2] https://lists.apache.org/thread.html/f05b54c5721a3c96a6ef5f74180461240ab1a3<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apache.org%2Fthread.html%2Ff05b54c5721a3c96a6ef5f74180461240ab1a3&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=fbSJcPEAE8z%2BocnLpDNUubVjHh91KFj1x4UjSxF9GuU%3D&reserved=0> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apache.org%2Fthread.html%2Ff05b54c5721a3c96a6ef5f74180461240ab1a3&data=02%7C01%7Caharui%40adobe.com%7C79ddabf4e3994a9db38908d59d1bde7c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636587665481338047&sdata=r1FEpWeuAka37dOHYtAYofsM2Ol5rq6h8LhSWkQTUUw%3D&reserved=0>f764dc9b4f0cb0e33a@%3Cusers.royale.apache.org<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F3Cusers.royale.apache.org&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=Pv3IhFHur8WQjcSmBM%2BXTmwZJfk4dYAo3e5meE8u%2F2Q%3D&reserved=0>%3E <mailto:f764dc9b4f0cb0e33a@<mailto:f764dc9b4f0cb0e33a@>%3Cusers.royale.apache.org<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F3Cusers.royale.apache.org&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=Pv3IhFHur8WQjcSmBM%2BXTmwZJfk4dYAo3e5meE8u%2F2Q%3D&reserved=0>%3E> On 4/7/18, 4:17 AM, "Serkan Taş"<serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>> <mailto:serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>> wrote: Hi Alex, I am going to be happy to help you and can try to do something valuable for the process of emulation creation. Serkan 07.04.2018 09:20 tarihinde Alex Harui yazdı: Hi Serkan, You are correct that are several buttons. Basic Button just creates a simple HTML <button>. There are limits to how nice you can make it look. Other buttons try to make nicer looking buttons that you can control more aspects of the visuals. We are in the process of creating even more buttons that emulate the most popular APIs on MX and Spark Button. It might be better for you to help us create and polish these emulations. Then you may not have to change your code as much. HTH, -Alex On 4/6/18, 1:05 PM, "Serkan Taş"<serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>> <mailto:serkan....@likyateknoloji.com<mailto:serkan....@likyateknoloji.com>> wrote: Hi, I see that there are several buttons, js, svg and now j. I was using mx and s ones previously. I am not sure which one fits best, need advice. Second one, is there any equivalent of Form and FormItem structure ? It is takin time tp make the examples work on moonshine and check for the needed component if exist and then learn :) Thanks in advance Regards, Serkan. -- Piotr Zarzycki Patreon: _https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=HXtxf8TKoMOuFs0d%2B29ac5KS5h8DmJDloKH5N9JmJe0%3D&reserved=0> <https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=HXtxf8TKoMOuFs0d%2B29ac5KS5h8DmJDloKH5N9JmJe0%3D&reserved=0>>_ -- Piotr Zarzycki Patreon: _https://www.patreon.com/piotrzarzycki_<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki_&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=9TG5DmzJ%2BlhGt0XH9zr%2Bfgw216b8IOlCZDRcwyraaI4%3D&reserved=0> -- Serkan Taş Mobil : +90 532 250 07 71 Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. www.likyateknoloji.com<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.likyateknoloji.com&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=s%2FCRLAOAjB3ZfZ0VobF55neWQLOFlY0K%2FT%2BsUlm2dpw%3D&reserved=0> -------------------------------------- Bu elektronik posta ve onunla iletilen bütün dosyalar gizlidir. Sadece yukarıda isimleri belirtilen kişiler arasında özel haberleşme amacını taşımaktadır. Size yanlışlıkla ulaşmışsa bu elektonik postanın içeriğini açıklamanız, kopyalamanız, yönlendirmeniz ve kullanmanız kesinlikle yasaktır. Lütfen mesajı geri gönderiniz ve sisteminizden siliniz. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. bu mesajın içeriği ile ilgili olarak hiç bir hukuksal sorumluluğu kabul etmez. This electronic mail and any files transmitted with it are intended for the private use of the persons named above. If you received this message in error, forwarding, copying or use of any of the information is strictly prohibited. Please immediately notify the sender and delete it from your system. Likya Bilgi Teknolojileri ve İletişim Hiz. Ltd. Şti. does not accept legal responsibility for the contents of this message. -------------------------------------- -- Carlos Rovira http://about.me/carlosrovira<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C34cd7613299a4b3dbac908d59df801be%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588610876456379&sdata=wNDKzJzRZXA01PObxBYZW0ZYWkLbvU%2FAFcqqAqobNis%3D&reserved=0> -- Piotr Zarzycki Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca72715b16f0642f507fd08d59e398ffa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588892429344476&sdata=eqQ0iD9o8cdzAz%2BDuAvlye81gTbECld8%2FDBcy68ExhE%3D&reserved=0> -- Carlos Rovira http://about.me/carlosrovira<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Ca72715b16f0642f507fd08d59e398ffa%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636588892429344476&sdata=x113H948fZIccU7Tq7k06sYHiO%2FEe4oCC39cl4zunJk%3D&reserved=0>