[ 
https://issues.apache.org/jira/browse/IVYDE-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik-Berndt Scheper updated IVYDE-121:
--------------------------------------

    Description: 
By default, the ivy classpath container does not support bundle types as jar 
files. 
These are generated automatically by Ivy 2.0 RC1 (and higher) when importing 
maven POMs to an ivy repository.

Sample based on 
http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.4/spring-oxm-tiger-1.5.4.pom

{code:xml}
<publications>
<artifact name="spring-oxm-tiger" type="bundle" ext="jar" conf="master"/>
<artifact name="spring-oxm-tiger" type="source" ext="jar" conf="sources" 
m:classifier="sources"/>
<artifact name="spring-oxm-tiger" type="javadoc" ext="jar" conf="javadoc" 
m:classifier="javadoc"/>
</publications>
{code}

The result is that the jar file is resolved from the ivy file, but not shown in 
the classpath container.


  was:
The ivy classpath container does not support bundle types as jar files. 
These are generated automatically by Ivy 2.0 RC1 (and higher) when importing 
maven POMs to an ivy repository.

Sample based on 
http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.4/spring-oxm-tiger-1.5.4.pom

{code:xml}
<publications>
<artifact name="spring-oxm-tiger" type="bundle" ext="jar" conf="master"/>
<artifact name="spring-oxm-tiger" type="source" ext="jar" conf="sources" 
m:classifier="sources"/>
<artifact name="spring-oxm-tiger" type="javadoc" ext="jar" conf="javadoc" 
m:classifier="javadoc"/>
</publications>
{code}

The result is that the jar file is resolved from the ivy file, but not shown in 
the classpath container.


     Issue Type: Wish  (was: Bug)
        Summary: IVYDE classpath container should support bundle types by 
default  (was: IVYDE classpath container does not support bundle types)

You are right, by setting 

{code}Accepted types = jar,bundle{code}

in the ivy preferences, bundle files are shown in the classpath container.

I've edited this issue to a 'wish' instead of a bug. 

I believe bundle files should be shown by default in the classpath container. 
The reason is that we will most likely see many more bundles in the future, 
with the increased popularity of OSGi. 


> IVYDE classpath container should support bundle types by default
> ----------------------------------------------------------------
>
>                 Key: IVYDE-121
>                 URL: https://issues.apache.org/jira/browse/IVYDE-121
>             Project: IvyDE
>          Issue Type: Wish
>          Components: classpath container
>    Affects Versions: 2.0.0.alpha1
>            Reporter: Erik-Berndt Scheper
>             Fix For: 2.0
>
>
> By default, the ivy classpath container does not support bundle types as jar 
> files. 
> These are generated automatically by Ivy 2.0 RC1 (and higher) when importing 
> maven POMs to an ivy repository.
> Sample based on 
> http://repo1.maven.org/maven2/org/springframework/ws/spring-oxm-tiger/1.5.4/spring-oxm-tiger-1.5.4.pom
> {code:xml}
> <publications>
> <artifact name="spring-oxm-tiger" type="bundle" ext="jar" conf="master"/>
> <artifact name="spring-oxm-tiger" type="source" ext="jar" conf="sources" 
> m:classifier="sources"/>
> <artifact name="spring-oxm-tiger" type="javadoc" ext="jar" conf="javadoc" 
> m:classifier="javadoc"/>
> </publications>
> {code}
> The result is that the jar file is resolved from the ivy file, but not shown 
> in the classpath container.

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

Reply via email to