* I don't like the duplication of model loading code, therefore, if
    nothing else works, we might change the visibility of
      StreamModelLoader.loadModel(InputStream is), making it possible for
    modules to reuse it by handing-over
      the InputStream


i think we should re -design the profile loading api... i makes the assumption that every one would try to load the model from some "path"...

on the other side we should investigate why doesn't it work....

do you have a more detailed description of the problem?

maas



Hi Marcos,

if you're still interested in this example, I have now adapted the C++ module to use the profiles you developed and created a test that demonstrates that there is indeed a problem when loading a profile from a module using the ModelLoaders. See /argouml-module-cpp/org.argouml.language.cpp.profile.TestProfileCpp.testResourceModelLoaderFromModule(). Comment out the code after the TODO to reproduce the failure to load the profile contained in the module.

It fails in Ant and Eclipse. Passes if the InputStream is passed.

Regards,

Luis

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

Reply via email to