I'm not 100% sure I understand what you mean, but I started following 
this list 1 week and a half ago so that might explain :-)

If the pre-generate method is changed, it might be a good idea to 
return a 'continue' boolean, so the code in Plugin.java could become

   if (preGenerate(metadata)) {
       templateEngine.generate(out.getWriter(), m, getEncoding(), getClass());
       ...
   }

Anyway, until somone implements the "perfect" solution I'll work with 
the implemented one as it seems to work fine for me :-)

Regards,
Ive

At 19:31 8/06/2006, you wrote:
>Yesterday i took a look into the patch.
>
>It's just calling for a change in generama. Remember the preGenerate that I
>made a while ago because of velocity imports...
>
>If we change preGenerate() to preGenerate(Object metadata) and add
>posGenerate(Object metadata) it will fit a little better.
>
>Regards
>Diogo



_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to