[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-2757) All opened Editors are closing while importing project to workspace from war file.

Denis Golovin (JIRA) jira-events at lists.jboss.org
Tue Nov 11 21:00:36 EST 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin resolved JBIDE-2757.
----------------------------------

    Resolution: Won't Fix


First of all tis wizard is provided by WebbTools. Second, it works as designed:

	protected final boolean prePerformFinish() {
		if (!CommonEditorUtility.promptToSaveAllDirtyEditors()) {
			return false;
		}
		//Must have selected to not save, but should close all remaining
		CommonEditorUtility.closeAllEditors();
		return super.prePerformFinish();
	}

> All opened Editors are closing while importing project to workspace from war file.
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-2757
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2757
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 3.0.0.beta1
>            Reporter: Anton Klimkovich
>            Assignee: Denis Golovin
>             Fix For: 3.0.0.cr1
>
>         Attachments: richfaces-demo-3.2.1.GA.war
>
>
> EXECUTE: Create Seam web project
> EXECUTE: Open different files in different editors.
> EXECUTE: Import attached project as war file into workspace (Import -> Web -> War file )
> FAILURE:   All opened Editors are closing while importing project to workspace from war file
> Also server will be stoped if it was runned before importing the project.

-- 
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

        



More information about the jbosstools-issues mailing list