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 Richter wrote:
> 
> > Changed to
> > 
> > <fileset dir="${src}" includes="br/com/mgr/beans/**/*.java"/>
> > 
> > and
> > 
> > <fileset dir="${src}" includes="br/com/mgr/beans/**/*Bean.java"/>
> > 
> > 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 specified in fileset?
> 
> Please post this error.
> 
> Tom
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to