You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Stefan Seelmann <ma...@stefan-seelmann.de> on 2015/08/08 20:59:38 UTC

[Studio] Compile error

Hi,

Studio compile fails:

[ERROR]
.../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/ac
l/model/AclAttribute.java:[27]
[ERROR] import
org.apache.directory.studio.openldap.config.OpenLdapConfigurationPlugin;
[ERROR]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import
org.apache.directory.studio.openldap.config.OpenLdapConfigurationPlugin
cannot be resolved
[ERROR]
.../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/ac
l/model/AclAttribute.java:[178]
[ERROR] SchemaManager schemaManager =
OpenLdapConfigurationPlugin.getDefault().getSchemaManager();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^


Should we add openldap.config.editor as dependency to
openldap.acl.editor? Or can the SchemaManager be moved to
openldap.common.ui?

Kind Regards,
Stefan

Re: [Studio] Compile error

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 08/08/15 20:59, Stefan Seelmann a écrit :
> Hi,
>
> Studio compile fails:
>
> [ERROR]
> .../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/ac
> l/model/AclAttribute.java:[27]
> [ERROR] import
> org.apache.directory.studio.openldap.config.OpenLdapConfigurationPlugin;
> [ERROR]
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import
> org.apache.directory.studio.openldap.config.OpenLdapConfigurationPlugin
> cannot be resolved
> [ERROR]
> .../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/ac
> l/model/AclAttribute.java:[178]
> [ERROR] SchemaManager schemaManager =
> OpenLdapConfigurationPlugin.getDefault().getSchemaManager();
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>
> Should we add openldap.config.editor as dependency to
> openldap.acl.editor? Or can the SchemaManager be moved to
> openldap.common.ui?
>
> Kind Regards,
> Stefan
It should be fixed.

I had the pom-first.xml modified, but not committed.

Re: [Studio] Compile error

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 08/08/15 20:59, Stefan Seelmann a écrit :
> Hi,
>
> Studio compile fails:
>
> [ERROR]
> .../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/ac
> l/model/AclAttribute.java:[27]
> [ERROR] import
> org.apache.directory.studio.openldap.config.OpenLdapConfigurationPlugin;
> [ERROR]
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import
> org.apache.directory.studio.openldap.config.OpenLdapConfigurationPlugin
> cannot be resolved
> [ERROR]
> .../studio/plugins/openldap.acl.editor/src/main/java/org/apache/directory/studio/openldap/config/ac
> l/model/AclAttribute.java:[178]
> [ERROR] SchemaManager schemaManager =
> OpenLdapConfigurationPlugin.getDefault().getSchemaManager();
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>
> Should we add openldap.config.editor as dependency to
> openldap.acl.editor? Or can the SchemaManager be moved to
> openldap.common.ui?

I *think* I have added it. May be it's not committed...

I'll fix that tonite.