Re: When Migrating JsInterop from GWT-Exporter to @JsInterface, JSORestrictionsChecker throws NullPointerException

2014-06-14 Thread 田传武
Will JsInterop be released in June? Can't wait for it ;-)

On Friday, June 6, 2014 11:58:16 PM UTC+8, Ray Cromwell wrote:
>
>
> JsInterop is only half implemented and not for use right now. There are 
> several big patches that are going to land soon which change a lot about 
> it. I would hold off using it until then.
>
>
>
> On Fri, Jun 6, 2014 at 1:24 AM, 田传武 > wrote:
>
>>  Hello,
>>
>> I tried converted two projects we are currently using GWT Exporter to 
>> @JsInterface for interoperate with JS. The  *first project* 
>> 
>>  only 
>> exports three interfaces, and translated successfully.  
>>
>>  The second project's first migration step  translated successfully, 
>> here are the commit and compile log:
>>  
>> https://github.com/goodow/realtime-store/commit/643e5efc2a92ac9cbcbadc8b7dd1d97e456bfe92
>>  
>>  https://travis-ci.org/goodow/realtime-store/builds/26914674 
>>  
>> However, i  encounter a strange  NullPointerException when annotates 
>> more  @JsInterface,  here are the second commit and compile log:
>>  
>> https://github.com/goodow/realtime-store/commit/f9b2978c6a91d6afe9cd0d6d0ebd20adbf34480a
>>  
>>  https://travis-ci.org/goodow/realtime-store/builds/26915260 
>>  
>> Thanks for help :)
>>
>
>

-- 
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/d/optout.


Re: When Migrating JsInterop from GWT-Exporter to @JsInterface, JSORestrictionsChecker throws NullPointerException

2014-06-06 Thread 'Ray Cromwell' via Google Web Toolkit
JsInterop is only half implemented and not for use right now. There are
several big patches that are going to land soon which change a lot about
it. I would hold off using it until then.



On Fri, Jun 6, 2014 at 1:24 AM, 田传武  wrote:

> Hello,
>
> I tried converted two projects we are currently using GWT Exporter to
> @JsInterface for interoperate with JS. The *first project*
> 
>  only
> exports three interfaces, and translated successfully.
>
> The second project's first migration step translated successfully, here
> are the commit and compile log:
>
> https://github.com/goodow/realtime-store/commit/643e5efc2a92ac9cbcbadc8b7dd1d97e456bfe92
> https://travis-ci.org/goodow/realtime-store/builds/26914674
>
> However, i encounter a strange NullPointerException when annotates more
> @JsInterface, here are the second commit and compile log:
>
> https://github.com/goodow/realtime-store/commit/f9b2978c6a91d6afe9cd0d6d0ebd20adbf34480a
> https://travis-ci.org/goodow/realtime-store/builds/26915260
>
> Thanks for help :)
>

-- 
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/d/optout.


When Migrating JsInterop from GWT-Exporter to @JsInterface, JSORestrictionsChecker throws NullPointerException

2014-06-06 Thread 田传武
Hello,

I tried converted two projects we are currently using GWT Exporter to 
@JsInterface for interoperate with JS. The *first project* 

 only 
exports three interfaces, and translated successfully. 

The second project's first migration step translated successfully, here are 
the commit and compile log:
https://github.com/goodow/realtime-store/commit/643e5efc2a92ac9cbcbadc8b7dd1d97e456bfe92
https://travis-ci.org/goodow/realtime-store/builds/26914674

However, i encounter a strange NullPointerException when annotates more 
@JsInterface, here are the second commit and compile log:
https://github.com/goodow/realtime-store/commit/f9b2978c6a91d6afe9cd0d6d0ebd20adbf34480a
https://travis-ci.org/goodow/realtime-store/builds/26915260

Thanks for help :)

-- 
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/d/optout.