Hi Brian, I found out what was causing this strange error. There was an invalid attribute in the class comment that causes this error. There was an @description just like in the example :
/** * Comments * @description * Comments */ I removed the @description and everthing is working fine now. thanks, Ricardo. --- In [email protected], "Brian Deitte" <[EMAIL PROTECTED]> wrote: > > Hi Ricardo, that looks like a different issue. Can you remove your > "package" parameters and see if this fixes it? Do you have any special > characters used with a "package" parameter? -Brian > > > -----Original Message----- > > From: [email protected] > > [mailto:[EMAIL PROTECTED] On Behalf Of ricardopettine > > Sent: Tuesday, August 15, 2006 2:34 PM > > To: [email protected] > > Subject: [flexcoders] Re: ASDoc now available on Labs > > > > Hi, I was getting the same error "The definition is in circular > > inheritance" when using the doc-sources option. I tried to use the > > doc-classes and I got the following error for some classes: > > > > Loading configuration file D:\Java\Adobe\Flex Builder 2 Plug- in\Flex > > SDK 2\frame > > works\flex-config.xml > > An unexpected error occurred. > > Error #1085: The element type "shortDescription" must be terminated > > by the match > > ing end-tag "</shortDescription>". > > > > XSLT Error (javax.xml.transform.TransformerException): > > java.io.FileNotFoundException: <output path>toplevel_classes.xml > > > > Any ideas? > > > > thanks, > > > > Ricardo. > > > > --- In [email protected], "Brian Deitte" <bdeitte@> wrote: > > > > > > Hi, I would just stick to doc-classes then. :) Well, I'm not sure > > why > > > you'd get that with doc-sources. The compiler believes that you > > have > > > something similar to a class A which extends B which extends A. If > > you > > > could send me the files you use to reproduce this or a smaller test > > > case, I can look into this for a later release. -Brian > > > > > > > -----Original Message----- > > > > From: [email protected] > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Williams > > > > Sent: Monday, August 14, 2006 3:24 PM > > > > To: [email protected] > > > > Subject: [flexcoders] Re: ASDoc now available on Labs > > > > > > > > Any Idea what would fire off the following: > > > > > > > > Error: The definition is in circular inheritance. > > > > > > > > I can get it going by specifying individual classes but when I > > use - > > > > doc-sources I get an output of a few of those errors. > > > > > > > > --- In [email protected], "Brian Deitte" <bdeitte@> > > wrote: > > > > > > > > > > And I'll be trying to awaken myself from my hibernation on > > > > flexcoders, > > > > > so if you have any questions about it, fire away. -Brian > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Flexcoders Mailing List > > > > FAQ: > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > > Search Archives: > > > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

