Author: [EMAIL PROTECTED]
Date: Thu Nov 13 20:23:38 2008
New Revision: 4073

Modified:
     
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java

Log:
Turning on logging to figure out what is going on in the build machine. Will
revert these later.

Patch by: amitmanjhi


Modified:  
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
==============================================================================
---  
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
         
(original)
+++  
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
         
Thu Nov 13 20:23:38 2008
@@ -87,7 +87,7 @@
    public static final boolean DEBUG = false;

    // prints the API of the two containers, false by default.
-  public static final boolean DEBUG_PRINT_ALL_API = false;
+  public static final boolean DEBUG_PRINT_ALL_API = true;

    // these two parameters print APIs common in the two repositories.  
Should be
    // false by default.
@@ -106,7 +106,7 @@
    public static final boolean DEBUG_DUPLICATE_REMOVAL = false;

    // Tweak for log output.
-  public static final TreeLogger.Type type = TreeLogger.WARN;
+  public static final TreeLogger.Type type = TreeLogger.INFO;

    // remove duplicates by default
    public static Collection<ApiChange> getApiDiff(ApiContainer newApi,
@@ -276,4 +276,4 @@
      return hashSet;
    }

-}
\ No newline at end of file
+}

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to