Here is a proposal for change(s) to the JBoss Tools / Red Hat JBoss Developer Studio / Red Hat Central target platforms.
Affected Versions:
jbosstools 4.5.0.AM2
devstudio 11.0.0.AM2
jbt/ds TPs 4.71.0.AM2-SNAPSHOT
central TPs 4.70.0.Final-SNAPSHOT
Detail / Summary:
Oxygen.1.RC3, Red Deer 2.0, Docker Tools 3.1.1, m2e.tycho 0.9.0, m2e 1.8.1, Launchbar 2.1.2 and refactoring to remove jbdevstudio target platform, now that it's identical to the jbosstools one
Related JIRA(s):
https://issues.jboss.org/browse/JBIDE-24939 (plus linked issues & sub tasks)
Pull Request(s):
https://github.com/jbosstools/jbosstools-target-platforms/ - Oxygen.1.RC3pull/275
https://github.com/jbosstools/jbosstools-target-platforms/ - Red Deer 2.0 / Docker Tools 3.1.1pull/274
https://github.com/jbosstools/jbosstools-target-platforms/ - Refactoring - remove jbdevstudio target platformpull/272
https://github.com/jbosstools/jbosstools-target-platforms/ - m2e.tycho 0.9.0pull/271
https://github.com/jbosstools/jbosstools-target-platforms/ - m2e 1.8.1pull/270
https://github.com/jbosstools/jbosstools-target-platforms/ - Launchbar 2.1.2pull/269
p2diff Report(s):
(will attach to JIRA when available)
----------
Please review the above changes, as they have been applied and are building today.
Once the target platform is built, jobs and parent pom will be updated to point
TARGET_PLATFORM_VERSION_MAX at the new version, 4.71.0.AM2-SNAPSHOT.
You can use the following to build & test the target platforms locally against
your component(s).
Build target-platform:
cd /path/to/jbosstools-target-platforms
git fetch origin pull/<pull-request-number>/head && git checkout FETCH_HEAD
# or, using hub for git
git checkout <pull-request-URL>
mvn clean install -f jbosstools/multiple/pom.xml
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.71.0.AM2-SNAPSHOT -Dtpc.targetKind=multiple
For Central, fetch sources from jbosstools-discovery, then build as above.
----------
_______________________________________________
jbosstools-dev mailing list
jbosstools-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbosstools- dev