Dave Paules wrote:
> For me, this was ineffective.
Yes, congratulations for finding the single remaining bug that was in
there. :-)
You did everything right, I only tested with a single package and not
nested paths.
Just change the PackageConfiguration() constructor to read like the
following:
..
super();
_packagePath = this.getClass().getPackage().getName().replace('.',
File.separatorChar);
..
Now it works with nested packages as well. Sorry for that oversight!
Holger
This archive was generated by hypermail 2.0.0 : Wed Mar 05 2003 - 10:20:30 EST