[
https://issues.jboss.org/browse/JBDS-3669?page=com.atlassian.jira.plugin....
]
Nick Boldt updated JBDS-3669:
-----------------------------
Attachment: version-string-in-exe-and-first-page-of-installer.png
To add a version number that's not the same as the one in package.json:
{code}
hub checkout
https://github.com/redhat-developer-tooling/developer-platform-install/pu...
npm --no-git-tag-version version 9.1.0-CR1-v20160325-1432-B34
gulp generate; gulp 7zip-sfx; gulp 7zip-sfx-cleanup
git checkout package.json # revert temporary change to the version string
{code}
Results:
!version-string-in-exe-and-first-page-of-installer.png!
Inject version, timestamp and Jenkins build number into installer to
show in installer window
---------------------------------------------------------------------------------------------
Key: JBDS-3669
URL:
https://issues.jboss.org/browse/JBDS-3669
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Components: installer
Affects Versions: 9.1.0.Beta2
Reporter: Denis Golovin
Assignee: Denis Golovin
Labels: havoc
Fix For: 9.1.0.CR1
Attachments: version-string-in-exe-and-first-page-of-installer.png
Currently this information is not available in installer at execution time, we should
create json or js file with this info before executing the build, include it in installer
and use during installation to get required data.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)