Tycho 2.7.0 takes hours resolving missing classpath entries #764
wimjongman
started this conversation in
General
Replies: 1 comment
-
Can you reproduce this with a local build and collect some performance statistics? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have upgraded to 2.7.0. I use Jenkins and Tycho 2.7.0 and Maven 3.6.3
It turns out I have this plug-in that lists additional local jars (fat jar pattern) on the classpath but the jars are not part of the build.properties.
For every module that references this plug-in, Tycho 2.7.0 spins for 5 minutes. The build time is increased from 15 minutes to 90 minutes.
I can fix it in my build but I thought I mention it anyway:
[WARNING] Bundle-ClassPath entry lib/httpcomponents-client-4.5.7/lib/jna-4.5.2.jar does not exist in /opt/jenkins-slave/workspace/MiWorkplace_Update_Site/.repository/p2/osgi/bundle/com.remainsoftware.common.licensing/1.0.0.202203140903/com.remainsoftware.common.licensing-1.0.0.202203140903.jar
After this message, Tycho 2.7.0 chokes for several minutes
Beta Was this translation helpful? Give feedback.
All reactions