Re: best practice: How to insert unreferenced class files into a JAR

2008-05-22 Thread Vijay Aravamudhan
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

best practice: How to insert unreferenced class files into a JAR

2008-05-22 Thread Amit Dor-Shifer
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