Hi, fm-lisp
Yesterday I bought a FileMaker Pro 11, which I first know it just from weitz.de years ago. Thanks for making FM-PLUGIN-TOOLS as a connection between FileMaker and Common Lisp.
I used ASDF2 to load PREPARE-FM-PLUGIN-TOOLS system, and when (PREP:PREPARE) finished with :DONE, I couldn't found the "fli.lisp" until I try to evaluate PREP::*FLI-FILE* after taking a short look at its source code. The file "fli.lisp" was actually created in ASDF cache directory. In my Mac box, it's #p"/Users/binghe/.cache/common-lisp/lispworks-6.0.1-macosx-x86/Users/binghe/Lisp/packages/fm-plugin-tools-0.2.8/".
I think there must be some way to find out the correct source code directory, for example, by taking part from this:
(asdf:component-pathname (asdf:find-system :PREPARE-FM-PLUGIN-TOOLS))
Regards,
Chun Tian (binghe)