[jbosstools-dev] Proposed change to JBT 4.40.CR1-SNAPSHOT target platform for JBT and EA: newer Tern & AngularJS

Nick Boldt nboldt at redhat.com
Mon Aug 11 13:22:43 EDT 2014


Here is a proposal for 2 changes to the JBoss Tools 4.40.0.CR1-SNAPSHOT 
target platforms (for JBT and Early Access):

https://github.com/jbosstools/jbosstools-target-platforms/pull/84
https://github.com/jbosstools/jbosstools-discovery/pull/200

It consists of the following change, which will impact jst.jsdt & Thym:

* JBIDE-18035 - Update Tern & AngularJS to 0.4.0.20140810 in JBT & EA TP

-- 

The above PRs have not been applied (to allow time to complain / reject 
/ pull an even *newer* version of Tern/AngularJS), so you can fetch the 
PRs and build the TP locally to test it out:

Build JBT target platform:

    $ cd jbosstools-target-platforms
    $ git fetch origin 4.40.x
    $ git checkout <URL for the PR>*
    $ cd jbosstools/multiple
    $ mvn clean install -P \!multiple2repo

Build Early Access target platform:

    $ cd jbosstools-discovery
    $ git fetch origin master
    $ git checkout <URL for the PR>*
    $ cd jbtearlyaccesstarget/multiple
    $ mvn clean install -P \!multiple2repo

Try with just built target-platform:

    $ cd /path/to/your/component
    $ mvn clean verify -Dtpc.version=4.40.0.CR1-SNAPSHOT -Pmultiple.target

* - to check out from a PR, you must have hub [1] installed.

[1] https://hub.github.com/

-- 

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-devdoc/blob/master/building/target_platforms/target_platforms_updates.adoc#update-versions-of-ius-in-the-target-files


-- 
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com


More information about the jbosstools-dev mailing list