RE: [mojo-dev] CSSMojo

2010-07-06 Thread Robert Scholte
Please create an issue at http://jira.codehaus.org/browse/MGWT including your description and patch - Robert > Date: Tue, 6 Jul 2010 12:58:16 +0200 > From: [email protected] > To: [email protected] > Subject: [mojo-dev] CSSMojo > > This is a patch that adds a cs

[mojo-dev] CSSMojo

2010-07-06 Thread Ståle Undheim
This is a patch that adds a css target to invoke com.google.gwt.resources.css.InterfaceGenerator to generate interface files based on a css file, similar to how i18n works. I needed to change the JavaCommand, as the css generator outputs to standard out instead off to a target file. It's configured