Hello, I would like to test a bundle (send a request to test the behaviour of a component). But, the problem, the test data and business data can interfere. In the literature, I have found the technique of duplication. This is the fact of testing the duplicata (not the original bundle). But, I would like to duplicate the bundle just before calling the method of test (not from the beginning to limit the use of resources). I hope that you have understood the idea of my work. I thought duplicating a bundle means copying a bundle??? Can you help me, please? Best regards,
-- Fairouz 2012/4/30 Neil Bartlett <[email protected]> > I think you need to be clearer about what you want to achieve. What do you > mean by "duplicating" a bundle, if not copying the file? > > > Neil > > Fairouz Fakhfakh wrote: > >> >> Hello, >> I work with Windows. >> But I would like to duplicate a bundle at given moment (just before >> calling >> a method). >> Have you any idea, please? >> Thank you in advance. >> Best regards, >> -- >> Fairouz >> >> 2012/4/30 Neil Bartlett<[email protected]> >> >> >>> May I suggest the "cp" command in UNIX? Or in Windows Explorer, hit >>> Ctrl-C >>> followed by Ctrl-V. >>> >>> Regards >>> Neil >>> >>> >>> Fairouz Fakhfakh wrote: >>> >>> >>>> Hello, >>>> I would like to duplicate a bundle OSGI. >>>> Can someone help me, please? >>>> >>>> Thank for answering me. >>>> Best regards, >>>> >>>> -- >>>> Fairouz >>>> >>>> >>> >>

