• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

ant xdoclet and javabeans

 
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Peter Gragert
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
using directly beaninfo.xdt in place of <beaninfo/> seems to solve my
problems
 
No more fooling around. Read this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic