I'm creating a Library Project that is linked to my working project.
My Build Path links to the "src" folder from my working project, and
I have selected all the relevant files, including my 2 itemRenderers.
Within the "src" file, I have a folder that contains 3 component mxml
files, and the 2 itemRenderers are at the "src" level. My Library
Project returns the following error for the itemRenderers in the
Library Project:
"could not find source for class src.itemRenderer1."
src (folder)
itemRenderer1.mxml
itemRenderer2.mxml
myComponents (folder)
component1.mxml
component2.mxml
component3.mxml
Why?