[jbosstools-issues] [JBoss JIRA] (JBDS-2622) Do we need to add new server types to the installer?

Denis Golovin (JIRA) jira-events at lists.jboss.org
Wed May 1 14:12:53 EDT 2013


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

Denis Golovin resolved JBDS-2622.
---------------------------------

    Release Notes Docs Status: Not Required
                   Resolution: Done


Removed ServerType and ServerTypeTest classes from installer. 
Fixed failing JUnit tests.
                
> Do we need to add new server types to the installer?
> ----------------------------------------------------
>
>                 Key: JBDS-2622
>                 URL: https://issues.jboss.org/browse/JBDS-2622
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: installer
>    Affects Versions: 7.0.0.Alpha2
>            Reporter: Nick Boldt
>            Assignee: Denis Golovin
>             Fix For: 7.0.0.Beta1
>
>
> Do we need to add a new server type string for EAP 6.1?
> {code:title=https://svn.jboss.org/repos/devstudio/trunk/product/installer/src/panels/com/jboss/jbds/installer/bean/ServerType.java, lines 46-50}
>      "Application Server",
>      BIN_PATH+File.separatorChar + TWIDDLE_JAR_NAME,
>      new String[]{"6.0","5.1", "5.0", "4.2", "4.0", "3.2"}, new ASServerTypeCondition());
>  
>  public static final ServerType EAP = new ServerType(
> {code}
> {code:title=https://svn.jboss.org/repos/devstudio/trunk/product/installer/src/panels/com/jboss/jbds/installer/bean/ServerType.java, lines 82-86}
>      UNKNOWN_STR,
>      "",
>      new String[]{"6.0", "5.1", "5.0", "4.3", "4.2", "4.0", "3.2"}, null);
> 	public String toString() {
> {code}
> What about WildFly (AS 8), SOA-P 6, etc.?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list