Author: pero
Date: Sat Mar 29 06:35:10 2008
New Revision: 642533
URL: http://svn.apache.org/viewvc?rev=642533&view=rev
Log:
fix testcase (new jar names and release layout)
Modified:
tomcat/sandbox/tomcat-oacc/trunk/test/build.xml
Modified: tomcat/sandbox/tomcat-oacc/trunk/test/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/test/build.xml?rev=642533&r1=642532&r2=642533&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/test/build.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/test/build.xml Sat Mar 29 06:35:10 2008
@@ -16,7 +16,7 @@
limitations under the License.
-->
<!-- @author Peter Rossbach -->
-<project name="Tomcat: OACC Testcases" basedir="." default="test">
+<project name="Tomcat: Cluster Testcases" basedir="." default="test">
<property file="../build.properties" />
<property file="../build.properties.default" />
<property name="test.report.logs" value="logs/reports" />
@@ -24,12 +24,13 @@
<property name="compile.optimize" value="true" />
<property name="compile.debug" value="true" />
+ <property name="compile.source" value="1.5" />
<property name="compile.deprecation" value="true" />
<property name="compile.nowarn" value="off" />
<property name="compile.encoding" value="UTF-8" />
<property name="build.dir" value="build/test" />
<property name="src.dir" value="src/share" />
- <property name="oacc.lib" value="../${oacc.dist}/lib" />
+ <property name="oacc.dist.dir" value="../output/dist" />
<!-- Build the classpath -->
<path id="oacc.classpath">
@@ -37,9 +38,8 @@
<pathelement location="${catalina.home}/lib/tomcat-coyote.jar"/>
<pathelement location="${catalina.extras}/tomcat-juli.jar"/>
<pathelement location="${catalina.home}/lib/servlet-api.jar"/>
- <pathelement location="${oacc.lib}/apache-tomcat-oacc.jar"/>
- <pathelement location="${oacc.lib}/apache-tomcat-sso.jar"/>
- <pathelement location="${junit.jar}"/>
+ <pathelement location="${oacc.dist.dir}/lib/apache-tomcat-oacc.jar"/>
+ <pathelement location="${oacc.dist.dir}/lib/apache-tomcat-sso.jar"/>
</path>
@@ -49,7 +49,7 @@
<target name="info" description="Shows a information about this ant
script">
<echo>
- This ant script implements some testcases to verify the
key functions of tomcat OACC module.
+ This ant script implements some testcases to verify the
key functions of tomcat clustering module.
You find this script at: ${ant.file}
</echo>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]