I have some components and classes have all been used and tested so they compile and run correctly in some 40 odd projects when using a source-path option but I now want to use a library swc.
I am trying to build a libray swc from the compiler. I am including 3 component and also some classes using the <include- sources> tag pointing at a directory of class files. When I try to build I get this error message: Error: The definition is in circular inheritance. and it specifies the class files for the 3 components. Take out the include-source tag and the error goes away and I get my swc. Change the include-sources to include-classes and specify every class in the directory and you get no error message and again the swc is built. Any idea on what the problem is... Thanks
