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:53:23 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - Better...

Better...

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/cf58bc4f
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/cf58bc4f
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/cf58bc4f

Branch: refs/heads/develop
Commit: cf58bc4f95fcf92bd0be81f2730f6f2958cb5731
Parents: 599cfe5
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Aug 6 13:52:09 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Aug 6 13:52:09 2014 +0200

----------------------------------------------------------------------
 vf2js/README | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/cf58bc4f/vf2js/README
----------------------------------------------------------------------
diff --git a/vf2js/README b/vf2js/README
index ba72e51..04bea41 100644
--- a/vf2js/README
+++ b/vf2js/README
@@ -1,34 +1,36 @@
 Vanilla Flex to Javascript (VF2JS)
 ==================================
 
-
-
 Install prerequisits
 ____________________
 
-- ant and git
-- a release version of the Flex SDK (use Installer) in directory [sdk.directory]
-- environment variables:
-  - PLAYERGLOBAL_HOME (point to '[sdk.directory]/frameworks/libs/player')
+- you will need to install 'ant' and 'git' on your machine
+- get a release version of the Flex SDK (i.e. Apache Flex SDK 4.13.0, 
+  but any other will do fine as well)
 
 
 
 Using the source distribution
 _____________________________
 
-- ant install -Dflex.sdk.loc="[sdk.directory]"
+- open command line and 'cd' to the VF2JS directory 
+- run 'ant install -Dflex.sdk.loc="[sdk.directory]"' (where 
+  [sdk.directory] is the full path to the Flex SDK you want to overlay,
+  i.e. "/Applications/Adobe Flash Builder 4.7/sdks/4.13.0")
+  - if your 'PLAYERGLOBAL_HOME' environment variable is set to a value
+    that is different from the version you chose for the Flex SDK, or
+    if you have not set that environment variable, add 
+    ' -DPLAYERGLOBAL_HOME=[sdk.directory]/frameworks/libs/player' to the
+    end of the command
 
 
 
 Publishing with VF2JS
 _____________________
 
-- import launch config
-- open Flex project, select SDK with overlay
-- choose 'Run/External Tool/VF2JS (Debug and Release Build)'
-
-
-
-ToDo:
-- add builds to build machine (for nightlies)
-- lots and lots... please contribute!
+- open Flex project, select your newly overlayed Flex SDK
+  in 'Project/Properties -> Flex Compiler'
+- import the VF2JS launch config:
+  - choose 'File/Import... -> Launch Configurations' and point
+    to '[sdk.directory]/ide/flashbuilder/launch'
+- to publish to JS, choose 'Run/External Tool/VF2JS (Debug and Release Build)'