> I had the same problem. My build environment did't recognise > the .afm extension, so ignored those files. I had to tell it > to copy those files out to my output directory alongside the > .class files.
How this is done will vary from one environment to the other. In IntelliJ's IDEA (which is /amazing/ btw) I had to go into the 'Project settings' dialog, 'Project' tab, 'Compiler' settings, and change the "Resource patterns" at the very top of the pane to include "?*.afm". I have no idea how that might be done in other IDEs, such as Eclipse (which I've only tinkered with briefly). I'm not connected with Jetbrains/IntelliJ in any way, other than as a happy customer. --Mark Storer Senior Software Engineer Cardiff Software #include <disclaimer> typedef std::Disclaimer<Cardiff> DisCard; ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
