What You Will Achieve
After completing this tutorial, you will have:- Checked your current installed version against the latest available release
- Downloaded and installed the latest Gantt extension
- A running Polarion server with the updated Gantt version
Prerequisites
- Nextedy GANTT installed on your Polarion server
- Server filesystem access to the Polarion installation directory
- Polarion administrator access
Step 1: Check Your Current Version
You can find the currently installed version in two places: From the Gantt admin page:- Open Polarion Administration
- Navigate to Nextedy GANTT > Setup
- The current version is displayed on the page
Step 2: Check for Available Updates
- In Polarion Administration > Nextedy GANTT > Setup, click the Check for Updates button
- The page displays the latest available version
The update check fetches version information from the Nextedy download server. No scripts are executed from the download server, and no data from your installation is transmitted.
Step 3: Download the Latest Version
Download the latestnextedy_gantt.zip from:
Step 4: Stop the Polarion Server
Stop your Polarion server using your standard procedure:Step 5: Remove the Old Version
Delete the existing Gantt extension directory:Step 6: Install the New Version
Follow the same steps as a fresh installation:- Unzip the downloaded
nextedy_gantt.zip - Copy the
com.nextedy.polarion.ganttfolder to[POLARION_INSTALL]/polarion/extensions/
Step 7: Clear the Configuration Cache
Delete the Polarion configuration cache:Step 8: Start the Polarion Server
Start your Polarion server:Step 9: Verify the Update
- Open Polarion Administration > Nextedy GANTT > Setup
- Confirm the displayed version matches the version you downloaded
- Open any existing Gantt chart and verify it loads correctly
Update Process Summary
Update Checklist
| Step | Action | Done |
|---|---|---|
| 1 | Note current version | |
| 2 | Download latest nextedy_gantt.zip | |
| 3 | Stop Polarion server | |
| 4 | Delete com.nextedy.polarion.gantt directory | |
| 5 | Copy new com.nextedy.polarion.gantt from zip | |
| 6 | Delete [POLARION_INSTALL]/data/workspace/.config | |
| 7 | Copy license file if updated | |
| 8 | Start Polarion server | |
| 9 | Verify version in admin panel |
Troubleshooting After Update
If the Gantt chart shows a loading screen or fails to render after updating:- Verify that
[POLARION_INSTALL]/data/workspace/.configwas deleted - Check the Polarion server logs for extension loading errors
- Open the browser developer console and look for JavaScript errors
- If issues persist, contact Nextedy support with your server logs, browser console output, and configuration details
Next Steps
- Licensing and User Access — verify license status after updating
- Set Up a Basic Gantt Chart — configure new features available in the updated version
- Explore the Demo Project — review demo data for new feature examples
Sources
Sources
KB Articles
- Update to Nextedy App to the latest version
- Install Nextedy GANTT
- Gantt: Is the evaluation time limited?
prod-gantt-src/com.nextedy.polarion.gantt.client/src/index.htmlprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/main.jsprod-gantt-src/com.nextedy.polarion.gantt.client/cypress/e2e/gantt-scripts/dependencyItemIsHidden.cy.tsprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/utils.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/impl/web/GanttViewServlet.java