-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
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.
======================================================================