Add link to GSS migration doc.
Change-Id: I433127e936836c2601f66dfe5e2f0c795ef9d9c1
diff --git a/user/src/com/google/gwt/resources/rg/GssResourceGenerator.java b/user/src/com/google/gwt/resources/rg/GssResourceGenerator.java
index 9b9edfc..bc853a8 100644
--- a/user/src/com/google/gwt/resources/rg/GssResourceGenerator.java
+++ b/user/src/com/google/gwt/resources/rg/GssResourceGenerator.java
@@ -1019,7 +1019,6 @@
boolean css = ensureEitherCssOrGss(resources, logger);
if (css && gssOptions.isAutoConversionOff()) {
- // TODO(dankurka): add link explaining the situation in detail.
logger.log(Type.ERROR,
"Your ClientBundle is referencing css files instead of gss. "
+ "You will need to either convert these files to gss using the "
@@ -1028,7 +1027,8 @@
+ "you will need to move to gss."
+ "Add this line to your gwt.xml file to temporary avoid this:"
+ "<set-configuration-property name=\"CssResource.conversionMode\""
- + " value=\"strict\" />");
+ + " value=\"strict\" /> "
+ + "Details on how to migrate to GSS can be found at: http://goo.gl/tEQnmJ");
throw new UnableToCompleteException();
}