I think we've mentioned this before, but just to reiterate, the 0.19.1 sources are VERY out of date and use an entirely different version of UML and an entirely different Model subsystem implementation. The longer you insist on using them, the less support you'll be able to get.
> I created my own class loader by overriding the loadClass method. Why do you need a special class loader? Messing with the class loaders is risky because even if you implement yours correctly, if there's another part of ArgoUML which isn't using class loaders 100% correctly, things will fail. > At runtime, my class loader is trying to load the class > org.argouml.uml.diagram.ui.StylePanelFigAssociation but failed > to find it. I searched through the whole project packages but > could not find it either. Would you please tell me where it is? It probably doesn't exist. I expect that if you examine the code at the calling site, you'll find that it constructs the class name dynamically, attempts to load it, and if it fails uses some default class instead. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
