Re: Loading Multiple Bundles

2010-02-23 Thread Alin Dreghiciu
It should bw one because pax exam is using pax runner that can load all bundles from a directory using "scan-dir". Look for something similar in PaxRunnerOptions. On Mon, Feb 22, 2010 at 6:32 PM, Shay Thompson wrote: > > Hi, I have to load a bunch of bundles in 2 different directories and I was

Re: Loading Multiple Bundles

2010-02-22 Thread Niclas Hedhman
On Tue, Feb 23, 2010 at 12:32 AM, Shay Thompson wrote: > > Hi, I have to load a bunch of bundles in 2 different directories and I was > wondering if there's an easy way to do it from my Pax Exam test other then > using bundle("") for each individual one?  Like a way to load all from > a directo

Loading Multiple Bundles

2010-02-22 Thread Shay Thompson
Hi, I have to load a bunch of bundles in 2 different directories and I was wondering if there's an easy way to do it from my Pax Exam test other then using bundle("") for each individual one? Like a way to load all from a directory or to import a properties/ini file and load from there? Thank