Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] api-check with tycho

Hello,

I'm trying to configure API check for Eclipse Passage project using Tycho. Currently it fails with the message
[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.5.1:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.passage.lic.api: Only qualifi
er changed for (org.eclipse.passage.lic.api/0.6.0.v20191209-0913). Expected to have bigger x.y.z than what is available in baseline (0.6.0.v20191203-0807) -> [Help 1]                                            
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:1.5.1:compare-version-with-baselines (compare-attached-artifacts-with-release) on p
roject org.eclipse.passage.lic.api: Only qualifier changed for (org.eclipse.passage.lic.api/0.6.0.v20191209-0913). Expected to have bigger x.y.z than what is available in baseline (0.6.0.v20191203-0807)        

Actually I do not expect it to fail here as there is no change in this bundle comparing to the last release baseline.
May be this is somehow related with baseline resolution issues on the previous step, it fails to find the bundle in the specified baseline repository for some reason.

Please give my a hint what can be wrong with my configuration.

Thanks in advance,
AF

[INFO] --- tycho-p2-plugin:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.passage.lic.api ---                                                                                              
[DEBUG] Configuring mojo org.eclipse.tycho:tycho-p2-plugin:1.5.1:p2-metadata-default from plugin realm ClassRealm[plugin>org.eclipse.tycho:tycho-p2-plugin:1.5.1, parent: sun.misc.Launcher$AppClassLoader@4e25154
f]                                                                                                                                                                                                                
[DEBUG] Configuring mojo 'org.eclipse.tycho:tycho-p2-plugin:1.5.1:p2-metadata-default' with basic configurator -->                                                                                                
[DEBUG]   (f) attachP2Metadata = true                                                                                                                                                                             
[DEBUG]   (f) baselineMode = warn                                                                                                                                                                                 
[DEBUG]   (f) baselineReplace = all                                                                                                                                                                               
[DEBUG]   (f) url = "" class="moz-txt-link-freetext" href="https://download.eclipse.org/passage/drops/integration/I250/ldc/">https://download.eclipse.org/passage/drops/integration/I250/ldc/                                                                                                                              
[DEBUG]   (f) baselineRepositories = [org.eclipse.tycho.plugins.p2.Repository@1484f85a]                                                                                                                           
[DEBUG]   (f) defaultP2Metadata = true                                                                                                                                                                            
[DEBUG]   (f) execution = org.eclipse.tycho:tycho-p2-plugin:1.5.1:p2-metadata-default {execution: default-p2-metadata-default}                                                                                    
[DEBUG]   (f) generateDownloadStatsProperty = true                                                                                                                                                                
[DEBUG]   (f) project = MavenProject: org.eclipse.passage:org.eclipse.passage.lic.api:0.6.0-SNAPSHOT @ C:\work\ef\passage-master\git\passage\bundles\org.eclipse.passage.lic.api\.polyglot..META-INF_MANIFEST.MF  
[DEBUG] -- end configuration --                                                                                                                                                                                   
[INFO] No baseline version MavenProject: org.eclipse.passage:org.eclipse.passage.lic.api:0.6.0-SNAPSHOT @ C:\work\ef\passage-master\git\passage\bundles\org.eclipse.passage.lic.api\.polyglot..META-INF_MANIFEST.M
F                                                                                                                                                                                                                 
[INFO]                                                                                                                                                                                                            

Back to the top