Hello guys im working on a Swing app and trying to replicate the export property of the eclipse’s “Deploy plug-ins and fragments”.In other words I want to get the same jars as if i exported OSGI bundles from the eclipse ide.
I made some reaseach and i get familier with PDE Build and other stuff.These are the approaches i found :
- Ant scripts,
- Maven and Tycho(I cannot use maven and tycho because of proxy)
So I decided that I can use Ant scripts but I couldn’t do that much from the documents etc.
Can someone help ?
New contributor
Hasan Arı is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.