Author: [EMAIL PROTECTED]
Date: Thu Nov 13 21:11:40 2008
New Revision: 4076
Modified:
trunk/tools/api-checker/config/gwt15_16userApi.conf
Log:
LinkedHashMap_CustomFieldSerializer.java was included twice when building
the
TypeOracle, one in user/super and the other in user/src. It seems that when
both were included, sometime both were dropped. And when that happened for
the
1.6/trunk api, it resulted in an error.
The proper fix seems to be to just include one of them in this file, and
have
another api-checker run to check compatibility between the super-source and
non-super-source files.
Patch by: amitmanjhi
Review by: scottb (TBR)
Modified: trunk/tools/api-checker/config/gwt15_16userApi.conf
==============================================================================
--- trunk/tools/api-checker/config/gwt15_16userApi.conf (original)
+++ trunk/tools/api-checker/config/gwt15_16userApi.conf Thu Nov 13 21:11:40
2008
@@ -3,7 +3,7 @@
name_old gwt15userApi
#sourceFiles and excludedFiles are specified as colon-separated list of
files
sourceFiles_old
@OLDROOT@/dev/core/super:@OLDROOT@/user/super:@OLDROOT@/user/src
-excludedFiles_old
@OLDROOT@/user/src/com/google/gwt/benchmarks:@OLDROOT@/user/src/com/google/gwt/junit:@OLDROOT@/user/src/com/google/gwt/i18n/rebind:@OLDROOT@/user/src/com/google/gwt/i18n/tools:@OLDROOT@/user/src/com/google/gwt/json:@OLDROOT@/user/src/com/google/gwt/user/rebind:@OLDROOT@/user/src/com/google/gwt/user/server:@OLDROOT@/user/src/com/google/gwt/user/tools:@OLDROOT@/user/super/com/google/gwt/benchmarks:@OLDROOT@/user/super/com/google/gwt/junit
+excludedFiles_old
@OLDROOT@/user/src/com/google/gwt/benchmarks:@OLDROOT@/user/src/com/google/gwt/junit:@OLDROOT@/user/src/com/google/gwt/i18n/rebind:@OLDROOT@/user/src/com/google/gwt/i18n/tools:@OLDROOT@/user/src/com/google/gwt/json:@OLDROOT@/user/src/com/google/gwt/user/rebind:@OLDROOT@/user/src/com/google/gwt/user/server:@OLDROOT@/user/src/com/google/gwt/user/tools:@OLDROOT@/user/super/com/google/gwt/benchmarks:@OLDROOT@/user/super/com/google/gwt/junit:@OLDROOT@/user/super/com/google/gwt/user
##############################################
#new Api
@@ -12,7 +12,7 @@
#sourceFiles and excludedFiles are specified as colon-separated list of
files
sourceFiles_new ./dev/core/super:./user/super:./user/src
#:dev/core/src
-excludedFiles_new
./user/src/com/google/gwt/benchmarks:./user/src/com/google/gwt/junit:./user/src/com/google/gwt/i18n/rebind:./user/src/com/google/gwt/i18n/tools:./user/src/com/google/gwt/json:./user/src/com/google/gwt/user/rebind:./user/src/com/google/gwt/user/server:./user/src/com/google/gwt/user/tools:./user/super/com/google/gwt/benchmarks:./user/super/com/google/gwt/junit
+excludedFiles_new
./user/src/com/google/gwt/benchmarks:./user/src/com/google/gwt/junit:./user/src/com/google/gwt/i18n/rebind:./user/src/com/google/gwt/i18n/tools:./user/src/com/google/gwt/json:./user/src/com/google/gwt/user/rebind:./user/src/com/google/gwt/user/server:./user/src/com/google/gwt/user/tools:./user/super/com/google/gwt/benchmarks:./user/super/com/google/gwt/junit:./user/super/com/google/gwt/user
##############################################
#excluded packages
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---