Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-560

EAR file WTP config generation Incompatible with RAD7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.6
    • None
    • WTP support
    • None

    Description

      It seems like for .ear modules that keep META-INF in the root of the project (the "IBM RAD way") i.e.

       <!-- in the maven-ear-plugin config -->
      <earSourceDirectory>${basedir}</earSourceDirectory>

      the file .settings/org.eclipse.wst.common.component is not generated correctly, specifically the following line is incorrect:

      <wb-resource deploy-path="/" source-path="."/>

      It should be:

      <wb-resource deploy-path="/" source-path="/"/>

      This bug results in a complete break down of RAD 7 J2EE functionality (it can no longer recognize WTP modules, edit J2EE dependencies or open Manifest.mf files). Regular Eclipse WTP may also be affected, but was not tested.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rustamabd Rustam Abdullaev
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: