-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: NXP-7.x, NXP-8.x, NXP-9.x
-
Component/s: Continuous Integration
-
Epic Link:
-
Sprint:nxsupport 10.1.3
-
Story Points:1
For example 9.10_addons_libs_before.out when processing changes between HF03 and HF04 contains the following:
The project org.nuxeo.ecm.core:nuxeo-opencmis-bindings The project org.nuxeo.ecm.core:nuxeo-opencmis-impl io.netty:netty org.apache.zookeeper:zookeeper
This could be cleaned in computeDepsFromRepo using sed '/ */d'
This alters the jar resolution (extract from compute.log of testUpdateXMLFilesForLibs test between HF03 and HF04):
[15:16:21][oneTimeSetUp] [BEGIN] HF COMPUTING TESTS [BEGIN] [15:16:21][oneTimeSetUp] [BEGIN] DEPS TESTS [BEGIN] [15:16:25][updateXMLFilesForLibs] [BEGIN] [15:16:25][updateXMLFilesForLibs] Alert file is jartmp/mytestenv.properties [15:16:25][updateXMLFilesForLibs] -- computing added libs -- [15:16:25][updateXMLFilesForLibs] -- computing modified libs -- [15:16:25][updateXMLFilesForLibs] Checking The project org.nuxeo:nuxeo-ecm [15:16:25][updateXMLFilesForLibs] JAR_FILE_NAME=nuxeo-ecm-9.10-HF04 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https.jar [15:16:25][updateXMLFilesForLibs] JAR_PATH_NAME= [15:16:25][updateXMLFilesForLibs] Cannot find JAR PATH using the HF current version, trying to find it in the previous one... [15:16:26][updateXMLFilesForLibs] JAR_FILE_NAME=nuxeo-ecm-9.10-HF03 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https.jar [15:16:26][updateXMLFilesForLibs] JAR_PATH_NAME= [15:16:26][updateXMLFilesForLibs] JAR_FOLDER_NAME= [15:16:26][updateXMLFilesForLibs] empty array, setting first element for modified bundles [15:16:26][oneTimeTearDown] [END] DEPS TESTS [END] [15:16:26][oneTimeTearDown] [END] HF COMPUTING TESTS [END]
- is duplicated by
-
NXBT-2262 Add check for deleted libs
- Resolved