In our Eclipse project, we have a "Fonts" directory within the
"Resources" directory.
When we look at the "build" directory, there correctly appears to be
"ABC.framework/Resources/Fonts" containing the fonts.
However, when we do the ant Install to "/Library/Frameworks", we get
the following two directories:
(A) "ABC.framework/Resources/Fonts" containing NO fonts ; this is
where the fonts should be; and
(B) "ABC.framework/Resources/Resources/Fonts" with all the fonts,
which is wrong.
Of course, it should only be A with the fonts, and no B