Classloading in Eclipse plugins is complex.
Basicly, the Abator plugin will not be able to see your custom class if you run Abator through the menu option. There may be something I can do about that at some point, but I've not figured it out yet.
I think you can get this to work if you use the Eclipse ant task for Abator, and then add your custom class to the Ant class path in the Ant launch configuration.
I'd be interested to know your results with this.
Jeff Butler
On 8/24/06, Olivier Ziller GMail Lists <[EMAIL PROTECTED]> wrote:
hello,
i'm using the abator eclipse plugin and i've developped my own
javaTypeResolver
i try to reference it in my abatorConfig.xml
<javaTypeResolver type="fr.univnancy2.abator.AgatteResolver">
</javaTypeResolver>
but the problem is that each time i run abator i get the error
"Unexpected error while running Abator. Cannot instantiate object of
type fr.univnancy2.abator.AgatteResolver"
where to put my AgatteResolver.class file?
regards