[jbosstools-issues] [JBoss JIRA] Created: (JBDS-1187) Configuration plugin errors in feature.xml file

Eric D. Schabell (JIRA) jira-events at lists.jboss.org
Fri Apr 2 07:57:46 EDT 2010


Configuration plugin errors in feature.xml file 
------------------------------------------------

                 Key: JBDS-1187
                 URL: https://jira.jboss.org/jira/browse/JBDS-1187
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
          Components: integration
    Affects Versions: 3.0.0.GA
         Environment: Fedora 12, x86_64, lenovo T500
            Reporter: Eric D. Schabell
            Priority: Minor


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