Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681280 Details for
Bug 899103
EWS - tomcat 5 tests from the source bundle
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
ews_tctestbuild.xml
ews_tctestbuild.xml (text/xml), 4.45 KB, created by
David Knox
on 2011-04-21 18:39:38 UTC
(
hide
)
Description:
ews_tctestbuild.xml
Filename:
MIME Type:
Creator:
David Knox
Created:
2011-04-21 18:39:38 UTC
Size:
4.45 KB
patch
obsolete
><?xml version="1.0"?> > ><!-- > An Ant(tm) script to run the tomcat5 tests over an EWS binary installation > from the source distribution of Red Hat/JBoss EWS. > Requires ant 1.8 or newer > To run: > * Place this file in the base source directory. > Example: apache-tomcat-5.5.33-src/ > * Point catalina.base to the binary distribution's base directory > Example: /usr/share/tomcat5 or apache-tomcat-5.5.33 for the zip distro > * Adjust the switch for individual tests. Use the external properties > file 'ews_inst_test.properties to override. > Example: property name="http11-test" value="true" > * Execute with 'ant -f ews_tctestbuild.xml' >--> ><project name="EWS Installation Test" default="compile" basedir="."> > <!-- > Override property values locally > --> > <property file="./ews_inst_test.properties"/> > > <property name="tomcat.name" value="tomcat5"/> > <property > name="catalina.base" > value="${basedir}" > /> > > <!-- > Turn individual tests on/true or off/false > --> > <property name="http11-test" value="true"/> > <property name="jk-test" value="false"/> > <property name="coyote-test" value="false"/> > <property name="storeconfig-test" value="false"/> > <property name="cluster-test" value="false"/> > <property name="groupcom-test" value="false"/> > <property name="storeconfig-ha-test" value="false"/> > > <!-- > Test Dependents > --> > <property name="http11-test.inputfile" > value="connectors/http11/src/test/tests/test1.txt" > /> > > <path id="catalina.base.classpath"> > <fileset dir="${catalina.base}/server/lib"> > <include name="*.jar"/> > </fileset> > <fileset dir="${catalina.base}/common/lib"> > <include name="*.jar"/> > </fileset> > <fileset dir="${catalina.base}/common/i18n"> > <include name="*.jar"/> > </fileset> > <fileset dir="${catalina.base}/common/endorsed"> > <include name="xerces-j2.jar"/> > </fileset> > </path> > > <path id="http11-test.runtime.classpath"> > <fileset dir="${catalina.base}/server/lib"> > <include name="tomcat-util.jar"/> > <include name="tomcat-coyote.jar"/> > <include name="tomcat-http.jar"/> > <include name="commons-logging.jar"/> > </fileset> > <pathelement location="test_classes/"/> > </path> > > <target name="init"> > <mkdir dir="test_classes"/> > </target> > > <target name="compile" depends="init"> > <antcall target="http11"/> > <antcall target="jk"/> > <antcall target="coyote"/> > <antcall target="storeconfig"/> > <antcall target="cluster"/> > <antcall target="groupcom"/> > <antcall target="storeconfig-ha"/> > </target> > > <target name="http11" if="${http11-test}"> > <javac destdir="test_classes/" > optimize="off" > debug="on" > deprecation="on" > failonerror="true" > > > <src path="connectors/http11/src/test/java"/> > <classpath refid="catalina.base.classpath"/> > </javac> > <!-- Run the test --> > <copy > file="${http11-test.inputfile}" > tofile="test_classes/test-in.txt" > /> > <java > classname="org.apache.coyote.http11.FileTester" > > > <classpath> > <path refid="http11-test.runtime.classpath"/> > </classpath> > <arg file="test-in.txt"/> > <arg file="test-out.txt"/> > </java> > </target> > > <target name="jk" if="${jk-test}"> > <javac destdir="test_classes" > optimize="off" > debug="on" > deprecation="on" > failonerror="true" > > > </javac> > </target> > <target name="coyote" if="${coyote-test}"> > <javac destdir="test_classes" > optimize="off" > debug="on" > deprecation="on" > failonerror="true" > > > </javac> > </target> > <target name="storeconfig" if="${storeconfig-test}"> > <javac destdir="test_classes" > optimize="off" > debug="on" > deprecation="on" > failonerror="true" > > > </javac> > </target> > <target name="cluster" if="${cluster-test}"> > <javac destdir="test_classes" > optimize="off" > debug="on" > deprecation="on" > failonerror="true" > > > </javac> > </target> > <target name="groupcom" if="${groupcom-test}"> > <javac destdir="test_classes" > optimize="off" > debug="on" > deprecation="on" > failonerror="true" > > > </javac> > </target> > <target name="storeconfig-ha" if="${storeconfig-ha-test}"> > <javac destdir="test_classes" > optimize="off" > debug="on" > deprecation="on" > failonerror="true" > > > </javac> > </target> ></project>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 899103
: 681280