You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/08/06 13:24:54 UTC

[10/10] git commit: [flex-asjs] [refs/heads/develop] - It's slowly starting to look like something that might be useful...

It's slowly starting to look like something that might be useful...

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9f50bab0
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9f50bab0
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9f50bab0

Branch: refs/heads/develop
Commit: 9f50bab0d5e0bda51da3c7c6f17bb955cedb44cd
Parents: 6c2ecb4
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Aug 6 13:24:21 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Aug 6 13:24:21 2014 +0200

----------------------------------------------------------------------
 vf2js/README | 33 ++++++---------------------------
 1 file changed, 6 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9f50bab0/vf2js/README
----------------------------------------------------------------------
diff --git a/vf2js/README b/vf2js/README
index 0096d23..ba72e51 100644
--- a/vf2js/README
+++ b/vf2js/README
@@ -6,27 +6,17 @@ Vanilla Flex to Javascript (VF2JS)
 Install prerequisits
 ____________________
 
-- a clean, fully functional Flex SDK
+- ant and git
+- a release version of the Flex SDK (use Installer) in directory [sdk.directory]
 - environment variables:
-  - FLEX_HOME
+  - PLAYERGLOBAL_HOME (point to '[sdk.directory]/frameworks/libs/player')
 
 
 
 Using the source distribution
 _____________________________
 
-- get flex-falcon
-- build using 'ant wipe-all all'
-- point env var to 'flex-falcon'
-
-
-
-Using the binary distribution
-_____________________________
-
-- install using ant install -Dflex.sdk.loc=[]
-
-(put various licenses in proper places)
+- ant install -Dflex.sdk.loc="[sdk.directory]"
 
 
 
@@ -34,21 +24,10 @@ Publishing with VF2JS
 _____________________
 
 - import launch config
-- 
-
+- open Flex project, select SDK with overlay
+- choose 'Run/External Tool/VF2JS (Debug and Release Build)'
 
 
-2. add FalconJX
-  - download binary release
-  - extract
-  - copy '/js/lib' to '/js/vf2js/falconjx/lib'
-  - copy '/compiler/generated/dist/sdk/lib' to '/js/vf2js/lib'
-3. add VF2JS
-  - download xxx
-  - copy '' to '' # SWCs
-  - copy '' to '' # JS framework
-  - copy '' to '' # lauch config
-    - replace tokens in launch config
 
 ToDo:
 - add builds to build machine (for nightlies)