simonhicks / gradle-vim-syntastic-plugin

Don't use this. Use https://github.com/Scuilion/gradle-syntastic-plugin - it's better.
3 stars 2 forks source link

.syntastic-classpath empty #1

Closed axelmagn closed 10 years ago

axelmagn commented 10 years ago

Running the vimFiles task does not populate the syntastic-classpath file with anything on my system. My buildfile isn't doing anything fancy, just pulling in some Cascading dependencies. Unfortunately I'm very new to groovy and have no idea how to contribute a fix.

simonhicks commented 10 years ago

I suspect the problem was that you're using a flat project (ie. normal...no child projects). All my projects are structured using child projects, so I didn't notice that it wasn't working for normal builds. I've fixed that now, so hopefully it should work for you