On Dec 5, 1:49 pm, Robert Koberg <[EMAIL PROTECTED]> wrote: > Hi, > > I am not able to build the dev-javadoc target from the latest src from > CVS (checked out a couple of hours ago). > > Are these javadocs online somewhere? Or is there some trick to build it? > > I am on OS X and have tried to build with jdk1.5 and 1.6. The error > output (stacktraces) is rather large but the relevant parts are > basically: > > java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl > at > com > .sun > .tools > .javadoc.AnnotationDescImpl.annotationType(AnnotationDescImpl.java:46) > at > com > .sun.tools.doclets.internal.toolkit.util.Util.isDeprecated(Util.java: > 804) > at > com > .sun > .tools > .doclets > .formats > .html.TagletWriterImpl.deprecatedTagOutput(TagletWriterImpl.java:85) > ... > > thanks, > -Rob
The problem was that JUnit annotations were not being understood by javadoc so I just excluded the testsrc directory from javadoc generation. The fix is checked into the latest CVS. --N _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
