From 96d6215168283c903a210e8e25822240d7618ae5 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Wed, 13 Jan 2010 15:40:36 +0000
Subject: [PATCH] Fix tests-configure target
---
opends/tests/staf-tests/shared/ant/opends.xml | 2 +-
opends/tests/staf-tests/shared/ant/build.xml | 1 -
opends/tests/staf-tests/shared/ant/build.properties | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/staf-tests/shared/ant/build.properties b/opends/tests/staf-tests/shared/ant/build.properties
index 17acb79..a8a889b 100644
--- a/opends/tests/staf-tests/shared/ant/build.properties
+++ b/opends/tests/staf-tests/shared/ant/build.properties
@@ -45,6 +45,7 @@
wc.type=tomcat
tomcat.version=6.0.20
glassfish.version=v3
+sunwebserver.url=
sunwebserver.version=7_0u6
# Proxy section
diff --git a/opends/tests/staf-tests/shared/ant/build.xml b/opends/tests/staf-tests/shared/ant/build.xml
index 7f70b34..6e55eac 100644
--- a/opends/tests/staf-tests/shared/ant/build.xml
+++ b/opends/tests/staf-tests/shared/ant/build.xml
@@ -257,7 +257,6 @@
<var name="tomcat.archive" value="apache-tomcat-${tomcat.version}.zip"/>
<var name="glassfish.url" value="http://download.java.net/glassfish/${glassfish.version}/release"/>
<var name="glassfish.archive" value="glassfish-${glassfish.version}.zip"/>
- <var name="sunwebserver.url" value="${sunwebserver.url}"/>
<var name="sunwebserver.archive" value="sjsws-${sunwebserver.version}-${os.myname}.zip"/>
<switch value="${wc.type}">
diff --git a/opends/tests/staf-tests/shared/ant/opends.xml b/opends/tests/staf-tests/shared/ant/opends.xml
index dc8cf44..2416f63 100644
--- a/opends/tests/staf-tests/shared/ant/opends.xml
+++ b/opends/tests/staf-tests/shared/ant/opends.xml
@@ -127,7 +127,7 @@
<isset property="package.rebuild"/>
<then>
<ant antfile="${project.home}/build.xml"
- target="package"
+ target="dsml"
inheritAll="false"/>
</then>
</if>
--
Gitblit v1.10.0