missing javadoc for "WebObjects Frameworks" library (WOL-259)

From: Zak Burke (zdbw..artmouth.EDU)
Date: Wed Mar 07 2007 - 12:40:11 EST

  • Next message: Mike Kienenberger: "Re: Moving pages/components out of default packages for WebObjects 5.2.4"

    For reasons I don't now recall, at some point I removed the "WO
    Frameworks" library from a project, and then went back in to add the
    library. "WO Frameworks" isn't available as a library, but
    "WebObjects Frameworks" and "WebObjects Frameworks old" are there.

    The "WebObjects Frameworks" library works fine and lets me build my
    project. But ... I can't attach Javadoc to it. In the library's
    profile in the projects Properties/Java Build Path/Libraries/
    window, the Javadoc comment reads "Javadoc location: (None) - non
    modifiable".

    This appears to be the result of mangling the project's .classpath
    file. Un-mangling it restores the "WO Frameworks" library and my
    linked Javadoc. Here is the entry that gets borked (reformatted for
    line breaks):

            <classpathentry kind="con"
            path="org.objectstyle.wolips.WO_CLASSPATH/
                    JavaWebObjects/
                    JavaFoundation/
                    JavaXML/
                    JavaWOExtensions/
                    JavaEOAccess/
                    JavaEOControl/
                    JavaJDBCAdaptor"/>

    and here is what happens to it:

            <classpathentry kind="con"
                    path="org.objectstyle.wolips.ContainerInitializer/
                    10/1/JavaEOAccess/
                    1/nil/1/nil/1/0/1/false/10/1/JavaEOControl/
                    1/nil/1/nil/1/0/1/false/10/1/JavaFoundation/
                    1/nil/1/nil/1/0/1/false/10/1/JavaJDBCAdaptor/
                    1/nil/1/nil/1/0/1/false/10/1/JavaWebObjects/
                    1/nil/1/nil/1/0/1/false/10/1/JavaWOExtensions/
                    1/nil/1/nil/1/0/1/false/10/1/JavaXML/
                    1/nil/1/nil/1/0/1/false"/>

    There's already a bug filed about the missing javadoc
    (http://issues.objectstyle.org/jira/browse/WOL-259), but I think
    that may just be a symptom, rather than the actual problem. I
    attached these comments to the issue.

    zak.



    This archive was generated by hypermail 2.0.0 : Wed Mar 07 2007 - 12:41:37 EST