Presumably in com/test/components with respect to the mxml.
If you are using Flex Builder you might need an
explicit upload.
From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED]
Sent: Friday, March 18, 2005 11:46 AM
To: [email protected]
Subject: [flexcoders] Class path for component
In my application tag, I set a class path of
xmlns:mk="com.test.components". In the folder com/test/components I have
the Pod.as class. When I try to create a component with:
<mk:Pod id="test" title="Test Pod">
</mk:Pod>
I get an error:
"The class being compiled, 'Pod', does not match the class that was
imported, 'com.test.components.Pod'"
This class works fine when I have it in the same directory as the app and
invoke it without the classpath abbreviation.
Any ideas?
Thanks.
- Tom

