Sunday, December 15, 2024

RE: Possible to have super sources in a common package in a library?

I think I might have figured it out.

I created a file com/propfinancing/gwt/GWT.gwt.xml and put this
content in it:

<module>
<source path=""/>
<super-source path="superSource"/>
</module>

And then I put <inherits name="com.propfinancing.gwt.GWT"/> in
my outer project.

I have a bunch of other errors to resolve before I can test it, but the
compiler
is no longer telling me it can't find the source code for that class.

Thank you,
Neil

--
Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com
We offer 30 year loans on single family houses!

--
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 visit https://groups.google.com/d/msgid/google-web-toolkit/ae293f5757b34fc15c14afa9ccedbcfb%40mail.gmail.com.

No comments:

Post a Comment