summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/swt/README')
-rw-r--r--dev-java/swt/README42
1 files changed, 2 insertions, 40 deletions
diff --git a/dev-java/swt/README b/dev-java/swt/README
index 4d0ebf8..345e696 100644
--- a/dev-java/swt/README
+++ b/dev-java/swt/README
@@ -1,47 +1,9 @@
-======== Instructions for >=dev-java-swt-3.2.2-r1 =========
-To run the test, execute runtest2.sh <swt-slot>
+To run the test of xulrunner integration, execute runtest.sh <swt-slot>
-The test should load http://www.eclipse.org to a window. This window does not
-seem to close properly so just pkill -9 java if you don't have anything else
-java running.
-
-You should test swt built agains firefox, seamonkey and xulrunner (if applicable)
-by remerging with various USE flags. It can be built and only against one of the
-three, so specifying multiple flags will result in effectively one, with this
-priority:
-xulrunner > firefox > seamonkey
-
-So the test scenario for version that supports all three could look like this:
-USE="seamonkey -firefox -xulrunner" emerge swt
-runtest2.sh
-pkill -9 java
-USE="firefox -xulrunner" emerge swt
-runtest2.sh
-pkill -9 java
-USE="xulrunner" emerge swt
-runtest2.sh
-pkill -9 java
-
-
-======== Instructions for <=dev-java-swt-3.2.2 =========
-
-runtest.sh takes one argument that is the browser implementation swt was built
-against. So for examples:
- runtest.sh xulrunner
-
-(xulrunner) is the default
+The swt should be built with USE=xulrunner.
The test should load http://www.eclipse.org to a window. This window does not
seem to close properly so just pkill -9 java if you don't have anything else
java running.
-You should test both seamonkey and xulrunner, like this:
-USE="seamonkey -xulrunner" emerge swt
-runtest.sh seamonkey
-pkill -9 java
-USE="xulrunner -seamonkey" emerge swt
-runtest.sh xulrunner
-pkill -9 java
-
-(if you put both in USE, it builds against xulrunner)