|
We need to review and see which points are gone:
http://marc.info/?l=forrest-dev&m=107633288925954&w=2 Things to do to make it usable: 0 - make a code scanner so that this can be applied to any project without effort 1 - interlink javasrc and javadocs 2 - make javadocs from the xml format (skin) 2 - better uml page 3 - use the javadoc skin to make vizant docs 4 - add source views for other formats 6 - major overhaul of jsdoc After this: 7 - integrate all in a single navigation - database of references 8 - output also to javahelp format 9 - make plugins for different languages
Recently Apache Maven have expressed interest in taking over this code. See the following email threads:
Re: Forrestdoc and Maven JXR http://marc.info/?t=118096009200007 Re: [Proposal] decide the future of forrestdoc http://marc.info/?t=118413398900001 The latter has a list of steps for finalisation of the handover.
David Crossley made changes - 11/Sep/07 02:53 AM
Moved to http://jira.codehaus.org/browse/MSANDBOX-36 due to r574907
moved forrestdoc code and issues to Maven
Ross Gardler made changes - 12/Sep/07 10:39 PM
Ross Gardler made changes - 12/Sep/07 10:39 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Around Line 667 of Pass2.java is being pointed to as the culprit, but as ever with programming, the cause could be earlier on, I don't know enough about it to know.
return ((String) o1).compareTo(o2);
Looks ok, but other files skipped during compilation may be having an effect. Just a guess, if someone can look to get it working, then we can work on this issue of tidy up & doc creation.