-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.9.6-SNAPSHOT
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Nuxeo Package Management, Update Center
-
Tags:
When updating a Studio project using the "update snapshot" button, the following warnings appear in logs:
14:07:54,976 WARN [DependencyResolution] Missing mapping for tests-solen-nx:0.0.0-SNAPSHOT:0.0.0-SNAPSHOT with target platform cap-5.9.6-SNAPSHOT 14:07:54,993 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:54,993 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:54,994 WARN [CUDFHelper] Missing mapping for nuxeo-faceted-search with target platform null 14:07:54,994 WARN [CUDFHelper] Missing mapping for nuxeo-faceted-search with target platform null 14:07:54,994 WARN [CUDFHelper] Missing mapping for nuxeo-faceted-search with target platform null 14:07:54,994 WARN [CUDFHelper] Missing mapping for nuxeo-faceted-search with target platform null 14:07:54,995 WARN [CUDFHelper] Missing mapping for nuxeo-faceted-search with target platform null 14:07:54,995 WARN [CUDFHelper] Missing mapping for nuxeo-faceted-search with target platform null 14:07:54,995 WARN [CUDFHelper] Missing mapping for nuxeo-faceted-search with target platform null 14:07:54,998 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:54,999 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,000 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,000 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,000 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,001 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null 14:07:55,002 WARN [CUDFHelper] Missing mapping for nuxeo-virtualnavigation with target platform null 14:07:55,002 WARN [CUDFHelper] Missing mapping for nuxeo-imap-connector with target platform null 14:07:55,003 WARN [CUDFHelper] Missing mapping for nuxeo-opensocial with target platform null
faceted search is indeed on the MP dependencies, and i don't have it locally so warn is understandable. I don't understand missing mapping on imap-connector, opensocial and such (are they transitive deps?)
Here is the MP install content (reproduced with Solen's test Studio project):
<package type="studio" name="tests-solen-nx" version="0.0.0-SNAPSHOT"> <title>My ECM Application</title> <description></description> <vendor>NX</vendor> <hotreload-support>false</hotreload-support> <supported>false</supported> <require-terms-and-conditions-acceptance>false</require-terms-and-conditions-acceptance> <production-state>testing</production-state> <nuxeo-validation>none</nuxeo-validation> <platforms> <platform>cap-6.0</platform> <platform>cap-6.0*HF*</platform> <platform>cap-6.0-SNAPSHOT</platform> <platform>cap-6.0-RC1</platform> <platform>cap-6.0-RC2</platform> <platform>cap-6.0-RC3</platform> <platform>cap-6.0-RC4</platform> <platform>cap-6.0-RC5</platform> <platform>cap-6.0-RC6</platform> <platform>cap-6.0-RC7</platform> <platform>cap-6.0-RC8</platform> <platform>cap-6.0-RC9</platform> <platform>cap-6.0-RC10</platform> </platforms> <dependencies> <package>nuxeo-faceted-search</package> </dependencies> </package>