RE: classpath problem
"PRINCE David" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <[email protected]> |
hi all, How to specify component creation order with merlin 3.3.0? I have the following component scheme: A->B<-C A needs B, C needs B, A needs C to be created first But C is optional (plug-in), so there is no dependency between A and C... And of course, C is created after A :o( thanks David