On Thursday, March 20, 2014 8:20:38 PM UTC+1, Marc wrote:
>
> Using "mvn gwt:run", you need to place your stylesheet into the source 
> folder. The jetty app seems to ignore the resources folder when looking for 
> updates.
>

Run "mvn process-resources" explicitly, or let it be done by your IDE if it 
can (Eclipse with M2E calls it automatically IIRC)

FYI, the reason is that resources might have filters applied, so you want 
to read the output, not the input.

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to