-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
The new deployment removes directories that should not be removed, this breaks the nightly deployment with following error at login:
Caused by: javax.el.ELException: Function 'nxd:titleOrId' not found
at org.jboss.el.lang.ExpressionBuilder.visit(ExpressionBuilder.java:216)
at org.jboss.el.parser.SimpleNode.accept(SimpleNode.java:129)
at org.jboss.el.parser.SimpleNode.accept(SimpleNode.java:132)
at org.jboss.el.parser.SimpleNode.accept(SimpleNode.java:132)
at org.jboss.el.lang.ExpressionBuilder.prepare(ExpressionBuilder.java:167)
at org.jboss.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:181)
at org.jboss.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:235)
at org.jboss.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:68)
at org.jboss.seam.el.SeamExpressionFactory.createValueExpression(SeamExpressionFactory.java:98)
at com.sun.faces.facelets.tag.TagAttributeImpl.getValueExpression(TagAttributeImpl.java:412)
... 119 more
This is due to the fact that the taglibs directory is removed from the ui-web jar:
https://qa.nuxeo.org/jenkins/job/deploy-nuxeo-master/732/consoleFull
12:31:51 [nuxeo-jsf] 12:31:51 Removing nuxeo-platform-actions-jsf/target/ 12:31:51 Removing nuxeo-platform-contentview-jsf/target/ 12:31:51 Removing nuxeo-platform-forms-layout-client/target/ 12:31:51 Removing nuxeo-platform-forms-layout-io/target/ 12:31:51 Removing nuxeo-platform-seam-debug/target/ 12:31:51 Removing nuxeo-platform-ui-web-test/target/ 12:31:51 Removing nuxeo-platform-ui-web/src/main/resources/taglibs/ 12:31:51 Removing nuxeo-platform-ui-web/target/ 12:31:51 Removing nuxeo-platform-webapp-base/target/ 12:31:51 Removing nuxeo-theme-jsf/target/ 12:31:51 Removing target/
- depends on
-
NXP-13852 Make release script command "perform" use already built jars
- Open