Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
master
-
None
-
None
Description
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.