cancel
Showing results for 
Search instead for 
Did you mean: 

creating nuxeo-web-ui

ElmarKnipp_
Confirmed Champ
Confirmed Champ

Hi all,

I tried to create the Web UI marketplace ZIP as described in https://github.com/nuxeo/nuxeo-web-ui/. Beside some minor issues regarding version conflicts during "npm install" (which I hoped to have solved by modifying the packages.json) I run in a major issue. During "mvn clean install" Maven tried to find the parent artifact "nuxeo-parent" which seems to be in in https://packages.nuxeo.com/repository/maven-internal/ which I coulld not access as a non privileged user. The build process stopped with the following message:

Downloading from maven-internal: https://packages.nuxeo.com/repository/maven-internal/org/nuxeo/nuxeo-parent/2021.9/nuxeo-parent-2021...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.nuxeo.web.ui:nuxeo-web-ui-parent:3.0.8-SNAPSHOT: Could not transfer artifact org.nuxeo:nuxeo-parent:pom:2021.9 from/to maven-internal (https://packages.nuxeo.com/repository/maven-internal/): authentication failed for https://packages.nuxeo.com/repository/maven-internal/org/nuxeo/nuxeo-parent/2021.9/nuxeo-parent-2021..., status: 401 Unauthorized and 'parent.relativePath' points at wrong local POM @ line 3, column 11

In contrast to the current version above, it is possible to create the old version 10.10.

Has Nuxeo switched to closed source? How can I access the needed resources?

Thanks, Elmar

3 REPLIES 3

Konrad_Krenzlin
Confirmed Champ
Confirmed Champ

Guessing here, but did you try checking out the whole nuxeo repository (https://github.com/nuxeo/nuxeo) + using clone.py to checkout the addons (including nuxeo-web-ui). and then compile only the web-ui in addons/nuxeo-web-ui?

Can you tell me what you did to fix the npm install problem? I am stuck at primordials is not defined

 [exec] > nuxeo-web-ui@2.4.53 lint
 [exec] > gulp lint && polymer lint -i elements/*/*.html
 [exec] 
 [exec] fs.js:45
 [exec] } = primordials;
 [exec]     ^
 [exec] 
 [exec] ReferenceError: primordials is not defined

Hi Konrad,

Thanks Elmar. I'll try switching the node version