<mucho snipping re: component manager details>

I'll admit to missing the key piece of information here that will make 
me say: "duh, of course you have to do it that way".  However, I still 
don't understand why you're not using Environment.

You're creating a trac plugin, no?  When trac loads, it creates an 
environment component manager.  This should be all that is needed inside 
a trac plugin.  A given trac instance only has one environment.

Any given environment component manager will load your component with 
your ExtensionPoint as long as you have it enabled in the trac.ini (or 
it's in the plugins dir of the trac env)

I think I am missing the larger picture of what your trying to do.

-John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to