Re: [Newbie Q] obj-blank xdoclet ant task not generating repository_user

2004-11-27 Thread Thomas Dudziak
Robert Baruch wrote: I'm using the obj-blank project as is, except that I have added a single file: src/java/genealogy/data/CitationPartType.java: package genealogy.data; /** * @obj.class */ public class CitationPartType { /** * @obj.field */ private String name; /** * @obj.field *

Re: [Newbie Q] obj-blank xdoclet ant task not generating repository_user

2004-11-27 Thread Thomas Dudziak
Robert Baruch wrote: Hi all, I'm using the obj-blank project as is, except that I have added a single file: src/java/genealogy/data/CitationPartType.java: package genealogy.data; /** * @obj.class */ public class CitationPartType { /** * @obj.field */ private String name; /** *

Re: [Newbie Q] obj-blank xdoclet ant task not generating repository_user

2004-11-27 Thread Robert Baruch
Thomas Dudziak wrote: The OJB XDoclet module does not process the type because you misspelled the xdoclet tags: its @[EMAIL PROTECTED], not @[EMAIL PROTECTED] (this is quite hard to catch ;-) ) sigh I am so embarrassed :) Thanks! --Rob

[Newbie Q] obj-blank xdoclet ant task not generating repository_user

2004-11-26 Thread Robert Baruch
Hi all, I'm using the obj-blank project as is, except that I have added a single file: src/java/genealogy/data/CitationPartType.java: package genealogy.data; /** * @obj.class */ public class CitationPartType { /** * @obj.field */ private String name; /** * @obj.field *