Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho build for regular OSGi application?

Everyone,

I was able to fix this. I had to do two things:
*Add a dummy Eclipse IApplication to the bundle that could be registered as an application in the product
*Add <attachId></attachId> tags in my repository's pom.xml.

Jay

On Thu, May 17, 2012 at 4:07 PM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
Everyone,

Can Tycho build a regular OSGi application that is not an Eclipse RCP application?

I could be going at this wrong, actually, so I'll tell you what I'm doing. I've created an OSGi application that uses Jersey to provide a RESTful web service and certain pieces of Eclipse to handle workspaces and the file system for storing user files. It launches as a regular OSGi application, not an Eclipse application. The PDE product file launches the server fine, but Tycho can't build it and it throws an IOException stating that the zip file can not be empty and finally crashes by saying that there was nothing to install.

Any thoughts?

Have a good night!

Jay


Back to the top