[jbosstools-issues] [JBoss JIRA] (JBIDE-14385) Server Adapter ignores deploy-name of component projects

Rob Stryker (JIRA) issues at jboss.org
Tue Sep 15 11:21:00 EDT 2015


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

Rob Stryker edited comment on JBIDE-14385 at 9/15/15 11:20 AM:
---------------------------------------------------------------

Code to get deploy name in an API-valid manner:

{code}
	if (curModule instanceof IModule2) {
		String deployName = ((IModule2)curModule).getProperty(IModule2.PROP_DEPLOY_NAME);
	}
{code}


was (Author: rob.stryker):
Code to get deploy name in an API-valid manner:

{code}
		if (curModule instanceof IModule2) {
			String deployName = ((IModule2)curModule).getProperty(IModule2.PROP_DEPLOY_NAME);
		}
{code}

> Server Adapter ignores deploy-name of component projects
> --------------------------------------------------------
>
>                 Key: JBIDE-14385
>                 URL: https://issues.jboss.org/browse/JBIDE-14385
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 4.1.0.Alpha2
>         Environment: WTP 3.5.0
>            Reporter: Fred Bricon
>            Assignee: Rob Stryker
>             Fix For: LATER
>
>         Attachments: ear-deploy-name-ignored.png, JBIDE-14385-ear.zip
>
>
> After https://bugs.eclipse.org/bugs/show_bug.cgi?id=340918 has been fixed, I expected the deploy-name of EAR projects to be honored during deployment. It's not the case.
> !ear-deploy-name-ignored.png!



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list