[jbosstools-issues] [JBoss JIRA] (JBDS-2161) should maven.gwt feature be included in JBDS or JBDS Extras?

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu May 24 09:43:20 EDT 2012


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

Nick Boldt edited comment on JBDS-2161 at 5/24/12 9:43 AM:
-----------------------------------------------------------

-So, I assume you mean this should be in Extras (new feature) and on Central (new connector).-

Better yet, we add the feature to Extras, and add the feature into the existing Central connector, which includes these IUs:

{code:title=https://svn.jboss.org/repos/devstudio/trunk/product/plugins/com.jboss.jbds.central.discovery/plugin.xml}
	         <iu id="com.jboss.jbds.gwt.feature"/>
            <iu id="com.google.gwt.eclipse.sdkbundle.e37.feature"/>
            <iu id="com.google.gdt.eclipse.suite.e37.feature"/>

{code}

Then I add the new feature and its deps into the *com.jboss.jbds.gwt.feature* feature:

{code:title=https://svn.jboss.org/repos/devstudio/trunk/extras/features/com.jboss.jbds.gwt.feature/feature.xml}
   <requires>
   	<import feature="com.google.gdt.eclipse.suite.e37.feature" version="2.5.1" match="compatible"/>
   	<import feature="com.google.gwt.eclipse.sdkbundle.e37.feature" version="2.4.0" match="compatible"/>
      <import feature="org.eclipse.m2e.feature" version="0.13.0" match="greaterOrEqual"/>
      <import feature="org.maven.ide.eclipse.wtp.feature" version="0.13.0" match="greaterOrEqual"/>
   </requires>

   <includes id="org.jboss.tools.maven.gwt.feature" version="0.0.0" />
{code}

and update that feature's description:

{code}
-Contains Google Plugin for Eclipse (GPE) 2.5.1 + Google Web Toolkit (GWT) SDK 2.4.0 (Selected).
+Contains Google Plugin for Eclipse (GPE) 2.5.1 + Google Web Toolkit (GWT) SDK 2.4.0 (Selected), with Maven support.
{code}


                
      was (Author: nickboldt):
    -So, I assume you mean this should be in Extras (new feature) and on Central (new connector).-

Better yet, we add the feature to Extras, and add the feature into the existing Central connector, which includes these IUs:

{code}
	         <iu id="com.jboss.jbds.gwt.feature"/>
            <iu id="com.google.gwt.eclipse.sdkbundle.e37.feature"/>
            <iu id="com.google.gdt.eclipse.suite.e37.feature"/>

{code}

Then I add the new feature and its deps into the *com.jboss.jbds.gwt.feature* feature:

{code}
   <requires>
   	<import feature="com.google.gdt.eclipse.suite.e37.feature" version="2.5.1" match="compatible"/>
   	<import feature="com.google.gwt.eclipse.sdkbundle.e37.feature" version="2.4.0" match="compatible"/>
      <import feature="org.eclipse.m2e.feature" version="0.13.0" match="greaterOrEqual"/>
      <import feature="org.maven.ide.eclipse.wtp.feature" version="0.13.0" match="greaterOrEqual"/>
   </requires>

   <includes id="org.jboss.tools.maven.gwt.feature" version="0.0.0" />
{code}

and update that feature's description:

{code}
-Contains Google Plugin for Eclipse (GPE) 2.5.1 + Google Web Toolkit (GWT) SDK 2.4.0 (Selected).
+Contains Google Plugin for Eclipse (GPE) 2.5.1 + Google Web Toolkit (GWT) SDK 2.4.0 (Selected), with Maven support.
{code}


                  
> should maven.gwt feature be included in JBDS or JBDS Extras?
> ------------------------------------------------------------
>
>                 Key: JBDS-2161
>                 URL: https://issues.jboss.org/browse/JBDS-2161
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: central, maven, updatesite
>    Affects Versions: 5.0.0.CR1
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>            Priority: Critical
>             Fix For: 5.0.0.CR1
>
>
> Noticed that while maven.gwt is on the JBT Nightly site (http://download.jboss.org/jbosstools/updates/nightly/core/trunk/features/org.jboss.tools.maven.gwt.feature_1.3.0.v20120523-0741-H634-CR1.jar), it's not in JBDS Product, JBDS Extras, or JBDS Central.
> Should it be?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list