Arun,
Here are some more details from another post I made today:
I downloaded xdoclet-1.1.2.
As a new commer to xdoclet I thought the supplied samples where a good place to start. Unfortunately I am getting compiler errors when running the supplied Build.bat file. These are "cannot resolve symbol" errors in one of the beans. I have also tried calling ant directly, not using the batch file.
The readme.txt of the samples directory gives a list of jar files to copy into the samples/lib directory and to include in the classpath when running ant. I followed these instructions. It also mentions that even if the compile stage of the build process fails some of the following will still be generated:
What you get:
- Generated source files went to src-gen directory.
- Generated deployment descriptors went to the corresponding directory under build directory.
- The
EJB jar file and web WAR file are generated to build/j2ee, then an EAR file is generated.
I got a build directory with a few descriptors in it but no src-gen directory.
I know this is a beginner level question but can anyone think back to when they tried these samples?