--- Ambika Awanty <[EMAIL PROTECTED]> wrote: > Hi, > thanks for replying soon. I am new to xdoclet, > correct me if i am wrong anywhere. XD1 in your mail > refers to xdoclet1.* version and XD2 means > xdoclet2.* version right? > But i am able to get a download option for > Xdoclet2, in its home page only plugins download > option is there. I tried to working with this plugin > but some of the jar files are missiing in that. > can you give help me to solve this issue?
XDoclet 2 lives under: http://xdoclet.codehaus.org/ and is best used with maven (2) - that's why all jars are in repository and downloaded on demand. ( there are bundles on sourceforge, see http://www.sourceforge.net/projects/xdoclet-plugins/ ) If you use maven 2, then you do not need to download anything. just specify plugin: ( for hibernate plugin ) <plugin> <groupId>xdoclet</groupId> <artifactId>maven2-xdoclet2-plugin</artifactId> <version>2.0.5</version> <executions> <execution> <id>xdoclet</id> <phase>generate-sources</phase> <goals> <goal>xdoclet</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>xdoclet-plugins</groupId> <artifactId>xdoclet-plugin-hibernate</artifactId> <version>1.0.4-SNAPSHOT</version> </dependency> </dependencies> regards, ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- JTec quality components: http://www.pribluda.de/projects/ ____________________________________________________________________________________ We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list. http://tv.yahoo.com/collections/265 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user