From 9c6d701770fe660618ac119eb5189d999cdac027 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Thu, 15 Mar 2007 01:12:34 +0000
Subject: [PATCH] 1. fixed typo in ant script 2. removed ResolveMessage from STAF Log service 3. removed spawning new JVM for each separate STAF service 4. update to STAX v3.2.0

---
 opends/tests/functional-tests/staf-installer.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/staf-installer.xml b/opends/tests/functional-tests/staf-installer.xml
index 10fc9ed..7b48781 100644
--- a/opends/tests/functional-tests/staf-installer.xml
+++ b/opends/tests/functional-tests/staf-installer.xml
@@ -343,7 +343,7 @@
   </target>
 
   <target name="run-tests-check" depends="run-tests-build-pkg">
-    <condition property="opends.port.ldap.taken">run
+    <condition property="opends.port.ldap.taken">
       <socket port="${opends.port.ldap}" server="${host.name}"/>
     </condition>
     <condition property="opends.port.ldaps.taken">
@@ -580,7 +580,9 @@
     <exec
       dir="${staf.bin.dir}"
       executable="${staf.daemon}"
+      ><!--
       spawn="true">
+      -->
      <arg value="${staf.config}"/>
      <env key="${path.var}" path="${java.home}${file.separator}bin${path.separator}${staf.install.dir}${file.separator}bin${path.separator}${path.current}"/>
      <env key="LD_LIBRARY_PATH" path="${staf.install.dir}/lib"/>

--
Gitblit v1.10.0