Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » after update-site build-all, osgi-bundle missing in artifacts.xml
after update-site build-all, osgi-bundle missing in artifacts.xml [message #895456] Fri, 13 July 2012 06:01
Greg Johnson is currently offline Greg JohnsonFriend
Messages: 2
Registered: July 2012
Junior Member
I've been attempting to create an update site for a nice plug-in I've developed, and have been having difficulties and frustration.

The problem is, no matter what I try the actual plugins directory is not being created when I hit the "Build all" button during the "Update sites project".

I have one project I was able to create an update site for before I inadvertantly changed something (checked box in the eclipse gui somewhere, who knows?).

Two differences between the happy deployed plug-in and the broken one:

in artifacts.xml, the good one has a section

<artifact classifier='osgi.bundle' ... </artifact> which is missing from the broken one.

And, the good features.xml has a plugin section
<plugin
id="com.example.helloworld"
download-size="0"
install-size="0"
version="1.0.0.201207081138"
unpack="false"/>

that is missing from the features.xml file for the broken one.

Does the above information ring any bells as to what I need to do when trying to create an update site? There is undoubtedly some step I am not doing. Any help
or guidance greatly appreciated!

Thanks,

Greg
Previous Topic:PDE doesn't find source code when debugging
Next Topic:[How to] Add special features to JavaEditor
Goto Forum:
  


Current Time: Fri Apr 19 03:55:45 GMT 2024

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

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

Back to the top