Multiple warnings in GWT 2.2

2011-02-25 Thread Eric
Hello all,
I've searched and haven't found anything.  I'm surprised that this
hasn't been discussed (or I can't find it).

After upgrading to GWT 2.2, I'm getting the warnings below both in dev
mode and compiled.  Is there anything I can do about it?  Is it a
known issue.  The only thing I'm doing that is a little weird is
creating my own cell table resources.

Are other people having this issue?

Thanks,
Eric

gwtc:
 [java] Compiling module com.greenfiling.gwt.gwtui
 [java]Scanning for additional dependencies: jar:file:/data/
install/gwt-2.2.0/gwt-user.jar!/com/google/gwt/cell/client/
IconCellDecorator.java
 [java]   Computing all possible rebind results for
'com.google.gwt.cell.client.IconCellDecorator.Template'
 [java]  Rebinding
com.google.gwt.cell.client.IconCellDecorator.Template
 [java] Invoking generator
com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator
 [java]Constructing interface
com.google.gwt.cell.client.IconCellDecorator.Template
 [java]   Generating method body for
imageWrapperTop()
 [java]  [WARN] Template with variable in CSS
context: The template code generator cannot guarantee HTML-safety of
the template -- please inspect manually
 [java]   Generating method body for
imageWrapperBottom()
 [java]  [WARN] Template with variable in CSS
context: The template code generator cannot guarantee HTML-safety of
the template -- please inspect manually
 [java]   Generating method body for outerDiv()
 [java]  [WARN] Template with variable in CSS
context: The template code generator cannot guarantee HTML-safety of
the template -- please inspect manually
 [java]  [WARN] Template with variable in CSS
context: The template code generator cannot guarantee HTML-safety of
the template -- please inspect manually
 [java]   Generating method body for
imageWrapperMiddle()
 [java]  [WARN] Template with variable in CSS
context: The template code generator cannot guarantee HTML-safety of
the template -- please inspect manually
 [java]  [WARN] Template with variable in CSS
context: The template code generator cannot guarantee HTML-safety of
the template -- please inspect manually
 [java]Compiling 5 permutations
 [java]   Compiling permutation 0...
 [java]   Compiling permutation 1...
 [java]   Compiling permutation 2...
 [java]   Compiling permutation 3...
 [java]   Compiling permutation 4...
 [java]Compile of permutations succeeded
 [java] Linking into /data/apps/prod/build/svn_checkout/war/gwtui
 [java]Link succeeded
 [java]Compilation succeeded -- 214.635s

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Multiple warnings in GWT 2.2

2011-02-25 Thread John LaBanca
There is an issue to track this bug:
http://code.google.com/p/google-web-toolkit/issues/detail?id=5962

We should have it fixed for GWT 2.3, even if it means we have to replace the
templates in that Cell.

Thanks,
John LaBanca
jlaba...@google.com


On Fri, Feb 25, 2011 at 4:55 PM, Eric edimickeast...@gmail.com wrote:

 Hello all,
 I've searched and haven't found anything.  I'm surprised that this
 hasn't been discussed (or I can't find it).

 After upgrading to GWT 2.2, I'm getting the warnings below both in dev
 mode and compiled.  Is there anything I can do about it?  Is it a
 known issue.  The only thing I'm doing that is a little weird is
 creating my own cell table resources.

 Are other people having this issue?

 Thanks,
 Eric

 gwtc:
 [java] Compiling module com.greenfiling.gwt.gwtui
 [java]Scanning for additional dependencies: jar:file:/data/
 install/gwt-2.2.0/gwt-user.jar!/com/google/gwt/cell/client/
 IconCellDecorator.java
 [java]   Computing all possible rebind results for
 'com.google.gwt.cell.client.IconCellDecorator.Template'
 [java]  Rebinding
 com.google.gwt.cell.client.IconCellDecorator.Template
 [java] Invoking generator
 com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator
 [java]Constructing interface
 com.google.gwt.cell.client.IconCellDecorator.Template
 [java]   Generating method body for
 imageWrapperTop()
 [java]  [WARN] Template with variable in CSS
 context: The template code generator cannot guarantee HTML-safety of
 the template -- please inspect manually
 [java]   Generating method body for
 imageWrapperBottom()
 [java]  [WARN] Template with variable in CSS
 context: The template code generator cannot guarantee HTML-safety of
 the template -- please inspect manually
 [java]   Generating method body for outerDiv()
 [java]  [WARN] Template with variable in CSS
 context: The template code generator cannot guarantee HTML-safety of
 the template -- please inspect manually
 [java]  [WARN] Template with variable in CSS
 context: The template code generator cannot guarantee HTML-safety of
 the template -- please inspect manually
 [java]   Generating method body for
 imageWrapperMiddle()
 [java]  [WARN] Template with variable in CSS
 context: The template code generator cannot guarantee HTML-safety of
 the template -- please inspect manually
 [java]  [WARN] Template with variable in CSS
 context: The template code generator cannot guarantee HTML-safety of
 the template -- please inspect manually
 [java]Compiling 5 permutations
 [java]   Compiling permutation 0...
 [java]   Compiling permutation 1...
 [java]   Compiling permutation 2...
 [java]   Compiling permutation 3...
 [java]   Compiling permutation 4...
 [java]Compile of permutations succeeded
 [java] Linking into /data/apps/prod/build/svn_checkout/war/gwtui
 [java]Link succeeded
 [java]Compilation succeeded -- 214.635s

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.