M dist/build.xml
- added a target to ease iterative development M dist/netbeans/logging.properties - turn on logging for all mozilla java classes M webclient/classes_spec/org/mozilla/mcp/MCP.java - make the logger package private A webclient/classes_spec/org/mozilla/mcp/RandomHTMLInputStream.java R webclient/classes_spec/org/mozilla/webclient/test/RandomHTMLInputStream.java R webclient/test/automated/src/classes/org/mozilla/webclient/RandomHTMLInputStream.java - rewrote and copied this here so THTTPD could use it. M webclient/classes_spec/org/mozilla/mcp/THTTPD.java - use RandomHtmlInputStream for the NavigationTest.stopTest(). M webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java M webclient/test/automated/src/classes/org/mozilla/webclient/NavigationTest.java - use THTTPD to create RandomHTMLInputStream instances. git-svn-id: svn://10.0.0.236/trunk@227981 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
14
mozilla/java/dist/build.xml
vendored
14
mozilla/java/dist/build.xml
vendored
@@ -72,6 +72,20 @@
|
||||
<antcall target="build.zip" />
|
||||
</target>
|
||||
|
||||
<target name="test-release"
|
||||
description="Build a Webclient Release">
|
||||
|
||||
<antcall target="prepare" />
|
||||
<antcall target="uptodate" />
|
||||
<antcall target="compile.all" />
|
||||
<antcall target="build.dist.jar" />
|
||||
<antcall target="copy.binaries" />
|
||||
<antcall target="copy.test.src" />
|
||||
<antcall target="copy.core.src" />
|
||||
<antcall target="copy.build.support" />
|
||||
</target>
|
||||
|
||||
|
||||
<target name="build.zip">
|
||||
<condition property="platform" value="win32">
|
||||
<and>
|
||||
|
||||
@@ -8,5 +8,5 @@ java.util.logging.FileHandler.limit = 50000
|
||||
java.util.logging.FileHandler.append = true
|
||||
java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
|
||||
|
||||
org.mozilla.webclient.level=ALL
|
||||
org.mozilla.level=ALL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user