Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.