From: Jakub Skoczen Date: Wed, 17 Apr 2013 08:38:21 +0000 (+0200) Subject: Put buildir on PATH before YAZ/bin X-Git-Tag: v1.4~10 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=8ae43c8f1ec5df611356e210f8dbd3fad24eb85a;p=yaz4j-moved-to-github.git Put buildir on PATH before YAZ/bin To ensure that tests load the currently compiled library rather than the YAZ shipped one. --- diff --git a/win32/pom.xml b/win32/pom.xml index 829d645..677e600 100644 --- a/win32/pom.xml +++ b/win32/pom.xml @@ -89,7 +89,7 @@ once target - ${yaz.path}\bin + ${project.build.directory};${yaz.path}\bin