aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-07-04 22:00:26 +0200
committerMichael Bien <[email protected]>2010-07-04 22:00:26 +0200
commite125cd5b1a20221b338cc4f03810b3b8b69004c9 (patch)
tree576dd1f7ff6c8b9ec21c7ec070ff92187ab8a938 /nbproject
parent13f196036debc83dd024b9460e986407c3b5f652 (diff)
added slice utility methods to Buffers + rudimentary test.
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/ide-file-targets.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nbproject/ide-file-targets.xml b/nbproject/ide-file-targets.xml
index d879376..7f1c61b 100644
--- a/nbproject/ide-file-targets.xml
+++ b/nbproject/ide-file-targets.xml
@@ -27,7 +27,7 @@
<fail unless="run.class">Must set property 'run.class'</fail>
<junit errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="once" showoutput="true">
<test name="${run.class}"/>
- <jvmarg value="-Djava.library.path=${basedir}/build/test/build/natives"/>
+ <jvmarg value="-Djava.library.path=${basedir}/build/test/build/natives:${basedir}/build/obj"/>
<classpath>
<path path="build/test/build/classes:build/test/gensrc/java:build/classes:lib/antlr-3.2.jar:make/lib/junit.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}"/>
</classpath>
@@ -45,7 +45,7 @@
<junit errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="once" showoutput="true">
<test name="${run.class}"/>
<classpath refid="cp"/>
- <jvmarg value="-Djava.library.path=${basedir}/build/test/build/natives"/>
+ <jvmarg value="-Djava.library.path=${basedir}/build/test/build/natives:${basedir}/build/obj"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<formatter type="brief" usefile="false"/>