Note that the linked issue and fix is specific to running DevMode, not the 
compiler itself, but you seem to be having issues with the compiler?

On Monday, February 2, 2026 at 11:03:27 AM UTC-6 [email protected] wrote:

> Just found out that the bug fix is merged to 2.12
>
> https://github.com/gwtproject/gwt/issues/9939
>
>
> I guess I will try it when I migrate my application to GWT 2.12
>
>
> Thanks.
>
>
>
> On Friday, January 30, 2026 at 7:09:40 PM UTC-5 Craig Mitchell wrote:
>
>> Are you using the gwt-maven-plugin?
>>
>> I think you'd do it something like this:
>>
>> <compilerArgs>
>>   <arg>-generateJsInteropExports</arg>
>>   <arg>-includeJsInteropExports</arg>
>>   <arg>com.nyct.client.ui.widget.StreetMap.north</arg>
>> </compilerArgs>
>>
>> On Saturday, 31 January 2026 at 10:22:30 am UTC+11 Chak Lai wrote:
>>
>>> Hi,
>>>
>>> I am trying to include compiler option -includeJsInteropExports in GWT 
>>> 2.11, but it gives me an error.
>>>
>>> Here is my parameters
>>>
>>> -generateJsInteropExports
>>> -includeJsInteropExports com.nyct.client.ui.widget.StreetMap.north
>>>
>>>
>>> Error:
>>> -includeJsInteropExports regex cannot start with '+' or '-'
>>>
>>>
>>>
>>> Note:
>>> com.nyct.client.ui.widget.StreetMap.north is a method in my object.
>>>
>>>
>>>
>>>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/google-web-toolkit/aa74bd2c-3eb9-42f0-bd8d-71ebbff6a7b1n%40googlegroups.com.

Reply via email to