I can acutally compile child1 without any problems. Its just child2 that messes up. And I really don't know why. I had this as an isolated project before and it worked fine. Then I moved it into the main- project and no I can't compile it no more. This is freakin me out. Seriously!
Tom On 2 Feb., 10:31, newnoise <[email protected]> wrote: > Ah sorry my mistake, the error is: > Finding entry point classes > [ERROR] Unable to find type 'project.client.child1.Child1' > > I checked it like 9 times, the "path" is right. > > I'm not trying to compile the Parent-Module anymore but the two > modules in the project. I can't find any page describing the correct- > architecture for a project containing several modules. > > I really appreciate your help! If I can specify anything with more > information please let me know! > Tom > > On 2 Feb., 00:27, Colin Alworth <[email protected]> wrote: > > > > [ERROR] Hint: Previous compiler errors may have made this > > > type unavailable > > Which type? Which error? If you are missing code in your Child1/2 projects > > that disappears only when the Parent module is missing, something is not set > > up correctly, or perhaps you are still attempting to compile the new-deleted > > module? > > > If a module with an entry-point inherits another module with another > > entry-point, the finished product will run both entry-points. That is what > > your original post seemed to indicate, though I still don't see how. This > > compiler error seems to suggest that there is some other mixed up > > dependency. > > > -Colin -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
