When I run my javadoc command with ant or if i try to generate he docs from eclipse (using same build script) this is what I get and I can’t figure out how to find the error. Is there somewhere that I can get more information about the error?

When I run my javadoc command with ant or if i try to generate
Share
The error is stated on the third line of the javadoc output:
Your build.xml file specifies -classpath more than once. To build from multiple classpaths, separate paths by semicolons within one -classpath attribute rather than specifying that attribute multiple times.