I am trying to generate "...."BeanInfo.java using
ant and xdoclets
Two examples work on the samples directory of the xdoclet-1.2.3 others
not. Very strange.
Do you know how to persuade the system to output debug info?
Activating log4j debugging?
Here is my taskdef:
<taskdef
name="xdoclet"
classname="xdoclet.DocletTask"
classpathref="lib.path"
/>
And later <beaninfo /> is used.
Here is the output from my 'ant buil.xml'
Buildfile: build.xml
init:
makeBeanInfo:
[xdoclet] (XDocletMain.start 47 ) Running <beaninfo/>
BUILD SUCCESSFUL
Total time: 10 seconds
But there should be info about getters and setters??!!
Any hint is very much apreciated
.
Peter