I would say that the order of compilation is not the one you expect. The
error
Line 23: No source code is available for type
de.gad.gfw.web.navigator.menu.model.MenuElement; did you forget to inherit
a required module?
Errors in
'file:/Users/xgadjth/sandboxes/b21_gwt-03.03.00/render/source/de/gad/gfw/web/gui/render/dialog/print/PrintMenu.java'
Line 8: The hierarchy of the type PrintMenu is inconsistent
says that you do not have the class file in your compilation classpath.
Then, for any reason, the jar or the class file (with its source) is found
in the classpath and the compilation is working.Difficult to say without
the build process.
Compare the order when you compile module per module and full automated.
There must be a difference. Or do you deploy resources when you "compile"
one by one ? This would publish some jar somewhere that are theun used by
the first project...
2014-02-11 17:09 GMT+01:00 Jan Thewes <[email protected]>:
> Ok any further information.
> We're trying to compile 5 modules at a time. That fails
> When compiling all the 5 modules alone. It works!
> We also have a "merge"-module. These combines 4 of our 5 modules. This
> merge module compiles without any error, too!
> So this is a real strange behavior...
>
> Am Dienstag, 11. Februar 2014 09:25:05 UTC+1 schrieb Jan Thewes:
>
>> Hey guys,
>>
>> we have a very strange problem here.
>> We've a real large application written in GWT using GXT.
>> We wanted to switch to 2.6 because we need IE10 support.
>> For that reason we patched the GXT 2.3.1 source so that it works with GWT
>> 2.6.
>>
>> We now have the problem that the first compile fails. After the compile
>> failed I start the compile again and it ends successful.
>> I don't really know what the problem is. I added the compile log.
>> There you can see that the compile fails with an error related
>> to AutoHidePreventMenu (line 966)
>> I added a detail log where you can see the error in more detail (compiled
>> with output "Debug").
>>
>>
>> Any help is appreciated.
>>
>> If I can provide any further information feel free to ask!
>>
>> Cheers,
>> Jan
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.