You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by "Thiago Moreira (timba)" <tm...@gmail.com> on 2009/07/27 15:48:08 UTC

Re: Problem with MANIFEST.MF generated file.

  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 <mc...@gmail.com> wrote:

> 2008/8/14 Thiago Moreira (timba) <tm...@gmail.com>
>
> >
> >   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: users-unsubscribe@felix.apache.org
> > For additional commands, e-mail: users-help@felix.apache.org
> >
>
>
>
> --
> Cheers, Stuart
>