On Wednesday, October 16, 2013 6:21:38 AM UTC+2, Timothy Spear wrote:
>
> I am getting the following warning on compile:
>
> [INFO]  Invoking generator 
> com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
> [INFO]             Preparing method css
> [INFO]                The following problems were detected
> [INFO]                   [WARN] Line 9 column 8: encountered "}". Was 
> expecting one of: "+" "-" "," "/" ")" <STRING> <IDENT> <NUMBER> <URL> 
> <PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD> <GRAD> 
> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <UNICODERANGE> <FUNCTION> 
>
> The problem is I have a lot of CSS. All of it displays correctly in 
> Eclipse in CSS Editors.
> So, is there a way to display the actual segment being processed? This 
> would help find the offending file and segment.
>

AFAICT, the log here (second line) points to a "css()" method in a 
ClientBundle; that would help you find the CSS file with the error.
The last line tells you it's line 9 in this file.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to