Re: asdf system components
Christophe Rhodes <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
Edwin Westbrook <[email protected]> writes: > I have a useful library which I update frequently. I keep it defined in an > ASDF file "system1.asd". The library is to the point where I want to start > using it in other projects, which I also define with ASDF, for example, in > "system2.asd". Since system2 uses system1, I was hoping to define a system > component of system2 that simply references system1, so that loading > system2 traverses the components of system1 and loads them. Is this > possible? If not, what is the correct way of using a library in this kind > of setup, other than just making a batch file to do all the necessary > loading of files for me? Do you mean (defsystem system2 :depends-on (system1) ...) ? 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