Uploaded image for project: 'Geronimo-Devtools'
  1. Geronimo-Devtools
  2. GERONIMODEVTOOLS-282

Classpath entries to resources in SharedLIb incorrect causing them not to be found when running on the Geronimo server

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.2, 2.0.x, 2.1.0
    • None
    • None

    Description

      The GEP is duplicating the output folder in classpath entries for resources in the sharedlib manifest entry. For example, for a project with a name of project1 in the Eclipse workspace the classpath entry in the manifest shows up as:

      file:/C:/workspace/projects/project1/target/classes/
      file:/C:/workspace/projects/project1/project1/src/main/resources/
      file:/C:/workspace/projects/project1/project1/src/test/resources/

      When they should be:

      file:/C:/workspace/projects/project1/target/classes/
      file:/C:/workspace/projects/project1/src/main/resources/
      file:/C:/workspace/projects/project1/src/test/resources/

      Attachments

        Activity

          People

            mcconne Tim McConnell
            mcconne Tim McConnell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: