Eclipse Ant Build Package Does Not Exist When running JavaDoc [message #1862348] |
Mon, 27 November 2023 21:07 |
David Green Messages: 1 Registered: November 2023 |
Junior Member |
|
|
I am not sure where else to look to solve this problem. I am running an Ant build in Eclipse and javadoc is reporting a package that does not exist. This does not stop the build from completing but I would like to resolve it. This is the javadoc section of the build-impl.xml file in Eclipse. If I mouseover the javac.classpath in the section I can see a list of the jar files. The package that Javadocs is complaining about, the jar file is in the list. If I go to the declaration for javac.classpath it takes me to a property file for a netbeans project. this project started as netbeans and was later imported to Eclipse. The javadocs problem is relatively new, it started last week but the project is a few years old. I have gone through the netbeans property file and everywhere I can find the javac.classpath and there is a list of jar files. I have added the name of the jar file. I am not sure where else to look. This doesn't prevent the project from being built, but it is annoying. The error in the console is:
[javadoc] Constructing Javadoc information...
[javadoc] /Users/foo/Projects/SwitchLogCollector/src/dc/sanswitch/Main.java:7: error: package org.apache.commons.cli does not exist
[javadoc] import org.apache.commons.cli.ParseException;
|
|
|
Powered by
FUDForum. Page generated in 0.03751 seconds