diff --git a/mozilla/java/dist/build.xml b/mozilla/java/dist/build.xml index 92f29e6e731..f213918c129 100644 --- a/mozilla/java/dist/build.xml +++ b/mozilla/java/dist/build.xml @@ -318,6 +318,8 @@ file="${objdir}/java/dom/jni/${so.prefix}javadomjni.${jni.extension}" /> + diff --git a/mozilla/java/dist/netbeans/build.xml b/mozilla/java/dist/netbeans/build.xml index dd8c3bca87b..bc9bed2c79f 100755 --- a/mozilla/java/dist/netbeans/build.xml +++ b/mozilla/java/dist/netbeans/build.xml @@ -165,11 +165,19 @@ + + + + - - - - + + + + + + + + @@ -185,6 +193,11 @@ to the binary directory of the host browser in the webclient.properties file? The current value of this property is: ${browser.bin.dir} and this directory must contain the file ${so.prefix}xul.${so.extension}. + +Also, you must make sure the properties javaxpcom.jar and +MozillaInterfaces.jar are valid. +javaxpcom.jar is currently ${javaxpcom.jar} +MozillaInterfaces.jar is currently ${MozillaInterfaces.jar} @@ -240,6 +253,7 @@ ${so.prefix}xul.${so.extension}. + @@ -256,6 +270,7 @@ ${so.prefix}xul.${so.extension}. + @@ -310,6 +325,7 @@ ${so.prefix}xul.${so.extension}. + @@ -339,8 +355,10 @@ ${so.prefix}xul.${so.extension}. - + + + @@ -349,8 +367,10 @@ ${so.prefix}xul.${so.extension}. + + diff --git a/mozilla/java/dist/netbeans/nbproject/project.properties b/mozilla/java/dist/netbeans/nbproject/project.properties index cdb3d06397c..8dd49d4d62f 100755 --- a/mozilla/java/dist/netbeans/nbproject/project.properties +++ b/mozilla/java/dist/netbeans/nbproject/project.properties @@ -20,9 +20,11 @@ file.reference.main-java=../test/manual/src/main/java file.reference.main-java-1=../test/automated/src/main/java file.reference.main-java-2=../src/main/java file.reference.webclient-2_0_a9.jar=../lib/webclient-2_0_a9.jar +file.reference.MozillaInterfaces.jar=../lib/MozillaInterfaces.jar jar.compress=false javac.classpath=\ ${file.reference.webclient-2_0_a9.jar}:\ + ${file.reference.MozillaInterfaces.jar}:\ ${libs.junit.classpath} # Space-separated list of extra javac options javac.compilerargs= diff --git a/mozilla/java/dist/netbeans/webclient.properties b/mozilla/java/dist/netbeans/webclient.properties index b3da8b5172e..6639029f118 100755 --- a/mozilla/java/dist/netbeans/webclient.properties +++ b/mozilla/java/dist/netbeans/webclient.properties @@ -1,7 +1,9 @@ # START required modifications #Make this point to the bin directory of your XULRUNNER installation -browser.bin.dir=C:\\Projects\\chaff\\xulrunner +browser.bin.dir=F:\\Projects\\mozilla\\MOZILLA_NIH\\FIREFOX_2_0_0_3_RELEASE\\mozilla\\xulrunner-win32_d.obj\\dist\\bin +javaxpcom.jar=${browser.bin.dir}/javaxpcom.jar +MozillaInterfaces.jar=${browser.bin.dir}/../sdk/lib/MozillaInterfaces.jar # END required modifications @@ -12,7 +14,7 @@ browser.bin.dir=C:\\Projects\\chaff\\xulrunner # Windows #debug.jvm.args=-Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=y -test.browser.url=http://jazoon.com/ +test.browser.url=f:\\Projects\\mozilla\\MOZILLA_NIH\\FIREFOX_2_0_0_3_RELEASE\\mozilla\\java\\webclient\\test\\automated\\src\\test\\FireBugTest.html # http.proxyHost=webcache.east.sun.com # http.proxyPort=8080 # http.nonProxyHosts=".sfbay.sun.com|.east.sun.com|.central.sun.com" diff --git a/mozilla/java/external/MozillaInterfaces.jar b/mozilla/java/external/MozillaInterfaces.jar new file mode 100755 index 00000000000..b53c228062c Binary files /dev/null and b/mozilla/java/external/MozillaInterfaces.jar differ diff --git a/mozilla/java/webclient/test/automated/src/test/FireBugTest.html b/mozilla/java/webclient/test/automated/src/test/FireBugTest.html new file mode 100755 index 00000000000..5eebf02b274 --- /dev/null +++ b/mozilla/java/webclient/test/automated/src/test/FireBugTest.html @@ -0,0 +1,32 @@ + + + + Test of FireBug from Webclient + + + +

Test of FireBug from Webclient

+ + + + + + +
+
+ + +Last modified: Fri Nov 09 19:27:13 Eastern Standard Time 2007 + + +