• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XDoclet help

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
Could some one please tell me how to use xdoclet.I have downloaded the zip file and extracted the contents for xdoclet .Also have downloaded ant but dont know wht to do next.Could some one please help.Thanx
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have a look at the xdoclet site and follow their instructions. it is very wide what you're asking. Have you got Ant installed? if not, you need that to run xdoclet.
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What i actually wanted to know is tht do i actually have to know wht to write the ejb using javadoc syntax meanin i have to memorize all the attribute names in order to write tht page.Also wanted to know wht is to be done after i write tht javadoc code.Just tell me the steps i dont need to know the indepth explanation.I do have ant installed.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the included example is really good.
you have to define new task(s) in ant <taskdef .../> and then use them. that's all
 
reply
    Bookmark Topic Watch Topic
  • New Topic