Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Adding to Dropins folder with root files
Adding to Dropins folder with root files [message #555400] Thu, 26 August 2010 13:39
James Peltzer is currently offline James PeltzerFriend
Messages: 43
Registered: July 2009
Member
Hi everyone,
I'm hoping there is an easy solution to this. I have been searching the
newsgroup and internet-at-large for information without luck.

I have a feature that contributes root files and I'm trying to install it
into my RCP by extracting my repo to the a folder in the dropins directory.
The feature is built with a headless build and p2.gathering=true.

When I launch my application, I get the following log entry:
!MESSAGE The artifact for
binary,com.jamespeltzer.testUpgradePlugin.feature_root,1.1.5 .201008260844 is
not available.

The repository contains 3 folders: plugins, features, and binary. The
binary folder contains a file called
com.jamespeltzer.testUpgradePlugin.feature_root_1.1.5.201008 260844.

My artifacts.xml seems to contain the correct mappings:
<rule filter='(&amp; (classifier=binary))'
output='${repoUrl}/binary/${id}_${version}'/>
....
<artifact classifier='binary'
id='com.jamespeltzer.test.testUpgradePlugin.feature_root'
version='1.1.5.201008260844'>
<properties size='1'>
<property name='download.size' value='170'/>
</properties>
</artifact>


It works just fine when I do the install with the "Install New Features" UI
or run the director application. It just fails when I use the dropins
directory.

Thoughts?

Thanks,

James
Previous Topic:How to intercept Team::Synchronize
Next Topic:Adding to Dropins folder with root files
Goto Forum:
  


Current Time: Sun Sep 22 09:00:28 GMT 2024

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

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

Back to the top