RE: [Xdoclet-user] Re: HBM files not genertaed when HIbernateDoclet task is run

2005-04-04 Thread refri.alcantara
It all about the source directory. If your source directory is wrong or you specify directly the package directory, it won't process the files If you have a class like this package com.sicflex.data /** * @author Sicflex * @since version 1.0 * @hibernate.class * tables="menu" * dynamic-u

[Xdoclet-user] Can not generate Hibernate Mappings using HibernateDocletTask

2005-04-02 Thread refri.alcantara
I've tried to generate Hibernate mapping from a pojo class, and everything runs without a problem, but the hbm.xml is not generated. Here is my Pojo class: package com.sicflex.data; import com.sicflex.hbm.util.HbmBase; import java.util.Set; /** * This class provides the means to create the me