hi,
i am trying to add hibernate xdoclet tags to my POJOs. for the simple tags i can type in the tags and i am able to generate the mapping files from it.
however, to help in going further it would be nice to have the help that IDEs like Eclipse provide by showing you all the available options that you have for writing the xdoclet tags.
for example, in my tag when i type "@hibernate." at that point, i am expecting to see a list of options that i can add after the "." above. my problem is that this help is not coming up.
in my dev environment, i have added the following jars on my classpath:
xdoclet-/X.X.X/.jar
xdoclet-hibernate-module-/X.X.X/.jar
xdoclet-xjavadoc-/X.X.X/.jar
xdoclet-xdoclet-module-/X.X.X/.jar
log4j-/X.X.X/.jar
commons-collections-2.0.jar
commons-logging.jar
but it still does not seem to work. any ideas where i may be going wrong? thanks!!
|