Since these dynamically loaded classes are part of a separate project,
you are already on the correct path. Just jar those files separately and
use that jar in the classpath of your project. If you want to go even
further, use ivy to manage your dependencies.
Vijay
Amit Dor-Shifer wrote:
Hi
Hi all.
I'm using a framework of logging formatters. Those formatters are
assigned to a log according to configuration. This means those classes
are never imported in source code. I've came to notice this when a/m
files weren't appended to my JAR. They are located at the 'sourcepath'
of my pro