On 26 mai, 16:48, Amine Ouahman <[email protected]> wrote:
> Hi everybody,
>
> I'm seeking some ideas about how to parse my CSS files and generate a
> java class.

If your goal is to generate a CssResource interface, GWT already gives
you the com.google.gwt.resources.css.InterfaceGenerator tool (launch
it as "java -cp gwt-user.jar
com.google.gwt.resources.css.InterfaceGenerator")

Otherwise, you can use CSSParser or Flute (GWT uses a patched version
of Flute).

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

Reply via email to