i am newbie to xdoclet, now i am using xdoclet to generate hibernate's hbm file.
 <hibernatedoclet destdir="${src.dir}" excludedtags="@version,@author,@todo" 
force="false" mergedir="${src.dir}" verbose="false">
 
but i don't know the detail meaning of excludedTags/force/verbose attribute,
there are no more explain on them at document, such as 
excludedTags="@version,@author", document say that there should not include 
@version information at generated file,does it mean, if my class annotation 
like this
/** * @hibernate.class table="exampletable" * @author hitdemo * @version 1.5 */
public class ExampleBean extends BaseObject implements Serializable {
......
 
1.5 and hitdemo will not appear in generated ExampleBean.hbm.xml?
 
in fact,even i get rid of @version,@author from excludedtags,there are no "1.5" 
and "hitdemo" appear in ExampleBean.hbm.xml,so i was confused.
 
so the force and verbose, does anyone give me a detail explain or example?
 
many thanks. 
 
_________________________________________________________________
探索 Windows Vista 的世界
http://search.live.com/results.aspx?q=windows+vista&mkt=zh-cn&FORM=LIVSOP
-------------------------------------------------------------------------
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

Reply via email to