You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/03/19 18:21:45 UTC

git commit: [flex-falcon] [refs/heads/feature/maven-migration] - Added more information to the README_MAVEN

Repository: flex-falcon
Updated Branches:
  refs/heads/feature/maven-migration 56b4353a2 -> d620a5d58


Added more information to the README_MAVEN


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

Branch: refs/heads/feature/maven-migration
Commit: d620a5d584fb49e5e6f9af48a57f2ba9adc5ba27
Parents: 56b4353
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Mar 19 18:21:40 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Mar 19 18:21:40 2016 +0100

----------------------------------------------------------------------
 README_MAVEN.txt | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d620a5d5/README_MAVEN.txt
----------------------------------------------------------------------
diff --git a/README_MAVEN.txt b/README_MAVEN.txt
index 2ab9252..ef45582 100644
--- a/README_MAVEN.txt
+++ b/README_MAVEN.txt
@@ -12,5 +12,18 @@ In order to build falcon with Maven you need to perform the following steps:
 3. Build the parts needed by the build
     mvn install -P minimal
 
-4. Build the project itself
-    mvn install
\ No newline at end of file
+4. Build the project itself (without tests)
+    mvn install -DskipTests
+
+If you want to run the tests make sure you have the environment variable:
+FLASHPLAYER_DEBUGGER set to point to a valid flashplayer debugger executable.
+If not, the test will definitely fail. Another thing you have to make
+sure is that the falcon directory is added to the list of trusted locations
+in the flashplayer global settings. This is described here:
+https://www.macromedia.com/support/documentation/de/flashplayer/help/settings_manager04.html
+
+As soon as that's done you can run the build with tests like this:
+    mvn install
+
+NOTE: Currently there are sill some tests failing. On Windows machines
+a little more than on non Windows machines. We are working on this issues.
\ No newline at end of file