Bug 514984 - Javadocs don't link correctly
Summary: Javadocs don't link correctly
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Docs (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-09 07:58 EDT by Bradley Ross CLA
Modified: 2017-04-09 08:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bradley Ross CLA 2017-04-09 07:58:29 EDT
I ran into a problem when linking my Javadoc to the AspectJ javadocs.  I believe that regenerating the Javadocs with a later version of the JDK and/or build environment may resolve the problem.

https://bradleyross.github.io/Spring-Framework-Essentials/SpringBaseball/doc/ is where I was trying to make the link and contains some notes on the problem.

The following seem to be some related references.

https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy
https://issues.jenkins-ci.org/browse/JENKINS-32619

There were apparently a number of problems with the Javadoc program in several versions of the JDK.  For example
https://bugs.openjdk.java.net/browse/JDK-8038976
Comment 1 Bradley Ross CLA 2017-04-09 08:01:14 EDT
Use https://bradleyross.github.io/Spring-Framework-Essentials/SpringBaseball/doc/com/oreilly/aspects/LoggingAspect.html to get to the Javadoc from which I was trying to get to AspectJ javadoc.  I linked to the root of the Javadoc by mistake.