pde « osgi « Java Enterprise Q&A





1. Automated building equinox PDE : executable doesn't work    stackoverflow.com

I created an OSGi project in which one I've 2 projects : - one plugin project : that contains my source files, my product configuration that uses my feature project and the ...

2. Add system packages to PDE runtime configuration    stackoverflow.com

I created an eclipse run configuration for a number of bundles. One of the bundles has a dependency to the following packages:

com.sun.mirror.apt,
com.sun.mirror.declaration,
com.sun.mirror.type,
com.sun.mirror.util
I believe these are part of the Sun Java JVM. ...

3. Eclipse PDE: How to add java project's classpath to a plug-in's classpath?    stackoverflow.com

People, I already searched a lot but I'm not finding my answer.. I did a eclipse plugin that writes junit test cases from source code. By now, I'm starting to use reflection in my ...

4. Eclipse PDE: Redeploy bundle to running equinox osgi framework    stackoverflow.com

I have a quite complex equinox application that I start in Eclipse with a usual launch configuration. It takes about 2 minutes to start so I don't want to restart it ...

5. pluginPath and dependencies from remote p2 repositories    stackoverflow.com

In my pde build I'm using pluginPath property to resolve dependencies from local p2 repositories for example:

DpluginPath=${basedir}/../../../plugins:/cache/3pp/site/mockito/1.8.2:/cache/3pp/site/spring/3.0.1
I'm trying to find how to effectively materialize caches from HTTP p2 to ...