[
https://issues.apache.org/jira/browse/IVYDE-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832464#comment-13832464
]
Michel Nolard commented on IVYDE-353:
-------------------------------------
Here is a proposed patch which fixes the problem (many thanks to my colleague
which did it very quickly):
--------------------8<------------------------------------8<------------------------------------8<----------------
Index:
org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/cpcontainer/IvyClasspathContainerImpl.java
===================================================================
---
org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/cpcontainer/IvyClasspathContainerImpl.java
(revision 1545593)
+++
org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/cpcontainer/IvyClasspathContainerImpl.java
(working copy)
@@ -105,7 +105,7 @@
}
public String getDescription() {
- return "Ivy";
+ return "Ivy - " + this.conf.toString();
}
public int getKind() {
--------------------8<------------------------------------8<------------------------------------8<----------------
> IvyDE containers all have the same name 'Ivy'
> ---------------------------------------------
>
> Key: IVYDE-353
> URL: https://issues.apache.org/jira/browse/IVYDE-353
> Project: IvyDE
> Issue Type: Bug
> Components: classpath container
> Affects Versions: 2.2.0.final
> Environment: Eclipse Indigo
> IvyDE 2.2.0.final
> Ivy 2.3.0.final
> Reporter: Michel Nolard
>
> Since I've updated from IvyDE 2.2.0.beta to 2.2.0.final, when looking in
> "Project properties>>Build path>>Libraries" and in the tab "Order and
> Export", all Ivy containers are shown with the same name : "Ivy".
> As we've several Ivy containers per projet (eg. test, build, runtime), this
> becomes blocking when we need to choose which ones to export or to keep
> private.
--
This message was sent by Atlassian JIRA
(v6.1#6144)