On Monday, August 27, 2012 7:50:02 AM UTC+2, jopaki wrote:
>
> An compile error like "can't implement the constants interface:  It must 
> implement TextResource or _____".  I forget the other type the error states.
>
> My semantics here are:
>
> interface MyResources extends ClientBundle {
>   
>   @Source("MyConstants.properties")
>   MyConstants constants();
>
> }
>
> where MyConstants interface is auto-generated via the gwt-maven-plugin.
>
> I'm on 2.4
>

Why are you trying to put the Constants within a ClientBundle?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/VycIWPWSmNMJ.
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