[jbosstools-dev] Suggested change for 4.60.x target-platforms: Neon M5 (and Spring IDE 3.7.3)
Nick Boldt
nboldt at redhat.com
Tue Mar 15 14:01:27 EDT 2016
Aaaand it turns out the PR for updating from Neon M4 -> M5 was missing
one big key change... updating to Neon M5. All the OTHER sites used by
Neon M5 were updated but not the actual Neon M5 site itself. *sad
trombone*
https://github.com/jbosstools/jbosstools-target-platforms/blob/b23d456f351bf6b0cbf40c9f635f1a56cc65b020/jbdevstudio/multiple/jbdevstudio-multiple.target#L118
https://github.com/jbosstools/jbosstools-target-platforms/commit/b23d456f351bf6b0cbf40c9f635f1a56cc65b020
So, I'm preparing a new PR now and will apply it once I'm happy that
it builds correctly locally.
This error was caught by the composite-install test job [1], but not
by a human. So, hooray for automated tests! I welcome our robot
overlords.
[1] https://issues.jboss.org/browse/JBIDE-21386?focusedCommentId=13177247&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13177247
N
On Tue, Mar 15, 2016 at 4:13 AM, Xavier Coulon <xcoulon at redhat.com> wrote:
>
>> On 14 Mar 2016, at 18:27, Nick Boldt <nboldt at redhat.com> wrote:
>>
>> Should be able to contain this, but in future, please link JIRAs
>> together so they're easier to find.
>>
>> Container for Mars.2 TP changes:
>>
>> https://issues.jboss.org/browse/JBIDE-21651 -> JBIDE-21860
>>
>> Container for Neon.M5 TP changes:
>>
>> https://issues.jboss.org/browse/JBIDE-21386 -> JBIDE-21861
>>
>> Thanks,
>>
>> Nick
>
> ok, thanks, Nick !
>
>>
>>
>> On Mon, Mar 14, 2016 at 4:30 AM, Xavier Coulon <xcoulon at redhat.com> wrote:
>>> Nick, Mickaël,
>>>
>>> On 11 Mar 2016, at 18:23, Nick Boldt <nboldt at redhat.com> wrote:
>>>
>>> I've applied the change to Spring IDE in master, but I realized we
>>> have Spring 3.7.0.R, not 3.7.3.CI in 4.3.x so I won't change that
>>> unless commanded to do so. :D
>>>
>>> TP changes for 4.3.x should be all done now.
>>>
>>>
>>> I'm afraid not, because we talked about adding a bug-fix version of the
>>> Docker tooling, too. We will have a version ready by the end of the week.
>>> But I forgot to open a JIRA for that, so here is it now:
>>> https://issues.jboss.org/browse/JBIDE-21860, which I cloned into
>>> https://issues.jboss.org/browse/JBIDE-21861 for the JBoss Tools 4.4 TP once
>>> we have Docker tooling 2.0.0.
>>>
>>> Please let me know if this causes any issue on your side.
>>>
>>> Best regards,
>>> /Xavier
>>>
>>>
>>> TP changes for master should also be all done... until Neon M6 comes
>>> out in a couple weeks.
>>>
>>>
>>>
>>> On Thu, Mar 10, 2016 at 9:01 AM, Nick Boldt <nboldt at redhat.com> wrote:
>>>
>>> This change is live, and in fact has been for some time.
>>>
>>> But we need to do a similar change [1] in the Central TP, which does two
>>> things:
>>>
>>> * update from Mars M4 to M5
>>> * update from a pre-release Spring IDE 3.7.3 to their final release version
>>>
>>> Reason for the Spring update is that Neon M5 no longer includes all
>>> the SpringIDE requirements (equinox.weaving.*) so I'm now pulling them
>>> directly from the SpringIDE site. And I figured it was time to move up
>>> from a nightly to a release version.
>>>
>>> If there are no objections to this change, I'll also update Spring IDE
>>> from 3.7.3.nightly to 3.7.3.RELEASE in JBT 4.3.1 / JBDS 9.1.0.
>>>
>>> [1] https://github.com/jbosstools/jbosstools-discovery/pull/328
>>>
>>> On Tue, Mar 1, 2016 at 4:23 PM, Mickael Istria <mistria at redhat.com> wrote:
>>>
>>> Here is a proposal for a change to the JBoss Tools and Red Hat JBoss
>>> Developer Studio 4.60.x target platforms.
>>> * https://github.com/jbosstools/jbosstools-target-platforms/pull/197
>>>
>>> It consists in the following change(s):
>>> * JBIDE-21386: Create and use Neon M5 target-platform (p2diff at
>>> https://issues.jboss.org/browse/JBIDE-21386?focusedCommentId=13170435&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13170435
>>> )
>>>
>>> Please review the above PR(s), as it will be applied next week.
>>>
>>>
>>> You can use the following to build & test the target-platform locally
>>> against your component(s).
>>>
>>> Build target-platform:
>>> cd /path/to/jbosstools-target-platforms/jbosstools/multiple
>>> git fetch origin pull/197/head && git checkout FETCH_HEAD
>>> mvn clean install
>>>
>>> Then, to test the new "multiple" target platform against your component's
>>> build:
>>> cd /path/to/your/jbosstools-component
>>> mvn clean verify -Dtpc.version=4.60.0.Alpha1-SNAPSHOT
>>> -Dtpc.targetKind=multiple
>>>
>>> If you'd like to build the "unified" target platform and repository too:
>>> cd /path/to/jbosstools-target-platforms/jbosstools/multiple
>>> mvn clean install -Dmultiple2repo # takes looooong
>>> cd /path/to/jbosstools-target-platforms/jbosstools/unified
>>> mvn clean install
>>> -DtargetRepositoryUrl=file:///path/to/jbosstools-target-platforms/jbosstools/multiple/jbosstools-multiple.target.repo/
>>>
>>> Or, to test the new "unified" target platform against your component's
>>> build:
>>> cd /path/to/your/jbosstools-component
>>> mvn clean verify -Dtpc.version=.60.0.Alpha1-SNAPSHOT
>>>
>>>
>>> --
>>> Mickael Istria
>>> Eclipse developer at JBoss, by Red Hat
>>> My blog - My Tweets
>>>
>>> _______________________________________________
>>> jbosstools-dev mailing list
>>> jbosstools-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>>
>>>
>>>
>>>
>>> --
>>> Nick Boldt :: JBoss by Red Hat
>>> Productization Lead :: JBoss Tools & Dev Studio
>>> http://nick.divbyzero.com
>>>
>>>
>>>
>>>
>>> --
>>> Nick Boldt :: JBoss by Red Hat
>>> Productization Lead :: JBoss Tools & Dev Studio
>>> http://nick.divbyzero.com
>>> _______________________________________________
>>> jbosstools-dev mailing list
>>> jbosstools-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>>
>>>
>>
>>
>>
>> --
>> Nick Boldt :: JBoss by Red Hat
>> Productization Lead :: JBoss Tools & Dev Studio
>> http://nick.divbyzero.com
>
--
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com
More information about the jbosstools-dev
mailing list