getProjectCommon()); readLogs( true ); #***************************************************************************** # # template.php # # Author: Denis Roy # Date: 2005-06-16 # # Description: Type your page comments here - these are not sent to the browser # # #**************************************************************************** # # Begin: page-specific settings. Change these. $pageTitle = "Eclipse BIRT Home"; $pageKeywords = ""; $pageAuthor = ""; # Add page-specific Nav bars here # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3) # $Nav->addNavSeparator("My Page Links", "downloads.php"); # $Nav->addCustomNav("My Link", "mypage.php", "_self", 3); # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3); # End: page-specific settings # # End: page-specific settings # $count = count($builds[RELEASE_BUILD][BUILD_NAME]); $bld = $builds[RELEASE_BUILD][BUILD_NAME][$count - 1]; $bld_r = str_replace( "_", ".", $bld ); $buildDir = $builds[RELEASE_BUILD][BUILD_DIR][$count - 1]; $buildPath = "drops/" . $buildDir; $iniFile = $buildPath . "/build.ini"; $buildInfo = null; if(file_exists( $iniFile)){ $buildInfo = parse_ini_file( $iniFile ); } $baseNameAllinone = $buildInfo[ "allInOne" ]; $baseNameFramework = $buildInfo[ "designer" ]; $baseNameRCP = $buildInfo[ "rcp" ]; $baseNameRuntime = $buildInfo[ "engine" ]; $haseclipseVersion = $buildInfo [ "eclipseVersion" ] != ""; $projVersions = ""; if( $haseclipseVersion ){ $projVersions = $projVersions . "
BIRT has dependencies on the following Eclipse projects. In certain downloads such as the Allinone these are already included, but in others such as the framework you will be required to download them.
"; if( $buildInfo [ "eclipseURL" ] != ""){ $projVersions = $projVersions . "
![]() |
The fastest way to get started designing BIRT reports on Windows. Everything you need to start designing BIRT Reports, including the full Eclipse SDK. Pre-requisites: Java 1.5 JDK/JRE |
|
Choose a |
![]() |
Already have Eclipse installed? Get all the BIRT plugins for your existing Eclipse environment (or use Update Manager) Pre-requisites: Java 1.5 JDK/JRE; $projVersions |
![]() |
Want a dedicated report designer? Simple to use RCP Version of the BIRT Report Designer for report developers on the Windows platform. Pre-requisites: Java 1.5 JDK/JRE |
Deployment |
![]() |
Need to deploy BIRT into your Java/Java EE application? Get the deployment components of BIRT. You do not need this if you are just designing reports. Pre-requisites: Java 1.5 JDK/JRE |
Need a different download? |
|
More |
Looking for a different BIRT $bld_r download? Linux Report Designer, standalone charts, other packages? See the full BIRT $bld_r Download Page. Looking for a different BIRT release (including development builds)? See the Recent Builds Page. Looking for an archived BIRT release? See the Archived Builds Page. |
What Now? |
|
Next |
Need more information on installing or detailed pre-requisites for BIRT? See the detailed installation instructions. Problems getting BIRT up and running? See the BIRT Wiki, BIRT Examples or post a question to the Newsgroup (Using Newsreader or Web Interface). To get a Newsgroup password see Information and Signup. Search the BIRT Newsgroup archives for previously asked questions. Need help in getting started with your first report? See the BIRT Tutorial. |