> Just out of curiosity, why the dependency on log4j? I'm a log4j user > myself, so I understand its value, but it also adds one more necessary > piece > to an installation. > > Is it possible to run XDoclet without it somehow? By default is it > logging > information? > > Perhaps XDoclet could migrate towards a more generalized logging package - > Jakarta Commons now has a Logging project. The best link I could find is: > > http://cvs.apache.org/viewcvs/~checkout~/jakarta- > commons/logging/PROPOSAL.ht > ml?rev=1.4&content-type=text/plain
So you mean writing a noop logger for end-users, and a delegator for our use. Well, it indeed is possible but on the other hand it's not that hard to copy a little jar file :-) log4j is distributed by xdoclet and many people just copy it to their app, along with relevant portions of samples/build.xml and classpath entries. Not a big deal imho, but maybe someone may be interested to implement it and change the code. Ara. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
