[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1187) Configuration plugin errors in org.jboss.tools.runtime.feature feature.xml file when classic update is used

Eric D. Schabell (JIRA) jira-events at lists.jboss.org
Thu Apr 29 14:17:05 EDT 2010


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

Eric D. Schabell commented on JBDS-1187:
----------------------------------------

Confirmed / verified!

> Configuration plugin errors in org.jboss.tools.runtime.feature feature.xml file when classic update is used
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: JBDS-1187
>                 URL: https://jira.jboss.org/jira/browse/JBDS-1187
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: integration, runtime
>    Affects Versions: 3.0.0.GA
>         Environment: Fedora 12, x86_64, lenovo T500
>            Reporter: Eric D. Schabell
>            Assignee: Denis Golovin
>            Priority: Critical
>             Fix For: 3.0.1.GA
>
>
> Clean install of JBDS 3.0 and want to add plugin JD (decompiler), enable feature Preferences -> General -> Capabilities -> Classic Update, then try to add JD as new plugin remote location in update software section gives errors on this file which block further installation:
> jbdevstudio/studio/eclipse/features/org.jboss.tools.runtime.feature_1.1.0.v201003100055R-H50-GA/feature.xml
> Errors are 2:
> 1) only one URL tag allowed, it detects more than one
> 2) no closing FEATURE tag
> Fixed by removing the LICENSE line with URL and complete copyright section leaving only this:
> <?xml version="1.0" encoding="UTF-8"?>
> <feature id="org.jboss.tools.runtime.feature" label="%featureName" version="1.1.0.v201003100055R-H50-GA" provider-name="%providerName">
>      <description>
>       %description
>    </description>
>      <copyright>
>       JBoss by Red Hat
> Copyright 2009-2010, JBoss by Red Hat, and individual contributors as indicated
> by the @authors tag. See the copyright.txt in the distribution
> for a full listing of individual contributors.
>    </copyright>
>      <plugin id="org.jboss.tools.runtime" download-size="0" install-size="0" version="1.1.0.v201003100055R-H50-GA" unpack="false"/>
> </feature>

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