[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.pde] Custom update site problem
|
Hi all,
I recently decided to create an update site for some plug-ins that I developed and I've having trouble with the update site. I created two features for my plug-ins and referenced them from my update site project. Clicking Build All happily packages up my jars with no errors.
When I try to install the plug-ins using the site, however, I get an error. I added the site to my list of update sites (using the Local option and selecting the update site project directory), and this lists the features available to install. When I try to install the plug-ins, I get the following error:
Quote:
An error occurred while collecting items to be installed
Error closing the output stream for AUtoCADiZ/org.eclipse.update.feature/0.1.0 on repository file:/n/student/jrw502/.eclipse/org.eclipse.platform_3.4.0_1 752789734/.
Error unzipping /tmp/AUtoCADiZ_0.1.04230026263299761625.jar: Invalid zip file format
Error closing the output stream for AUtoZ_Core/org.eclipse.update.feature/0.1.0 on repository file:/n/student/jrw502/.eclipse/org.eclipse.platform_3.4.0_1 752789734/.
Error unzipping /tmp/AUtoZ_Core_0.1.09206454684851281367.jar: Invalid zip file format
Searching around the internet I find a lot of people reporting errors like this to plug-in developers but not answers to what the cause of the problem is. I'm guessing there's something wrong with my plug-ins rather than the site or features? Furthermore, the manually adding the jars to the plugins folder works fine.
Any help much appreciated.
James