Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Eclipse 4diac Wiki/Development/4diac Releng

Short checklist for 4diac releases:

  1. prepare branding
    • Update splash screen
    • Update update version number in VM Arguments: -Declipse.buildId= (this is needed for AERI)
  2. Prepare git repositories
    • For Major and bug fix releases merge release branch to master
    • Tag commit with release (e.g., 1.9.0.M1, 1.10.1)
  3. Build 4diac-ide
    • currently local build using Tycho
    • rename output files according to release: 4diac-ide-incubation_version_platform.ending (e.g., 4diac-ide-incubation_1.9.0.M2_linux.gtk.x86.tar.gz, 4diac-ide-incubation_1.10.1_win32.x86_64.zip)
  4. Assemble FORTE
    • clone anonymous git :
    • change to release branch
    • zip forte and name it forte-incubation_version.zip
  5. Put it onto eclipse download site
    • Connect to build.eclipse.org (sftp username@build.eclipse.org)
    • go into release dir (e.g., /home/data/httpd/download.eclipse.org/4diac/...)
  6. Update download web site
  7. Prepare news for:
    • 4diac webseite, mirror on sourceforge
  8. Announce it on
    • LinkedIn
    • Xing
    • Freshcode

Back to the top