[JBoss JIRA] (JBIDE-13232) refactor target platforms' GAVs, names, labels (was target platforms has the same name)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13232?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-13232 at 12/19/12 12:29 PM:
---------------------------------------------------------------
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.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.target
jbosstools-tp-no-sources/pom.xml
jbdevstudio-tp-with-sources/pom.xml, 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}
* *Nexus Path:*
*JBT 4.0 (current):*
{code}
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
{code}
*JBT 4.1 (proposed):*
{code}
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
{code}
{quote}
was (Author: nickboldt):
{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.target
unified/pom.xml
{code}
*JBT 4.1 (proposed):*
{code}
jbosstools-build/target-platforms/
{minimum,maximum}/
pom.xml
jbosstools-tp-with-sources/pom.xml, multiple.target
jbosstools-tp-no-sources/pom.xml
jbdevstudio-tp-with-sources/pom.xml, multiple.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}
* *Nexus Path:*
*JBT 4.0 (current):*
{code}
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
{code}
*JBT 4.1 (proposed):*
{code}
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
{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
13 years, 4 months
[JBoss JIRA] (JBIDE-13232) refactor target platforms' GAVs, names, labels (was target platforms has the same name)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13232?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-13232 at 12/19/12 12:28 PM:
---------------------------------------------------------------
{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.target
unified/pom.xml
{code}
*JBT 4.1 (proposed):*
{code}
jbosstools-build/target-platforms/
{minimum,maximum}/
pom.xml
jbosstools-tp-with-sources/pom.xml, multiple.target
jbosstools-tp-no-sources/pom.xml
jbdevstudio-tp-with-sources/pom.xml, multiple.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}
* *Nexus Path:*
*JBT 4.0 (current):*
{code}
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
{code}
*JBT 4.1 (proposed):*
{code}
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
{code}
{quote}
was (Author: nickboldt):
{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.target
unified/pom.xml
{code}
*JBT 4.1 (proposed):*
{code}
jbosstools-build/target-platforms/
{minimum,maximum}/
pom.xml
jbosstools-tp-with-sources/pom.xml, multiple.target
jbosstools-tp-no-sources/pom.xml
jbdevstudio-tp-with-sources/pom.xml, multiple.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):*
{quote}
<target name="jbosstools-4.2.1.a">
<target name="jbdevstudio-4.2.1.a">
{quote}
*JBT 4.1 (proposed):*
{quote}
<target name="jbosstools-tp-with-sources-1.430.0">
<target name="jbdevstudio-tp-with-sources-1.430.0">
{quote}
*Nexus Path:*
*JBT 4.0 (current):*
{quote}
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
{quote}
*JBT 4.1 (proposed):*
{quote}
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
{quote}
{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
13 years, 4 months
[JBoss JIRA] (JBIDE-13232) refactor target platforms' GAVs, names, labels (was target platforms has the same name)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13232?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-13232:
------------------------------------
{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.target
unified/pom.xml
{code}
*JBT 4.1 (proposed):*
{code}
jbosstools-build/target-platforms/
{minimum,maximum}/
pom.xml
jbosstools-tp-with-sources/pom.xml, multiple.target
jbosstools-tp-no-sources/pom.xml
jbdevstudio-tp-with-sources/pom.xml, multiple.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):*
{quote}
<target name="jbosstools-4.2.1.a">
<target name="jbdevstudio-4.2.1.a">
{quote}
*JBT 4.1 (proposed):*
{quote}
<target name="jbosstools-tp-with-sources-1.430.0">
<target name="jbdevstudio-tp-with-sources-1.430.0">
{quote}
*Nexus Path:*
*JBT 4.0 (current):*
{quote}
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
{quote}
*JBT 4.1 (proposed):*
{quote}
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
https://repository.jboss.org/nexus/content/repositories/public-jboss/org/...
{quote}
{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
13 years, 4 months
[JBoss JIRA] (JBIDE-13232) target platforms has the same name
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13232?page=com.atlassian.jira.plugi... ]
Mickael Istria edited comment on JBIDE-13232 at 12/19/12 11:21 AM:
-------------------------------------------------------------------
Current leader:
* jbosstools-tp-4.2.1.a & jbosstools-tp-with-sources-4.2.1
Suggestions:
* jbosstools-target-4.2.1.a
* jbosstools-e43-wtp37
* jbosstools41-e43-wtp37
* ...
On a process POV, we need to create a tag for each new target we make and publish
was (Author: mickael_istria):
Suggestions:
* jbosstools-target-4.2.1.a
* jbosstools-e43-wtp37
* jbosstools41-e43-wtp37
* ...
On a process POV, we need to create a tag for each new target we make and publish
> 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
13 years, 4 months
[JBoss JIRA] (JBIDE-13232) target platforms has the same name
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13232?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-13232:
----------------------------------------
Suggestions:
* jbosstools-target-4.2.1.a
* jbosstools-e43-wtp37
* jbosstools41-e43-wtp37
* ...
On a process POV, we need to create a tag for each new target we make and publish
> 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
13 years, 4 months
[JBoss JIRA] (JBIDE-13307) Set up the "All JBoss Tools" build+test
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13307?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-13307:
------------------------------------
{code:title=prototype job here: https://jenkins-test.mw.lab.eng.bos.redhat.com/hudson/job/jbt-4.1-all-in-...
build("jbosstools-N_4.1_trunk")
parallel (
{
build("jbosstools-server_4.1_trunk")
parallel (
{ build("jbosstools-openshift_4.1_trunk") },
{ build("jbosstools-webservices_4.1_trunk") }
)
},
{
build("jbosstools-hibernate_4.1_trunk")
build("jbosstools-birt_4.1_trunk")
},
{
build("jbosstools-freemarker_4.1_trunk")
},
{
build("jbosstools-forge_4.1_trunk")
},
{
build("jbosstools-gwt_4.1_trunk")
},
parallel (
{ build("jbosstools-xulrunner_4.1_trunk") },
{ build("jbosstools-jst_4.1_trunk") }
)
build("jbosstools-vpe_4.1_trunk")
}
)
build("jbosstools-javaee_4.1_trunk")
build("jbosstools-portlet_4.1_trunk")
build("jbosstools-central_4.1_trunk")
build("jbosstools-aggregate_4.1_trunk")
build("devstudio-aggregate_4.1_trunk")
{code}
> Set up the "All JBoss Tools" build+test
> ---------------------------------------
>
> Key: JBIDE-13307
> URL: https://issues.jboss.org/browse/JBIDE-13307
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: Build/Releng
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.1.0.Alpha1
>
>
> This job would take all JBoss Tools and build everything at once. It can be used to ensure everything builds together.
--
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
13 years, 4 months