This is because the configurationOfGTInspector is not well done (it probably uses groups) but groups are evil :)
May be damien you should depend on one of the group of GTInspector (if any).
Normally we should getting Unit GTInspectorCore and a bundle GTInspector that may use by people to load
everything.
Le 21/9/15 05:17, Damien Cassou a ��crit :
Hi,
my project depends on GTSpotter and GTInspector which are already in
Pharo. How do I describe these dependencies in my ConfigurationOf so
that Metacello does no load them? I did
�� �� ��spec
�� �� �� �� ��configuration: 'GTInspector'
�� �� �� �� ��with:
�� �� �� �� �� ��[ spec
�� �� �� �� �� �� ��version: #stable;
�� �� �� �� �� �� ��repository:
�� �� �� �� ��'http://smalltalkhub.com/mc/Moose/GToolkit/main/' ]
but Metacello loaded many things (including Roassal2)