Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haysclark/as3-xpath
https://github.com/haysclark/as3-xpath
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haysclark/as3-xpath
- Owner: haysclark
- Created: 2014-10-22T19:39:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T21:01:52.000Z (about 10 years ago)
- Last Synced: 2024-10-27T23:36:07.749Z (2 months ago)
- Language: ActionScript
- Size: 500 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
AS3-XPath
========================
[![Build Status](https://travis-ci.org/haysclark/as3-xpath.svg?branch=master)](https://travis-ci.org/haysclark/as3-xpath])Build SWC
-------
Build swc via Maven
```
mvn flexmojos:compile-swc
```Run Tests
-------Download and install a specific Flash Player from the [Adobe Archives.](http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html)
```
sh getFpFromArchive 'http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.7.700.225_archive.zip'
```Add the Flash Player path to $PATH so that Java can find the Flash Player. (required by Flex-Mojos 4.x)
```
export PATH="Flash Player Debugger.app/Contents/MacOS":$PATH
```FLex-Mojo is expecting the "Flash Player" command so copy "Flash Player Debug" to "Flash Player"
```
cp Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player\ Debugger Flash\ Player\ Debugger.app/Contents/MacOS/Flash\ Player
```Run UnitTest via Maven
```
mvn test
```License
-------
Copyright (c) 2014 Hays Clark
Copyright (c) 2007 Memorphic Ltd.