I am using Spring Source Toolsuite and try to generate ajdoc for a Spring project. I am getting console messages like this
C:\workspace\prj-afso\src\main\java\com\afso\web\validators\UserValidator.java:5 [error]
The import org.springframework cannot be resolved
import org.springframework.context.i18n.LocaleContextHolder;
Javadocs generate fine, the project is working, STS shows no errors and i found no way to configure ajdoc in STS. Still, i am getting a lot of errors for Spring libraries (supposedly all). How to generate ajdoc? What crucial configuration did i miss?