Hello,
Anyone tried to upgrade a module with CSIDE and share the steps?
Thanks,
Mahesh
There is a guide available in the SDK documentation area on this topic.
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=42329092&objAction=browse&viewType=1
Please see the CSIDE Quick Start Guide on that page. Specifically, you want the “Import your Module” section.
Sorry, I meant if you have already imported a version (say 10.0.0) into srcmodules and you have more changes that you want to create a new version say 10.0.1 and then use the Upgrade Module feature to upgrade the module in CS.
If we change anything in the module in srcmodules folder, its automatically updates the ospace (oll) upon saving. I think it would be nice to have a feature to upgrade module version like the same way we Import the Source code from OLL.
Hi Mahesh,
You can tell CSIDE not to build your ospace everytime you save by deselecting "Build Automatically" from the top-level Project menu in Eclipse.
Below is the section on upgrading your module version from the updated Content Server IDE Fundamentals (formerly Builder Fundamentals) course, currently in development:
It is critical for developers as well as system administrators that everyone know exactly which version of the module is installed and that each new version of a module with different functionality have a different version number.
1. Either before or after you have made all your programming changes to your module, save everything.
2. Open the WebModule object and override the .fVersion feature.
3. Restart CSIDE or Eclipse.
4. In the Module Explorer, run the Webmodule.0 DumpModuleConfigToFile() method to recreate the ini file.
5. Save everything and stop CSIDE.
6. In the <othome>/module folder increment the version number on the module’s folder.
7. Start CSIDE.
8. Your module is now ready to be distributed for a system administrator to upgrade from a previous version.