Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4340826

use of javadoc -classic causing problems in Swing Bean build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • client-libs
    • None
    • beta
    • generic
    • generic



      Name: dm26566 Date: 05/24/2000


      Currently when the Swing Beans javadoc is being built, the
      win32/nmake version runs "javadoc -classic ...". The solaris/gnumake
      version doesn't use the "-classic" option.

      The "-classic" option was added last June:

        build/win32/makefiles/swingbeans.nmk

          D 1.8 99/06/29 17:33:38 anandp 9 8 00001/00001/00137
          Workaround for hotspot generating null pointer exception.
          21c21
          < LOCAL_JAVADOC = $(BINDIR)\javadoc
          ---
          > LOCAL_JAVADOC = $(BINDIR)\javadoc -classic

      Sometimes the javadoc run fails due to running out of memory. We
      haven't seen this happen without the "-classic" (the win32/gnumake
      build doesn't use it), so it would be nice to remove it from the
      nmake makefile too.

      ======================================================================

            dmcduffisunw Dale Mcduffie (Inactive)
            dmcduffisunw Dale Mcduffie (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: