Could it be that some interdependent classes are each importing all of a 
package when they only need to import a certain class from them?

I generally run into these problems when trying to run some new AsUnit 
TestCases that have sloppy imports in them (i.e.

import com.this.that.*;

when

import com.this.that.Thingy;

would do the trick)

This also tends to happen when #include-ing files that perform the "import *" 
maneuver.


> 
> From: Sam Thorne <[EMAIL PROTECTED]>
> Date: 2006/04/07 Fri PM 01:00:44 CDT
> To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
> Subject: [Flashcoders] Duplicate Class errors
> 
> Hi List,
> 
> We've been developing an application over here and sending updates to  
> a colleague, all has been fine until he started getting compilation  
> errors.
> 
> The odd thing is, the class that is supposed to be conflicting, is in  
> fact conflicting with itself.
> 
> > : Line 6: The name of this class,
> > 'com.native.components.ScreenElement',
> > conflicts with the name of another class that was loaded,
> > 'com.native.components.ScreenElement'.
> >      class com.native.components.ScreenElement {
> 
> Previously clearing ASO cache files worked fine, but it seems it's  
> this isn't working now either.
> Unzipping a different copy somewhere else on his machine has also  
> failed with the same error.
> 
> Anyone got any idea what might be happening here?
> 
> Regards,
> 
> Sam Thorne
> Interaction Design
> 
> Web: http://www.native.com/
> Tel: +44 (0)207 588 7970
> Fax: +44 (0)207 588 7971
> 
> 
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
> 

--
John Mark Hawley
The Nilbog Group
773.968.4980 (cell)

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to