You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Stefan Sieber (JIRA)" <ji...@apache.org> on 2009/05/05 08:41:30 UTC

[jira] Created: (IVYDE-178) Ivy Library removed from the list of Java EE Module Dependencies after changing its properties

Ivy Library removed from the list of Java EE Module Dependencies after changing its properties
----------------------------------------------------------------------------------------------

                 Key: IVYDE-178
                 URL: https://issues.apache.org/jira/browse/IVYDE-178
             Project: IvyDE
          Issue Type: Bug
          Components: classpath container
         Environment: Eclipse Version: 3.4.2
Build id: M20090211-1700
            Reporter: Stefan Sieber
            Priority: Minor


When changing the properties of the ivy Library (e.g. deselecting a configuration), the ivy library is deselected in the list of Java EE Module Dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-178) Ivy Library removed from the list of Java EE Module Dependencies after changing its properties

Posted by "Stefan Sieber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755368#action_12755368 ] 

Stefan Sieber commented on IVYDE-178:
-------------------------------------

Thanks a lot Nicolas!

2009/9/14 Nicolas Lalevée (JIRA) <ji...@apache.org>



> Ivy Library removed from the list of Java EE Module Dependencies after changing its properties
> ----------------------------------------------------------------------------------------------
>
>                 Key: IVYDE-178
>                 URL: https://issues.apache.org/jira/browse/IVYDE-178
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>         Environment: Eclipse Version: 3.4.2
> Build id: M20090211-1700
>            Reporter: Stefan Sieber
>            Assignee: Nicolas Lalevée
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> When changing the properties of the ivy Library (e.g. deselecting a configuration), the ivy library is deselected in the list of Java EE Module Dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-178) Ivy Library removed from the list of Java EE Module Dependencies after changing its properties

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706054#action_12706054 ] 

Nicolas Lalevée commented on IVYDE-178:
---------------------------------------

>From the pure user point of view this is a bug, but the Eclipse API doesn't offer much options about it. Each time the properties of the classpath container is changed, its id (in Eclipse API its "path") change, and then the wtp consider it a new container.
Maybe we will find one day a clean way to handle container paths, maybe via attributes?


> Ivy Library removed from the list of Java EE Module Dependencies after changing its properties
> ----------------------------------------------------------------------------------------------
>
>                 Key: IVYDE-178
>                 URL: https://issues.apache.org/jira/browse/IVYDE-178
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>         Environment: Eclipse Version: 3.4.2
> Build id: M20090211-1700
>            Reporter: Stefan Sieber
>            Priority: Minor
>
> When changing the properties of the ivy Library (e.g. deselecting a configuration), the ivy library is deselected in the list of Java EE Module Dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVYDE-178) Ivy Library removed from the list of Java EE Module Dependencies after changing its properties

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-178.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
         Assignee: Nicolas Lalevée

IvyDE manage now its setup also via some attributes and manage correctly the ones it doesn't know.
So it will also fix your issues Jeffrey with AspectJ.

> Ivy Library removed from the list of Java EE Module Dependencies after changing its properties
> ----------------------------------------------------------------------------------------------
>
>                 Key: IVYDE-178
>                 URL: https://issues.apache.org/jira/browse/IVYDE-178
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>         Environment: Eclipse Version: 3.4.2
> Build id: M20090211-1700
>            Reporter: Stefan Sieber
>            Assignee: Nicolas Lalevée
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> When changing the properties of the ivy Library (e.g. deselecting a configuration), the ivy library is deselected in the list of Java EE Module Dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-178) Ivy Library removed from the list of Java EE Module Dependencies after changing its properties

Posted by "Jeffrey Sinclair (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718172#action_12718172 ] 

Jeffrey Sinclair commented on IVYDE-178:
----------------------------------------

This also causes a problem using Ivy Managed Dependencies with the AspectJ plugin (AJDT). AJDT adds the following attributes:

{noformat}
<attributes>
    <attribute name="org.eclipse.ajdt.aspectpath.restriction"  value="tracing"/>
    <attribute name="org.eclipse.ajdt.aspectpath" value="org.eclipse.ajdt.aspectpath"/>
  </attributes>
{noformat}

to an Ivy ClasspathEntry which get deleted when changing any ivy related properties.

> Ivy Library removed from the list of Java EE Module Dependencies after changing its properties
> ----------------------------------------------------------------------------------------------
>
>                 Key: IVYDE-178
>                 URL: https://issues.apache.org/jira/browse/IVYDE-178
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>         Environment: Eclipse Version: 3.4.2
> Build id: M20090211-1700
>            Reporter: Stefan Sieber
>            Priority: Minor
>
> When changing the properties of the ivy Library (e.g. deselecting a configuration), the ivy library is deselected in the list of Java EE Module Dependencies.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.