Re: Code fails to compile with GWT 2.10.0

2023-11-22 Thread Velusamy Velu
Hi Colin:

I appreciate the prompt response, and will follow the links you provided.

Thanks

Velusamy K. Velu
614-323-9649
  
  


On Wed, Nov 22, 2023 at 10:23 AM Colin Alworth 
wrote:

> Reviewing https://github.com/GwtMaterialDesign/gwt-material/releases, I
> see that 2.4.0 was the first version that was built against GWT 2.9 itself,
> and latest HEAD still appears to use GWT 2.9.0 according to the pom file.
>
> On the other hand, at
> https://github.com/GwtMaterialDesign/gwt-material-jquery/releases (which
> is where the gwt.material.design.jquery.JQuery module in your error message
> comes from), it appears that gwt-material.jquery 2.6.0 removed IE10, so
> should be compatible with GWT 2.10.0. In turn,
> https://github.com/GwtMaterialDesign/gwt-material/blob/f00988f392ef0e8f4c839dce8cf1fbb05dc10ae6/gwt-material/pom.xml#L21
> shows that the gwt-material matches the same version of
> gwt-material-jquery, so I would expect that gmd 2.6.0+ will work for you
> (latest is 2.8.3).
>
> Their Javadoc is linked from their readme, see
> https://gwtmaterialdesign.github.io/gwt-material-demo/apidocs/. I don't
> obviously see AsyncButton in there (might be in one of the other repos like
> addins?) but I also don't use GMD on a regular basis.
>
> You might also find more luck in their gitter chat (
> https://matrix.to/#/#GwtMaterialDesign_gwt-material:gitter.im), slack
> channel (https://gmd-project.slack.com/), or issue tracker.
>
> On Tuesday, November 21, 2023 at 4:09:39 PM UTC-6 kool...@gmail.com wrote:
>
>> Attempting move an application that has been working good with GWT 2.9 to
>> 2.10.0. However, the compile task is running into the following issue:
>>
>> Listening for transport dt_socket at address: 4
>>  Loading inherited module 'com.peruselab.peruse.Peruse'
>> Loading inherited module 'gwt.material.design.GwtMaterialWithJQuery'
>>Loading inherited module
>> 'gwt.material.design.GwtMaterialDesignBase'
>>   Loading inherited module 'gwt.material.design.jquery.JQuery'
>>  Loading inherited module 'gwt.material.design.jscore.JSCore'
>> [ERROR] Line 26: Value 'ie10' in not a valid value for
>> property 'user.agent'
>>
>> Seeing the issue's originating from GMD, I thought I should move that too
>> from 2.1 to a higher version. Moved to 2.2 but the AsyncButton is moved
>> from gwt.material.design.incubator.client.async to somewhere else. Tried
>> looking for the release notes but I couldn't put my hands on that either.
>>
>> Any idea if AsyncButton is still available or replaced by something else?
>> Or, is there a pointer to the JavaDoc please?
>>
>> I appreciate your help.
>>
>> Thanks
>> Velu
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "GWT Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-web-toolkit/iyH45FxhrAU/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/cdb3fca8-ea89-4db0-9c15-d436e2fed6a5n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CAK%2B6W_HVOw%2B0Q%3DQjJgmySZiCJFG6X1Myk8_HuA%3D%3D6qpF35CLfQ%40mail.gmail.com.


Re: Code fails to compile with GWT 2.10.0

2023-11-22 Thread Colin Alworth
Reviewing https://github.com/GwtMaterialDesign/gwt-material/releases, I see 
that 2.4.0 was the first version that was built against GWT 2.9 itself, and 
latest HEAD still appears to use GWT 2.9.0 according to the pom file. 

On the other hand, at 
https://github.com/GwtMaterialDesign/gwt-material-jquery/releases (which is 
where the gwt.material.design.jquery.JQuery module in your error message 
comes from), it appears that gwt-material.jquery 2.6.0 removed IE10, so 
should be compatible with GWT 2.10.0. In turn, 
https://github.com/GwtMaterialDesign/gwt-material/blob/f00988f392ef0e8f4c839dce8cf1fbb05dc10ae6/gwt-material/pom.xml#L21
 
shows that the gwt-material matches the same version of 
gwt-material-jquery, so I would expect that gmd 2.6.0+ will work for you 
(latest is 2.8.3).

Their Javadoc is linked from their readme, see 
https://gwtmaterialdesign.github.io/gwt-material-demo/apidocs/. I don't 
obviously see AsyncButton in there (might be in one of the other repos like 
addins?) but I also don't use GMD on a regular basis. 

You might also find more luck in their gitter chat 
(https://matrix.to/#/#GwtMaterialDesign_gwt-material:gitter.im), slack 
channel (https://gmd-project.slack.com/), or issue tracker.

On Tuesday, November 21, 2023 at 4:09:39 PM UTC-6 kool...@gmail.com wrote:

> Attempting move an application that has been working good with GWT 2.9 to 
> 2.10.0. However, the compile task is running into the following issue:
>
> Listening for transport dt_socket at address: 4
>  Loading inherited module 'com.peruselab.peruse.Peruse'
> Loading inherited module 'gwt.material.design.GwtMaterialWithJQuery'
>Loading inherited module 'gwt.material.design.GwtMaterialDesignBase'
>   Loading inherited module 'gwt.material.design.jquery.JQuery'
>  Loading inherited module 'gwt.material.design.jscore.JSCore'
> [ERROR] Line 26: Value 'ie10' in not a valid value for 
> property 'user.agent'
>
> Seeing the issue's originating from GMD, I thought I should move that too 
> from 2.1 to a higher version. Moved to 2.2 but the AsyncButton is moved 
> from gwt.material.design.incubator.client.async to somewhere else. Tried 
> looking for the release notes but I couldn't put my hands on that either.
>
> Any idea if AsyncButton is still available or replaced by something else? 
> Or, is there a pointer to the JavaDoc please?
>
> I appreciate your help.
>
> Thanks
> Velu
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/cdb3fca8-ea89-4db0-9c15-d436e2fed6a5n%40googlegroups.com.