I think this kind of feature should rather be implemented using the "standard" fileset mechanism, instead of yet another kind of it. You could for instance pass the plugins a fileset with all sources, and then an extra one that matches only those files you want to generate for.

Or, as per your exemple, BasePersistenseObject should probably be abstract, anyway, shouldn't it?

g


On 06/09/05, Diogo Quintela (EF) <[EMAIL PROTECTED]> wrote:
| 2) Fix your plugin shouldGenerate() method. Add
| if (!super.shouldGenerate(metadata))
| return false;
| on the top of method.

Couldn't this be changed at Plugin.java level ?? To support this every
plugin needs to be updated, it seems quite a pain in the ass.

Diogo





Reply via email to