source: trunk/abcl/nbproject/private/configs/slime.properties @ 14592

Last change on this file since 14592 was 14592, checked in by Mark Evenson, 9 years ago

SLIME configuation under NetBeans? working again.

To use slime, ensure the directory "~/.asdf-install-dir/systems"
exits, and symlink swank.asd from a SLIME installation into it.
Start the "slime" Netbeans configuration: when you see the "Swank
started at port: 4005." message, you may then use Emacs M-x
slime-connect to attach to the ABCL instance running in Netbeans.

An improvement might to be to randomize the port given to
SWANK:CREATE-SERVER somehow.

Updated artifacts to Netbeans 7.4.

File size: 198 bytes
Line 
1application.args=--eval "(require (quote asdf))" --eval '(push "~/.asdf-install-dir/systems/" asdf/find-system:*central-registry*)' --eval "(asdf:load-system :swank)" --eval "(swank:create-server)"
Note: See TracBrowser for help on using the repository browser.