Sunday, July 21, 2019

Re: Gwt 2.8.2 compilation error

The compile tells you, that there is no source code for: org.apache.commons.beanutils.PropertyUtils

Common problem is:

* you did not inherit the module descriptor for the module containing PropertyUtils

Just add the module using inherits in your module descriptor. 

But I am pretty sure, PropertyUtils can not be used on the client side ... but maybe I am wrong.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/79dca1a8-efc1-4460-9adf-250f735b93c3%40googlegroups.com.

No comments:

Post a Comment