[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2618) Impossible to create new archives

Denis Golovin (JIRA) jira-events at lists.jboss.org
Fri Aug 15 17:05:14 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBIDE-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12425315#action_12425315 ] 

Denis Golovin commented on JBIDE-2618:
--------------------------------------

First problem is in count element in plugin.xml is should be used inside adopt element 

<adapt type="java.util.Collection"> 
   <count value="0" />
</adapt>

Second one is in initial content of tree. It doesn't show projects that is not involved in archiving.
Third is there are lot of empty catch block for CoreException.
Forth is in AbstractArchiveWizard.init it dosen't understand selection for 
		...
		} else if(selected instanceof WrappedProject) {
			project = ((WrappedProject)selected).getElement();
			initialDestinationPath = project.getFullPath().toString();
			isPathWorkspaceRelative = true;
		} ...



> Impossible to create new archives
> ---------------------------------
>
>                 Key: JBIDE-2618
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2618
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Archives
>    Affects Versions: 3.0.0.alpha
>            Reporter: Max Rydahl Andersen
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 3.0.0.alpha
>
>
> EXECUTE: Open Project Archives view 
> EXECUTE: Select a project
> ASSERT: Something shown in archives view to create a new archive/Right click gives something
> Current result: Nothing. How is users supposed to create new archives now ?

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