-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.7.1] 'includePackedArtifacts' must be automatically disabled when running with an incompatible vm #885
Comments
As mentioned in the discussion
Originally posted by @sewe in #877 (reply in thread)
|
|
I'll fix this for the 2.7.x branch. |
…y disabled when running with an incompatible vm
This is fixed now in 2.7.2-SNAPSHOT and no longer relevant for 3.0.x so it could be closed. |
See eclipse-tycho/tycho#885 Change-Id: I9c4dbe997ff5022ffda845456decf9e02803c52f Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
See eclipse-tycho/tycho#885 Change-Id: I9c4dbe997ff5022ffda845456decf9e02803c52f Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
p2artifacts.xml looks like this:
and a file
com.google.guava-21.0.0-SNAPSHOT-pack200.jar.pack.gz
is placed in the cache location. underorg/eclipse/orbit/bundles/com.google.guava/21.0.0-SNAPSHOT
Two things are to note here:
osgi/bundle/com.google.guava
(this is also where the jar is found)Discussed in #877
Originally posted by sewe April 11, 2022
Hi,
recently (after a bigger Tycho upgrade), I get the following warning at the beginning of my build during target platform resolution:
And indeed, a latter builds step fails because of this:
What is really strange, however, and might hint at a bug in Tycho is that the very first build after a
rm -r ~/.m2/repository
succeeds, but executing the samemvn
command again fails with the above warning and error. (Yes, not even the warning is shown during the initial run against the empty repository.)AFAICT, this happens with Tycho 2.5.0, 2.6.0, 2.7.0, and 2.7.1.
Is there any advice on how to fix this or at least diagose this? I am not sure where the 21.0.0-SNAPSHOT version even comes from.
Best wishes,
Andreas Sewe
The text was updated successfully, but these errors were encountered: