简体   繁体   中英

How to build OSGi(Equinox) project from command line

I have an OSGi(Equinox) project. And I have all required osgi plugin jars in a directory. Now I want to build my project using command line.

In fact, I have two OSGi project , say A and B. A is depending on B and also depending on some other plugins. I want to build A.

Actually project A building in eclipse as I defined a Target platform targeting my plugin directory.

Use Maven and Tycho. There is a good tycho tutorial to help you get started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM