ooh - thanks :)<div><br><div>FWIW, I've been updating the system.lisp using jar uf as it's usually post-build that I'm doing this stuff.</div><div>However, I've been prototyping a distribution system that has two parts - an abcl combined with all java libraries, and a second, smaller file with compiled lisp files as a manner of distribution and so it may be that I will suggest some generic code for system.lisp that supports that. I'll try to write it up in the next couple of weeks. I've already successfully deployed using this, but it still needs some further review and work (for instance testing and using your fix to directory/wild)</div>

<div><br></div><div>-Alan</div><div><br></div><div>Current status:</div><div><br></div><div><a href="http://code.google.com/p/lsw2/downloads/list">http://code.google.com/p/lsw2/downloads/list</a></div><div><a href="http://code.google.com/p/lsw2/source/browse/trunk/packit/org/armedbear/lisp/system.lisp">http://code.google.com/p/lsw2/source/browse/trunk/packit/org/armedbear/lisp/system.lisp</a></div>

<div><a href="http://code.google.com/p/lsw2/source/browse/trunk/packit/jar-current-classpath.lisp">http://code.google.com/p/lsw2/source/browse/trunk/packit/jar-current-classpath.lisp</a></div><div><a href="http://code.google.com/p/lsw2/source/browse/trunk/packit/jar-current-loaded-systems.lisp">http://code.google.com/p/lsw2/source/browse/trunk/packit/jar-current-loaded-systems.lisp</a></div>

<div><a href="http://code.google.com/p/lsw2/source/browse/trunk/owl2/abcl-module-owltool.lisp">http://code.google.com/p/lsw2/source/browse/trunk/owl2/abcl-module-owltool.lisp</a></div><div><br></div><div><br><div class="gmail_quote">

On Thu, May 13, 2010 at 8:55 AM, Mark Evenson <span dir="ltr"><<a href="mailto:evenson@panix.com">evenson@panix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

On 5/12/10 12:09 PM, Mark Evenson wrote:<br>
[…]<br>
<div class="im"><br>
>> How can I establish that my code running as called from system.lisp runs<br>
>> in a normal debugging environment?<br>
><br>
> This code is executed before the standard restarts have been put into<br>
> place, as far as I can tell.  Perhaps this code should be executed later?<br>
<br>
</div>I [moved the execution of of 'system.lisp'][1] later in the boot after<br>
the condition system has been initialized so that conditions now drop to<br>
the debugger.<br>
<br>
[1]: <a href="http://trac.common-lisp.net/armedbear/changeset/12673" target="_blank">http://trac.common-lisp.net/armedbear/changeset/12673</a><br>
<br>
And [there is now a facility to customize the code in 'system.lisp'][2]<br>
as part of the Ant build:  set the Ant property 'abcl.startup.file' to<br>
refer to a file whose forms will be appended.<br>
<br>
[2]: <a href="http://trac.common-lisp.net/armedbear/changeset/12671" target="_blank">http://trac.common-lisp.net/armedbear/changeset/12671</a><br>
<br>
Please let me know if this doesn't work out for you.<br>
<div><div></div><div class="h5"><br>
--<br>
"A screaming comes across the sky.  It has happened before, but there<br>
is nothing to compare to it now."<br>
<br>
_______________________________________________<br>
armedbear-devel mailing list<br>
<a href="mailto:armedbear-devel@common-lisp.net">armedbear-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel</a><br>
</div></div></blockquote></div><br></div></div>