Re: [Xdoclet-user] xdoclet tags and javadoc generation?

2006-03-18 Thread Andrew Stevens
On Thu, 2006-03-16 at 16:14, Bjørn T Johansen wrote: Is there a way to tell Ant to not include xdoclet tags when generating javadoc? Yes. Use the tag nested element inside the javadoc task. See http://ant.apache.org/manual/CoreTasks/javadoc.html#tagelement Just set the enabled attribute to

[Xdoclet-user] how to generate multi column in propery tag

2006-03-18 Thread Hung Vu
Hi, How do I need to do in XDoclet to create the following mapping: property name=propertyName type=MyUserType column name=column1 not-null=true length=2/ column name=column2 not-null=true/ /property My XDoclet is /** * @hibernate.property name=propertyName type=MyUserType *