Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 59271 Details for
Bug 174643
TPTP report generation [automation]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
ant script
buildTabular.xml (text/plain), 2.61 KB, created by
Sheldon Lee-Loy
on 2007-02-19 11:15:19 EST
(
hide
)
Description:
ant script
Filename:
MIME Type:
Creator:
Sheldon Lee-Loy
Created:
2007-02-19 11:15:19 EST
Size:
2.61 KB
patch
obsolete
><!-- > > Copyright (c) 2006 IBM Corporation and others. > All rights reserved. This program and the accompanying materials > are made available under the terms of the Eclipse Public License v1.0 > which accompanies this distribution, and is available at > http://www.eclipse.org/legal/epl-v10.html > > Contributors: > IBM - Initial API and implementation > >--> > ><project name="Ant Test Pass Report" default="main" xmlns:tptp="antlib:org.eclipse.hyades.automation.client.adapters.ant"> > > <!-- Define common properties for all automatable services --> > > <!-- Start: YOU MUST DEFINE THIS FOR YOUR ENVIRONMENT --> > <property name="tptp.automation.vmargs" value="-Xmx1000m -Xms1000m" /> > <property name="tptp.automation.eclipse" value="${tptp.driver}" /> > <property name="tptp.test.workspace" value="${workspace}" /> > <property name="tptp.test.project" value="${workspace.project}" /> > <!-- End: YOU MUST DEFINE THIS FOR YOUR ENVIRONMENT --> > <property name="tptp.test.connection" value="tptp:rac://localhost:10002/default" /> > <property name="tptp.publication.service" value="org.eclipse.tptp.test.report.birt.publish-tabular-testsuites" /> > > <!-- Define script-local properties, that vary by installation --> > <!-- Start: YOU MUST DEFINE THIS FOR YOUR ENVIRONMENT --> > <property name="report.dir" location="${outFolder}" /> > <!-- End: YOU MUST DEFINE THIS FOR YOUR ENVIRONMENT --> > <property name="project.dir" value="${tptp.test.workspace}\${tptp.test.project}" /> > > > <!-- Run the report --> > <target name="main" depends="test-results-publication"/> > > <target name="set-date-range"> > <!-- Start: YOU MUST DEFINE THIS FOR YOUR ENVIRONMENT --> > <!-- Use standard ant tstamp mechanisms to specify the desired date range --> > <!-- This example uses a range between today and 60 days days prior --> > <tstamp> > <format property="startDateTime" pattern="MM/dd/yyyy hh:mm aa" > offset="-95" unit="day"/> > </tstamp> > > <tstamp> > <format property="endDateTime" pattern="MM/dd/yyyy hh:mm aa"/> > </tstamp> > <!-- End: YOU MUST DEFINE THIS FOR YOUR ENVIRONMENT --> > </target> > > <!-- Publish test suite results report --> > <target name="test-results-publication" depends="set-date-range"> > <echo message="Publishing test suite results report..." /> > <tptp:publication report="${report.dir}" reportTemplateLocation="org.eclipse.tptp.test.report.birt.internal.TabularTPFTestSuiteReportElement" > startDateTime="${starttime}" endDateTime="${endDateTime}" > > <fileset dir="${project.dir}"> > <include name="${testsuite.list}" /> > </fileset> > </tptp:publication> > </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 174643
: 59271 |
80404