[jbosstools-issues] [JBoss JIRA] (JBDS-4293) Merge requirements-*.json files into one

Denis Golovin (JIRA) issues at jboss.org
Wed Mar 1 13:37:00 EST 2017


Denis Golovin created JBDS-4293:
-----------------------------------

             Summary: Merge requirements-*.json files into one
                 Key: JBDS-4293
                 URL: https://issues.jboss.org/browse/JBDS-4293
             Project: Red Hat JBoss Developer Studio (devstudio)
          Issue Type: Task
          Components: platform-installer
    Affects Versions: 10.4.0.AM1
            Reporter: Denis Golovin


Current implementation is looking for requirements-${process.platform}.json. There are three supported platforms and therefore three configuration file with duplicated information for some components. 
New implementation should merge configuration in one file and introduce platform attribute for component configuration's. Only components that has platform specific binaries are affected.

For example for CDK configuration instead of having it defined in three files like this:


{code:title=requirements-win32.json|borderStyle=solid}

{code}

{code:title=requirements-darwin.json|borderStyle=solid}

{code}


{code:title=requirements-linux.json|borderStyle=solid}

{code}

It would be defined only once like this 

{code:title=requirements.json|borderStyle=solid}

{code}




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list