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

Gintas Grigelionis updated IVYDE-392:
-------------------------------------
    Description: 
When using Eclipse update site repositories, eg
{code:xml}
<property name="eclipse.updatesite" 
value="http://download.eclipse.org/eclipse/updates/4.9/"/>
<property name="gef.legacy.updatesite" 
value="http://download.eclipse.org/tools/gef/updates/legacy/releases/"/>

<updatesite name="eclipse" url="${eclipse.updatesite}"/>
<updatesite name="gef.legacy" url="${gef.legacy.updatesite}"/>{code}
the artifacts resolved as "jar" (stored in the "jars" directory in the cache) 
are actually "jar.pack,gz" files, and the decompressed (useful) artifacts are 
stored in "jar_unpackeds" directory in the cache. IvyDE then puts the packed 
artifacts into Ivy classpath container and AFAICS there is no way of 
configuring IvyDE to include jar_unpackeds.

  was:
When using Eclipse update site repositories, eg

{{  <property name="eclipse.updatesite" 
value="http://download.eclipse.org/eclipse/updates/4.9/"/>
  <property name="gef.legacy.updatesite" 
value="http://download.eclipse.org/tools/gef/updates/legacy/releases/"/>}}{{    
<updatesite name="eclipse" url="${eclipse.updatesite}"/>
    <updatesite name="gef.legacy" url="${gef.legacy.updatesite}"/>}}

the artifacts resolved as "jar" (stored in the "jars" directory in the cache) 
are actually "jar.pack,gz" files, and the decompressed (useful) artifacts are 
stored in "jar_unpackeds" directory in the cache. IvyDE then puts the packed 
artifacts into Ivy classpath container and AFAICS there is no way of 
configuring IvyDE to include jar_unpackeds.


> IvyDE does not support Eclipse bundles (jar_unpackeds)
> ------------------------------------------------------
>
>                 Key: IVYDE-392
>                 URL: https://issues.apache.org/jira/browse/IVYDE-392
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: master
>            Reporter: Gintas Grigelionis
>            Priority: Major
>
> When using Eclipse update site repositories, eg
> {code:xml}
> <property name="eclipse.updatesite" 
> value="http://download.eclipse.org/eclipse/updates/4.9/"/>
> <property name="gef.legacy.updatesite" 
> value="http://download.eclipse.org/tools/gef/updates/legacy/releases/"/>
> <updatesite name="eclipse" url="${eclipse.updatesite}"/>
> <updatesite name="gef.legacy" url="${gef.legacy.updatesite}"/>{code}
> the artifacts resolved as "jar" (stored in the "jars" directory in the cache) 
> are actually "jar.pack,gz" files, and the decompressed (useful) artifacts are 
> stored in "jar_unpackeds" directory in the cache. IvyDE then puts the packed 
> artifacts into Ivy classpath container and AFAICS there is no way of 
> configuring IvyDE to include jar_unpackeds.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to