Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9863

ProjectExamplesFix assumes the Eclipse project name is identical to the Example name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.M5
    • 3.3.0.M3
    • project-examples
    • None

      When creating a project example from a maven archetype, the created Eclipse project ends up having a different name (user defined) than the original project example.
      Implementations of ProjectExamplesFix rely on ProjectExamplesActivator.getEclipseProject(project, fix); to infer the generated eclipse project.
      Since eclipse projects and archetype have a different name (more so in the case of archetype creating multiple projects), no fixes can be applied.

      My opinion is we should modify the Import Job API so that it returns the list of created IProjects, then pass that list all along to the ProjectExamplesFix.

            snjeza_jira Snjezana Peco (Inactive)
            fbricon@redhat.com Fred Bricon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: