source: trunk/abcl/nbproject/project.properties @ 14592

Last change on this file since 14592 was 14592, checked in by Mark Evenson, 10 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: 2.5 KB
Line 
1annotation.processing.enabled=true
2annotation.processing.enabled.in.editor=false
3annotation.processing.processors.list=
4annotation.processing.run.all.processors=true
5application.title=abcl
6application.vendor=
7build.classes.dir=${build.dir}/classes
8build.classes.excludes=**/*.java,**/*.form,**/*.lisp
9# This directory is removed when the project is cleaned:
10build.dir=build
11build.generated.dir=${build.dir}/generated
12build.generated.sources.dir=${build.dir}/generated-sources
13# Only compile against the classpath explicitly listed here:
14build.sysclasspath=ignore
15build.test.classes.dir=${build.dir}/test/classes
16build.test.results.dir=${build.dir}/test/results
17debug.classpath=\
18    ${run.classpath}
19debug.test.classpath=\
20    ${run.test.classpath}
21# This directory is removed when the project is cleaned:
22dist.dir=dist
23dist.jar=${dist.dir}/abcl.jar
24dist.javadoc.dir=${dist.dir}/javadoc
25endorsed.classpath=
26excludes=
27file.reference.abcl-contrib.jar=dist/abcl-contrib.jar
28file.reference.abcl-src=src
29includes=org/armedbear/lisp/**/*.java,org/armedbear/lisp/**/*.lisp
30jar.compress=true
31javac.classpath=
32# Space-separated list of extra javac options
33javac.compilerargs=
34javac.deprecation=false
35javac.processorpath=\
36    ${javac.classpath}
37javac.source=1.5
38javac.target=1.5
39javac.test.classpath=\
40    ${javac.classpath}:\
41    ${build.classes.dir}:\
42    ${libs.junit_4.classpath}:\
43    ${libs.junit.classpath}
44javadoc.additionalparam=
45javadoc.author=false
46javadoc.encoding=${source.encoding}
47javadoc.noindex=false
48javadoc.nonavbar=false
49javadoc.notree=false
50javadoc.private=false
51javadoc.splitindex=true
52javadoc.use=true
53javadoc.version=false
54javadoc.windowtitle=
55jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
56jnlp.codebase.type=local
57jnlp.codebase.url=file:/Users/evenson/work/abcl/dist/
58jnlp.enabled=false
59jnlp.offline-allowed=false
60jnlp.signed=false
61main.class=org.armedbear.lisp.Main
62manifest.file=src/manifest-abcl
63meta.inf.dir=${src.dir}/META-INF
64mkdist.disabled=false
65platform.active=default_platform
66run.classpath=\
67    ${build.classes.dir}:\
68    ${javac.classpath}:\
69    ${file.reference.abcl-contrib.jar}
70# Space-separated list of JVM arguments used when running the project
71# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
72# or test-sys-prop.name=value to set system properties for unit tests):
73run.jvmargs=
74run.test.classpath=\
75    ${build.test.classes.dir}:\
76    ${javac.test.classpath}
77source.encoding=UTF-8
78src.dir=${file.reference.abcl-src}
79src.doc.dir=doc
80src.themes.dir=themes
81test.src.dir=test/src
Note: See TracBrowser for help on using the repository browser.