News: Archiving TPTP project after TPTP 4.7.2

The TPTP project will be archived after TPTP 4.7.2 is released in February 2011 with Helios SR2. TPTP will not be in the Eclipse Indigo release. See plan for details.


Build: TPTP-4.7.2-201102161022(Build reports)

TPTP can be installed through the Eclipse Update Manager or by using the packages available for download below. If you are new to TPTP, you may want to refer to the Installation Guide and Release Notes documents for information about TPTP and its various installation packages before downloading. Please refer to the JRE and OS support statement for a complete list of supported configurations. Note that TPTP requires Java 5 or higher. In addition to the TPTP plug-ins, the stand-alone Agent Controller should be downloaded if you would like to profile Java applications on a remote machine. It is also required for local application profiling on the IPF platform.

getClientOS(); $linuxLink = 'http://www.eclipse.org/downloads/download.php?file=/tptp/4.7.2/dev/TPTP-4.7.2-201102161022/tptp.runtime.allInOne.linux.gtk.x86-TPTP-4.7.2-201102161022.zip'; $winLink = 'http://www.eclipse.org/downloads/download.php?file=/tptp/4.7.2/dev/TPTP-4.7.2-201102161022/tptp.runtime.allInOne.win32.win32.x86-TPTP-4.7.2-201102161022.zip'; // The AllinOneStatus variables should be "fail" or "ok" to determine which of the images are used (fail.gif or ok.gif). $winAllinOneStatus = ok; $linAllinOneStatus = ok; if($clientOS == "win32") { $clientOS = Windows; $altOS = Linux; $link = $winLink; $altLink = $linuxLink; $clientAllinOneStatus = $winAllinOneStatus; $altAllinOneStatus = $linAllinOneStatus; $code = 1; } else if(substr_count($clientOS, "linux") != 0) { $clientOS = Linux; $altOS = Windows; $link = $linuxLink; $altLink = $winLink; $clientAllinOneStatus = $linAllinOneStatus; $altAllinOneStatus = $winAllinOneStatus; $code = 1; } else if($clientOS == "nt6.0") { // Windows Vista $clientOS = Windows; $altOS = Linux; $link = $winLink; $altLink = $linuxLink; $clientAllinOneStatus = $winAllinOneStatus; $altAllinOneStatus = $linAllinOneStatus; $code = 1; } else if($clientOS == "nt6.1") { // Windows 7 $clientOS = Windows; $altOS = Linux; $link = $winLink; $altLink = $linuxLink; $clientAllinOneStatus = $winAllinOneStatus; $altAllinOneStatus = $linAllinOneStatus; $code = 1; } else { $code = 0; } if($code == 1) { ?>

TPTP All-in-One


Download TPTP all-in-one package   
Download NowStatus*
TPTP all-in-one package, <?=$clientAllinOneStatus?>
TPTP all-in-one package, <?=$altAllinOneStatus?>
The all-in-one package is a quick way to get started with TPTP. Simply download and unzip the package. The TPTP all-in-one contains a base Eclipse with all TPTP plugins and their dependencies, except the TPTP-WTP (required for Profile on Server), TPTP-BIRT (required for BIRT Reporting) integration features and the empty As-Is Monitoring Tools subproject plug-ins. If you would like to install TPTP into an existing Eclipse installation, you can use the Eclipse Update Manager or manually download and install some of the TPTP plugin packages below.

*All-in-one package status only. This is not related to the status of the TPTP build or the plugin packages below.

TPTP Plugins for Eclipse

   Install TPTP plugins by unzipping the zip file to an eclipse install directory. Make sure all requirements are also installed.

Requirements

Agent Controller

As-Is Components

   Previously General Availability (GA) or Technology Preview components are primarily provided for prior users but imply no support (for example, defects, news group, and mailing lists). There is no commitment to triage or resolve opened defects. In order to be considered, submitted patches should include code and test cases to support the fix.

Documentation

Quick Links
" ); print( "
Runtime downloads
" ); print( "  As of $statisticsDate
" ); print( "" ); print(""); print(""); print(""); print(""); print(""); print(""); print(""); print( "
All-In-One Package - Windows$allInOneDownloadsWin
All-In-One Package - Linux$allInOneDownloadsLinux
All TPTP plugins$allTptpPlugins
Platform$platformDownloads
Monitoring$monitorDownloads
Tracing and Profiling$traceDownloads
Testing$testDownloads
" ); print( "
" ); } $allTptpPluginsSDK = getFileStatistic( "/tptp.sdk*/", "TPTP-4.7.2-201102161022.xml" ); $platformDownloadsSDK = getFileStatistic( "/tptp.platform.sdk*/", "TPTP-4.7.2-201102161022.xml" ); $monitorDownloadsSDK = getFileStatistic( "/tptp.monitoring.sdk*/", "TPTP-4.7.2-201102161022.xml" ); $traceDownloadsSDK = getFileStatistic( "/tptp.trace.sdk*/", "TPTP-4.7.2-201102161022.xml" ); $testDownloadsSDK = getFileStatistic( "/tptp.test.sdk*/", "TPTP-4.7.2-201102161022.xml" ); if ( $statisticsDate != "" && $allTptpPluginsSDK != "" && $platformDownloadsSDK != "" && $monitorDownloadsSDK != "" && $traceDownloadsSDK != "" && $testDownloadsSDK != "" ) { print( "
" ); print( "
SDK downloads
" ); print( "  As of $statisticsDate
" ); print( "" ); print(""); print(""); print(""); print(""); print(""); print( "
All TPTP plugins$allTptpPluginsSDK
Platform$platformDownloadsSDK
Monitoring$monitorDownloadsSDK
Tracing and Profiling$traceDownloadsSDK
Testing$testDownloadsSDK
" ); print( "
" ); } $automatedGuiRecording = getFileStatistic( "/org.eclipse.tptp.test.auto*/", "TPTP-4.7.2-201102161022.xml" ); if ( $statisticsDate != "" && $automatedGuiRecording != "" ) { print( "
" ); print( "
Other downloads
" ); print( "  As of $statisticsDate
" ); print( "" ); print(""); print( "
Automated GUI Recording$automatedGuiRecording
" ); print( "
" ); } ?>