[forge-issues] [JBoss JIRA] (FORGE-378) Add "environments" as a first class construct

George Gastaldi (JIRA) jira-events at lists.jboss.org
Wed Aug 22 12:50:14 EDT 2012


     [ https://issues.jboss.org/browse/FORGE-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated FORGE-378:
----------------------------------

    Fix Version/s: 2.0.0.Alpha1
      Component/s: Shell
                   Usability

    
> Add "environments" as a first class construct
> ---------------------------------------------
>
>                 Key: FORGE-378
>                 URL: https://issues.jboss.org/browse/FORGE-378
>             Project: Forge
>          Issue Type: Feature Request
>          Components: Shell, Usability
>            Reporter: Pete Muir
>             Fix For: 2.0.0.Alpha1
>
>
> For example:
> {code}
> set environment JBOSS_AS7 --version 7.1.0.Final
> {code}
> Where JBOSS_AS7 is a built in profile that contains necessary info on various versions of JBoss AS 7. 
> For example, the persistence plugin could read from this, changing
> {code}
> persistence setup --provider HIBERNATE --container JBOSS_AS7
> {code}
> to
> {code}
> persistence setup
> {code}
> Or, when setting up CDI, this would remove the need to ask ask which API to use (always use the Java EE BOM with JBoss AS), and as the metadata builds, remove the need to ask the version of the spec BOM to use.
> Lot's of other places where this could provide better defaulting, or remove the need to ask questions.
> This also seems fairly consistent with the Forge approach - good understanding of the project in question.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list