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

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed May 1 00:20:53 EDT 2013


Nick Boldt created JBDS-2622:
--------------------------------

             Summary: 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: Rob Stryker


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}




--
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