Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-1187

Configuration plugin errors in org.jboss.tools.runtime.feature feature.xml file when classic update is used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 3.0.1.GA
    • 3.0.0.GA
    • integration, runtime
    • None
    • Compatibility/Configuration
    • Workaround Exists
    • Hide

      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>

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

      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>

            nivologd@gmail.com Denis Golovin (Inactive)
            eschabel Eric D. Schabell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: