Hi Caleb,
On 27 September 2012 10:26, Caleb holt <
bonele...@gmail.com> wrote:
> I'm not saying that it's happening to you, evidently it is not happening
> to you; this is happening to me though possibly we get different results
> because we have different GWT versions?
I know this works in both GWT 2.5-rc1 and GWT 2.4.
> I think the error message is fairly clear though, it states "however your
> companion Java type (UiBinder inner type subclass) does not exist." It says
> inner type subclass, I mention above that I extracted the interface from the
> class I left out that I placed it in the same package, though I did place it
> in the same package.
You seem to be using the GWT Designer plugin. I never use it as it
never worked for me. This seems to be a hardcoded message from GWT
Designer and as such does not represent any GWT requirements. It may
be a GWT Designer requirement, though.
> I have uploaded a project that demonstrates what is happening, I would
> very much appreciate it if you would let me know that you do something
> different and get it to work.As far as I can understand the problems I'm
> having are very much in line with the error messages that eclipse is giving
> me. And that is my reasoning for bringing this up not being able to do inner
> sublcass interfaces in the "Not supported java features thread"
I just spent a couple of hours trying to get your project to work.
Sorry but I spent too much time on this already. We have a more
reliable way of working/building: Maven. :-)
The only differences that I can see is that I use the @UiTemplate
annotation on my UiBinder interfaces. And ours are public (but that
*really* should not matter). Neither difference should be relevant. I
suspect you ran into a GWT Designer limitation.
Cheers,
Hilco