From 4add3b8aa9fbff7bef89baba7abeb1195c11ce9a Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Tue, 26 Jun 2007 06:58:28 +0000
Subject: [PATCH] updated xml files to point to shared/stax.dtd
---
opends/tests/functional-tests/staf-installer.xml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/staf-installer.xml b/opends/tests/functional-tests/staf-installer.xml
index d93cb18..3c5246a 100644
--- a/opends/tests/functional-tests/staf-installer.xml
+++ b/opends/tests/functional-tests/staf-installer.xml
@@ -610,7 +610,7 @@
<copy todir="${tests.run.dir}/${tests.run.time}/staf-logs">
<fileset dir="${staf.home}/logs"/>
</copy>
- <delete dir="${staf.home}/logs" />
+ <!--<delete dir="${staf.home}/logs" />-->
<echo>Saving report</echo>
<copy todir="${tests.run.dir}/${tests.run.time}/report">
<fileset dir="${staf.tmp.dir}">
@@ -978,7 +978,10 @@
<antcall target="uninstall"/>
</target>
- <target name="restart" depends="stop,start"/>
+ <target name="restart">
+ <antcall target="stop" inheritAll="false" />
+ <antcall target="start" inheritAll="false" />
+ </target>
<!-- Macros section - bottom -->
<target name="javadoc" depends="status-do" if="staf.installed">
<delete dir="${staf.home}/doc"/>
--
Gitblit v1.10.0