Re: Defining multiple ASDF systems in the same .asd file
Christophe Rhodes <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Paolo Amoroso <[email protected]> writes: > Is this the recommended way of defining multiple systems? Does each > system require a separate .asd file? No, but they probably require a separate .asd symbolic link. The .asd file, if not already loaded, is found by asdf by searching the *central-registry* for a file that is named by <system>.asd. To me, it sounds like you've got definitions for system1 and system2 in a file named system1.asd. To make system2 immediately loadable, symlink system2.asd (in a directory in your *central-registry*) to system1.asd. Cheers, Christophe ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click