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
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
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