[
https://jira.jboss.org/jira/browse/JBIDE-3535?page=com.atlassian.jira.plu...
]
Alexey Kazakov commented on JBIDE-3535:
---------------------------------------
getSeamProject() returns parent seam project if it is not null or just a project for which
we open Settings page (it can be open only for IProject). So it can't be null:
public void setElement(IAdaptable element) {
...
project = (IProject) getElement().getAdapter(IProject.class);
...
}
private IProject getSeamProject() {
return warProject!=null ? warProject : project;
}
We add Seam nature/builder in addSeamSupport() and add seam settings in storeSettigs():
public boolean performOk() {
...
addSeamSupport(project);
addSeamSupport(warProject);
storeSettigs();
...
}
Let user change seam war parent project in seam settings page.
--------------------------------------------------------------
Key: JBIDE-3535
URL:
https://jira.jboss.org/jira/browse/JBIDE-3535
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Seam
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.0.1.GA
Attachments: newSeamSettingsPage.gif, org.jboss.tools.seam.patch
Now this field is disabled. Let's make it editable. User will be able to change
parent seam war project.
And we need some investigation whether we really need "EJB Seam project"
field."
Restore Defualts button should work.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira