From 296bdbd504366fa813e4e7053d135a4cc1551fe8 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Tue, 13 Feb 2007 22:23:37 +0000
Subject: [PATCH] added gui support. the new gui target pops the STAX monitor up.
---
opends/tests/functional-tests/staf-installer.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/opends/tests/functional-tests/staf-installer.xml b/opends/tests/functional-tests/staf-installer.xml
index 77d08b0..440deda 100644
--- a/opends/tests/functional-tests/staf-installer.xml
+++ b/opends/tests/functional-tests/staf-installer.xml
@@ -222,6 +222,16 @@
if="bits.all.downloaded"/>
<!-- Installation section - bottom -->
+<!-- Gui section - top -->
+ <target name="gui"
+ description="brings up the stax gui" >
+ <java classname="com.ibm.staf.service.stax.STAXMonitor"
+ classpath="${staf.install.dir}/services/stax/STAXMon.jar"
+ fork="true"
+ spawn="true"/>
+ </target>
+<!-- Gui section - bottom -->
+
<!-- Run tests section - top -->
<target name="run-tests-prepare" if="staf.running">
<condition property="staf.lib.dir"
--
Gitblit v1.10.0