Hi, there are compile errors in Studio in o.a.d.s.openldap.config.acl.editor plugin:
[ERROR] .../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/acl/dialogs/AclAttributeDialog.java:[413] [ERROR] setEditedElement( new AclAttributeWrapper( new AclAttribute( "", connection ) ) ); [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The constructor AclAttribute(String, Connection) is undefined [ERROR] .../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/acl/widgets/composites/WhatClauseAttributesComposite.java:[53] [ERROR] getClause().addAllAttributes( attributes ); [ERROR] ^^^^^^^^^^^^^^^^ [ERROR] The method addAllAttributes(Collection<AclAttribute>) in the type AclWhatClauseAttributes is not applicable for the arguments (List<String>) [ERROR] .../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/acl/widgets/composites/WhatClauseAttributesComposite.java:[62] [ERROR] whatClauseAttributes.addAllAttributes( attributes ); [ERROR] ^^^^^^^^^^^^^^^^ [ERROR] The method addAllAttributes(Collection<AclAttribute>) in the type AclWhatClauseAttributes is not applicable for the arguments (List<String>) Kind Regards, Stefan
