Several easy questions

2008-03-24 Thread Tim Moloney
I have created a simple bundle that uses org.apache.felix.log and org.apache.felix.eventadmin. Although I build against org.osgi.compendium (for the interface definitions), I can run without it. I just started using org.apache.felix.wireadmin in my bundle and it requires compendium to be run

Re: Several easy questions

2008-03-24 Thread Stuart McCulloch
On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: > > I have created a simple bundle that uses org.apache.felix.log and > org.apache.felix.eventadmin. Although I build against > org.osgi.compendium (for the interface definitions), I can run without > it. I just started using org.apache.felix.

Re: Several easy questions

2008-03-24 Thread Tim Moloney
Stuart McCulloch wrote: On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: I have created a simple bundle that uses org.apache.felix.log and org.apache.felix.eventadmin. Although I build against org.osgi.compendium (for the interface definitions), I can run without it. I just started usi

Re: Several easy questions

2008-03-24 Thread Stuart McCulloch
On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: > > Stuart McCulloch wrote: > > On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: > > > >> I have created a simple bundle that uses org.apache.felix.log and > >> org.apache.felix.eventadmin. Although I build against > >> org.osgi.compendium

Re: Several easy questions

2008-03-24 Thread Tim Moloney
I think that I understand all of that. You have definitely given me a lot to think about. Thanks, Tim Stuart McCulloch wrote: On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: Stuart McCulloch wrote: On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: I have created

Re: Several easy questions

2008-03-25 Thread Richard S. Hall
Stuart McCulloch wrote: On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: Stuart McCulloch wrote: On 25/03/2008, Tim Moloney <[EMAIL PROTECTED]> wrote: I have created a simple bundle that uses org.apache.felix.log and org.apache.felix.eventadmin. Although I build against o

Re: Several easy questions

2008-03-25 Thread Richard S. Hall
Tim Moloney wrote: I think that I understand all of that. You have definitely given me a lot to think about. Another thing to think about is that our maven bundle plugin makes it easy for you to create bundles from other bundles, by embedding packages from one into another. So, you don't nec