I'm seeing this same compile error when going from 2.4 to 2.5.  Any 
workaround for this yet?



On Wednesday, November 7, 2012 12:24:29 PM UTC-5, dflorey wrote:
>
> Sure... I'm just not sure if it helps. My app is fairly complex and 
> includes a number of modules:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <module rename-to='ucm'>
> <inherits name='com.google.gwt.user.User' />
> <inherits name="com.google.gwt.i18n.I18N" />
> <inherits name='com.floreysoft.appcore.AppCore' />
> <inherits name='com.floreysoft.mail.MailBuilder' />
> <inherits name='com.floreysoft.contact.ContactEditor' />
> <inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' />
> <inherits name="com.google.code.gwt.database.Html5Database" />
> <inherits name='com.google.gwt.maps.GoogleMaps' /> 
> <inherits name='com.google.gwt.visualization.Visualization'/>
> <inherits name='com.floreysoft.widgets.FloreysoftWidgets' />
> <inherits name='net.auroris.ColorPicker.client' />
> <inherits name='com.google.gwt.appengine.channel.Channel'/>
> <inherits name='com.floreysoft.orgchart.OrgChart' />
> <inherits name="com.google.gwt.ajaxloader.AjaxLoader"/>
>  <entry-point class='com.floreysoft.ucm.client.UCMLoader' />
>
> <extend-property name="locale" values="de" />
> <extend-property name="locale" values="en" />
>
> <set-property name="css3d.support" value="no"/>
> <set-property name="user.agent" value="gecko1_8,safari,ie8,ie9"/>
> <set-property name="locale" value="en"/> 
>   
> <stylesheet src="http://fonts.googleapis.com/css?family=Ubuntu:400,500,700
> "/>
> <stylesheet src='UniversalContactManager.css' />
>
> <script src="js/codemirror.js" />
>
> <source path='client' />
> <source path="shared" />
> </module>
>
> On Tuesday, November 6, 2012 5:10:05 PM UTC+1, John A. Tamplin wrote:
>>
>> On Tue, Nov 6, 2012 at 10:26 AM, dflorey <daniel...@gmail.com> wrote:
>>
>>> Some more info:
>>> I've switched back to 2.4 to verify that everything compiles smoothly.
>>> After going back to 2.5 I get lots of errors. 
>>> To me it looks as if some modules are missing, but as it works fine with 
>>> 2.4 I guess it must be something different.
>>>
>>
>> I haven't seen this problem -- can you share your .gwt.xml file?
>>
>> -- 
>> John A. Tamplin
>>
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to