Hi. I am trying to write an Ant script to complie a swc and am stuck on the following problem:
I used -include-sources to specify the src directory I have a manifest.xml - all fine and dandy I have correctly specified the namespace using -namespace and -include-namespaces However I am getting an error for each component defined in the manifast. 'Error: The definition is in circular inheritance.' The library compiles fine using the FB builder (ie not using the Ant script). Here i defined the manifest using the compiler section of the Properties dialog. Also, if in the Ant script I change -include-sources to -include-classes and then use a config xml to list the classes then it compiles successfully. For convenience I would prefer to use -include-sources rather than -include-classes but I just can't get it to work. Can anyone explain to me what I am doing wrong? Thanks

