Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Documentation/API: 404s - part of 2.0.1 html generation missing

Laird,
    Yes on 2.0.2 I get the same 404 in the left bottom frame
<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
>target
<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/persistence/exceptions/package-frame.html" target="packageFrame">org.eclipse.persistence.exceptions</A></FONT>

    for
http://www.eclipse.org/eclipselink/api/2.0.2/org/eclipse/persistence/exceptions/package-frame.html

    In 2.1 we are OK though.
http://www.eclipse.org/eclipselink/api/2.1/index.html
<FONT CLASS="FrameItemFont"><A HREF="org/eclipse/persistence/exceptions/package-frame.html" target="packageFrame">org.eclipse.persistence.exceptions</A></FONT>

    The targets are the same for both releases.
>missing
http://www.eclipse.org/eclipselink/api/2.0.2/org/eclipse/persistence/exceptions/package-frame.html
>existing
http://www.eclipse.org/eclipselink/api/2.1/org/eclipse/persistence/exceptions/package-frame.html

    Looks like part of the javadoc content generation (specifically package-frame.html) for the 2.0.2 is missing - it is back in 2.1.
    thank you for finding this - appreciated - I will raise a doc bug
    /michael

Laird Nelson wrote:
http://www.eclipse.org/eclipselink/api/2.0.2/index.html loads fine.

But, for example, try navigating to the org.persistence.exceptions package.  I get a 404.  Other clicks in the Javadoc tree also yield 404s.  Oddly, the javax.persistence.* class URLs seem to work OK.

Just thought someone should know.

Best,
Laird

_______________________________________________ eclipselink-users mailing list eclipselink-users@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top