summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/swt/README')
-rw-r--r--dev-java/swt/README30
1 files changed, 29 insertions, 1 deletions
diff --git a/dev-java/swt/README b/dev-java/swt/README
index 9a7c4be..4426c2c 100644
--- a/dev-java/swt/README
+++ b/dev-java/swt/README
@@ -1,3 +1,30 @@
+======== Instructions for >=dev-java-swt-3.2.2-r1 =========
+To run the test, execute runtest2.sh
+
+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
@@ -16,4 +43,5 @@ USE="xulrunner -seamonkey" emerge swt
runtest.sh xulrunner
pkill -9 java
-(if you put both in USE, it builds against xulrunner) \ No newline at end of file
+(if you put both in USE, it builds against xulrunner)
+