Problem solved! I figured out that the tag <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
should have set the value "lazy" and not "true" as I was setting. Thanks! Thiago Moreira On Tue, Sep 2, 2008 at 1:51 PM, Stuart McCulloch <[email protected]> wrote: > 2008/8/14 Thiago Moreira (timba) <[email protected]> > > > > > Hello there! > > > > I'm trying for the last two days build a Eclipse plugin based on the > > version 1.4.3 of the BND plugin without success!! I figured out that the > > problem is something related to the MANIFEST.MF file because when I > replace > > the generated one for the created by Eclipse the bundle works. Attached > are > > my pom.xml file and the MANIFEST.MF file created by Eclipse. > > What is wrong? > > > > Hi Thiago, > > Could you attach the manifest generated by the bundleplugin, as well > as the one that works with Eclipse? (your post only had one manifest) > > Also, what do you see when you use the generated manifest in Eclipse - > an exception / error message / warning? Is the problem in Eclipse/PDE > during development, or when you deploy the bundle to Equinox. > > Thanks in advance! > > > > Thiago Moreira > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > -- > Cheers, Stuart >

