There is this error in your stack :
   [ERROR] Errors in
'file:/Users/xgadjth/sandboxes/b21_gwt-03.03.00/render/source/de/gad/gfw/web/gui/render/toolbar/ToolBar.java'
      [ERROR] Line 116: The method addStyleName(String) is undefined for
the type AutoHidePreventMenu
      [ERROR] Line 123: The method hide() is undefined for the type
AutoHidePreventMenu
      [ERROR] Line 134: Type mismatch: cannot convert from
AutoHidePreventMenu to Menu

Could you tell usthe hierarchy of the ToolBar class ?

The same for those classes :

   [ERROR] Errors in
'file:/Users/xgadjth/sandboxes/b21_gwt-03.03.00/uigxt/source/de/gad/gfw/web/gui/uigxt/widget/valuta/ValutaDateField.java'
   [ERROR] Errors in
'file:/Users/xgadjth/sandboxes/b21_gwt-03.03.00/webUI/source/de/gad/gfw/web/gui/webui/gxt/widget/wrapper/misc/WMenu.java'

I see in your packages name that you have gxt. Is there any chance that the
version of GXT you are using at compile time is not the same that you are
using in your IDE ? My assumption is that you could use in your IDE a
version of GXT that has an API that is consistent with your code but at
compile time, you are using another (probably older) version of GXT.




2014-02-14 12:33 GMT+01:00 Jan Thewes <janthe...@gmail.com>:

> Well, the order has to do something with the failing compile. But this is
> new with GWT 2.6. Before our compilation always worked. And we don't have
> changed our code since the change to 2.6.
> Still need ideas what this can be. In my opinion this is a GWT internal
> bug.
>
> Am Dienstag, 11. Februar 2014 18:20:38 UTC+1 schrieb BGL:
>>
>> 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 <jant...@gmail.com>:
>>
>>> 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 google-web-toolkit+unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-we...@googlegroups.com.
>>>
>>> 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 google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> 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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to