Closed iloveeclipse closed 1 year ago
@laeubi : FYI. I haven't checked if "official" SDK logs also show same error, in theory our build shouldn't differ except the local system environment.
Can you make sure that Maven 3.8.6 is used and Tycho 3.0?
Also the Tycho-build extension should be enabled like here: https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/.mvn/extensions.xml
OK, I see Maven 3.6.3 is being used and tycho seem to be at 3.1.0?
So if maven 3.8.6 is required, shouldn't we fail the build early?
[ERROR] [cad22bf4-08ba-41f3-82c0-00e9c048ddb6][extension>org.eclipse.tycho:tycho-maven-plugin:3.1.0-SNAPSHOT] org.apache.felix.scr
[ERROR] [cad22bf4-08ba-41f3-82c0-00e9c048ddb6][extension>org.eclipse.tycho:tycho-maven-plugin:3.1.0-SNAPSHOT] FrameworkEvent ERROR
Also the Tycho-build extension should be enabled like here https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/.mvn/extensions.xml
I run SDK aggregator build "as is", with all defaults, does it mean, I have to configure anything for the user to use the "Tycho-build extension"? Means, that /.mvn/extensions.xml thing should be copied to the user home?
Tycho uses / requires 3.8.6 but I think due to
this is not enforced yet.
The 3.1.0-SNAPSHOT
you see is the Tycho version not the maven version!
Means, that /.mvn/extensions.xml thing should be copied to the user home?
@laeubi : is this required or not?
You do not need to copy it, its fine at the checkout location.
With proposed changes the build builds...
I observed following while running our local SDK builds that just follow master. This is for build I20221023-1800, but I don't know if that is new or already for quite some time.
The error sounds like something that should be fixed. Also the error log seem to be somehow "mixed" with some other output, probably tycho issue.