Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » 'undefined' in javadoc path(Generated javadoc search produces invalid urls)
'undefined' in javadoc path [message #1841784] Fri, 28 May 2021 15:04 Go to next message
Chris Harris is currently offline Chris HarrisFriend
Messages: 2
Registered: May 2021
Junior Member
I am using:
Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components)
Version: 2021-03 (4.19.0)
Build id: 20210312-0638
OS: Windows 10, v.10.0, x86_64 / win32
Java version: 11.0.7

And using the Project -> Generate javadoc wizard to generate javadoc.

It all works ok except in one respect: if I use the search box in one of the generated pages and select a result, the url doesn't work. It has an extra 'undefined' element like this:
myserver.xxx.org/javadoc//undefined/org/om/caleb/api/ApiAuth.html

If I edit the url in the browser address bar, and remove 'undefined', it finds the correct page.
This is very annoying.
Does anyone know what's causing this, or how to avoid it?

Thanks

Re: 'undefined' in javadoc path [message #1841849 is a reply to message #1841784] Tue, 01 June 2021 08:10 Go to previous message
Chris Harris is currently offline Chris HarrisFriend
Messages: 2
Registered: May 2021
Junior Member
found the solution. When generating javadoc, in the 'Extra Javadoc options' box, enter:
--no-module-directories
Previous Topic:Best IDE for Java?
Next Topic:Java Virtual Machine
Goto Forum:
  


Current Time: Fri Apr 26 14:23:55 GMT 2024

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

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

Back to the top