Daniel Frey wrote:
After a regexp search through my *.java files I find that I've got exactly
on component with two constructors. AnimationQueue has one parameter-less
and one parameter-ful constructor:

    public AnimationQueue()
    public AnimationQueue(Image backgroundImage)

However, this is not a compnent in Merlins sense as it is not mentioned in
any block.xml. It's just a class behind the scenes. Can this be the cause?

If it's truly a behind the scenes class, then probably not. But as Steve mentions in his response, the exception gets triggered as merlin resolves the xinfo files. Does this class have any avalon meta tags in the class that would trigger the generation of an xinfo file?



Or do you mean two constructors with the same signature?

I meant two public constructors, which is a no-no as a merlin component.



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



Reply via email to