rinkrank - 26.03.03 02:18
: - Refactored InvocationFactory into BeanContextSupportEx (which was moved to xdoclet.beans)
- Added first cut of automatic build.xml generation
rinkrank - 17.03.03 14:38
: Added a little demo project to get people started
rinkrank - 16.03.03 18:06
: Removed the need for xdoclet-plugin.xml. All metadata is now in generated BeanInfo.
pathoss - 09.03.03 16:49
: Removed a lot throws XDocletException. If the exception is never thrown, why declare it.
rinkrank - 08.03.03 15:21
: Added Java Beans support. This is in order to make it possible for Bean containers (such as IDEs) to configure XDoclet. We're generating BeanInfo and MANIFEST.MF files that provide metadata about XDoclet. This is in fact the Metadata API for the configuration part of XDoclet.
rinkrank - 05.03.03 23:27
: - Applied formatting with Jalopy.
- Added our own Jalopy and Checkstyle settings.
- Added custom tag definitions to keep JavaDoc silent about custom tags.
rinkrank - 05.03.03 01:32
: Fixed javadoc. Warnings about unkown tags requires the following RFE to be implemented: http://issues.apache.org/bugzilla/show_bug.cgi?id=17142 It also requires an analog patch in Maven
rinkrank - 05.03.03 00:44
: - Added packageSubstitution using java.utiil.regex
- Abstracted xjavadoc completely out of the core (MetadataProvider)
- Added some more variables to the Velocity/Jelly context (see Plugin.java)
- Some more minor things I don't remember