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/03/25 22:59:04 UTC

Re: svn commit: r1669123 [1/6] - in /directory/studio/trunk/plugins: ./ openldap.config.editor/ openldap.config.editor/resources/ openldap.config.editor/resources/icons/ openldap.config.editor/src/ openldap.config.editor/src/main/ openldap.config.editor/sr...

I get compile error, should we just make the method public?


[ERROR]
/home/seelmann/Development/Apache/svn/directory-trunks/studio/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config
/jobs/PartitionsDiffComputer.java:[296]
[ERROR] soc.setReturningAttributes( returningAttributes.toArray( new
String[returningAttributes.size()] ) );
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setReturningAttributes(String...) from the type
FilteringOperationContext is not visible


Re: svn commit: r1669123 [1/6] - in /directory/studio/trunk/plugins: ./ openldap.config.editor/ openldap.config.editor/resources/ openldap.config.editor/resources/icons/ openldap.config.editor/src/ openldap.config.editor/src/main/ openldap.config.editor/sr...

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 25/03/15 22:59, Stefan Seelmann a écrit :
> I get compile error, should we just make the method public?

It has been made public.

You have to rebuild apacheDS, and to doom the cache.

I simply create a new workspace to be able to reload the project, that
was the only way for me.

Re: svn commit: r1669123 [1/6] - in /directory/studio/trunk/plugins: ./ openldap.config.editor/ openldap.config.editor/resources/ openldap.config.editor/resources/icons/ openldap.config.editor/src/ openldap.config.editor/src/main/ openldap.config.editor/sr...

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 25/03/15 22:59, Stefan Seelmann a écrit :
> I get compile error, should we just make the method public?
>
>
> [ERROR]
> /home/seelmann/Development/Apache/svn/directory-trunks/studio/plugins/openldap.config.editor/src/main/java/org/apache/directory/studio/openldap/config
> /jobs/PartitionsDiffComputer.java:[296]
> [ERROR] soc.setReturningAttributes( returningAttributes.toArray( new
> String[returningAttributes.size()] ) );
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setReturningAttributes(String...) from the type
> FilteringOperationContext is not visible
>
Actually, sorry, I made it public, but forgot to commit the code. Done.