ASRake | based build library for Actionscript
kandi X-RAY | ASRake Summary
kandi X-RAY | ASRake Summary
ASRake is a Ruby library. ASRake has no bugs, it has no vulnerabilities and it has low support. However ASRake has a Non-SPDX License. You can download it from GitHub.
A Rake-based build library for Actionscript 3, Flex, and AIR projects.
A Rake-based build library for Actionscript 3, Flex, and AIR projects.
Support
Quality
Security
License
Reuse
Support
ASRake has a low active ecosystem.
It has 4 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
There are 5 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ASRake is current.
Quality
ASRake has no bugs reported.
Security
ASRake has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ASRake has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
ASRake releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed ASRake and discovered the below as its top functions. This is intended to give you an instant insight into ASRake implemented functionality, and help decide if they suit your requirements.
- Initializes the application .
- This function generate the arguments from the command - line arguments
- Execute the compilation code .
- Prepares the application .
- Copies files to the source directory .
- Prepare a temp file
- Outputs an error message
- Invoke the task .
- Execute the command
- Copy files to file
Get all kandi verified functions for this library.
ASRake Key Features
No Key Features are available at this moment for ASRake.
ASRake Examples and Code Snippets
No Code Snippets are available at this moment for ASRake.
Community Discussions
No Community Discussions are available at this moment for ASRake.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ASRake
Assign arguments for your build and optionally run it with a friendlier-named task:.
Compile your SWF file as normal, but set the isAIR property to true. To package the .air file, provide the package task with the file and keystore information. If the provided key doesn't exist, it will be created for you. Be sure that the swf file is included in the package. (In the below sample code it is included by packaging everything in the bin directory with the line: air.include_files << "bin .").
You don't need to create a named Rake task in order to build your project. As an alternative, you can simply call execute() on an instance of Compc or Mxmlc. Note that this will not do any dependency checks, so the build will run even if it is unnecessary.
Compile your SWF file as normal, but set the isAIR property to true. To package the .air file, provide the package task with the file and keystore information. If the provided key doesn't exist, it will be created for you. Be sure that the swf file is included in the package. (In the below sample code it is included by packaging everything in the bin directory with the line: air.include_files << "bin .").
You don't need to create a named Rake task in order to build your project. As an alternative, you can simply call execute() on an instance of Compc or Mxmlc. Note that this will not do any dependency checks, so the build will run even if it is unnecessary.
Support
Fork this projectCreate a feature branchMake your changesCreate a Pull Request
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page