I have been playing around with the commons validator. Removed it from the classpath of my project (working in Eclipse). Rebuild the project, but i am still getting the following error messages :
The project was not built since its classpath is incomplete. Cannot find the class file for org.apache.commons.validator.ValidatorResults. Fix the classpath then try rebuilding this project.
This compilation unit indirectly references the missing type org.apache.commons.validator.ValidatorResults (typically some required class file is referencing a type outside the classpath)
I cannot find out where it references the validator. I looked at my web.xml and struts-config.xml but both seem ok.
Could someone give me a hint where to look?
Thanks a lot!!
The project was not built since its classpath is incomplete. Cannot find the class file for org.apache.commons.validator.ValidatorResults. Fix the classpath then try rebuilding this project.
This compilation unit indirectly references the missing type org.apache.commons.validator.ValidatorResults (typically some required class file is referencing a type outside the classpath)
I cannot find out where it references the validator. I looked at my web.xml and struts-config.xml but both seem ok.
Could someone give me a hint where to look?
Thanks a lot!!