< prev index next >

./build.gradle

Print this page

        

@@ -3543,10 +3543,17 @@
     }
 
     compileJava.dependsOn(copyWrappers);
 
     test {
+        if (!IS_COMPILE_WEBKIT) {
+            println "***************************************************************************************"
+            println "*** running web tests without building webkit ***"
+            println "*** webkit native library will be picked up from JDK and few web test cases may fail ***"
+            println "*** make sure you copy webkit native library from recent build ***"
+            println "***************************************************************************************"
+        }
         // Run web tests in headless mode
         systemProperty 'glass.platform', 'Monocle'
         systemProperty 'monocle.platform', 'Headless'
         systemProperty 'prism.order', 'sw'
         dependsOn webArchiveJar
< prev index next >