Did find out the problem. As I am building a unstable version of GWT I
set the version (in env GWT_VERSION) to '2.X.X'. This has worked fine
in the past up to 9152b50f. I would suggest eliminating the last
parsing check.
- Martin
diff --git a/dev/core/src/com/google/gwt/dev/About.java b/dev/core/src/
com/google/gwt/dev/About.java
index 6b4f6f5..93a6946 100644
--- a/dev/core/src/com/google/gwt/dev/About.java
+++ b/dev/core/src/com/google/gwt/dev/About.java
@@ -185,9 +185,6 @@ public class About {
throw new NumberFormatException("Too many digits in string.
Expected 3");
}
version[part++] = v;
- if (part != version.length) {
- throw new NumberFormatException("Expected 3 elements in
array");
- }
return version;
}
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---