Re: XDoclet & empty .xml

2004-08-12 Thread Edson Carlos Ericksson Richter
Another programmer made a change to our build.xml (and not reported). He added our src folder to classpath of taskdef so we can find custom conversion classes... I think this did the trick at all. Sorry by posting this "fake" solution to fast before checking all facts. Richter Em Qui, 2004-08-1

Re: XDoclet & empty .xml

2004-08-12 Thread Thomas Dudziak
Edson Carlos Ericksson Richter wrote: I'm shamed. My files are not being processes because I had spaces around equals sign. Like this: /** @ojb.class table = "TB1" */ correcting to this: /** @ojb.class table="TB1" */ worked fine. Hmm, this shouldn't be a problem. I just verified this, and spaces a

Re: XDoclet & empty .xml

2004-08-11 Thread Edson Carlos Ericksson Richter
Hi! I'm shamed. My files are not being processes because I had spaces around equals sign. Like this: /** @ojb.class table = "TB1" */ correcting to this: /** @ojb.class table="TB1" */ worked fine. Thanks, Richter Em Ter, 2004-08-10 às 18:13, Thomas Dudziak escreveu: > Edson Carlos Ericksson

Re: XDoclet & empty .xml

2004-08-10 Thread Thomas Dudziak
Edson Carlos Ericksson Richter wrote: Changed to and and just less messages (only one, in a class that isn't a bean at all and either isn't in beans directory...), but still not generating any content to .xml Why is doclet processing files in other directories that are not under criteria I specif

Re: XDoclet & empty .xml

2004-08-10 Thread Edson Carlos Ericksson Richter
Em Ter, 2004-08-10 às 16:52, Thomas Dudziak escreveu: > Edson Carlos Ericksson Richter wrote: > > > Of course, I already updated with latest from CVS. > > No need to, there were no changes to the XDoclet module since 1.0 final. > > >>I've updated to OJB 1.0 and now I'm trying OJB doclet module.

Re: XDoclet & empty .xml

2004-08-10 Thread Thomas Dudziak
Edson Carlos Ericksson Richter wrote: Of course, I already updated with latest from CVS. No need to, there were no changes to the XDoclet module since 1.0 final. I've updated to OJB 1.0 and now I'm trying OJB doclet module. I already documented some classes with ojb.class and so on, but I always ge

Re: XDoclet & empty .xml

2004-08-10 Thread Edson Carlos Ericksson Richter
Of course, I already updated with latest from CVS. And more one detail: I'm using NetBeans 3.6 with Ant 1.6.1. Thanks for any tips, Richter Em Ter, 2004-08-10 às 16:24, Edson Carlos Ericksson Richter escreveu: > Hi! > > I've updated to OJB 1.0 and now I'm trying OJB doclet module. > I already d

XDoclet & empty .xml

2004-08-10 Thread Edson Carlos Ericksson Richter
Hi! I've updated to OJB 1.0 and now I'm trying OJB doclet module. I already documented some classes with ojb.class and so on, but I always get an empty .xml file with only 2 lines of commets. There is no error message, only ones like INFO: Some classes refer to other classes that were not found a