[jbosstools-issues] [JBoss JIRA] (JBIDE-22311) Adopt Tycho 0.25 for JBT and downstream projects

Nick Boldt (JIRA) issues at jboss.org
Mon May 16 13:43:00 EDT 2016


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

Nick Boldt commented on JBIDE-22311:
------------------------------------

Affected projects include fuseide, jbosstools-build (parent pom), jbosstools-integration-stack, jbosstools-locus, and reddeer.

All JBT projects downstream of the parent pom are also affected by this change.

{code}
$➔ find.sh . pom.xml 0.23
** [1] ./fuseide/pom.xml ** 
45-    <!-- Tycho versions -->
46-    <jboss-tycho-version>0.22.1-SNAPSHOT</jboss-tycho-version>
47:    <tychoVersion>0.23.0</tychoVersion>
48-    <tychoExtrasVersion>${tychoVersion}</tychoExtrasVersion>
49-    

** [2] ./jbosstools-build/parent/pom.xml ** 
28-		<tychoVersion>0.24.0</tychoVersion>
29-		<tychoExtrasVersion>${tychoVersion}</tychoExtrasVersion>
30:		<jbossTychoPluginsVersion>0.23.3</jbossTychoPluginsVersion>
31-		<jbosstoolsRelengPublishVersion>4.4.0.Alpha1-SNAPSHOT</jbosstoolsRelengPublishVersion>
32-		<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>

** [3] ./jbosstools-integration-stack/devstudio/pom.xml ** 
34-    <IS_TP_VERSION>4.3.1-SNAPSHOT</IS_TP_VERSION>
35-    <JBDS_INSTALLER>https://devstudio.redhat.com/9.0/stable/builds/installer/9.0.0.GA/jboss-devstudio-9.0.0.GA-v20151002-2235-B124-installer-standalone.jar</JBDS_INSTALLER>
36:    <tycho-version>0.23.1</tycho-version>
37:    <jboss-tycho-version>0.23.3-SNAPSHOT</jboss-tycho-version>
38-
39-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

** [4] ./jbosstools-integration-stack/jbosstools/pom.xml ** 
32-    <VERSION>4.3.0.Beta1</VERSION>
33-    <IS_TP_VERSION>4.3.1-SNAPSHOT</IS_TP_VERSION>
34:    <tycho-version>0.23.1</tycho-version>
35:    <jboss-tycho-version>0.23.1</jboss-tycho-version>
36-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37-    <target.eclipse.version>4.5 (Mars) or &lt;a href="https://www.jboss.org/products/devstudio/overview/"&gt;JBoss Developer Studio 9&lt;/a&gt;</target.eclipse.version>

** [5] ./jbosstools-locus/pom.xml ** 
10-    <tychoVersion>0.24.0</tychoVersion>
11-    <tychoExtrasVersion>${tychoVersion}</tychoExtrasVersion>
12:    <jbossTychoPluginsVersion>0.23.3-SNAPSHOT</jbossTychoPluginsVersion>
13-    <BUILD_ALIAS>SNAPSHOT</BUILD_ALIAS> <!-- move to Final when releasing -->
14-    <targetEclipseVersion>4.5 (Mars)</targetEclipseVersion>

** [6] ./reddeer/pom.xml ** 
10-	
11-	<properties>
12:		<!-- when you're ready to move to building with JDK 8, you can move up to Tycho 0.23.1 -->
13-		<tycho-version>0.22.0</tycho-version>
14-		<tychoExtrasVersion>${tycho-version}</tychoExtrasVersion>
15:		<jbossTychoPluginsVersion>0.23.1</jbossTychoPluginsVersion>
16-		<eclipse-target-site>http://download.eclipse.org/releases/neon</eclipse-target-site>
17-		<swtbot-update-site>http://download.eclipse.org/technology/swtbot/releases/2.2.1</swtbot-update-site>
{code}


> Adopt Tycho 0.25 for JBT and downstream projects
> ------------------------------------------------
>
>                 Key: JBIDE-22311
>                 URL: https://issues.jboss.org/browse/JBIDE-22311
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: build
>            Reporter: Mickael Istria
>            Assignee: Nick Boldt
>             Fix For: 4.4.0.Alpha2
>
>
> In order to take advantage of several improvements in Tycho ( https://wiki.eclipse.org/Tycho/Release_Notes/0.25 ), we should consider adopting its 0.25 release.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbosstools-issues mailing list