[jbosstools-dev] Proposed change to JBT 4.50.0 target platform:

Matej Gagyi mgagyi at redhat.com
Thu Jan 29 06:32:42 EST 2015


Here is a proposal for a change to the JBoss Tools 4.50.0 target platform:

https://github.com/jbosstools/jbosstools-target-platforms/pull/119

It consists in the following changes:

* JBIDE-JBIDE-19110: Add Mockito to Target platform 4.50.0

p2diff reports are attached to the related JIRA(s).

Please review the above PR(s), as it will be applied ASAP.
You can use the following to build & test the target-platform locally against your component(s).

Build target-platform:
  $ cd jbosstools-target-platforms
  $ git fetch origin 4.50.x
  $ git checkout FETCH_HEAD
  $ cd jbosstools/multiple
  $ mvn clean install

Try with just built target-platform:
  $ cd /path/to/your/component
  $ mvn clean verify -Dtpc.version=4.50.x -Pmultiple.target
--

If you want to perform a scripted install of the entire target platform
into your local Eclipse or JBDS instance, you can now do so with this
script:

https://github.com/jbosstools/jbosstools-build-ci/blob/master/util/installFromTarget.sh

Usage is documented in the above script, and in this README:

https://github.com/jbosstools/jbosstools-target-platforms/tree/master#updating-versions-of-ius-in-target-files


More information about the jbosstools-dev mailing list