mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
13.40.2010 96d6215168283c903a210e8e25822240d7618ae5
Fix tests-configure target
3 files modified
4 ■■■■ changed files
opends/tests/staf-tests/shared/ant/build.properties 1 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/ant/build.xml 1 ●●●● patch | view | raw | blame | history
opends/tests/staf-tests/shared/ant/opends.xml 2 ●●● patch | view | raw | blame | history
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
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}">
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>