Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Cyclic redundancy

On Fri, May 15, 2009 at 3:16 PM, Pierre Henry Perret <phperret@xxxxxxxxx> wrote:
 I need a reciprocal interdependance between 2 bundles and I dont find

   reference for MANIFEST syntax .
   It should be some code like:

_______________
   in A.MF:
   A needs B;

_________________
   in B.MF:
   B needs A;

This is technically possible but bad design imho.

I would refactor things out so there is no cycle. Create a bundle "C" that has the common parts and you can have bundle A and B depend on that. That is one way to do it.

208011: Building Cycles

Cheers,

--
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk

Back to the top