getMetaInfo($metaTitle, $metaKeywords, $metaAuthor, $metaDescription, $ogTitle, $ogImage, $ogDescription, $robotsIndex, $robotsFollow, $canonicalTag); $count = count($builds[RELEASE_BUILD][BUILD_NAME]); $bld = $builds[RELEASE_BUILD][BUILD_NAME][$count - 1]; $buildDir = $builds[RELEASE_BUILD][BUILD_DIR][$count - 1]; function releaseTable( $type ) { global $builds; $buildName = $builds[ $type ][ BUILD_NAME ]; $buildDir = $builds[ $type ][ BUILD_DIR ]; $buildDate = $builds[ $type ][ BUILD_DATE ]; $count = count( $buildName ); $rtnT = ""; $rtnT = $rtnT . ""; if ( $count == 0 ) { $rtnT = $rtnT . ""; } for ( $i = $count - 1; $i >= 0; $i-- ) { $rtnT = $rtnT . ""; } $rtnT = $rtnT . "
Build NameBuild Date
None
{$buildName[ $i ]}{$buildDate[ $i ]}
"; return ($rtnT); } $lb_rb = latestBuild( RELEASE_BUILD ); $lb_mb = latestBuild( MILESTONE_BUILD ); $lb_nb = latestBuild( NIGHTLY_BUILD ); $lb_sb = latestBuild( STABLE_BUILD ); $rt_rb = releaseTable( RELEASE_BUILD ); $rt_mb = releaseTable( MILESTONE_BUILD ); $rt_nb = releaseTable( NIGHTLY_BUILD ); $rt_sb = releaseTable( STABLE_BUILD ); ?> getAfterBody(); ?>
getSideMenu(); ?>

Recent Builds

Latest Downloads

This page lists the latest builds produced by the BIRT project. Build terminology is defined on the build types page.

If you have problems downloading the drops, post a question on the BIRT Newsgroup or in the BIRT Developer Center Community forums.

Build Type Build Name Build Date

Latest Releases

Release builds are fully tested and are production ready.


Milestone Builds

Milestone builds have undergone testing and are ready for wider review. They are not production quality, but they allow you to see the latest features. Please try them and provide feedback.


Stable Builds

Stable builds are integration builds that have been found to be stable enough for most people to use. They are promoted from integration build to stable build by the architecture team after they have been used for a few days and deemed reasonably stable.


Nightly Builds

Nightly builds are created automatically each night for the use of the BIRT development team. Unless you're a BIRT developer, you probably don't want these builds.