What You Will Achieve
After completing this tutorial, you will have:- The Gantt extension installed in your Polarion server’s extensions directory
- A production or evaluation license in place
- The Polarion configuration cache cleared for clean extension loading
- A running Polarion server with the Gantt widget available in the widget picker
Prerequisites
- Polarion ALM installed and accessible (administrator access required)
- Server filesystem access to the Polarion installation directory
- Downloaded distribution — download
nextedy_gantt.zipfrom https://gantt.nextedy.com/download/
Installation Steps
Step 1: Unpack the Distribution
Unzip the downloadednextedy_gantt.zip file on your local machine or directly on the server.
com.nextedy.polarion.gantt containing the extension files.
Step 2: Copy the Extension to Polarion
Copy thecom.nextedy.polarion.gantt folder into your Polarion extensions directory:
Step 3: Install the License File
If you have a production license, copy thegantt_lic.json file to the Polarion license directory:
If you do not have a production license, the extension runs in evaluation mode for 30 days. You can install the license later without reinstalling the extension.
Step 4: Clear the Configuration Cache
Delete the Polarion configuration cache directory:Step 5: Restart the Polarion Server
Restart your Polarion server using your standard procedure (service restart, application server restart, etc.). After the server starts, you should see the Gantt extension listed in the Polarion administration panel.Step 6: Verify the Installation
- Open Polarion Administration
- Navigate to Nextedy GANTT > Setup
- Confirm you see the setup page with the current version number displayed
Installation Summary
| Step | Action | Verification |
|---|---|---|
| 1 | Unzip nextedy_gantt.zip | com.nextedy.polarion.gantt folder exists |
| 2 | Copy to polarion/extensions/ | Folder visible in extensions directory |
| 3 | Copy license to polarion/license/ | gantt_lic.json in license directory |
| 4 | Delete data/workspace/.config | Directory removed |
| 5 | Restart Polarion | Server starts without errors |
| 6 | Check admin panel | Version displayed in Nextedy GANTT > Setup |
Troubleshooting
If you see a message indicating the Gantt widget is not available after installation, the most common cause is a missing cache clear. Follow these steps:- Stop the Polarion server
- Delete
[POLARION_INSTALL]/data/workspace/.config - Start the Polarion server
Next Steps
- Explore the Demo Project — install the pre-configured demo project to see a working Gantt chart
- Set Up a Basic Gantt Chart — create your own Gantt widget from scratch
- Licensing and User Access — configure user groups and manage licenses
Sources
Sources
KB Articles
- Install Nextedy GANTT
- Troubleshooting - installation
- Update to Nextedy App to the latest version
- Troubleshooting: Reviewer access
- How to create a dependency link in Gantt?
prod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/instructions.htmlprod-gantt-src/com.nextedy.polarion.gantt.client/src/index.htmlprod-gantt-src/com.nextedy.polarion.gantt.client/src/js/components/ganttMenu.jsprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/GanttProduct.javaprod-gantt-src/com.nextedy.polarion.gantt/src/com/nextedy/polarion/gantt/model/impl/web/GanttViewServlet.java