[JBoss JIRA] (JBDS-3929) Uncategorized category on update site
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3929?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3929:
----------------------------------
This appears to be the result of having both a content.jar and a new content.xml.xz file. One is massaged by the removeDefaultCategory = true directive in jbdevstudio-product/site/pom.xml when calling generate-repository-facade on line 93. The new .xz file is however, NOT.
So we end up with this in the content.xml inside content.xml.xz, on lines 50482 onward:
{code}
50482- <unit id='GA-v20160603-2200.Default' version='1.0.0.CBEDQEOIcLUivEEl2Je8bAVHMOc9-X3vChuDdBLAJg7C5'>
50483- <properties size='3'>
50484: <property name='org.eclipse.equinox.p2.name' value='Uncategorized'/>
50485- <property name='org.eclipse.equinox.p2.description' value='Default category for otherwise uncategorized features'/>
50486- <property name='org.eclipse.equinox.p2.type.category' value='true'/>
{code}
> Uncategorized category on update site
> -------------------------------------
>
> Key: JBDS-3929
> URL: https://issues.jboss.org/browse/JBDS-3929
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 10.0.0.GA
> Reporter: Andrej Podhradsky
>
> The category 'Uncategorized' is on the follwoing update site
> https://devstudio.redhat.com/10.0/staging/updates/
> Note that this categore contains source features which should not be in any category.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22571) For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [LiveReload]
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-22571:
----------------------------------
Summary: For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [LiveReload]
Key: JBIDE-22571
URL: https://issues.jboss.org/browse/JBIDE-22571
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: livereload
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.4.1.Alpha1 [LiveReload]: Please perform the following tasks:
1. Check out your existing *{color:orange}master{color}* branch:
{code}
git checkout master
{code}
2. Update your *{color:orange}master{color}* root pom to use the latest parent pom version, *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}*:
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.4.1.Alpha1-SNAPSHOT</version>
</parent>
{code}
Now, your root pom will use parent pom version:
* *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}* in your *{color:orange}master{color}* branch
3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
{code}
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.25.0:set-version -DnewVersion=1.0.1-SNAPSHOT
{code}
4. Ensure you've *built & run tests* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
{code}
mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
{code}
4. Close (do not resolve) this JIRA when done.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for LiveReload task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22560) For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Base]
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-22560:
----------------------------------
Summary: For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Base]
Key: JBIDE-22560
URL: https://issues.jboss.org/browse/JBIDE-22560
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: usage, common/jst/core
Reporter: Nick Boldt
Priority: Blocker
For JBIDE 4.4.1.Alpha1 [Base]: Please perform the following tasks:
1. Check out your existing *{color:orange}master{color}* branch:
{code}
git checkout master
{code}
2. Update your *{color:orange}master{color}* root pom to use the latest parent pom version, *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}*:
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.4.1.Alpha1-SNAPSHOT</version>
</parent>
{code}
Now, your root pom will use parent pom version:
* *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}* in your *{color:orange}master{color}* branch
3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
{code}
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.25.0:set-version -DnewVersion=1.0.1-SNAPSHOT
{code}
4. Ensure you've *built & run tests* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
{code}
mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
{code}
4. Close (do not resolve) this JIRA when done.
[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Base task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months