aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2010-01-06 10:04:18 +0000
committerDamian Minkov <damencho@jitsi.org>2010-01-06 10:04:18 +0000
commit5662485c70f3bffb928b3ba49e8d34746d2e4512 (patch)
tree534410d94c8915ad57a4cdd30d159b7e2be411d1 /build.xml
parent4594ba57f097562c3421f4926c3d46b643199a0f (diff)
downloadjitsi-5662485c70f3bffb928b3ba49e8d34746d2e4512.zip
jitsi-5662485c70f3bffb928b3ba49e8d34746d2e4512.tar.gz
jitsi-5662485c70f3bffb928b3ba49e8d34746d2e4512.tar.bz2
Enable sip tests.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml19
1 files changed, 15 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 38817bb..bf03f53 100644
--- a/build.xml
+++ b/build.xml
@@ -553,6 +553,17 @@
<propertyref prefix="accounts"/>
<propertyref prefix="net"/>
</syspropertyset>
+
+ <!-- Setting properties necessary for dependencies on native libs.-->
+ <sysproperty key="java.library.path"
+ path="${ld.library.path}:${path}:${dyld.library.path}"/>
+ <sysproperty key="jna.library.path"
+ path="${ld.library.path}:${path}:${dyld.library.path}"/>
+
+ <env key="LD_LIBRARY_PATH" path="${ld.library.path}"/>
+ <env key="PATH" path="${path}"/>
+ <env key="DYLD_LIBRARY_PATH" path="${dyld.library.path}"/>
+
</java>
<!-- Generate the html report.
@@ -680,16 +691,16 @@
<sysproperty key="jna.library.path"
path="${ld.library.path}:${path}:${dyld.library.path}"/>
+ <env key="LD_LIBRARY_PATH" path="${ld.library.path}"/>
+ <env key="PATH" path="${path}"/>
+ <env key="DYLD_LIBRARY_PATH" path="${dyld.library.path}"/>
+
<!-- pass l10n properties from ant call for
easy translation debugging -->
<sysproperty key="user.language" value="${user.language}" />
<sysproperty key="user.country" value="${user.country}" />
<sysproperty key="user.variant" value="${user.variant}" />
- <env key="LD_LIBRARY_PATH" path="${ld.library.path}"/>
- <env key="PATH" path="${path}"/>
- <env key="DYLD_LIBRARY_PATH" path="${dyld.library.path}"/>
-
<!-- make sure that we automatically enable system.out when running
SIP Communicator from Ant-->
<arg line="--debug"/>