[jbosstools-issues] [JBoss JIRA] (JBIDE-13232) refactor target platforms' GAVs, names, labels (was target platforms has the same name)

Nick Boldt (JIRA) jira-events at lists.jboss.org
Wed Jan 2 10:38:08 EST 2013


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

Nick Boldt edited comment on JBIDE-13232 at 1/2/13 10:38 AM:
-------------------------------------------------------------

(Edited by Max to have the repo path only show the relevant parts)

Here's my proposal:

{quote}
* *Path:*

    *JBT 4.0 (current):*
{code}
jbosstools-build/target-platforms/
  jbdevstudio-{4.2.0.c,4.2.1.a}/
  jbosstools-{4.2.0.c,4.2.1.a}/
    pom.xml
    multiple/pom.xml
    multiple/multiple.target
    unified/pom.xml
{code}

    *JBT 4.1 (proposed):*
{code}
jbosstools-build/target-platforms/
  {minimum,maximum}/
    pom.xml
    jbosstools-tp-with-sources/pom.xml
    jbosstools-tp-with-sources/jbosstools-tp-with-sources.target
    jbosstools-tp-no-sources/pom.xml
    jbdevstudio-tp-with-sources/pom.xml
    jbdevstudio-tp-with-sources/jbdevstudio-tp-with-sources.target
    jbdevstudio-tp-no-sources/pom.xml
{code}

