Thank you I pushed a slightly modified changeset as: https://github.com/apache/incubator-netbeans/commit/a8dbf8b18e01f7f73ff20879a897e7606e7c4d30
The problem was here: https://github.com/apache/incubator-netbeans/blob/04cabc2740cc6e68f793583309d47cd9c12a27d9/enterprise/websvc.wsitconf/licenseinfo.xml#L39 The type is an enum - in this case you supply a "free-text" comment. That comment needs to supplied as content of the element. See difference here: https://github.com/apache/incubator-netbeans/blob/a8dbf8b18e01f7f73ff20879a897e7606e7c4d30/enterprise/websvc.wsitconf/licenseinfo.xml#L39 [ Full content available at: https://github.com/apache/incubator-netbeans/pull/893 ] This message was relayed via gitbox.apache.org for [email protected]
