summaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-07-07 14:37:53 +0200
committerSven Gothel <[email protected]>2010-07-07 14:37:53 +0200
commit5b6ecb0854825a624f82e63f3180c2e85d905f0f (patch)
tree994d047fdf7732bcdc5228a990d933913652060f /nbproject
parent8a95808d3762ee4645dd5de1f0b0844c254e8638 (diff)
parente125cd5b1a20221b338cc4f03810b3b8b69004c9 (diff)
Merge branch 'master' of github.com:mbien/gluegen
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"/>