Hello, I have an application with a composite A containing a composite B that contains my 4 C++ components.
The problem is that when I use Scagen on the directory containing these files, it generates a backtrace for the .composite file of A (xml at the end of the mail) as it contains a component whose implementation is not of the type implementation.cpp. It does not crash though, but it would be good not to have this disturbing backtrace. I tried to look at the Scagen code and found that in the ComponentDomNodeHandler class, it is assumed that the implementation of the component is of implementation.cpp type with no further check. I don't know what the right way to fix that is. I'd like your help on that. Thank you, Julien <?xml version="1.0" encoding="UTF-8"?> <composite xmlns="http://www.osoa.org/xmlns/sca/1.0" name="the_application"> <component name="application"> <implementation.composite name="main_assembly" /> </component> </composite>
signature.asc
Description: This is a digitally signed message part.
