Hi, > I'm using Visual Age 3.5 and imported the whole Xerces 1.3.1 > project. The import worked fine - only the package org.apache.xerces.utils.regex is > causing some trouble. Visual Age detects the following > failure: "Superclass creates a cycle in the class hierarchy: Op$ChildOp" in Class > "Op". I guess this is a problem with Visual Age and inner classes and this > might not be the right place to ask this question - but maybe someone had the same > problem and knows how to get around it?!?
We had the same problem, and I didn't find a very good solution. It's a strange problem and it kind of solved itself. Here is what I did: 1. Cut out the problem inner class (this causes another problems but don't worry about them) 2. Saved 3. Pasted in the class on the same spot 4. Problem vanished But, the problem seems to surface when I deleted the project from workspace and fetch it in again. This time, I cut out the problem inner class, saved, and went back to the released version of the class. As I said, it's a strange problem, and I haven't figured out why it happens. Anyone else getting the same problem? --[ Georg Lundesgaard ([EMAIL PROTECTED]) ]---------- Developer http://enonic.com ICQ#36955477 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
