]
Nick Boldt commented on JBTIS-280:
----------------------------------
With updated PR 195 (3rd commit) everything resolved locally so with the PR merged into
master, I've kicked this:
>=175
[~pleacu]I set the job to use STAGE = true and VERSION = 4.2.0.Beta1-SNAPSHOT so it
wouldn't conflict w/ the existing Alpha3 TP you have... in case we have to rollback or
something.
Update JBT IS TP build to latest tycho (and discover missing
dependencies!)
---------------------------------------------------------------------------
Key: JBTIS-280
URL:
https://issues.jboss.org/browse/JBTIS-280
Project: JBoss Tools Integration Stack
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: target-platform
Affects Versions: 4.2.0.Alpha1-TP
Reporter: Nick Boldt
Fix For: 4.2.0.Beta1-TP
Wanted to see if the JBT IS TP could fetch sources, and it can. As it was building, I
noticed that you're using Tycho 0.18.1 (not 0.20.0 or 0.21.0-SNAPSHOT) and a very old
version of org.jboss.tools.tycho-plugins:target-platform-utils:0.16.0.CR2.
So, I bumped you up to 0.20.0 and 0.19.0-SNAPSHOT, and got this error:
{code}
Unable to satisfy dependency from
org.springframework.osgi.io 1.2.1 to
package org.springframework.util [2.5.6,4.0.0).;
No solution found because the
problem is unsatisfiable.
{code}
Attached is a PR which shows what I tried, how it failed, and what I tried to do to fix
it.