Dmitry Zhuravlev

Results 51 comments of Dmitry Zhuravlev

Hm... weird... The exception means that sync of project failed. Maybe it is a part of communication between plugin and Kobalt server. Actually I tried to reproduce the problem with...

Thanks for logs! Looks like the problem of serialization during RMI call inside IDEA's external system API. But still wondering why it is not reproducible on my side.

Hi @johanhaleby thabk you for publishing such issue. Could you please attach the log with all exception trace for the mentioned problem?

Provided some temporary solution with Retrofit library which is builded manually. Should be updated to the actual release version of library as soon as https://github.com/square/retrofit/pull/2103 will be merged.

And what was the intention to run this bat from the bundled Terminal in IDEA? Why not simple run of the Kobalt task directly? But there still be some shift...

Android studio branch is outdated. Probably I will merge all the latest changes to it.

Merged all changes from master to android studio branch but not tested since have no Android Studio installed.... But I expect that the mentioned problem with `Unresolved reference: PROXY_LOGIN` should...

Hm... looks weird. @cbeust FYI `kotlin-1.1.1-migration` merged to master since Kotlin 1.1 officially released and I see no reason to keep it separatelly anymore. @Shinelw here is the builded plugin...

If I got it right, by "loading new class" you actually mean "newly added classes doesn't instantiated that could lead to unexpected `null` references in related object instances". Actually DCVM...

Then you definitely should recheck http://hotswapagent.org/mydoc_plugin_tomcat.html and https://github.com/HotswapProjects/HotswapAgent first. How it works with particular version of Tomcat and if there is some conflicts with Tomcat custom classloaders or not. Maybe...