Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Product build generates folder artifacts
Product build generates folder artifacts [message #602466] Tue, 13 October 2009 16:03
Peter Kullmann is currently offline Peter KullmannFriend
Messages: 240
Registered: July 2009
Senior Member
I'm writing this because I didn't find anything on google.

I have a product build that generates some folder artifacts. For example:

<artifact classifier='osgi.bundle'
id='org.eclipse.equinox.launcher.gtk.linux.s390'
version='1.0.100.v20090426-1530'>
<properties size='2'>
<property name='artifact.size' value='66989'/>
<property name='download.size' value='66981'/>
</properties>
<repositoryProperties size='1'>
<property name='artifact.folder' value='true'/>
</repositoryProperties>
</artifact>

And in fact, the artifact binary is a folder. Such a repository cannot
be mirrored over http. When I try to mirror this repo, I get the
following error message:

[p2.mirror] Artifact
osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.s390,1.0. 100.v20090426-1530
is a folder but the repository is an archive or remote location.

Here is the solution: run the <p2.process.artifacts> task over such a
repository and the folder artifacts are gone.


Best regards,
Peter
Previous Topic:Search Page open Tab on default
Next Topic:Hiding commands' UI elements
Goto Forum:
  


Current Time: Wed Sep 18 19:26:38 GMT 2024

Powered by FUDForum. Page generated in 0.03117 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top