Hi,
> ISSUE 2
>
> I've seen that webdoclet uses log4j. To get further along in finding
the
> errors in ISSUE 1 I thought I could maybe enable log4j in <webdoclet>.
Am
> I
> correct? So, how do I enable log4j in <webdoclet>? I've been looking
> around
> on xdoclet.sourceforge.net without finding any useful information.
log4j's
> web page has some documentation but I don't know how to integrate the
> property setting with ant.
Create a file named log4j.proeprties. In it place this line:
log4j.rootCategory=INFO, Console
log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout
log4j.appender.Console.layout.ConversionPattern=(%-35c{2} %-4L) %m%n
log4j.category.xdoclet.DocletTask=DEBUG
log4j.category.xdoclet.DocletTask$DocletMain=DEBUG
Launch Ant with
-Dlog4j.configuration=file:/full-path-to-my-config-file/log4j.properties
. Trace any class of xdoclet you want.
PS: I will add an FAQ item for this, but DocletTask$DocletMain has
already changed in 1.2.
> ISSUE 3.
>
> I tried to build XDoclet from CVS. I didn't found any documentation
> besides
> how to check out. I pulled, cd'ed into script and ran ./build.sh.
Will be added to 1.2's docs. Just checkout xjavadoc module too to the
same folder xdoclet module is checked out.
Ara.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user