Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How compatible is Tycho with OSGi

The packaging type eclipse-xxx can be used for plain OSGI bundle (ie no plugin.xml is mandatory). The term comes because Tycho reuses build info from the PDE.
However, if you use Tycho to build OSGI, you are facing restrictions:
  • use P2 as a distribution
  • testing is restricted to Equinox
Regards
Jeff

On Wed, Mar 4, 2015 at 8:35 AM, Sasidharan Nirmal (CDG-SMT/ESM1) <Nirmal.Sasidharan@xxxxxxxxxxxx> wrote:
I am planning to use Tycho to build and start an OSGi application. It was extremely easy to do this with Tycho compared to PaxRunner. However I am wondering if Tycho is leaving some "eclipseness" in my application, which I do not want (I am a friend of Eclipse, I just need a plain OSGi application in this case :) ). Why are Tycho packaging types are called "eclipse_xxx". Is it just historic? How far is Tycho ideal for OSGi? Could I get into problems later?
 
Regards,
Nirmal
 
 

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top