[jbosstools-issues] [JBoss JIRA] (JBIDE-9863) ProjectExamplesFix assumes the Eclipse project name is identical to the Example name
Fred Bricon (Created) (JIRA)
jira-events at lists.jboss.org
Fri Oct 7 12:18:18 EDT 2011
ProjectExamplesFix assumes the Eclipse project name is identical to the Example name
--------------------------------------------------------------------------------------
Key: JBIDE-9863
URL: https://issues.jboss.org/browse/JBIDE-9863
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.3.0.M3
Reporter: Fred Bricon
Assignee: Snjezana Peco
Fix For: 3.3.0.M4
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list