Vaadin TouchKit: Widgetset does not contain implementation for com.vaadin.t

The compilation indeed looks good, although you are only compiling one permutation (for one browser) - but the widgetset you just compiled is not used.

First make sure that your web.xml (or portlet.xml) correctly refers to the widgetset as an init parameter.

This could also be an issue with some cache or similar (try cleaning the Tomcat work directory if running Tomcat in Eclipse), or see if the widgetset is copied to the correct location if that is needed for your server.

Finally, make sure the permutation you are compiling is the correct one for the browser you are using - you could try compiling all permutations.