jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Maven 2.x Eclipse Plugin
  • Maven 2.x Eclipse Plugin
  • MECLIPSE-722

Add support for Websphere 8.0

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.9
  • Fix Version/s: None
  • Component/s: M2Eclipse support, WTP support
  • Labels:
    None
  • Number of attachments :
    0

Description

Current code in workspaceconfiguration.java needs to be modified for adding support for websphere 8.0
Add if condition
if ( getDefaultDeployServerId().indexOf( "v8" ) >= 0 )

{ return "8.0"; }

WorkspaceConfiguration.java

  • @return the defined websphere server version and null if the target is no websphere.
    */
    public String getWebsphereVersion()
    {
    if ( getDefaultDeployServerId() != null && getDefaultDeployServerId().startsWith( "was." ) )
    Unknown macro: { if ( getDefaultDeployServerId().indexOf( "v7" ) >= 0 ) { return "7.0"; } if ( getDefaultDeployServerId().indexOf( "v61" ) >= 0 ) { return "6.1"; } if ( getDefaultDeployServerId().indexOf( "v6" ) >= 0 ) { return "6.0"; } if ( getDefaultDeployServerId().indexOf( "v51" ) >= 0 ) { return "5.1"; } if ( getDefaultDeployServerId().indexOf( "v5" ) >= 0 ) { return "5.0"; } }

    return null;
    }

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Amit Gadkari
Vote (0)
Watch (1)

Dates

  • Created:
    18/May/12 4:48 PM
    Updated:
    18/May/12 4:48 PM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.