Scuilion / gradle-syntastic-plugin

A Gradle plugin for integrating your Java project with Vim and Syntastic.
47 stars 3 forks source link

Is it possible to use cygpaths when running the task from a cgwin terminal? #10

Closed mrt181 closed 7 years ago

mrt181 commented 8 years ago

I am using cygwin/vim on my windows machine. The plugin creates windows paths, which are useless for syntastic in this environment.

On my ubunut machine everything is fine.

Do you have an idea how to recognize through groovy if the plugin runs in a cygwin enviroment? I haven't found anything yet, would try to do the change myself then.

Scuilion commented 8 years ago

So far I haven't been able to find a good solution to this other than hard coding an option. Even Apache Commons library does not have a method, which makes me think there is not good way to determine if the system is Cygwin based.

On windows, I just used GVim.

Scuilion commented 8 years ago

Cygwin is not supported by syntastic.