Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Ant Build Package Does Not Exist When running JavaDoc
Eclipse Ant Build Package Does Not Exist When running JavaDoc [message #1862348] Mon, 27 November 2023 21:07
David Green is currently offline David GreenFriend
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;




Previous Topic:debug tree is slow with lots of thread creation?
Next Topic:integrated profiler in eclipse IDE for Java Developers
Goto Forum:
  


Current Time: Sun Jan 26 01:19:47 GMT 2025

Powered by FUDForum. Page generated in 0.03751 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top