Hi,
Sorry if this have already been reported, but I think there is a bug
in XDoclet with comments.
When creating a persistent class, if there is any classic java comment
between javadoc comments used to generate the class parameters in the
repository and the class definition, the class is not included in the
repository.
Examples :
It works with
/**
* @ojb.class table="users"
*
*/
public class User {
...
}
but it fails with
/**
* @ojb.class table="users"
*
*/
/* the bad comment that make your stuff not working */
public class User {
...
}
Sylvain.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]