rinkrank - 09.05.03 12:48
: o Fixed XDTWO-16. Merge files in BetwixtPlugin
o Fixed a small (unregistered) bug in FileUtils
o Commented out BetwixtPluginTest :-( It started failing, but I belive the test doesn't reflect well how it's working anymore.
o New patched Betwixt that I forgot in the previous commit.
rinkrank - 09.05.03 00:06
: o Fixed XDTWO-20
o Fixed XDTWO-19
o Fixed XDTWO-18
o Fixed XDTWO-17
o Partly fixed XDTWO-16
rinkrank - 06.05.03 22:20
: Let the tagdoc plugin breathe the air
rinkrank - 05.05.03 02:00
: Now using XJavaDoc's built-in Java Beans based tag discovery.
rinkrank - 01.05.03 14:54
: Applied Christian Kvalheim's XGG patch XDTWO-2 that uses Sun's MSV. This adds support for DTD and XSD!
rinkrank - 29.04.03 22:10
: various updates. mostly to do with XJavaDoc no longer being a singleton and the new SDK component that migrates XDoclet 1.2 style xtags.xml to XTag classes.
rinkrank - 24.04.03 02:31
: Minor fixes. Last commit was not entirely bug free :-)
rinkrank - 24.04.03 01:35
: o Added a migration tool to the SDK. Reads legacy xtags.xml and produces real XTag classes. The velocity template needs more work.
o Various smaller changes
rinkrank - 06.04.03 17:19
: Initial support for XML Schema in XGG (using Sun's rngconv)
rinkrank - 06.04.03 02:07
: Added BeanInfo support in the XGG plugin. Now Betwixt serialises XML correctly! (We still need to ensure that element ordering is correct).
rinkrank - 03.04.03 00:22
: -Fixed a cardinality bug in XGG
-Improved comments in XGG beans
-Addes support for Hibernate 2.0-beta4 and 2.0 from HEAD (v. 1.18)
rinkrank - 02.04.03 22:27
: -Implemented xgg (again!) It only generates java beans
-Added Betwixt plugin that can serialise xgg generated beans to XML
-Removed dead code
-Various refactorings here and there
rinkrank - 10.02.03 14:51
: Removed all dependencies to Log4J. Converted all those dirty System.outs to Commons Logging calls. Everything goes through Ant's logger if XDoclet is run from Ant. (There are still log4j dependencies in the project.xml files, but that's because Velocity needs it).
rinkrank - 07.02.03 02:45
: o Now using SNAPSHOT for xjavadoc so Maven will download it every time. XJavadoc is likely to change a lot from now on.
o Improved CodeUnit tests by using the new getRootDir() method.
o Added MAthias and Aslak's Y! discussion about XTags
rinkrank - 06.02.03 23:10
: o Renamed plugins to xdoclet-plugins-xxx. This naming standard follows the package structure more closely -> more intuitive.
o Added first cut of xtag plugin and docs for it
rinkrank - 04.02.03 18:35
: Improved build system (moved core plugins under core)