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 (JIRA)" <ji...@apache.org> on 2010/09/26 03:58:32 UTC

[jira] Created: (DIRSTUDIO-700) Update dependencies to studio trunk

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


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.


[jira] Closed: (DIRSTUDIO-700) Update dependencies to studio trunk

Posted by "Kasun Lakpriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kasun Lakpriya closed DIRSTUDIO-700.
------------------------------------

    Resolution: Fixed

Closed.

> 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.


[jira] Updated: (DIRSTUDIO-700) Update dependencies to studio trunk

Posted by "Kasun Lakpriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kasun Lakpriya updated DIRSTUDIO-700:
-------------------------------------

    Attachment: persistence-tooling-for-trunk.patch

Attached a patch for persistence-tooling to work with current studio trunk (2.0.0-SNAPSHOT).

> 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.


[jira] Commented: (DIRSTUDIO-700) Update dependencies to studio trunk

Posted by "Kasun Lakpriya (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Assigned: (DIRSTUDIO-700) Update dependencies to studio trunk

Posted by "Kasun Lakpriya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kasun Lakpriya reassigned DIRSTUDIO-700:
----------------------------------------

    Assignee: Kasun Lakpriya

> 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
>
> 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.


[jira] Commented: (DIRSTUDIO-700) Update dependencies to studio trunk

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928982#action_12928982 ] 

Stefan Seelmann commented on DIRSTUDIO-700:
-------------------------------------------

Thanks Kasun for the patch, I committed it here:
  http://svn.apache.org/viewvc?rev=1032070&view=rev

Some notes:
- In the persistence-core/pom.xml you added dependencies (shared-ldap, commons-lang, commons-collections). Please use the OSGi-ified eclipse plugins with groupId 'org.apache.directory.studio' with scope 'provided' instead. It's not required to specify the version because the versions should be defined in the studio parent pom.
- In CodeGenIntegrationTest the integrationTest is now ignored, is that intended?
- Some comments (one-line and @author tag in class Javadoc) are now splitted into two lines, please check your formatting template


> 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.


[jira] Reopened: (DIRSTUDIO-700) Update dependencies to studio trunk

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann reopened DIRSTUDIO-700:
---------------------------------------


Still needs to be committed...

> 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.