Hi Everyone, We're using IPojo inside some Eclipse Plugin project for Eclipse itself.
Problem is: IPojo manipulates the classes and generate new MANIFEST.MF file with IPojo-Components contents. No problem with generated bundle but while debugging, Eclipse picks the MANIFEST.MF in [PROJECT]/META-INF/ directory and also loads the classes in [PROJECT]/target/classes which is default behaviour. So clearly the problem is, these two aspects are not synched with the manipulated bundle, thus, wrong MANIFEST.MF and nonmanipulated classes are loaded into Equinox. I have to manually change those things for our plugins to work correctly inside Eclipse, which is not an acceptable solution. I would like to know if there is some sophisticated method to handle these issues. Regards, Gokturk

