Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz4j
authorJakub Skoczen <jakub@indexdata.dk>
Tue, 1 Apr 2014 18:11:38 +0000 (20:11 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Tue, 1 Apr 2014 18:11:38 +0000 (20:11 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 49e9ac9..a225618 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <configuration>
                   <tasks>
                     <exec executable="${yaz.config}" 
-                      outputproperty="yaz-config.include">
+                      outputproperty="yaz-config.include"
+                      errorproperty="yaz-config.error">
                       <arg value="--include" />
                     </exec>
+                    <echo 
+                      message="yaz-config error (if any): ${yaz-config.error}"/>
                     <condition property="yaz.include" 
                       value="-I/usr/include"
                       else="${yaz-config.include}">