cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jweber
Level 6

Updating the Product Version

Anyone have any ideas on what the easiest why to update the product version during the build process would be. I have messed around with trying to use the Automation layer api to get to the Product Version via a software object key. However I keep getting null pointers......

Any thoughts?
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

For another approach, please see the ISMP help topic "Using XSL Stylesheets", section "Changing All Product Beans' Key (Version) Properties". I think a copy of that .xsl file is in the xsl subdirectory of your ISMP distribution directory.
0 Kudos
rmackay
Level 7

I found it easier to use a set of %TAGS% in the .uip file and then use a perl script to substitute in the correct values prior to running a command line build. This also works on the file locations as well. Instead of hardcoding a location I just use the tag %EXPORT_DIR% and sub that out with a value set in the environment.
0 Kudos