We are working on a large project consisting of many OSGI bundles, a few containing middleware features and a lot of bundles that contain certain plugings for this middleware. We use the org.eclipse.osgi JAR as our OSGI container. Currently building is done via ANT, the middleware is started via a batch file or shell script.
I was wondering and searching if there are ways to import big projects consisting of many ANT build files into Eclipse and run/debug this project in its entirety in Eclipse, so far I could not make out any way to do this for a big project. All we can do at the moment is "printf debugging", which is kind of embarrassing ;)