[
https://issues.jboss.org/browse/JBDS-2622?page=com.atlassian.jira.plugin....
]
Nick Boldt updated JBDS-2622:
-----------------------------
Description:
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.?
was:
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}
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}
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