* *Pom version:*

    *JBT 4.0 (current):*
{code}
    root: 4.1.0.Alpha1-SNAPSHOT (used to be tied to parent pom version, then later just the same version)
    minimums: 4.2.0-SNAPSHOT, 4.2.0.a-SNAPSHOT, 4.2.0.b-SNAPSHOT, 4.2.0.c-SNAPSHOT
    maximums: 4.2.1.a-SNAPSHOT, 4.2.1-SNAPSHOT
{code}

    *JBT 4.1 (proposed):*
{code}
    root: 4.1.0-SNAPSHOT (not published, shouldn't have to increment it unless testing new version of Tycho or adding new profiles?)
    minimum: 1.430.0, 1.430.1, ... (note that SNAPSHOT is dropped)
    maximum (after July release): 1.431.0, 1.431.1, ... (note that SNAPSHOT is dropped)
{code}

* *Pom Params:*

    *JBT 4.0 (current):*
{code}
    <name>jbosstools Multiple (Composite) Target Platform 4.2.1.a</name>
    <groupId>org.jboss.tools.target-platforms.jbosstools</groupId>
    <artifactId>multiple</artifactId>
    <version>4.2.1.a-SNAPSHOT</version>

    <name>jbosstools Unified (Aggregate) Target Platform 4.2.1.a</name>
    <groupId>org.jboss.tools.target-platforms.jbosstools</groupId>
    <artifactId>unified</artifactId>
    <version>4.2.1.a-SNAPSHOT</version>
{code}

    *JBT 4.1 (proposed):*
{code}
    <name>JBoss Tools Target Platform - Multiple URLs With Sources</name>
    <groupId>org.jboss.tools.target-platforms</groupId> (drops the ".jbosstools" segment)
    <artifactId>jbosstools-tp-with-sources</artifactId>
    <version>1.430.0-SNAPSHOT</version> (**MODIFIED 2013-01-02: -SNAPSHOT gets dropped only when we're satisfied and want to *RELEASE* it)

    <name>JBoss Tools Target Platform - Unified URL Without Sources</name>
    <groupId>org.jboss.tools.target-platforms</groupId> (drops the ".jbosstools" segment)
    <artifactId>jbosstools-tp-no-sources</artifactId>
    <version>1.430.0-SNAPSHOT</version> (**MODIFIED 2013-01-02: -SNAPSHOT gets dropped only when we're satisfied and want to *RELEASE* it)
{code}

* *.target file name attribute:*

    *JBT 4.0 (current):*
{code}
    <target name="jbosstools-4.2.1.a">
    <target name="jbdevstudio-4.2.1.a">
{code}

    *JBT 4.1 (proposed):*
{code}
    <target name="jbosstools-tp-with-sources-1.430.0">
    <target name="jbdevstudio-tp-with-sources-1.430.0">
{code}
 
* *Maven/POM Path:*

    *JBT 4.0 (current):*
{code}
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/multiple/4.2.0.c-SNAPSHOT/
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/unified/4.2.0.c-SNAPSHOT/
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/multiple/4.2.1.a-SNAPSHOT/
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/unified/4.2.1.a-SNAPSHOT/
{code}

    *JBT 4.1 (proposed):*
{code}
(**MODIFIED 2013-01-02: -SNAPSHOT gets dropped only when we're satisfied and want to *RELEASE* it)
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools-tp-with-sources/1.430.0-SNAPSHOT
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools-tp-no-sources/1.430.0-SNAPSHOT
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools-tp-with-sources/1.431.0-SNAPSHOT
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools-tp-no-sources/1.431.0-SNAPSHOT
(**MODIFIED 2013-01-02: then later when we want to release it, -SNAPSHOT gets dropped)
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-with-sources/1.430.0
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-no-sources/1.430.0
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-with-sources/1.431.0
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-no-sources/1.431.0
{code}

{quote}
                
      was (Author: nickboldt):
    (Edited by Max to have the repo path only show the relevant parts)

Here's my proposal:

{quote}
* *Path:*

    *JBT 4.0 (current):*
{code}
jbosstools-build/target-platforms/
  jbdevstudio-{4.2.0.c,4.2.1.a}/
  jbosstools-{4.2.0.c,4.2.1.a}/
    pom.xml
    multiple/pom.xml
    multiple/multiple.target
    unified/pom.xml
{code}

    *JBT 4.1 (proposed):*
{code}
jbosstools-build/target-platforms/
  {minimum,maximum}/
    pom.xml
    jbosstools-tp-with-sources/pom.xml
    jbosstools-tp-with-sources/jbosstools-tp-with-sources.target
    jbosstools-tp-no-sources/pom.xml
    jbdevstudio-tp-with-sources/pom.xml
    jbdevstudio-tp-with-sources/jbdevstudio-tp-with-sources.target
    jbdevstudio-tp-no-sources/pom.xml
{code}

* *Pom version:*

    *JBT 4.0 (current):*
{code}
    root: 4.1.0.Alpha1-SNAPSHOT (used to be tied to parent pom version, then later just the same version)
    minimums: 4.2.0-SNAPSHOT, 4.2.0.a-SNAPSHOT, 4.2.0.b-SNAPSHOT, 4.2.0.c-SNAPSHOT
    maximums: 4.2.1.a-SNAPSHOT, 4.2.1-SNAPSHOT
{code}

    *JBT 4.1 (proposed):*
{code}
    root: 4.1.0-SNAPSHOT (not published, shouldn't have to increment it unless testing new version of Tycho or adding new profiles?)
    minimum: 1.430.0, 1.430.1, ... (note that SNAPSHOT is dropped)
    maximum (after July release): 1.431.0, 1.431.1, ... (note that SNAPSHOT is dropped)
{code}

* *Pom Params:*

    *JBT 4.0 (current):*
{code}
    <name>jbosstools Multiple (Composite) Target Platform 4.2.1.a</name>
    <groupId>org.jboss.tools.target-platforms.jbosstools</groupId>
    <artifactId>multiple</artifactId>
    <version>4.2.1.a-SNAPSHOT</version>

    <name>jbosstools Unified (Aggregate) Target Platform 4.2.1.a</name>
    <groupId>org.jboss.tools.target-platforms.jbosstools</groupId>
    <artifactId>unified</artifactId>
    <version>4.2.1.a-SNAPSHOT</version>
{code}

    *JBT 4.1 (proposed):*
{code}
    <name>JBoss Tools Target Platform - Multiple URLs With Sources</name>
    <groupId>org.jboss.tools.target-platforms</groupId> (drops the ".jbosstools" segment)
    <artifactId>jbosstools-tp-with-sources</artifactId>
    <version>1.430.0</version>

    <name>JBoss Tools Target Platform - Unified URL Without Sources</name>
    <groupId>org.jboss.tools.target-platforms</groupId> (drops the ".jbosstools" segment)
    <artifactId>jbosstools-tp-no-sources</artifactId>
    <version>1.430.0</version>
{code}

* *.target file name attribute:*

    *JBT 4.0 (current):*
{code}
    <target name="jbosstools-4.2.1.a">
    <target name="jbdevstudio-4.2.1.a">
{code}

    *JBT 4.1 (proposed):*
{code}
    <target name="jbosstools-tp-with-sources-1.430.0">
    <target name="jbdevstudio-tp-with-sources-1.430.0">
{code}
 
* *Maven/POM Path:*

    *JBT 4.0 (current):*
{code}
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/multiple/4.2.0.c-SNAPSHOT/
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/unified/4.2.0.c-SNAPSHOT/
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/multiple/4.2.1.a-SNAPSHOT/
    <snapshot-repo>/org/jboss/tools/target-platforms/jbosstools/unified/4.2.1.a-SNAPSHOT/
{code}

    *JBT 4.1 (proposed):*
{code}
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-with-sources/1.430.0
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-no-sources/1.430.0
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-with-sources/1.431.0
    <release-repo>/org/jboss/tools/target-platforms/jbosstools-tp-no-sources/1.431.0
{code}

{quote}
                  
> refactor target platforms' GAVs, names, labels (was target platforms has the same name)
> ---------------------------------------------------------------------------------------
>
>                 Key: JBIDE-13232
>                 URL: https://issues.jboss.org/browse/JBIDE-13232
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 4.1.0.Alpha1
>         Environment: 
>            Reporter: Max Rydahl Andersen
>            Assignee: Mickael Istria
>             Fix For: 4.1.0.Alpha1
>
>
> .target files are all called "e42-wtp34-jbds6" even though they are for jbosstools and not specific to jbds6 either.
> Makes it hard to actually see which target platform to choose

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list