[
https://issues.apache.org/jira/browse/DIRSTUDIO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929957#action_12929957
]
Kasun Lakpriya commented on DIRSTUDIO-700:
------------------------------------------
Problem with shared-ldap dependency :
- As Seelmann mentioned I used OSGi-ified eclipse plugins for the above
mentioned dependencies but there is a problem with 'shared-ldap'. Some test
cases are failing due to missing class definitions from the shared-ldap.
This is what I added :
<dependency>
<groupId>org.apache.directory.studio</groupId>
<artifactId>org.apache.directory.shared.ldap</artifactId>
<scope>provided</scope>
</dependency>
Any thing I am missing?
- Regarding @Ignore test - now it's fine and passing the test.
- I am using correct formatting templates. I noticed that when I corrected
some @author tags manually to fit in a line and format (ctrl + shift + f), it
remains in one line. Seems I have worked without templates for a time and now
they should be formatted manually although the templates are there?
> Update dependencies to studio trunk
> -----------------------------------
>
> Key: DIRSTUDIO-700
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-700
> Project: Directory Studio
> Issue Type: Improvement
> Components: studio-persistence-tooling
> Reporter: Stefan Seelmann
> Assignee: Kasun Lakpriya
> Attachments: persistence-tooling-for-trunk.patch
>
>
> The persistence tooling was created based on Studio 1.5.3. We should update
> the dependencies to current trunk.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.