-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO.txt
93 lines (51 loc) · 3.18 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
------------------------------------------------------------------------------
Let the Maven plugin put the generated documentation in the correct location.
------------------------------------------------------------------------------
Update the README to explain how to use the Maven plugin.
------------------------------------------------------------------------------
Share the same versions of plugins across all pom.xml files.
------------------------------------------------------------------------------
Document the cause and resolution in the generated documentation.
------------------------------------------------------------------------------
Do not require a translation for all log messages. If no translation is
available, then fall back to a default format that displays the parameters in
a quoted form. E.g.:
10202 transaction="FNC-5569"; label=null; grtID=null; grxID="1233890-22"
------------------------------------------------------------------------------
Have a way to aggregate all Logdoc documentation, like with the Javadoc
plugin.
------------------------------------------------------------------------------
Automatically add the znerd-logdoc dependency to projects that use the
Maven plugin. If possible.
------------------------------------------------------------------------------
Allow log entries to be marked as deprecated.
------------------------------------------------------------------------------
Allow the name of the Log class to be specified.
------------------------------------------------------------------------------
Change the sample project to use the invoker plugin:
http://maven.apache.org/plugins/maven-invoker-plugin/
------------------------------------------------------------------------------
Add another sample project that uses an Ant task.
------------------------------------------------------------------------------
Group the sample projects under one directory.
------------------------------------------------------------------------------
Include sources and javadoc when deploying.
------------------------------------------------------------------------------
Add an automated test for the Ant task. See:
http://ant.apache.org/manual/antexternal.html
------------------------------------------------------------------------------
Add an automated test for the Maven task.
------------------------------------------------------------------------------
Print the Logdoc version when logging at INFO level. So for example when
using:
ant -verbose
------------------------------------------------------------------------------
Only allow 'exceptionClass' attribute if 'exception' attribute is also set.
------------------------------------------------------------------------------
Make the automated test that tests the Logdoc version work.
------------------------------------------------------------------------------
Consider applying as an Apache project.
------------------------------------------------------------------------------
Consider moving all filter-related classes to a separate 'filter' package.
This may not be the best option, though.
------------------------------------------------------------------------------