[root]/proposal/xdocs/src/org/apache/tools/ant/xdoclet
migrated Ant XDoclet code here, to maintain it easier
0 lines of code changed in:
added sorting
16 lines of code changed in:
added license and logging to indexgen
68 lines of code changed in:
added index generation
9 lines of code changed in:
Bringing HEAD up to speed with the code I used to generate Appendix E of the infamous Java Development with Ant book.
TODO: Convert to the new XDoclet, start progressing this to the mainstream so that Ant 1.6 can have code-generated documentation finally.
117 lines of code changed in:
Merge changes made to 1.5 Beta2.
197 lines of code changed in:
Merge changes made to 1.5 Beta1.
37 lines of code changed in:
my, isnt the java1.4 javac fussy
0 lines of code changed in:
Substantial refactoring.
Added datatype defaults.properties generation as well as xdocs for them. Created wrapper task somewhat similar to Darrell DoBoer's in mymidon (although his is still slicker!).
Since its already processing all of Ant's main source code, I added in generation of todo lists of both Ant and this proposal - into two separate directories.
65 lines of code changed in:
thanks again Bill Burton! all i can say is "wow!"
74 lines of code changed in:
dramatically improved the "smarts" of finding real tasks. defaults.properties generation is just about there, which is sort of the litmus test to ensure that the right classes are being processed.
35 lines of code changed in:
removed mandatory requirement for category (at least for now)
3 lines of code changed in:
Changes by Bill Burton to collect tasks into categories rather than package space. Very cool, thanks!
32 lines of code changed in:
Fixed some issues with defaults.properties generation. Fixed issue with build having to be run twice because of directory being removed from the path (*arg*!).
55 lines of code changed in:
First pass at XDoclet generation of Ant task documentation.
14 lines of code changed in: