{"id":13745382,"url":"https://github.com/jjgonecrypto/flexmojos-introduction","last_synced_at":"2025-05-07T22:45:42.627Z","repository":{"id":75665744,"uuid":"2108603","full_name":"jjgonecrypto/flexmojos-introduction","owner":"jjgonecrypto","description":"A gentle introduction to Flexmojos \u0026 Maven","archived":false,"fork":false,"pushed_at":"2017-04-27T03:26:30.000Z","size":430,"stargazers_count":47,"open_issues_count":0,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-07T22:45:36.571Z","etag":null,"topics":["actionscript","apache-flex","flex","flexmojos","maven"],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjgonecrypto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-07-26T18:35:08.000Z","updated_at":"2024-09-05T08:52:57.000Z","dependencies_parsed_at":"2023-06-07T07:30:25.075Z","dependency_job_id":null,"html_url":"https://github.com/jjgonecrypto/flexmojos-introduction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgonecrypto%2Fflexmojos-introduction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgonecrypto%2Fflexmojos-introduction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgonecrypto%2Fflexmojos-introduction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjgonecrypto%2Fflexmojos-introduction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjgonecrypto","download_url":"https://codeload.github.com/jjgonecrypto/flexmojos-introduction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252967975,"owners_count":21833245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actionscript","apache-flex","flex","flexmojos","maven"],"created_at":"2024-08-03T05:01:28.779Z","updated_at":"2025-05-07T22:45:42.604Z","avatar_url":"https://github.com/jjgonecrypto.png","language":"ActionScript","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"readme":"# Flexmojos Introduction: Usage instructions\nThis collection of examples provides some simple introductions to using Flexmojos.\n\nFor each project you can build via:\n\n\tmvn clean install \n\t\nThis will create a SWF in the `target` folder of the respective diretory.\n\n## Versions\nFlexmojos target: *4.0-RC2*. Checkout the [full plugin info](https://repository.sonatype.org/content/sites/maven-sites/flexmojos/4.0-RC2/plugin-info.html).\n\nFlex SDK: *4.5.1.21328*\n\n## Project breakdown\n\n### 1. Simple\nThis is an extremely simple project, designed simply as an example to get started.\n\n### 2. UnitTests\nThis adds on a single unit test to the simple project.\n\n*Note*: In order to run the unit tests, Flexmojos needs to be able to find the Flashplayer executable. You should ensure Flashplayer (`Flash Player` on OS X and `Flashplayer.exe` on WinX) is available on your PATH. You can download the standalone Flashplayer *Projector* from [Adobe](http://www.adobe.com/support/flashplayer/downloads.html). In Windows, you can copy Flashplayer.exe to some location and add it to your PATH via `My Computer \u003e Advanced \u003e Environment Variables`. On OS X, I installed `Flash Player` to `usr/local/bin` and added the following to my `~/.bash_profile`\n\n\texport FLASH_PLAYER='/usr/local/bin/Flash Player.app/Contents/MacOS'\n\texport PATH=${M2_HOME}/bin:$FLASH_PLAYER:${PATH}\n\nFor more information, check out [this post](https://docs.sonatype.org/display/FLEXMOJOS/Running+unit+tests).\n\n### 3. Dependencies\nThis adds on a simple third party dependency to the simple project. In order to build this, you must first `install` the as3-signals dependency (see above).  \n\nTo install the third party dependency, you need to run the following command from the project root: \n\n\tmvn install:install-file -Dfile=./libs/as3-signals-0.8.swc -DgroupId=org.osflash -DartifactId=as3-signals -Dversion=0.8 -Dpackaging=swc\n\nThis will add the SWC to your local repository to ensure Maven can find it whenever it encounters the dependency.\n\nFor more information on as3-signals, [checkout the project home](https://github.com/robertpenner/as3-signals/).\n\n\n### 4. Flashbuilder Goal\nThis combines the unit tests and dependencies project. \n\nTry generating a Flashbuilder project via the following Maven command:\n\n\tmvn org.sonatype.flexmojos:flexmojos-maven-plugin:3.9:flashbuilder\n\t\n### 5. Archetypes \nThis is a collection of commands to generate simple starter projects for Flexmojos.\n\n### 6. Libraries\nThis project splits the functionality of the other projects into an application SWF and a library SWC. \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjgonecrypto%2Fflexmojos-introduction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjgonecrypto%2Fflexmojos-introduction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjgonecrypto%2Fflexmojos-introduction/lists"}