Allison, Bob wrote: >It also appears that the problem in #2 only occurs if I run from the >top-level in reactor mode. If I run just the one project, it acts >correctly. > > Thanks, that was probably what was missing. I'll test it.
>1) It would appear that by removing the references to "central-plugins", >you have eliminated the problem. I have to wonder if it is fixed, or >just hiding to reappear at a later date. > > I believe this was a confusing misconception that should also have been resolved by MNG-757 (I think) Basically, you ask for a plugin from the plugin repository, but it asks for its dependencies from the repository it has defined (usually just central), not from the plugin repository. This is intended behaviour, but perhaps not intuitive. 757 means repositories are passed on transitively. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
