Build: TPTP-4.5.2.1-201008272040(Build reports)

getClientOS(); $linuxLink = 'http://www.eclipse.org/downloads/download.php?file=/tptp/4.5.2.1/dev/TPTP-4.5.2.1-201008272040/tptp.runtime.allInOne.linux.gtk.x86-TPTP-4.5.2.1-201008272040.zip'; $winLink = 'http://www.eclipse.org/downloads/download.php?file=/tptp/4.5.2.1/dev/TPTP-4.5.2.1-201008272040/tptp.runtime.allInOne.win32.win32.x86-TPTP-4.5.2.1-201008272040.zip'; if($clientOS == "win32") { $clientOS = Windows; $altOS = Linux; $link = $winLink; $altLink = $linuxLink; $code = 1; } else if(substr_count($clientOS, "linux") != 0) { $clientOS = Linux; $altOS = Windows; $link = $linuxLink; $altLink = $winLink; $code = 1; } else if($clientOS == "nt6.0") { // Windows Vista $clientOS = Windows; $altOS = Linux; $link = $winLink; $altLink = $linuxLink; $code = 1; } else if($clientOS == "nt6.1") { // Windows 7 $clientOS = Windows; $altOS = Linux; $link = $winLink; $altLink = $linuxLink; $code = 1; } else { $code = 0; } if($code == 1) { ?>
Download TPTP all-in-one package   
Download now: TPTP all-in-one package,
TPTP all-in-one package,

The TPTP all-in-one package contains the Eclipse Modeling Framework (EMF) 2.4 and as such requires Java 5. Additionally, the all-in-one package contains all TPTP plugins with their dependencies, except the TPTP-WTP (required for Profile on Server) and TPTP-BIRT (required for BIRT Reporting) integration features. To install the integration features, please download the "All TPTP plugins" zip file below. Please refer to the JRE and OS support statement for a complete list of supported configurations.

If you are new to TPTP, you may want to refer to the Installation Guide v4.5.0 for information about TPTP and its various installation packages before downloading TPTP.

 

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

Stand-alone Offerings

Agent Controller

Agents

Technology Previews

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.5.2.1-201008272040.xml" ); $platformDownloadsSDK = getFileStatistic( "/tptp.platform.sdk*/", "TPTP-4.5.2.1-201008272040.xml" ); $monitorDownloadsSDK = getFileStatistic( "/tptp.monitoring.sdk*/", "TPTP-4.5.2.1-201008272040.xml" ); $traceDownloadsSDK = getFileStatistic( "/tptp.trace.sdk*/", "TPTP-4.5.2.1-201008272040.xml" ); $testDownloadsSDK = getFileStatistic( "/tptp.test.sdk*/", "TPTP-4.5.2.1-201008272040.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( "
" ); } $apiRecorderFramework = getFileStatistic( "/org.eclipse.tptp.test.tools.api*/", "TPTP-4.5.2.1-201008272040.xml" ); $automatedGuiRecording = getFileStatistic( "/org.eclipse.tptp.test.auto*/", "TPTP-4.5.2.1-201008272040.xml" ); if ( $statisticsDate != "" && $apiRecorderFramework != "" && $automatedGuiRecording != "" ) { print( "
" ); print( "
Other downloads
" ); print( "  As of $statisticsDate
" ); print( "" ); print(""); print(""); print( "
API Recorder Framework$apiRecorderFramework
Automated GUI Recording$automatedGuiRecording
" ); print( "
" ); } ?>