Syntastic reports errors, that certain packages do not exist, although I defined them by myself in this project. How can I make Syntastic recognize those?
I use the ant build system, and already tried to add those .class files by myself via:
:SyntasticJavacEditClasspath
and then added in the new window the directory containing the .class files
~/.../mainProject/ant-bin/lang
It did not change anything.