Eclipse Build:

POM updates made"; } // check if test build only, just to give warning of oversite. // see bug 404545 if (isset($testbuildonly) && ($testbuildonly)) { echo "

Test-Build-Only flag found set. Input was not tagged.

\n"; } // Use of "BUILD_ID" should work for milestones, and releases, but would require a "copy" // being made, say for "4.5RC4" during that period we have prepared final bits, but have not // made visible yet (if we want "N&N" visible from RC build). if (file_exists("news/")) { echo "

New and Noteworthy

\n"; } // linkToAcknowledgements is a pure "marker file" if (file_exists("linkToAcknowledgements")) { echo "

Acknowledgments

\n"; } // linkToReadme is a pure marker file if (file_exists("linkToReadme")) { echo "

Eclipse Project ${BUILD_ID} Readme

\n"; } if (isset ($BUILD_FAILED) ) { echo "

Build Failed

See logs.

\n"; $PATTERN='!(.*)(/buildlogs/)(.*)!'; $result = preg_match($PATTERN, $BUILD_FAILED, $MATCHES); // cheap short cut, since we expect only 1 such file $summaryFile=glob("buildFailed-*"); if ($result !== FALSE) { $SPECIFIC_LOG=$MATCHES[3]; echo "

Specifically, see the log with errors, \n"; echo "or a summary.
\n"; echo "Or see traditional Compile Logs (if any).

\n"; } } else { ?>

This page provides access to the various deliverables of Eclipse Platform build along with is logs and tests.

Logs and Test Links

"; echo "\n"; echo "

Summary of Unit Tests Results

"; echo "\n"; echo " \n"; echo "\n"; foreach ($expectedTestConfigs as $config) { if (isset($testResults[$config])) { $testRes = $testResults[$config]; $failed = $testRes['failCount']; $passed = $testRes['passCount']; $total = $failed + $passed; $duration = $testRes['duration']; if (file_exists("overrideTestColor")) { $linkColor='green'; } else { if ($failed > 0) { /* note we don't override 'inherit' cases, just 'failed'. */ if (file_exists("overrideTestColor")) { $linkColor='green'; } else { $linkColor = 'red'; } } else { $linkColor='green'; } } echo "\n"; echo "\n"; echo "\n"; echo "\n"; } else { /* Yes, all configs intentionally links, since all go to the same place, but if no results yet, would not look like one. */ $linkColor = 'inherit'; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } } echo "
".$boxesDisplay." of ".count($expectedTestConfigs)." integration and unit test configurations are complete.
Tested PlatformFailedPassedTotalTest Time (s)
\n"; echo "".$config.""; echo "$failed$passed$total$duration
\n"; echo "".$config.""; echo "    
\n"; ?>

Related Links

Eclipse p2 Repository [More]

\n"; echo "To update your Eclipse installation to this development stream, you can use the software repository at
\n"; echo "  $STREAM_REPO_URL
\n"; echo " \n"; } if ((file_exists("$relativePath3/updates/"."$BUILD_REPO_NAME")) || (file_exists("$relativePath4/updates/"."$BUILD_REPO_NAME")) ) { echo " \n"; echo "To update your build to use this specific build, you can use the software repository at
\n"; echo "  $BUILD_REPO_URL
\n"; echo " \n"; } ?>

Eclipse SDK [More]

Windows Windows (x86_64) Linux (x86/GTK+) Linux (x86_64/GTK+) Linux (PPC/GTK+) Linux (PPC64/GTK+) Linux (s390x/GTK+) Linux (s390/GTK+) Linux (PPC64LE/GTK+) Solaris 11 (SPARCv9/GTK+) Solaris 10 (x86/GTK+) HP-UX (ia64/GTK+) AIX (PPC/GTK+) AIX (PPC64/GTK+) Mac OSX (Mac/Cocoa/x86_64)

Platform Runtime Binary [More]

Windows Windows (x86_64) Linux (x86/GTK+) Linux (x86_64/GTK+) Linux (PPC/GTK+) Linux (PPC64/GTK+) Linux (s390x/GTK+) Linux (s390/GTK+) Linux (PPC64LE/GTK+) Solaris 11 (SPARCv9/GTK+) Solaris 10 (x86/GTK+) HPUX (ia64/GTK+) AIX (PPC/GTK) AIX (PPC64/GTK) Mac OSX (Mac/Cocoa/x86_64) Runtime Repo Platform Runtime Repo

JDT Deliverables [More]

JDT Repo JDT Runtime Repo  JDT Source Repo JDT Source Repo Standalone JDT compiler Standalone JDT compiler with source

PDE Deliverables [More]

PDE API Tools PDE API Tools execution environment fragments repo PDE Repo PDE Repo PDE Source Repo PDE Source Repo

Standalone SWT Binary and Source [More]

Windows Windows (x86_64) Linux (x86/GTK+) Linux (x86_64/GTK+) Linux (PPC/GTK+) Linux (PPC64/GTK+) Linux (PPC64LE/GTK+) Solaris 11 (SPARCv9/GTK+) Solaris 10 (x86/GTK+) HPUX (ia64/GTK+) AIX (PPC/GTK+) AIX (PPC64/GTK+) Mac OSX (Mac/Cocoa/x86_64)

RCP Runtime Binary and SDK [More]

RCP Repo RCP Runtime Repo RCP Source Repo RCP Source Repo

Other Deliverables [More]

Examples Eclipse Examples Repo Releng Tools Repo Releng Tools Repo CVS Repo CVS Runtime Repo CVS Source Repo CVS Source Repo Test FrameworkTest Frameework Test Framework and Unit Tests