[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9696) Need to include the ESB runtime detector in the SOA build

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Sep 20 18:17:27 EDT 2011


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

Nick Boldt commented on JBIDE-9696:
-----------------------------------

Seems no one added this new plugin or feature to their containing pom.xml files, so they're not build as part of the ESB module. You'd think the developer would notice this when they build the module locally...

Also, the feature needed to be added to the esb/site/site.xml file so it'd be published. 

Next, the feature had to be added to the build/aggregate/soa-site/site.xml so it's be included in that build. Also added a few other runtime/usage features that seemed missing.

{code}
	<feature url="features/org.jboss.tools.runtime.feature_0.0.0.jar" id="org.jboss.tools.runtime.feature" version="0.0.0">
		<category name="AllTools" />
	</feature>
	<feature url="features/org.jboss.tools.runtime.core.feature_0.0.0.jar" id="org.jboss.tools.runtime.core.feature" version="0.0.0">
		<category name="AllTools" />
	</feature>
	<feature url="features/org.jboss.tools.runtime.drools.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.drools.detector.feature" version="0.0.0">
		<category name="AllTools" />
	</feature>
	<feature url="features/org.jboss.tools.runtime.esb.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.esb.detector.feature" version="0.0.0">
		<category name="AllTools" />
	</feature>
	<feature url="features/org.jboss.tools.runtime.jbpm.detector.feature_0.0.0.jar" id="org.jboss.tools.runtime.jbpm.detector.feature" version="0.0.0">
		<category name="AllTools" />
	</feature>
	<feature url="features/org.jboss.tools.usage.feature_0.0.0.jar" id="org.jboss.tools.usage.feature" version="0.0.0">
		<category name="AllTools" />
	</feature>
{code}


> Need to include the ESB runtime detector in the SOA build
> ---------------------------------------------------------
>
>                 Key: JBIDE-9696
>                 URL: https://issues.jboss.org/browse/JBIDE-9696
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 3.3.0.M3
>            Reporter: Brian Fitzpatrick
>            Assignee: Nick Boldt
>            Priority: Critical
>             Fix For: 3.3.0.M4
>
>
> The work that Snjezana did for JBIDE-8919 needs to be integrated with the SOA builds associated with JBoss Tools 3.3 and JBDS 5. Not sure if this will fall to Doug or Nick, but hopefully we'll have time to resolve it before the next milestone. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list