DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38428>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38428 Summary: javadoc -breakiterator not compatible with JDK 1.3 Product: Log4j Version: 1.3alpha Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The -breakiterator switch was added to Javadoc 1.4 to "preview" an expected change to the first sentence detection logic that was expected to be the default in the next major release of Java which ended up being JDK 1.5. However, that change was abandoned with the intent to provide an explicit means on indicating the summary statement in a future javadoc. build.xml had specified the -breakiterator switch which caused Javadoc 1.3 to fail with an unrecognized option message. Omitting the switch with Javadoc 1.4 would result in diagnostic messages where the sentence breaking differed between the BreakIterator and the classic sentence detection logic to warn of the expected change in default behavior in the next major release. Javadoc 1.5 eliminated the diagnostic messages. This change removes the -breakiterator switch to allow Javadoc 1.3 to build the documentation and modifies doc comments to eliminate the warnings that were generated with javadoc 1.4. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
