[armedbear-cvs] r12146 - in trunk/abcl/nbproject: . configs private private/configs

Mark Evenson mevenson at common-lisp.net
Thu Sep 17 13:42:04 UTC 2009


Author: mevenson
Date: Thu Sep 17 09:42:01 2009
New Revision: 12146

Log:
NetBeans:  remove 'J' configuration, add 'slime' for debugging SLIME.

To use the 'slime' configuration, you need to have the directory
'swank.asd' file appear in ASDF:*CENTRAL-REGISTRY*.  Then after
running the configuration, you can connect to the SLIME from Emacs by
invoking "M-x slime-connect".



Added:
   trunk/abcl/nbproject/configs/slime.properties
   trunk/abcl/nbproject/private/
   trunk/abcl/nbproject/private/configs/
   trunk/abcl/nbproject/private/configs/slime.properties
Removed:
   trunk/abcl/nbproject/configs/J.properties
Modified:
   trunk/abcl/nbproject/build-impl.xml
   trunk/abcl/nbproject/genfiles.properties

Modified: trunk/abcl/nbproject/build-impl.xml
==============================================================================
--- trunk/abcl/nbproject/build-impl.xml	(original)
+++ trunk/abcl/nbproject/build-impl.xml	Thu Sep 17 09:42:01 2009
@@ -152,7 +152,7 @@
             <attribute default="${includes}" name="includes"/>
             <attribute default="${excludes}" name="excludes"/>
             <attribute default="${javac.debug}" name="debug"/>
-            <attribute default="" name="sourcepath"/>
+            <attribute default="/does/not/exist" name="sourcepath"/>
             <element name="customize" optional="true"/>
             <sequential>
                 <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">

Added: trunk/abcl/nbproject/configs/slime.properties
==============================================================================

Modified: trunk/abcl/nbproject/genfiles.properties
==============================================================================
--- trunk/abcl/nbproject/genfiles.properties	(original)
+++ trunk/abcl/nbproject/genfiles.properties	Thu Sep 17 09:42:01 2009
@@ -4,8 +4,8 @@
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
 nbproject/build-impl.xml.data.CRC32=742204ce
-nbproject/build-impl.xml.script.CRC32=b94c76f8
-nbproject/build-impl.xml.stylesheet.CRC32=e55b27f5
+nbproject/build-impl.xml.script.CRC32=b7bf05a5
+nbproject/build-impl.xml.stylesheet.CRC32=65b8de21
 nbproject/profiler-build-impl.xml.data.CRC32=71623fcd
 nbproject/profiler-build-impl.xml.script.CRC32=abda56ed
 nbproject/profiler-build-impl.xml.stylesheet.CRC32=42cb6bcf

Added: trunk/abcl/nbproject/private/configs/slime.properties
==============================================================================
--- (empty file)
+++ trunk/abcl/nbproject/private/configs/slime.properties	Thu Sep 17 09:42:01 2009
@@ -0,0 +1 @@
+application.args=--eval "(require (quote asdf))" --eval "(asdf:operate (quote asdf:load-op) :swank)" --eval "(swank:create-server)"




More information about the armedbear-cvs mailing list